
#loading-screen-inapp #melior[data-v-0962ec3e] {
  margin: 0 auto;
  width: 70.9px;
  margin-bottom: 1em;
}
#loading-screen-inapp .row[data-v-0962ec3e] {
  width: 100%;
}
#loading-screen-inapp h2[data-v-0962ec3e] {
  color: #FFFFFF;
  font-size: 32px;
  font-weight: bold;
}
#loading-screen-inapp p[data-v-0962ec3e] {
  margin: 0 auto;
  width: 448px;
  font-size: 24px;
  color: #d5c8ff;
}
.casting-spell[data-v-0962ec3e] {
  cursor: crosshair;
}
.notification[data-v-0962ec3e] {
  border-radius: 1000px;
  background-color: #24CC8F;
  -webkit-box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.16), 0 1px 4px 0 rgba(26, 24, 29, 0.12);
          box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.16), 0 1px 4px 0 rgba(26, 24, 29, 0.12);
  padding: .5em 1em;
  color: #FFFFFF;
  margin-top: .5em;
  margin-bottom: .5em;
}
.container-fluid[data-v-0962ec3e] {
  overflow-x: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#app[data-v-0962ec3e] {
  height: calc(100% - 56px);
  /* 56px is the menu */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
/* @TODO: The modal-open class is not being removed. Let's try this for now */
.modal {
  overflow-y: scroll !important;
}
.modal-backdrop.show {
  opacity: .9 !important;
  background-color: #432874 !important;
}
/* Push progress bar above modals */
#nprogress .bar {
  z-index: 1600 !important;
  /* Must stay above nav bar */
}
.resting-banner {
  width: 100%;
  min-height: 40px;
  background-color: #2995CD;
  position: fixed;
  top: 0;
  z-index: 1300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.resting-banner .content {
    line-height: 1.71;
    text-align: center;
    color: #FFFFFF;
    padding: 8px 38px 8px 8px;
    margin: auto;
}
.resting-banner .closepadding {
    margin: 11px 24px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.resting-banner .closepadding span svg path {
      stroke: #A9DCF6;
}
@media only screen and (max-width: 768px) {
.resting-banner .content {
      font-size: 12px;
      line-height: 1.4;
}
}
.resting-banner .separator {
    color: #50B5E9;
    margin: 0px 15px;
}
.resting-banner .resume {
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
}

.introjs-overlay{position:absolute;-webkit-box-sizing:content-box;box-sizing:content-box;z-index:999999;background-color:#000;opacity:0;background:radial-gradient(center,ellipse farthest-corner,rgba(0,0,0,.4) 0,rgba(0,0,0,.9) 100%);-webkit-transition:all .3s ease-out;transition:all .3s ease-out
}
.introjs-fixParent{z-index:auto!important;opacity:1!important;-webkit-transform:none!important;transform:none!important
}
.introjs-showElement,tr.introjs-showElement>td,tr.introjs-showElement>th{z-index:9999999!important
}
.introjs-disableInteraction{z-index:99999999!important;position:absolute;background-color:#fff;opacity:0
}
.introjs-relativePosition,tr.introjs-showElement>td,tr.introjs-showElement>th{position:relative
}
.introjs-helperLayer{-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;z-index:9999998;background-color:#fff;background-color:rgba(255,255,255,.9);border:1px solid #777;border:1px solid rgba(0,0,0,.5);border-radius:4px;-webkit-box-shadow:0 2px 15px rgba(0,0,0,.4);box-shadow:0 2px 15px rgba(0,0,0,.4);-webkit-transition:all .3s ease-out;transition:all .3s ease-out
}
.introjs-tooltipReferenceLayer{-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;visibility:hidden;z-index:100000000;background-color:transparent;-webkit-transition:all .3s ease-out;transition:all .3s ease-out
}
.introjs-helperLayer *,.introjs-helperLayer :after,.introjs-helperLayer :before{-webkit-box-sizing:content-box;-ms-box-sizing:content-box;-o-box-sizing:content-box;box-sizing:content-box
}
.introjs-helperNumberLayer{-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;visibility:visible;top:-16px;left:-16px;z-index:9999999999!important;padding:2px;font-family:Arial,verdana,tahoma;font-size:13px;font-weight:700;color:#fff;text-align:center;text-shadow:1px 1px 1px rgba(0,0,0,.3);background:#ff3019;background:-webkit-gradient(linear,left top, left bottom,color-stop(0, #ff3019),to(#cf0404));background:linear-gradient(to bottom,#ff3019 0,#cf0404 100%);width:20px;height:20px;line-height:20px;border:3px solid #fff;border-radius:50%;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)
}
.introjs-arrow{border:5px solid transparent;content:'';position:absolute
}
.introjs-arrow.top{top:-10px;border-bottom-color:#fff
}
.introjs-arrow.top-right{top:-10px;right:10px;border-bottom-color:#fff
}
.introjs-arrow.top-middle{top:-10px;left:50%;margin-left:-5px;border-bottom-color:#fff
}
.introjs-arrow.right{right:-10px;top:10px;border-left-color:#fff
}
.introjs-arrow.right-bottom{bottom:10px;right:-10px;border-left-color:#fff
}
.introjs-arrow.bottom{bottom:-10px;border-top-color:#fff
}
.introjs-arrow.bottom-right{bottom:-10px;right:10px;border-top-color:#fff
}
.introjs-arrow.bottom-middle{bottom:-10px;left:50%;margin-left:-5px;border-top-color:#fff
}
.introjs-arrow.left{left:-10px;top:10px;border-right-color:#fff
}
.introjs-arrow.left-bottom{left:-10px;bottom:10px;border-right-color:#fff
}
.introjs-tooltip{-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;visibility:visible;padding:10px;background-color:#fff;min-width:200px;max-width:300px;border-radius:3px;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.4);box-shadow:0 1px 10px rgba(0,0,0,.4);-webkit-transition:opacity .1s ease-out;transition:opacity .1s ease-out
}
.introjs-tooltipbuttons{text-align:right;white-space:nowrap
}
.introjs-button{-webkit-box-sizing:content-box;box-sizing:content-box;position:relative;overflow:visible;display:inline-block;padding:.3em .8em;border:1px solid #d4d4d4;margin:0;text-decoration:none;text-shadow:1px 1px 0 #fff;font:11px/normal sans-serif;color:#333;white-space:nowrap;cursor:pointer;outline:0;background-color:#ececec;background-image:-webkit-gradient(linear,left top, left bottom,from(#f4f4f4),to(#ececec));background-image:linear-gradient(#f4f4f4,#ececec);-webkit-background-clip:padding;-moz-background-clip:padding;-o-background-clip:padding-box;border-radius:.2em;zoom:1;margin-top:10px
}
.introjs-button:hover{border-color:#bcbcbc;text-decoration:none;-webkit-box-shadow:0 1px 1px #e3e3e3;box-shadow:0 1px 1px #e3e3e3
}
.introjs-button:active,.introjs-button:focus{background-image:-webkit-gradient(linear,left top, left bottom,from(#ececec),to(#f4f4f4));background-image:linear-gradient(#ececec,#f4f4f4)
}
.introjs-button::-moz-focus-inner{padding:0;border:0
}
.introjs-skipbutton{-webkit-box-sizing:content-box;box-sizing:content-box;margin-right:5px;color:#7a7a7a
}
.introjs-prevbutton{border-radius:.2em 0 0 .2em;border-right:none
}
.introjs-prevbutton.introjs-fullbutton{border:1px solid #d4d4d4;border-radius:.2em
}
.introjs-nextbutton{border-radius:0 .2em .2em 0
}
.introjs-nextbutton.introjs-fullbutton{border-radius:.2em
}
.introjs-disabled,.introjs-disabled:focus,.introjs-disabled:hover{color:#9a9a9a;border-color:#d4d4d4;-webkit-box-shadow:none;box-shadow:none;cursor:default;background-color:#f4f4f4;background-image:none;text-decoration:none
}
.introjs-hidden{display:none
}
.introjs-bullets{text-align:center
}
.introjs-bullets ul{-webkit-box-sizing:content-box;box-sizing:content-box;clear:both;margin:15px auto 0;padding:0;display:inline-block
}
.introjs-bullets ul li{-webkit-box-sizing:content-box;box-sizing:content-box;list-style:none;float:left;margin:0 2px
}
.introjs-bullets ul li a{-webkit-box-sizing:content-box;box-sizing:content-box;display:block;width:6px;height:6px;background:#ccc;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;text-decoration:none;cursor:pointer
}
.introjs-bullets ul li a:hover{background:#999
}
.introjs-bullets ul li a.active{background:#999
}
.introjs-progress{-webkit-box-sizing:content-box;box-sizing:content-box;overflow:hidden;height:10px;margin:10px 0 5px 0;border-radius:4px;background-color:#ecf0f1
}
.introjs-progressbar{-webkit-box-sizing:content-box;box-sizing:content-box;float:left;width:0%;height:100%;font-size:10px;line-height:10px;text-align:center;background-color:#08c
}
.introjsFloatingElement{position:absolute;height:0;width:0;left:50%;top:50%
}
.introjs-fixedTooltip{position:fixed
}
.introjs-hint{-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;background:0 0;width:20px;height:15px;cursor:pointer
}
.introjs-hint:focus{border:0;outline:0
}
.introjs-hidehint{display:none
}
.introjs-fixedhint{position:fixed
}
.introjs-hint:hover>.introjs-hint-pulse{border:5px solid rgba(60,60,60,.57)
}
.introjs-hint-pulse{-webkit-box-sizing:content-box;box-sizing:content-box;width:10px;height:10px;border:5px solid rgba(60,60,60,.27);border-radius:30px;background-color:rgba(136,136,136,.24);z-index:10;position:absolute;-webkit-transition:all .2s ease-out;transition:all .2s ease-out
}
.introjs-hint-no-anim .introjs-hint-dot{-webkit-animation:none;animation:none
}
.introjs-hint-dot{-webkit-box-sizing:content-box;box-sizing:content-box;border:10px solid rgba(146,146,146,.36);background:0 0;border-radius:60px;height:50px;width:50px;-webkit-animation:introjspulse 3s ease-out;animation:introjspulse 3s ease-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;position:absolute;top:-25px;left:-25px;z-index:1;opacity:0
}
@-webkit-keyframes introjspulse{
0%{-webkit-transform:scale(0);opacity:0
}
25%{-webkit-transform:scale(0);opacity:.1
}
50%{-webkit-transform:scale(.1);opacity:.3
}
75%{-webkit-transform:scale(.5);opacity:.5
}
100%{-webkit-transform:scale(1);opacity:0
}
}
@keyframes introjspulse{
0%{-webkit-transform:scale(0);transform:scale(0);opacity:0
}
25%{-webkit-transform:scale(0);transform:scale(0);opacity:.1
}
50%{-webkit-transform:scale(.1);transform:scale(.1);opacity:.3
}
75%{-webkit-transform:scale(.5);transform:scale(.5);opacity:.5
}
100%{-webkit-transform:scale(1);transform:scale(1);opacity:0
}
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #29d, 0 0 5px #29d;
          box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
0%   { -webkit-transform: rotate(0deg);
}
100% { -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner {
0%   { -webkit-transform: rotate(0deg); transform: rotate(0deg);
}
100% { -webkit-transform: rotate(360deg); transform: rotate(360deg);
}
}

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1, .h1 {
  font-size: 2.5rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
    content: "\2014   \A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
    color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
.container {
      max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
      max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
      max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
      max-width: 1140px;
}
}
.container-fluid {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}
.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
.col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
}
.col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
}
.col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
}
.col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
}
.col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
}
.order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
}
.order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
}
.order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
}
.order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
.order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}
.order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
}
.order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
}
.order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
}
.order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
}
.order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
}
.order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
}
.order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
}
.order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
}
.order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
}
.offset-sm-0 {
    margin-left: 0;
}
.offset-sm-1 {
    margin-left: 8.33333%;
}
.offset-sm-2 {
    margin-left: 16.66667%;
}
.offset-sm-3 {
    margin-left: 25%;
}
.offset-sm-4 {
    margin-left: 33.33333%;
}
.offset-sm-5 {
    margin-left: 41.66667%;
}
.offset-sm-6 {
    margin-left: 50%;
}
.offset-sm-7 {
    margin-left: 58.33333%;
}
.offset-sm-8 {
    margin-left: 66.66667%;
}
.offset-sm-9 {
    margin-left: 75%;
}
.offset-sm-10 {
    margin-left: 83.33333%;
}
.offset-sm-11 {
    margin-left: 91.66667%;
}
}
@media (min-width: 768px) {
.col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
}
.col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
}
.col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
}
.col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
}
.col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
}
.order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
}
.order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
}
.order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
}
.order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
.order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}
.order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
}
.order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
}
.order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
}
.order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
}
.order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
}
.order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
}
.order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
}
.order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
}
.order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
}
.offset-md-0 {
    margin-left: 0;
}
.offset-md-1 {
    margin-left: 8.33333%;
}
.offset-md-2 {
    margin-left: 16.66667%;
}
.offset-md-3 {
    margin-left: 25%;
}
.offset-md-4 {
    margin-left: 33.33333%;
}
.offset-md-5 {
    margin-left: 41.66667%;
}
.offset-md-6 {
    margin-left: 50%;
}
.offset-md-7 {
    margin-left: 58.33333%;
}
.offset-md-8 {
    margin-left: 66.66667%;
}
.offset-md-9 {
    margin-left: 75%;
}
.offset-md-10 {
    margin-left: 83.33333%;
}
.offset-md-11 {
    margin-left: 91.66667%;
}
}
@media (min-width: 992px) {
.col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
}
.col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
}
.col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
}
.col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
}
.col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
}
.order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
}
.order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
}
.order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
}
.order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
.order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}
.order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
}
.order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
}
.order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
}
.order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
}
.order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
}
.order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
}
.order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
}
.order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
}
.order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
}
.offset-lg-0 {
    margin-left: 0;
}
.offset-lg-1 {
    margin-left: 8.33333%;
}
.offset-lg-2 {
    margin-left: 16.66667%;
}
.offset-lg-3 {
    margin-left: 25%;
}
.offset-lg-4 {
    margin-left: 33.33333%;
}
.offset-lg-5 {
    margin-left: 41.66667%;
}
.offset-lg-6 {
    margin-left: 50%;
}
.offset-lg-7 {
    margin-left: 58.33333%;
}
.offset-lg-8 {
    margin-left: 66.66667%;
}
.offset-lg-9 {
    margin-left: 75%;
}
.offset-lg-10 {
    margin-left: 83.33333%;
}
.offset-lg-11 {
    margin-left: 91.66667%;
}
}
@media (min-width: 1200px) {
.col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
}
.col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
}
.col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
}
.col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
}
.col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
}
.order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
}
.order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
}
.order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
}
.order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
.order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}
.order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
}
.order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
}
.order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
}
.order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
}
.order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
}
.order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
}
.order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
}
.order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
}
.order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
}
.offset-xl-0 {
    margin-left: 0;
}
.offset-xl-1 {
    margin-left: 8.33333%;
}
.offset-xl-2 {
    margin-left: 16.66667%;
}
.offset-xl-3 {
    margin-left: 25%;
}
.offset-xl-4 {
    margin-left: 33.33333%;
}
.offset-xl-5 {
    margin-left: 41.66667%;
}
.offset-xl-6 {
    margin-left: 50%;
}
.offset-xl-7 {
    margin-left: 58.33333%;
}
.offset-xl-8 {
    margin-left: 66.66667%;
}
.offset-xl-9 {
    margin-left: 75%;
}
.offset-xl-10 {
    margin-left: 83.33333%;
}
.offset-xl-11 {
    margin-left: 91.66667%;
}
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}
.table .table {
    background-color: #fff;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6;
}
.table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e;
}
.table-dark.table-bordered {
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
.table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive-sm > .table-bordered {
      border: 0;
}
}
@media (max-width: 767.98px) {
.table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive-md > .table-bordered {
      border: 0;
}
}
@media (max-width: 991.98px) {
.table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive-lg > .table-bordered {
      border: 0;
}
}
@media (max-width: 1199.98px) {
.table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive-xl > .table-bordered {
      border: 0;
}
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
    border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
.form-control {
      -webkit-transition: none;
      transition: none;
}
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[size], select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block;
}
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
    border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block;
}
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
    border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width: 576px) {
.form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0;
}
.form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0;
}
.form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle;
}
.form-inline .form-control-plaintext {
      display: inline-block;
}
.form-inline .input-group,
    .form-inline .custom-select {
      width: auto;
}
.form-inline .form-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0;
}
.form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0;
}
.form-inline .custom-control {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
}
.form-inline .custom-control-label {
      margin-bottom: 0;
}
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
.btn {
      -webkit-transition: none;
      transition: none;
}
}
.btn:hover, .btn:focus {
    text-decoration: none;
}
.btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
    opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
.fade {
      -webkit-transition: none;
      transition: none;
}
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
.collapsing {
      -webkit-transition: none;
      transition: none;
}
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
}
.btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1;
}
.btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px;
}
.input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}
.input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2;
}
.input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #dee2e6;
}
.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}
.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}
.custom-select::-ms-expand {
    opacity: 0;
}
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
      border-color: #80bdff;
}
.custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
    outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
              box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
    border: 0;
}
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
.custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
}
}
.custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
.custom-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none;
}
}
.custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
.custom-range::-ms-thumb {
        -webkit-transition: none;
        transition: none;
}
}
.custom-range::-ms-thumb:active {
      background-color: #b3d7ff;
}
.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
.custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      transition: none;
}
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
    text-decoration: none;
}
.nav-link.disabled {
    color: #6c757d;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent;
}
.nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
  .navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
.navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
}
@media (min-width: 576px) {
.navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
}
.navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
}
.navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}
.navbar-expand-sm .navbar-toggler {
      display: none;
}
}
@media (max-width: 767.98px) {
.navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
}
@media (min-width: 768px) {
.navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
}
.navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
}
.navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}
.navbar-expand-md .navbar-toggler {
      display: none;
}
}
@media (max-width: 991.98px) {
.navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
}
@media (min-width: 992px) {
.navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
}
.navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
}
.navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}
.navbar-expand-lg .navbar-toggler {
      display: none;
}
}
@media (max-width: 1199.98px) {
.navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
}
@media (min-width: 1200px) {
.navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
}
.navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
}
.navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}
.navbar-expand-xl .navbar-toggler {
      display: none;
}
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
      position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
}
.navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
    color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card-deck .card {
    margin-bottom: 12px;
}
@media (min-width: 576px) {
.card-deck {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin-right: -12px;
      margin-left: -12px;
}
.card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-right: 12px;
        margin-bottom: 0;
        margin-left: 12px;
}
}
.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card-group > .card {
    margin-bottom: 12px;
}
@media (min-width: 576px) {
.card-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
}
.card-group > .card {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        margin-bottom: 0;
}
.card-group > .card + .card {
          margin-left: 0;
          border-left: 0;
}
.card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0;
}
.card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0;
}
.card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0;
}
.card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0;
}
.card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0;
}
.card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0;
}
.card-group > .card:only-child {
          border-radius: 0.25rem;
}
.card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem;
}
.card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem;
}
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0;
}
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0;
}
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
.card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
.card-columns .card {
      display: inline-block;
      width: 100%;
}
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
    display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc;
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62;
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34;
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b;
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130;
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5;
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124;
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
.jumbotron {
      padding: 4rem 2rem;
}
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
    border-top-color: #9fcdff;
}
.alert-primary .alert-link {
    color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
    border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
    color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
    border-top-color: #b1dfbb;
}
.alert-success .alert-link {
    color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
    border-top-color: #abdde5;
}
.alert-info .alert-link {
    color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
    border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
    color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
    border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
    color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
    border-top-color: #ececf6;
}
.alert-light .alert-link {
    color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
    border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
    color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
from {
    background-position: 1rem 0;
}
to {
    background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
from {
    background-position: 1rem 0;
}
to {
    background-position: 0 0;
}
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
.progress-bar {
      -webkit-transition: none;
      transition: none;
}
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
      color: #000;
      text-decoration: none;
      opacity: .75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
            transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none;
}
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: "";
}
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
    margin-left: .25rem;
}
.modal-footer > :not(:last-child) {
    margin-right: .25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
.modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}
.modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
}
.modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2));
}
.modal-sm {
    max-width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
    max-width: 800px;
}
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff;
}
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
    display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
.carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
      -webkit-transition: none;
      transition: none;
}
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
.carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
}
}
.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
.carousel-item-next,
    .active.carousel-item-right {
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0);
}
}
.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
.carousel-item-prev,
    .active.carousel-item-left {
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0);
}
}
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
.carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
}
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: "";
}
.carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: "";
}
.carousel-indicators .active {
    background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
.d-sm-none {
    display: none !important;
}
.d-sm-inline {
    display: inline !important;
}
.d-sm-inline-block {
    display: inline-block !important;
}
.d-sm-block {
    display: block !important;
}
.d-sm-table {
    display: table !important;
}
.d-sm-table-row {
    display: table-row !important;
}
.d-sm-table-cell {
    display: table-cell !important;
}
.d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
}
@media (min-width: 768px) {
.d-md-none {
    display: none !important;
}
.d-md-inline {
    display: inline !important;
}
.d-md-inline-block {
    display: inline-block !important;
}
.d-md-block {
    display: block !important;
}
.d-md-table {
    display: table !important;
}
.d-md-table-row {
    display: table-row !important;
}
.d-md-table-cell {
    display: table-cell !important;
}
.d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
}
@media (min-width: 992px) {
.d-lg-none {
    display: none !important;
}
.d-lg-inline {
    display: inline !important;
}
.d-lg-inline-block {
    display: inline-block !important;
}
.d-lg-block {
    display: block !important;
}
.d-lg-table {
    display: table !important;
}
.d-lg-table-row {
    display: table-row !important;
}
.d-lg-table-cell {
    display: table-cell !important;
}
.d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
}
@media (min-width: 1200px) {
.d-xl-none {
    display: none !important;
}
.d-xl-inline {
    display: inline !important;
}
.d-xl-inline-block {
    display: inline-block !important;
}
.d-xl-block {
    display: block !important;
}
.d-xl-table {
    display: table !important;
}
.d-xl-table-row {
    display: table-row !important;
}
.d-xl-table-cell {
    display: table-cell !important;
}
.d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
}
@media print {
.d-print-none {
    display: none !important;
}
.d-print-inline {
    display: inline !important;
}
.d-print-inline-block {
    display: inline-block !important;
}
.d-print-block {
    display: block !important;
}
.d-print-table {
    display: table !important;
}
.d-print-table-row {
    display: table-row !important;
}
.d-print-table-cell {
    display: table-cell !important;
}
.d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}
@media (min-width: 576px) {
.flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
}
.flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
}
.flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
}
.flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
}
.flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
}
.flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
}
.flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
}
.flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
}
.justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
}
.justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
}
.justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
}
.justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
}
.justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
}
.align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
}
.align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
}
.align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
}
.align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
}
.align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
}
.align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
}
.align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
}
.align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
}
.align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
}
.align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
}
.align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
}
.align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
}
.align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
}
.align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
}
.align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
}
.align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
}
.align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
}
}
@media (min-width: 768px) {
.flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
}
.flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
}
.flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
}
.flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
}
.flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
}
.flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
}
.flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
}
.flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
}
.flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
}
.justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
}
.justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
}
.justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
}
.justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
}
.justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
}
.align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
}
.align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
}
.align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
}
.align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
}
.align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
}
.align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
}
.align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
}
.align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
}
.align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
}
.align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
}
.align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
}
.align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
}
.align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
}
.align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
}
.align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
}
.align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
}
.align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
}
}
@media (min-width: 992px) {
.flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
}
.flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
}
.flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
}
.flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
}
.flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
}
.flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
}
.flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
}
.flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
}
.justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
}
.justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
}
.justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
}
.justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
}
.justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
}
.align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
}
.align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
}
.align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
}
.align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
}
.align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
}
.align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
}
.align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
}
.align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
}
.align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
}
.align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
}
.align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
}
.align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
}
.align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
}
.align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
}
.align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
}
.align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
}
.align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
}
}
@media (min-width: 1200px) {
.flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
}
.flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
}
.flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
}
.flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
}
.flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
}
.flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
}
.flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
}
.flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
}
.justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
}
.justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
}
.justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
}
.justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
}
.justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
}
.align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
}
.align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
}
.align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
}
.align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
}
.align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
}
.align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
}
.align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
}
.align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
}
.align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
}
.align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
}
.align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
}
.align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
}
.align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
}
.align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
}
.align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
}
.align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
}
.align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
}
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
.float-sm-left {
    float: left !important;
}
.float-sm-right {
    float: right !important;
}
.float-sm-none {
    float: none !important;
}
}
@media (min-width: 768px) {
.float-md-left {
    float: left !important;
}
.float-md-right {
    float: right !important;
}
.float-md-none {
    float: none !important;
}
}
@media (min-width: 992px) {
.float-lg-left {
    float: left !important;
}
.float-lg-right {
    float: right !important;
}
.float-lg-none {
    float: none !important;
}
}
@media (min-width: 1200px) {
.float-xl-left {
    float: left !important;
}
.float-xl-right {
    float: right !important;
}
.float-xl-none {
    float: none !important;
}
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
.m-sm-0 {
    margin: 0 !important;
}
.mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
}
.mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
}
.mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
}
.ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
}
.m-sm-1 {
    margin: 0.25rem !important;
}
.mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
}
.mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
}
.mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
}
.ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
}
.m-sm-2 {
    margin: 0.5rem !important;
}
.mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
}
.mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
}
.mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
}
.ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
}
.m-sm-3 {
    margin: 1rem !important;
}
.mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
}
.mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
}
.mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
}
.ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
}
.m-sm-4 {
    margin: 1.5rem !important;
}
.mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
}
.mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
}
.mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
}
.ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
}
.m-sm-5 {
    margin: 3rem !important;
}
.mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
}
.mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
}
.mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
}
.ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
}
.p-sm-0 {
    padding: 0 !important;
}
.pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
}
.pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
}
.pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
}
.pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
}
.p-sm-1 {
    padding: 0.25rem !important;
}
.pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
}
.pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
}
.pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
}
.pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
}
.p-sm-2 {
    padding: 0.5rem !important;
}
.pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
}
.pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
}
.pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
}
.pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
}
.p-sm-3 {
    padding: 1rem !important;
}
.pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
}
.pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
}
.pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
}
.pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
}
.p-sm-4 {
    padding: 1.5rem !important;
}
.pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
}
.pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
}
.pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
}
.pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
}
.p-sm-5 {
    padding: 3rem !important;
}
.pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
}
.pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
}
.pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
}
.pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
}
.m-sm-auto {
    margin: auto !important;
}
.mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
}
.mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
}
.mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
}
.ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
}
}
@media (min-width: 768px) {
.m-md-0 {
    margin: 0 !important;
}
.mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
}
.mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
}
.mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
}
.ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
}
.m-md-1 {
    margin: 0.25rem !important;
}
.mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
}
.mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
}
.mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
}
.ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
}
.m-md-2 {
    margin: 0.5rem !important;
}
.mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
}
.mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
}
.mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
}
.ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
}
.m-md-3 {
    margin: 1rem !important;
}
.mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
}
.mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
}
.mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
}
.ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
}
.m-md-4 {
    margin: 1.5rem !important;
}
.mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
}
.mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
}
.mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
}
.ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
}
.m-md-5 {
    margin: 3rem !important;
}
.mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
}
.mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
}
.mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
}
.ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
}
.p-md-0 {
    padding: 0 !important;
}
.pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
}
.pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
}
.pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
}
.pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
}
.p-md-1 {
    padding: 0.25rem !important;
}
.pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
}
.pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
}
.pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
}
.pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
}
.p-md-2 {
    padding: 0.5rem !important;
}
.pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
}
.pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
}
.pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
}
.pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
}
.p-md-3 {
    padding: 1rem !important;
}
.pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
}
.pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
}
.pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
}
.pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
}
.p-md-4 {
    padding: 1.5rem !important;
}
.pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
}
.pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
}
.pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
}
.pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
}
.p-md-5 {
    padding: 3rem !important;
}
.pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
}
.pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
}
.pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
}
.pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
}
.m-md-auto {
    margin: auto !important;
}
.mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
}
.mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
}
.mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
}
.ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
}
}
@media (min-width: 992px) {
.m-lg-0 {
    margin: 0 !important;
}
.mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
}
.mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
}
.mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
}
.ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
}
.m-lg-1 {
    margin: 0.25rem !important;
}
.mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
}
.mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
}
.mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
}
.ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
}
.m-lg-2 {
    margin: 0.5rem !important;
}
.mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
}
.mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
}
.mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
}
.ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
}
.m-lg-3 {
    margin: 1rem !important;
}
.mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
}
.mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
}
.mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
}
.ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
}
.m-lg-4 {
    margin: 1.5rem !important;
}
.mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
}
.mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
}
.mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
}
.ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
}
.m-lg-5 {
    margin: 3rem !important;
}
.mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
}
.mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
}
.mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
}
.ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
}
.p-lg-0 {
    padding: 0 !important;
}
.pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
}
.pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
}
.pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
}
.pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
}
.p-lg-1 {
    padding: 0.25rem !important;
}
.pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
}
.pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
}
.pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
}
.pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
}
.p-lg-2 {
    padding: 0.5rem !important;
}
.pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
}
.pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
}
.pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
}
.pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
}
.p-lg-3 {
    padding: 1rem !important;
}
.pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
}
.pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
}
.pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
}
.pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
}
.p-lg-4 {
    padding: 1.5rem !important;
}
.pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
}
.pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
}
.pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
}
.pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
}
.p-lg-5 {
    padding: 3rem !important;
}
.pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
}
.pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
}
.pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
}
.pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
}
.m-lg-auto {
    margin: auto !important;
}
.mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
}
.mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
}
.mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
}
.ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
}
}
@media (min-width: 1200px) {
.m-xl-0 {
    margin: 0 !important;
}
.mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
}
.mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
}
.mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
}
.ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
}
.m-xl-1 {
    margin: 0.25rem !important;
}
.mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
}
.mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
}
.mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
}
.ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
}
.m-xl-2 {
    margin: 0.5rem !important;
}
.mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
}
.mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
}
.mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
}
.ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
}
.m-xl-3 {
    margin: 1rem !important;
}
.mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
}
.mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
}
.mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
}
.ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
}
.m-xl-4 {
    margin: 1.5rem !important;
}
.mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
}
.mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
}
.mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
}
.ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
}
.m-xl-5 {
    margin: 3rem !important;
}
.mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
}
.mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
}
.mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
}
.ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
}
.p-xl-0 {
    padding: 0 !important;
}
.pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
}
.pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
}
.pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
}
.pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
}
.p-xl-1 {
    padding: 0.25rem !important;
}
.pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
}
.pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
}
.pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
}
.pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
}
.p-xl-2 {
    padding: 0.5rem !important;
}
.pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
}
.pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
}
.pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
}
.pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
}
.p-xl-3 {
    padding: 1rem !important;
}
.pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
}
.pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
}
.pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
}
.pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
}
.p-xl-4 {
    padding: 1.5rem !important;
}
.pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
}
.pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
}
.pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
}
.pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
}
.p-xl-5 {
    padding: 3rem !important;
}
.pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
}
.pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
}
.pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
}
.pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
}
.m-xl-auto {
    margin: auto !important;
}
.mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
}
.mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
}
.mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
}
.ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
}
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
.text-sm-left {
    text-align: left !important;
}
.text-sm-right {
    text-align: right !important;
}
.text-sm-center {
    text-align: center !important;
}
}
@media (min-width: 768px) {
.text-md-left {
    text-align: left !important;
}
.text-md-right {
    text-align: right !important;
}
.text-md-center {
    text-align: center !important;
}
}
@media (min-width: 992px) {
.text-lg-left {
    text-align: left !important;
}
.text-lg-right {
    text-align: right !important;
}
.text-lg-center {
    text-align: center !important;
}
}
@media (min-width: 1200px) {
.text-xl-left {
    text-align: left !important;
}
.text-xl-right {
    text-align: right !important;
}
.text-xl-center {
    text-align: center !important;
}
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
*,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
a:not(.btn) {
    text-decoration: underline;
}
abbr[title]::after {
    content: " (" attr(title) ")";
}
pre {
    white-space: pre-wrap !important;
}
pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
tr,
  img {
    page-break-inside: avoid;
}
p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
}
h2,
  h3 {
    page-break-after: avoid;
}
@page {
    size: a3;
}
body {
    min-width: 992px !important;
}
.container {
    min-width: 992px !important;
}
.navbar {
    display: none;
}
.badge {
    border: 1px solid #000;
}
.table {
    border-collapse: collapse !important;
}
.table td,
    .table th {
      background-color: #fff !important;
}
.table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
}
.table-dark {
    color: inherit;
}
.table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6;
}
.table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
}
}
.fade-enter-active, .fade-leave-active {
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}
/* workaround for https://github.com/bootstrap-vue/bootstrap-vue/issues/1560 */
/* source: _input-group.scss */
.input-group > .input-group-prepend > .b-dropdown > .btn,
.input-group > .input-group-append:not(:last-child) > .b-dropdown > .btn,
.input-group > .input-group-append:last-child > .b-dropdown:not(:last-child):not(.dropdown-toggle) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .b-dropdown > .btn,
.input-group > .input-group-prepend:not(:first-child) > .b-dropdown > .btn,
.input-group > .input-group-prepend:first-child > .b-dropdown:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* Special styling for type=range and type=color input */
input.form-control[type="range"],
input.form-control[type="color"] {
  height: 2.25rem;
}
input.form-control.form-control-sm[type="range"],
input.form-control.form-control-sm[type="color"] {
  height: 1.9375rem;
}
input.form-control.form-control-lg[type="range"],
input.form-control.form-control-lg[type="color"] {
  height: 3rem;
}
/* Less padding on type=color */
input.form-control[type="color"] {
  padding: 0.25rem 0.25rem;
}
input.form-control.form-control-sm[type="color"] {
  padding: 0.125rem 0.125rem;
}
/* Add support for fixed layout table */
table.b-table.b-table-fixed {
  table-layout: fixed;
}
/* Busy table styling */
table.b-table[aria-busy='false'] {
  opacity: 1;
}
table.b-table[aria-busy='true'] {
  opacity: 0.6;
}
/* Sort styling */
table.b-table > thead > tr > th,
table.b-table > tfoot > tr > th {
  position: relative;
}
table.b-table > thead > tr > th.sorting,
table.b-table > tfoot > tr > th.sorting {
  padding-right: 1.5em;
  cursor: pointer;
}
table.b-table > thead > tr > th.sorting::before,
table.b-table > thead > tr > th.sorting::after,
table.b-table > tfoot > tr > th.sorting::before,
table.b-table > tfoot > tr > th.sorting::after {
  position: absolute;
  bottom: 0;
  display: block;
  opacity: 0.4;
  padding-bottom: inherit;
  font-size: inherit;
  line-height: 180%;
}
table.b-table > thead > tr > th.sorting::before,
table.b-table > tfoot > tr > th.sorting::before {
  right: 0.75em;
  content: '\2191';
}
table.b-table > thead > tr > th.sorting::after,
table.b-table > tfoot > tr > th.sorting::after {
  right: 0.25em;
  content: '\2193';
}
table.b-table > thead > tr > th.sorting_asc::after,
table.b-table > thead > tr > th.sorting_desc::before,
table.b-table > tfoot > tr > th.sorting_asc::after,
table.b-table > tfoot > tr > th.sorting_desc::before {
  opacity: 1;
}
/* Stacked table layout */
/* Derived from http://blog.adrianroselli.com/2017/11/a-responsive-accessible-table.html */
/* Always stacked */
table.b-table.b-table-stacked {
  width: 100%;
}
table.b-table.b-table-stacked,
table.b-table.b-table-stacked > tbody,
table.b-table.b-table-stacked > tbody > tr,
table.b-table.b-table-stacked > tbody > tr > td,
table.b-table.b-table-stacked > tbody > tr > th,
table.b-table.b-table-stacked > caption {
  display: block;
}
/* Hide stuff we can't deal with, or shouldn't show */
table.b-table.b-table-stacked > thead,
table.b-table.b-table-stacked > tfoot,
table.b-table.b-table-stacked > tbody > tr.b-table-top-row,
table.b-table.b-table-stacked > tbody > tr.b-table-bottom-row {
  display: none;
}
/* inter-row top border */
table.b-table.b-table-stacked > tbody > tr > :first-child {
  border-top-width: 0.4rem;
}
/* convert TD/TH contents to "cells". Caveat: child elements become cells! */
table.b-table.b-table-stacked > tbody > tr > [data-label] {
  display: grid;
  grid-template-columns: 40% auto;
  grid-gap: 0.25rem 1rem;
}
/* generate row cell "heading" */
table.b-table.b-table-stacked > tbody > tr > [data-label]::before {
  content: attr(data-label);
  display: inline;
  text-align: right;
  overflow-wrap: break-word;
  font-weight: bold;
  font-style: normal;
}
@media all and (max-width: 575.99px) {
  /* Under SM */
table.b-table.b-table-stacked-sm {
    width: 100%;
}
table.b-table.b-table-stacked-sm,
  table.b-table.b-table-stacked-sm > tbody,
  table.b-table.b-table-stacked-sm > tbody > tr,
  table.b-table.b-table-stacked-sm > tbody > tr > td,
  table.b-table.b-table-stacked-sm > tbody > tr > th,
  table.b-table.b-table-stacked-sm > caption {
    display: block;
}
  /* hide stuff we can't deal with, or shouldn't show */
table.b-table.b-table-stacked-sm > thead,
  table.b-table.b-table-stacked-sm > tfoot,
  table.b-table.b-table-stacked-sm > tbody > tr.b-table-top-row,
  table.b-table.b-table-stacked-sm > tbody > tr.b-table-bottom-row {
    display: none;
}
  /* inter-row top border */
table.b-table.b-table-stacked-sm > tbody > tr > :first-child {
    border-top-width: 0.4rem;
}
  /* convert TD/TH contents to "cells". Caveat: child elements become cells! */
table.b-table.b-table-stacked-sm > tbody > tr > [data-label] {
    display: grid;
    grid-template-columns: 40% auto;
    grid-gap: 0.25rem 1rem;
}
  /* generate row cell "heading" */
table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::before {
    content: attr(data-label);
    display: inline;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
}
}
@media all and (max-width: 767.99px) {
  /* under MD  */
table.b-table.b-table-stacked-md {
    width: 100%;
}
table.b-table.b-table-stacked-md,
  table.b-table.b-table-stacked-md > tbody,
  table.b-table.b-table-stacked-md > tbody > tr,
  table.b-table.b-table-stacked-md > tbody > tr > td,
  table.b-table.b-table-stacked-md > tbody > tr > th,
  table.b-table.b-table-stacked-md > caption {
    display: block;
}
  /* hide stuff we can't deal with, or shouldn't show */
table.b-table.b-table-stacked-md > thead,
  table.b-table.b-table-stacked-md > tfoot,
  table.b-table.b-table-stacked-md > tbody > tr.b-table-top-row,
  table.b-table.b-table-stacked-md > tbody > tr.b-table-bottom-row {
    display: none;
}
  /* inter-row top border */
table.b-table.b-table-stacked-md > tbody > tr > :first-child {
    border-top-width: 0.4rem;
}
  /* convert TD/TH contents to "cells". Caveat: child elements become cells! */
table.b-table.b-table-stacked-md > tbody > tr > [data-label] {
    display: grid;
    grid-template-columns: 40% auto;
    grid-gap: 0.25rem 1rem;
}
  /* generate row cell "heading" */
table.b-table.b-table-stacked-md > tbody > tr > [data-label]::before {
    content: attr(data-label);
    display: inline;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
}
}
@media all and (max-width: 991.99px) {
  /* under LG  */
table.b-table.b-table-stacked-lg {
    width: 100%;
}
table.b-table.b-table-stacked-lg,
  table.b-table.b-table-stacked-lg > tbody,
  table.b-table.b-table-stacked-lg > tbody > tr,
  table.b-table.b-table-stacked-lg > tbody > tr > td,
  table.b-table.b-table-stacked-lg > tbody > tr > th,
  table.b-table.b-table-stacked-lg > caption {
    display: block;
}
  /* hide stuff we can't deal with, or shouldn't show */
table.b-table.b-table-stacked-lg > thead,
  table.b-table.b-table-stacked-lg > tfoot,
  table.b-table.b-table-stacked-lg > tbody > tr.b-table-top-row,
  table.b-table.b-table-stacked-lg > tbody > tr.b-table-bottom-row {
    display: none;
}
  /* inter-row top border */
table.b-table.b-table-stacked-lg > tbody > tr > :first-child {
    border-top-width: 0.4rem;
}
  /* convert TD/TH contents to "cells". Caveat: child elements become cells! */
table.b-table.b-table-stacked-lg > tbody > tr > [data-label] {
    display: grid;
    grid-template-columns: 40% auto;
    grid-gap: 0.25rem 1rem;
}
  /* generate row cell "heading" */
table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::before {
    content: attr(data-label);
    display: inline;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
}
}
@media all and (max-width: 1199.99px) {
  /* under XL  */
table.b-table.b-table-stacked-xl {
    width: 100%;
}
table.b-table.b-table-stacked-xl,
  table.b-table.b-table-stacked-xl > tbody,
  table.b-table.b-table-stacked-xl > tbody > tr,
  table.b-table.b-table-stacked-xl > tbody > tr > td,
  table.b-table.b-table-stacked-xl > tbody > tr > th,
  table.b-table.b-table-stacked-xl > caption {
    display: block;
}
  /* hide stuff we can't deal with, or shouldn't show */
table.b-table.b-table-stacked-xl > thead,
  table.b-table.b-table-stacked-xl > tfoot,
  table.b-table.b-table-stacked-xl > tbody > tr.b-table-top-row,
  table.b-table.b-table-stacked-xl > tbody > tr.b-table-bottom-row {
    display: none;
}
  /* inter-row top border */
table.b-table.b-table-stacked-xl > tbody > tr > :first-child {
    border-top-width: 0.4rem;
}
  /* convert TD/TH contents to "cells". Caveat: child elements become cells! */
table.b-table.b-table-stacked-xl > tbody > tr > [data-label] {
    display: grid;
    grid-template-columns: 40% auto;
    grid-gap: 0.25rem 1rem;
}
  /* generate row cell "heading" */
table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::before {
    content: attr(data-label);
    display: inline;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
}
}
/* Details row styling */
table.b-table > tbody > tr.b-table-details > td {
  border-top: none;
}
* {
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: border-color, color, -webkit-box-shadow;
  transition-property: border-color, color, -webkit-box-shadow;
  transition-property: border-color, box-shadow, color;
  transition-property: border-color, box-shadow, color, -webkit-box-shadow;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}
html, body {
  height: 100%;
}
body {
  background: #F9F9F9;
}
.standard-sidebar {
  background: #EDECEE;
  padding: 24px;
  font-size: 14px;
  line-height: 1.43;
  width: 236px;
}
.standard-page {
  padding: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-header {
  color: #4F2A93;
}
#loading-screen, #loading-screen-inapp {
  z-index: 1050;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #432874;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.5;
}
@-webkit-keyframes fadeColor {
0% {
    opacity: 0.48;
}
50% {
    opacity: 1.0;
}
100% {
    opacity: 0.48;
}
}
@keyframes fadeColor {
0% {
    opacity: 0.48;
}
50% {
    opacity: 1.0;
}
100% {
    opacity: 0.48;
}
}
#melior {
  -webkit-animation: fadeColor 2.4s infinite;
          animation: fadeColor 2.4s infinite;
  height: 4rem;
  margin-left: -1rem;
}
.expand-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-left: 4px solid;
}
.expand-toggle.open:after {
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0;
}
body {
  font-family: 'Roboto', sans-serif;
  color: #4E4A57;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.43;
}
.small-text {
  font-size: 12px;
  font-style: italic;
  line-height: 1.33;
  color: #878190;
}
a, a:not([href]):not([tabindex]) {
  cursor: pointer;
}
a.standard-link, a:not([href]):not([tabindex]).standard-link {
    color: #2995CD;
}
a.standard-link:hover, a.standard-link:active, a.standard-link:focus, a:not([href]):not([tabindex]).standard-link:hover, a:not([href]):not([tabindex]).standard-link:active, a:not([href]):not([tabindex]).standard-link:focus {
      text-decoration: underline;
}
a.standard-link[disabled="disabled"], a:not([href]):not([tabindex]).standard-link[disabled="disabled"] {
      color: #A5A1AC;
      text-decoration: none;
      cursor: default;
}
a.small-link, a:not([href]):not([tabindex]).small-link {
    font-size: 12px;
    line-height: 1.33;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  color: #34313A;
}
h1 {
  font-size: 24px;
  line-height: 1.67;
  margin-bottom: 24px;
}
h2 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 16px;
}
h3 {
  font-size: 16px;
  line-height: 1.5;
  color: #4E4A57;
  margin-bottom: 9px;
}
h4 {
  font-size: 14px;
  line-height: 1.43;
}
.textCondensed {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
}
.markdown p {
  margin-bottom: 8px;
}
.markdown h1 {
  margin-bottom: 10px;
  margin-top: 14px;
  line-height: 1.17;
}
.markdown h2 {
  margin-bottom: 6px;
  margin-top: 10px;
}
.markdown h3 {
  margin-bottom: 4px;
  margin-top: 6px;
  color: #34313A;
}
.markdown h1, .markdown h2, .markdown h3 {
  font-weight: normal;
}
.markdown h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
.markdown a {
  color: #2995CD;
}
.markdown a:hover, .markdown a:active, .markdown a:focus {
    color: #2995CD;
    text-decoration: underline;
}
.markdown img {
  max-width: 100%;
}
.nested-field {
  padding-left: 1.5rem;
}
label small {
  font-size: 12px;
  line-height: 1.33;
}
label small a {
    color: #FFFFFF;
}
label small a:hover, label small a:active {
      text-decoration: underline;
      color: #FFFFFF;
}
input, textarea, input.form-control, textarea.form-control {
  padding: 10px 16px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 1.43;
  color: #878190;
  border: 1px solid #C3C0C7;
}
input:hover:not(:disabled), textarea:hover:not(:disabled), input.form-control:hover:not(:disabled), textarea.form-control:hover:not(:disabled) {
    border-color: #A5A1AC;
}
input:active:not(:disabled), input:focus:not(:disabled), textarea:active:not(:disabled), textarea:focus:not(:disabled), input.form-control:active:not(:disabled), input.form-control:focus:not(:disabled), textarea.form-control:active:not(:disabled), textarea.form-control:focus:not(:disabled) {
    border-color: #BDA8FF;
    color: #4E4A57;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}
input:disabled, textarea:disabled, input.form-control:disabled, textarea.form-control:disabled {
    opacity: 0.64;
    background: #E1E0E3;
}
input.input-search, textarea.input-search, input.form-control.input-search, textarea.form-control.input-search {
    background-repeat: no-repeat;
    background-position: center left 16px;
    background-size: 16px 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23878190' fill-rule='evenodd' d='M15.7 14.3l-4.8-4.8c.7-1 1.1-2.2 1.1-3.5 0-3.3-2.7-6-6-6S0 2.7 0 6s2.7 6 6 6c1.3 0 2.5-.4 3.5-1.1l4.8 4.8c.4.4 1 .4 1.4 0 .4-.4.4-1 0-1.4zM6 10c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4z'/%3E%3C/svg%3E");
    padding-left: 40px;
}
input.input-valid, input.input-invalid, textarea.input-valid, textarea.input-invalid, input.form-control.input-valid, input.form-control.input-invalid, textarea.form-control.input-valid, textarea.form-control.input-invalid {
    background-repeat: no-repeat;
    background-position: center right 16px;
}
input.input-valid, textarea.input-valid, input.form-control.input-valid, textarea.form-control.input-valid {
    padding-right: 37px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10' viewBox='0 0 13 10'%3E%3Cpath fill='%2324CC8F' fill-rule='evenodd' d='M4.662 9.832c-.312 0-.61-.123-.831-.344L0 5.657l1.662-1.662 2.934 2.934L10.534 0l1.785 1.529-6.764 7.893a1.182 1.182 0 0 1-.848.409l-.045.001'/%3E%3C/svg%3E");
    background-size: 13px 10px;
}
input.input-invalid, textarea.input-invalid, input.form-control.input-invalid, textarea.form-control.input-invalid {
    padding-right: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23FF6165' fill-rule='evenodd' d='M0 1.994C0 .893.895 0 1.994 0h12.012C15.107 0 16 .895 16 1.994v12.012A1.995 1.995 0 0 1 14.006 16H1.994A1.995 1.995 0 0 1 0 14.006V1.994zM2 2v12h12V2H2zm5 2h2v5H7V4zm0 6h2v2H7v-2z'/%3E%3C/svg%3E");
    background-size: 16px 16px;
}
.input-group .input-group-prepend, .input-group .input-group-append {
  background: #EDECEE;
  color: #A5A1AC;
  border-radius: 2px;
}
.input-group .input-group-prepend.input-group-text, .input-group .input-group-append.input-group-text {
    font-size: 14px;
    line-height: 1.43;
    color: rgba(104, 98, 116, 0.64);
    padding: 10px 24px;
    border: none;
}
.input-group .input-group-prepend.input-group-icon, .input-group .input-group-append.input-group-icon {
    border: solid 1px #C3C0C7;
    border-right: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.input-group .input-group-prepend.streak-addon .svg-icon, .input-group .input-group-append.streak-addon .svg-icon {
    width: 11.6px;
    height: 7.1px;
    margin: 15px 13.4px 15.9px 13px;
}
.input-group .input-group-prepend.positive-addon .svg-icon, .input-group .input-group-append.positive-addon .svg-icon {
    width: 10px;
    height: 10px;
    margin: 14px 14px;
}
.input-group .input-group-prepend.negative-addon .svg-icon, .input-group .input-group-append.negative-addon .svg-icon {
    width: 10px;
    height: 2px;
    margin: 18px 14px;
}
.input-group input:not(:first-child) {
  border-left: none !important;
}
.input-group input:first-child {
  border-right: none !important;
}
.form-check {
  margin-bottom: 0.5rem;
  padding-left: 0px;
}
.custom-control {
  margin-bottom: .5rem;
}
.custom-control-label {
    padding-top: 3px;
    padding-left: 3px;
}
.custom-control .custom-control-label::before {
    width: 18px;
    height: 18px;
    background-size: 75% 75%;
    background-color: transparent;
    border: 2px solid #878190;
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 2px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #9A62FF;
  border-color: #9A62FF;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10' viewBox='0 0 13 10'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M4.662 9.832c-.312 0-.61-.123-.83-.344L0 5.657l1.662-1.662 2.934 2.934L10.534 0l1.785 1.529-6.764 7.893a1.182 1.182 0 0 1-.848.409l-.045.001'/%3E%3C/svg%3E");
  background-size: 75% 75%;
}
.custom-checkbox .custom-control-input:active ~ .custom-control-label::before {
  background-color: inherit;
}
.custom-checkbox .custom-control-input:focus:not(:checked):not(:disabled) ~ .custom-control-label::before, .custom-checkbox .custom-control-input:active:not(:checked):not(:disabled) ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 6px rgba(79, 41, 147, 0.1);
          box-shadow: 0 0 0 6px rgba(79, 41, 147, 0.1);
}
.custom-checkbox .custom-control-input:focus:checked:not(:disabled) ~ .custom-control-label::before, .custom-checkbox .custom-control-input:active:checked:not(:disabled) ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 6px rgba(79, 41, 147, 0.1);
          box-shadow: 0 0 0 6px rgba(79, 41, 147, 0.1);
  border-color: #9A62FF;
  background-color: #9A62FF;
}
.custom-checkbox .custom-control-input:focus:disabled ~ .custom-control-label::before, .custom-checkbox .custom-control-input:active:disabled ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 6px rgba(52, 48, 58, 0.1);
          box-shadow: 0 0 0 6px rgba(52, 48, 58, 0.1);
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  border-color: #C3C0C7;
  background-color: #C3C0C7;
}
.custom-checkbox .custom-control-input:disabled:not(:checked) ~ .custom-control-label::before {
  border-color: #C3C0C7;
  background-color: transparent;
}
.inline-edit-input-group .input-group-append, .inline-edit-input-group .input-group-prepend {
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inline-edit-input-group .destroy-icon {
  width: 14px;
  height: 16px;
}
.inline-edit-input {
  margin-bottom: 0px;
  border-radius: 0px;
  border: none !important;
  padding-left: 36px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%239A62FF'/%3E%3C/svg%3E");
  width: 18px;
  height: 18px;
  background-size: 12px 12px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #F9F9F9;
  background-size: 12px 12px;
  border-color: #9A62FF;
}
.custom-radio .custom-control-input:active ~ .custom-control-label::before {
  background-color: inherit;
}
.custom-radio .custom-control-input:focus:not(:checked):not(:disabled) ~ .custom-control-label::before, .custom-radio .custom-control-input:active:not(:checked):not(:disabled) ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 6px rgba(79, 41, 147, 0.1);
          box-shadow: 0 0 0 6px rgba(79, 41, 147, 0.1);
}
.custom-radio .custom-control-input:focus:checked:not(:disabled) ~ .custom-control-label::before, .custom-radio .custom-control-input:active:checked:not(:disabled) ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 6px rgba(79, 41, 147, 0.1);
          box-shadow: 0 0 0 6px rgba(79, 41, 147, 0.1);
  border-color: #9A62FF;
  background-color: rgba(79, 41, 147, 0.1);
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  border-color: #C3C0C7;
  background-color: transparent;
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23C3C0C7'/%3E%3C/svg%3E");
  width: 18px;
  height: 18px;
  background-size: 12px 12px;
}
.custom-radio .custom-control-input:disabled:not(:checked) ~ .custom-control-label::before {
  border-color: #A5A1AC;
  background-color: transparent;
}
.custom-radio .custom-control-input:focus:disabled ~ .custom-control-label::before, .custom-radio .custom-control-input:active:disabled ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 6px rgba(52, 48, 58, 0.1);
          box-shadow: 0 0 0 6px rgba(52, 48, 58, 0.1);
  border-color: #A5A1AC;
  background-color: rgba(52, 48, 58, 0.1);
}
.custom-radio .custom-control-input:focus:disabled:checked ~ .custom-control-label::before, .custom-radio .custom-control-input:active:disabled:checked ~ .custom-control-label::before {
  border-color: #C3C0C7;
}
.toggle-switch-container.no-margin {
  margin-top: 0 !important;
}
.btn {
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  border: 1px solid transparent !important;
  padding: 7.5px 15.5px;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.16), 0 1px 4px 0 rgba(26, 24, 29, 0.12);
          box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.16), 0 1px 4px 0 rgba(26, 24, 29, 0.12);
  color: #FFFFFF;
}
.btn:focus:not(.btn-flat) {
    outline: none;
    border-color: #9A62FF;
    -webkit-box-shadow: 0 4px 4px 0 rgba(26, 24, 29, 0.16), 0 1px 8px 0 rgba(26, 24, 29, 0.12);
            box-shadow: 0 4px 4px 0 rgba(26, 24, 29, 0.16), 0 1px 8px 0 rgba(26, 24, 29, 0.12);
}
.btn:hover:not(.btn-flat) {
    -webkit-box-shadow: 0 4px 4px 0 rgba(26, 24, 29, 0.16), 0 1px 8px 0 rgba(26, 24, 29, 0.12);
            box-shadow: 0 4px 4px 0 rgba(26, 24, 29, 0.16), 0 1px 8px 0 rgba(26, 24, 29, 0.12);
    border-color: transparent;
}
.btn:active:not(.btn-flat), .btn.active:not(.btn-flat) {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: 1px solid transparent;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  color: #FFFFFF !important;
}
.btn:disabled, .btn.disabled {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.64;
  border-color: transparent;
}
.btn-primary {
  background: #4F2A93;
}
.btn-primary:disabled {
    background: #4F2A93;
}
.btn-primary:hover:not(:disabled), .btn-primary:active, .btn-primary.active, .btn-primary:focus {
    background: #5d3b9c !important;
    color: #FFFFFF;
}
.btn-secondary, .dropdown > .btn-secondary {
  color: #4E4A57;
  background: #FFFFFF !important;
}
.btn-secondary:hover:not(:disabled):not(.disabled), .btn-secondary:active, .btn-secondary.active, .btn-secondary:focus, .dropdown > .btn-secondary:hover:not(:disabled):not(.disabled), .dropdown > .btn-secondary:active, .dropdown > .btn-secondary.active, .dropdown > .btn-secondary:focus {
    color: #4F2A93 !important;
}
.btn-secondary:active, .btn-secondary:focus, .btn-secondary.active, .dropdown > .btn-secondary:active, .dropdown > .btn-secondary:focus, .dropdown > .btn-secondary.active {
    border-color: #BDA8FF !important;
}
.btn-secondary:disabled, .btn-secondary.disabled, .dropdown > .btn-secondary:disabled, .dropdown > .btn-secondary.disabled {
    background: #E1E0E3 !important;
    color: #686274 !important;
}
.btn-success {
  background: #24CC8F;
}
.btn-success:disabled {
    background: #24CC8F;
}
.btn-success:hover:not(:disabled), .btn-success:active, .btn-success.active {
    background: #3FDAA2;
}
.show > .btn-success.dropdown-toggle {
  background: #3FDAA2;
}
.btn-info {
  background: #46A7D9;
}
.btn-info:disabled {
    background: #46A7D9;
}
.btn-info:hover:not(:disabled), .btn-info:active, .btn-info.active {
    background: #50B5E9;
}
.btn-danger {
  background: #F74E52;
}
.btn-danger:disabled {
    background: #F74E52;
}
.btn-danger:hover:not(:disabled), .btn-danger:active, .btn-danger.active {
    background: #FF6165;
}
.btn-show-more {
  display: block;
  width: 50%;
  max-width: 448px;
  margin: 0 auto;
  margin-top: 12px;
  padding: 8px;
  font-size: 14px;
  line-height: 1.43;
  font-weight: bold;
  text-align: center;
  background: #EDECEE;
  color: #878190 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-show-more:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: inherit !important;
}
.btn-flat {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-small {
  font-size: 12px;
  line-height: 1.33;
  padding: 4px 8px;
}
.badge {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.33;
  color: #878190;
  padding: 4px 8px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(26, 24, 29, 0.12);
          box-shadow: 0 1px 1px 0 rgba(26, 24, 29, 0.12);
}
.badge-pill {
  border-radius: 100px;
}
.badge-default {
  background: #E1E0E3;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.badge-item {
  position: absolute;
  top: -9px;
}
.badge-purple {
  position: absolute;
  color: #FFFFFF;
  background: #9A62FF;
  line-height: 1.2;
  font-size: 10px;
}
.dropdown > .btn {
  padding: 9px 15.5px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
}
.dropdown.show > .dropdown-toggle:not(.btn-success) {
  color: #4F2A93;
  border-color: #BDA8FF !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.dropdown-toggle::after {
  margin-left: 16px;
  border-top: 6px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  vertical-align: 0;
}
.dropdown-menu {
  padding: 0px;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.15), 0 1px 4px 0 rgba(255, 255, 255, 0.1);
          box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.15), 0 1px 4px 0 rgba(255, 255, 255, 0.1);
}
.dropdown-item {
  padding-left: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 1.71;
  color: #4E4A57;
  cursor: pointer;
}
.dropdown-item:focus {
    outline: none;
    background-color: inherit;
}
.dropdown-item:active, .dropdown-item:hover, .dropdown-item.active {
    background-color: rgba(213, 200, 255, 0.32);
    color: #4F2A93;
}
.dropdown-item.dropdown-inactive {
    cursor: default;
}
.dropdown-item.dropdown-inactive:active, .dropdown-item.dropdown-inactive:hover, .dropdown-item.dropdown-inactive.active {
      background-color: inherit;
      color: inherit;
}
.dropdown + .dropdown {
  margin-left: 12px;
}
.dropdown-label {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.43;
  color: #34313A;
  margin-right: 20px;
  margin-left: 20px;
}
.dropdown-icon-item .svg-icon {
  margin: 0px 16px 0px 0px;
  vertical-align: middle;
}
.dropdown-icon-item .text {
  vertical-align: middle;
}
.inline-dropdown {
  width: 100%;
}
.inline-dropdown .dropdown-toggle {
    width: 100% !important;
    text-align: left;
}
.inline-dropdown .dropdown-toggle::after {
    position: absolute;
    right: 16px;
    top: 17px;
}
.inline-dropdown .dropdown-menu.show {
    width: 100% !important;
}
.popover {
  border-radius: 4px;
  background-color: rgba(52, 49, 58, 0.96);
  -webkit-box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.16), 0 1px 4px 0 rgba(26, 24, 29, 0.12);
          box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.16), 0 1px 4px 0 rgba(26, 24, 29, 0.12);
}
.popover::after, .popover::before, .popover .arrow {
    display: none;
}
.popover .popover-header {
    display: none;
}
.popover-body {
  padding: 12px 16px;
  text-align: center;
  color: #E1E0E3;
  font-size: 12px;
  line-height: 1.33;
}
.popover-content-title {
  color: #FFFFFF;
  line-height: 1.14;
}
.popover-content-text:not(:last-child) {
  margin-bottom: 16px;
}
.popover-content-title:last-child {
  margin-bottom: 0px;
}
.popover-content-text:last-child {
  margin-bottom: 0px;
}
.tooltip .arrow {
  display: none;
}
.tooltip .tooltip-inner {
  font-size: 12px;
  line-height: 1.33;
  color: #FFFFFF;
  padding: 8px 12px;
  margin-top: 8px;
  border-radius: 4px;
  background-color: rgba(52, 49, 58, 0.96);
  -webkit-box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.16), 0 1px 4px 0 rgba(26, 24, 29, 0.12);
          box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.16), 0 1px 4px 0 rgba(26, 24, 29, 0.12);
}
.items > div {
  display: inline-block;
  margin-right: 24px;
}
.items > div:last-of-type {
  margin-right: 0px;
}
.item-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
}
.items-one-line .item-wrapper {
  margin-bottom: 8px;
}
@media only screen and (min-width: 1440px) {
.item.pet-slot {
    margin-right: 1.71em;
}
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
.item.pet-slot {
    margin-right: 0.43em;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
.item.pet-slot {
    margin-right: 0.86em;
}
}
@media only screen and (max-width: 1023px) {
.item.pet-slot {
    margin-right: 1.71em;
}
}
.item {
  position: relative;
  width: 94px;
  height: 92px;
  border-radius: 2px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.15), 0 1px 4px 0 rgba(26, 24, 29, 0.1);
          box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.15), 0 1px 4px 0 rgba(26, 24, 29, 0.1);
  border: 1px solid transparent;
}
.item-empty {
    background: #34313A;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: auto;
}
.item-active {
    background: #BDA8FF;
}
.item:hover {
    -webkit-box-shadow: 0 4px 4px 0 rgba(26, 24, 29, 0.16), 0 1px 8px 0 rgba(26, 24, 29, 0.12);
            box-shadow: 0 4px 4px 0 rgba(26, 24, 29, 0.16), 0 1px 8px 0 rgba(26, 24, 29, 0.12);
    border-color: #BDA8FF;
}
.item.highlight {
    -webkit-box-shadow: 0 0 8px 8px rgba(26, 24, 29, 0.16), 0 5px 10px 0 rgba(26, 24, 29, 0.12) !important;
            box-shadow: 0 0 8px 8px rgba(26, 24, 29, 0.16), 0 5px 10px 0 rgba(26, 24, 29, 0.12) !important;
}
.item.highlight-border {
    border-color: #BDA8FF;
}
.item.suggested {
    -webkit-box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.16), 0 1px 4px 0 rgba(26, 24, 29, 0.12);
            box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.16), 0 1px 4px 0 rgba(26, 24, 29, 0.12);
    border: solid 1px #D5C8FF;
}
.item.suggested:hover {
    border: solid 1px #BDA8FF;
}
.flat .item {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.bordered-item .item {
  background: #F9F9F9 !important;
  margin: 0 auto;
}
.drawer-content .item:hover {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.item .item-content {
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.item-label {
  display: block;
  width: 94px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  color: #C3C0C7;
  margin-top: 4px;
}
.questPopover {
  width: 200px;
}
.bg-health {
  background: #F74E52;
}
.bg-experience {
  background: #FFBE5D;
}
.bg-mana {
  background: #50B5E9;
}
.svg-icon {
  display: block;
  -webkit-transition: none !important;
  transition: none !important;
  fill: currentColor;
}
.svg-icon svg {
    display: block;
}
.svg-icon * {
    -webkit-transition: none !important;
    transition: none !important;
}
.svg-icon.color svg path {
    fill: currentColor;
}
.icon-16 {
  width: 16px;
  height: 16px;
}
.icon-12 {
  width: 12px;
  height: 12px;
}
.icon-24 {
  width: 24px;
  height: 24px;
}
.icon-10 {
  width: 10px;
  height: 10px;
}
.inline {
  display: inline-block;
}
.toggle-up, .toggle-down {
  cursor: pointer;
}
.toggle-up .svg-icon, .toggle-down .svg-icon {
    width: 20px;
}
.task-worst-control-bg {
  background: #DE3F3F !important;
}
.task-worst-control-bg:hover .habit-control {
    background: rgba(26, 24, 29, 0.48) !important;
}
.task-worst-control-bg:hover .daily-todo-control {
    background: rgba(255, 255, 255, 0.72) !important;
}
.task-worst-control-inner-habit {
  background: rgba(26, 24, 29, 0.24) !important;
}
.task-worst-control-inner-daily-todo {
  background: #F19595 !important;
}
.task-worst-control-checkbox {
  color: #DE3F3F !important;
}
.task-worst-modal-bg {
  background: #DE3F3F !important;
}
.task-worst-modal-icon {
  color: #DE3F3F !important;
}
.task-worst-modal-text {
  color: #C92B2B !important;
}
.task-worst-modal-option-disabled:hover .svg-icon {
  color: #DE3F3F !important;
}
.task-worst-modal-option-disabled:hover .option-item-label {
  color: #C92B2B !important;
}
.task-worst-modal-habit-control-disabled:hover .habit-control {
  background: #DE3F3F !important;
}
.task-worst-modal-habit-control-disabled:hover .option-item-label {
  color: #C92B2B !important;
}
.task-worse-control-bg {
  background: #FF6165 !important;
}
.task-worse-control-bg:hover .habit-control {
    background: rgba(26, 24, 29, 0.48) !important;
}
.task-worse-control-bg:hover .daily-todo-control {
    background: rgba(255, 255, 255, 0.72) !important;
}
.task-worse-control-inner-habit {
  background: rgba(26, 24, 29, 0.24) !important;
}
.task-worse-control-inner-daily-todo {
  background: #FFB6B8 !important;
}
.task-worse-control-checkbox {
  color: #FF6165 !important;
}
.task-worse-modal-bg {
  background: #FF6165 !important;
}
.task-worse-modal-icon {
  color: #FF6165 !important;
}
.task-worse-modal-text {
  color: #F23035 !important;
}
.task-worse-modal-option-disabled:hover .svg-icon {
  color: #FF6165 !important;
}
.task-worse-modal-option-disabled:hover .option-item-label {
  color: #F23035 !important;
}
.task-worse-modal-habit-control-disabled:hover .habit-control {
  background: #FF6165 !important;
}
.task-worse-modal-habit-control-disabled:hover .option-item-label {
  color: #F23035 !important;
}
.task-bad-control-bg {
  background: #FF944C !important;
}
.task-bad-control-bg:hover .habit-control {
    background: #b75a1c !important;
}
.task-bad-control-bg:hover .daily-todo-control {
    background: rgba(255, 255, 255, 0.72) !important;
}
.task-bad-control-inner-habit {
  background: rgba(183, 90, 28, 0.4) !important;
}
.task-bad-control-inner-daily-todo {
  background: #FFBF98 !important;
}
.task-bad-control-checkbox {
  color: #FF944C !important;
}
.task-bad-modal-bg {
  background: #FF944C !important;
}
.task-bad-modal-bg .form-control {
    background: rgba(183, 90, 28, 0.4) !important;
}
.task-bad-modal-bg .form-control:focus, .task-bad-modal-bg .form-control:active, .task-bad-modal-bg .form-control:hover {
      background-color: #b75a1c !important;
}
.task-bad-modal-icon {
  color: #FF944C !important;
}
.task-bad-modal-text {
  color: #b75a1c !important;
}
.task-bad-modal-option-disabled:hover .svg-icon {
  color: #FF944C !important;
}
.task-bad-modal-option-disabled:hover .option-item-label {
  color: #b75a1c !important;
}
.task-bad-modal-habit-control-disabled:hover .habit-control {
  background: #FF944C !important;
}
.task-bad-modal-habit-control-disabled:hover .option-item-label {
  color: #b75a1c !important;
}
.task-neutral-control-bg {
  background: #FFBE5D !important;
}
.task-neutral-control-bg:hover .habit-control {
    background: #bf7d1a !important;
}
.task-neutral-control-bg:hover .daily-todo-control {
    background: rgba(255, 255, 255, 0.72) !important;
}
.task-neutral-control-inner-habit {
  background: rgba(183, 90, 28, 0.32) !important;
}
.task-neutral-control-inner-daily-todo {
  background: #FFD9A0 !important;
}
.task-neutral-control-checkbox {
  color: #FFBE5D !important;
}
.task-neutral-modal-bg {
  background: #FFBE5D !important;
}
.task-neutral-modal-bg .form-control {
    background: rgba(183, 90, 28, 0.4) !important;
}
.task-neutral-modal-bg .form-control:focus, .task-neutral-modal-bg .form-control:active, .task-neutral-modal-bg .form-control:hover {
      background-color: #bf7d1a !important;
}
.task-neutral-modal-icon {
  color: #FFBE5D !important;
}
.task-neutral-modal-text {
  color: #bf7d1a !important;
}
.task-neutral-modal-option-disabled:hover .svg-icon {
  color: #FFBE5D !important;
}
.task-neutral-modal-option-disabled:hover .option-item-label {
  color: #bf7d1a !important;
}
.task-neutral-modal-habit-control-disabled:hover .habit-control {
  background: #FFBE5D !important;
}
.task-neutral-modal-habit-control-disabled:hover .option-item-label {
  color: #bf7d1a !important;
}
.task-good-control-bg {
  background: #24CC8F !important;
}
.task-good-control-bg:hover .habit-control {
    background: rgba(26, 24, 29, 0.48) !important;
}
.task-good-control-bg:hover .daily-todo-control {
    background: rgba(255, 255, 255, 0.72) !important;
}
.task-good-control-inner-habit {
  background: rgba(26, 24, 29, 0.24) !important;
}
.task-good-control-inner-daily-todo {
  background: #77f4c7 !important;
}
.task-good-control-checkbox {
  color: #24CC8F !important;
}
.task-good-modal-bg {
  background: #24CC8F !important;
}
.task-good-modal-icon {
  color: #24CC8F !important;
}
.task-good-modal-text {
  color: #1ca372 !important;
}
.task-good-modal-option-disabled:hover .svg-icon {
  color: #24CC8F !important;
}
.task-good-modal-option-disabled:hover .option-item-label {
  color: #1ca372 !important;
}
.task-good-modal-habit-control-disabled:hover .habit-control {
  background: #24CC8F !important;
}
.task-good-modal-habit-control-disabled:hover .option-item-label {
  color: #1ca372 !important;
}
.task-better-control-bg {
  background: #3BCAD7 !important;
}
.task-better-control-bg:hover .habit-control {
    background: rgba(26, 24, 29, 0.48) !important;
}
.task-better-control-bg:hover .daily-todo-control {
    background: rgba(255, 255, 255, 0.72) !important;
}
.task-better-control-inner-habit {
  background: rgba(26, 24, 29, 0.24) !important;
}
.task-better-control-inner-daily-todo {
  background: #8dedf6 !important;
}
.task-better-control-checkbox {
  color: #3BCAD7 !important;
}
.task-better-modal-bg {
  background: #3BCAD7 !important;
}
.task-better-modal-icon {
  color: #3BCAD7 !important;
}
.task-better-modal-text {
  color: #20B2BF !important;
}
.task-better-modal-option-disabled:hover .svg-icon {
  color: #3BCAD7 !important;
}
.task-better-modal-option-disabled:hover .option-item-label {
  color: #20B2BF !important;
}
.task-better-modal-habit-control-disabled:hover .habit-control {
  background: #3BCAD7 !important;
}
.task-better-modal-habit-control-disabled:hover .option-item-label {
  color: #20B2BF !important;
}
.task-best-control-bg {
  background: #50B5E9 !important;
}
.task-best-control-bg:hover .habit-control {
    background: rgba(26, 24, 29, 0.48) !important;
}
.task-best-control-bg:hover .daily-todo-control {
    background: rgba(255, 255, 255, 0.72) !important;
}
.task-best-control-inner-habit {
  background: rgba(26, 24, 29, 0.24) !important;
}
.task-best-control-inner-daily-todo {
  background: #A9DCF6 !important;
}
.task-best-control-checkbox {
  color: #50B5E9 !important;
}
.task-best-modal-bg {
  background: #50B5E9 !important;
}
.task-best-modal-icon {
  color: #50B5E9 !important;
}
.task-best-modal-text {
  color: #2995CD !important;
}
.task-best-modal-option-disabled:hover .svg-icon {
  color: #46A7D9 !important;
}
.task-best-modal-option-disabled:hover .option-item-label {
  color: #2995CD !important;
}
.task-best-modal-habit-control-disabled:hover .habit-control {
  background: #46A7D9 !important;
}
.task-best-modal-habit-control-disabled:hover .option-item-label {
  color: #2995CD !important;
}
.task-purple-modal-bg {
  background: #6133B4 !important;
}
.task-purple-modal-icon {
  color: #6133B4 !important;
}
.task-purple-modal-text {
  color: #4F2A93 !important;
}
.task-purple-modal-option-disabled:hover .svg-icon {
  color: #6133B4 !important;
}
.task-purple-modal-option-disabled:hover .option-item-label {
  color: #4F2A93 !important;
}
.task-purple-modal-habit-control-disabled:hover .habit-control {
  background: #6133B4 !important;
}
.task-purple-modal-habit-control-disabled:hover .option-item-label {
  color: #4F2A93 !important;
}
.task-reward-control-bg {
  background: rgba(255, 217, 160, 0.32) !important;
}
.task-reward-control-bg .small-text {
    color: #FFA623 !important;
}
.task-reward-control-bg:hover {
    background: rgba(255, 217, 160, 0.48) !important;
}
.task-disabled-habit-control-bg {
  background: #EDECEE;
}
.task-disabled-habit-control-inner {
  color: rgba(26, 24, 29, 0.12) !important;
  border: 1px solid rgba(26, 24, 29, 0.12);
}
.task-disabled-daily-todo-control-bg {
  background: #C3C0C7 !important;
}
.task-disabled-daily-todo-control-bg:hover .daily-todo-control {
    background: rgba(255, 255, 255, 0.72) !important;
}
.task-disabled-daily-todo-control-inner {
  background: #E1E0E3 !important;
}
.task-disabled-daily-todo-control-checkbox {
  color: #C3C0C7 !important;
}
.task-disabled-daily-todo-control-content {
  background: #EDECEE;
}
.task-disabled-daily-todo-control-content .task-title, .task-disabled-daily-todo-control-content .task-notes {
    color: #A5A1AC !important;
}
.task-control {
  width: 28px;
  height: 28px;
}
.habit-control {
  border-radius: 100px;
  color: #FFFFFF;
}
.habit-control .svg-icon {
    width: 10px;
    height: 10px;
    margin: 0 auto;
}
.habit-control .positive {
    margin-top: 9px;
}
.habit-control .negative {
    margin-top: 13px;
}
.daily-todo-control:hover .svg-icon.check {
  display: block;
}
.daily-todo-control .svg-icon.check {
  display: none;
}
.daily-todo-control .svg-icon.check.display-check-icon {
    display: block;
}
.category-box {
  padding: 1em;
  max-width: 400px;
  position: absolute;
  top: -480px;
  padding: 2em;
  border-radius: 2px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.15), 0 1px 4px 0 rgba(26, 24, 29, 0.1);
          box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.15), 0 1px 4px 0 rgba(26, 24, 29, 0.1);
}
.category-label {
  min-width: 100px;
  border-radius: 100px;
  background-color: #EDECEE;
  padding: .5em;
  display: inline-block;
  margin: .25em;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.33;
  text-align: center;
  color: #A5A1AC;
}
.category-label-purple {
  color: white;
  background: #6133B4;
}
.category-label-blue {
  color: white;
  background: #46A7D9;
}
.category-label-green {
  color: white;
  background: #3FDAA2;
}
.category-select {
  border-radius: 2px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.16), 0 1px 4px 0 rgba(26, 24, 29, 0.12);
          box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.16), 0 1px 4px 0 rgba(26, 24, 29, 0.12);
  padding: 1em;
}
.category-select:hover {
  cursor: pointer;
}
.category-wrap {
  margin-top: .5em;
}
[draggable] {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: -webkit-grab;
  cursor: grab;
}
/* (Optional) Apply a "closed-hand" cursor during drag operation. */
[draggable]:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.featured-label {
  width: auto;
  height: 28px;
  border-radius: 2px;
  background-color: #b36213;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
}
.featured-label.with-border {
    border: solid 2px #FFA623;
    height: 32px;
}
.featured-label.closed {
    max-width: 50%;
    min-height: 32px;
    height: auto;
    padding: 3px;
}
.featured-label .rectangle {
    margin: 9px;
    display: inline-block;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #FFBE5D;
    border: solid 2px #FFA623;
}
.featured-label .text {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.33;
    color: #FFFFFF;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
#nprogress .bar {
  background: #9A62FF !important;
  height: 4px !important;
}
#nprogress .peg {
  -webkit-box-shadow: 0 0 10px #9A62FF, 0 0 5px #9A62FF !important;
          box-shadow: 0 0 10px #9A62FF, 0 0 5px #9A62FF !important;
}
#nprogress .spinner-icon {
  border-top-color: #9A62FF !important;
  border-left-color: #9A62FF !important;
}
.badge-svg {
  left: calc((100% - 18px) / 2);
  cursor: pointer;
  color: #C3C0C7;
  background: #FFFFFF;
  padding: 4.5px 6px;
}
.badge-svg.item-selected-badge {
    background: #6133B4;
    color: #FFFFFF;
}
span.badge.badge-pill.badge-item.badge-svg:not(.item-selected-badge) {
  color: #a5a1ac;
}
span.badge.badge-pill.badge-item.badge-svg.hide {
  display: none;
}
.item:hover span.badge.badge-pill.badge-item.badge-svg.hide {
  display: block;
}
.Pet {
  margin: auto !important;
  display: block;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
}
.Pet:not([class*="FlyingPig"]) {
    top: -28px !important;
}
.Pet[class*="FlyingPig"] {
  top: 7px !important;
}
.Pet.Pet-Dragon-Hydra {
  top: -16px !important;
}
.iconalert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border-radius: 2px;
  color: white;
  font-family: Roboto;
  font-size: 14px;
  line-height: 1.43;
  padding-left: 60px;
}
.iconalert::before {
  height: 100%;
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 1.25rem;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.iconalert-success {
  background-color: #24cc8f;
}
.iconalert-success::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10' viewBox='0 0 13 10'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M4.662 9.832c-.312 0-.61-.123-.83-.344L0 5.657l1.662-1.662 2.934 2.934L10.534 0l1.785 1.529-6.764 7.893a1.182 1.182 0 0 1-.848.409l-.045.001'/%3E%3C/svg%3E");
  background-size: 13px 10px;
  background-color: #1ca372;
}
.iconalert-warning::before, .iconalert-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 1.994C0 .893.895 0 1.994 0h12.012C15.107 0 16 .895 16 1.994v12.012A1.995 1.995 0 0 1 14.006 16H1.994A1.995 1.995 0 0 1 0 14.006V1.994zM2 2v12h12V2H2zm5 2h2v5H7V4zm0 6h2v2H7v-2z'/%3E%3C/svg%3E");
  background-size: 16px 16px;
}
.iconalert-warning {
  background-color: #ffa623;
}
.iconalert-warning::before {
  background-color: #ee9109;
}
.iconalert-error {
  background-color: #f74e52;
}
.iconalert-error::before {
  background-color: #de3f3f;
}

.achievement-costumeContest6x {
  background-image: url(/static/images/spritesmith-largeSprites-0.8b40fd7.png);
  background-position: -1076px -214px;
  width: 144px;
  height: 156px;
}
.promo_animal_tails {
  background-image: url(/static/images/spritesmith-largeSprites-0.8b40fd7.png);
  background-position: -934px -214px;
  width: 141px;
  height: 441px;
}
.promo_armoire_backgrounds_201810 {
  background-image: url(/static/images/spritesmith-largeSprites-0.8b40fd7.png);
  background-position: 0px -910px;
  width: 423px;
  height: 147px;
}
.promo_fall_festival_2017 {
  background-image: url(/static/images/spritesmith-largeSprites-0.8b40fd7.png);
  background-position: 0px -699px;
  width: 414px;
  height: 210px;
}
.promo_fall_festival_2018 {
  background-image: url(/static/images/spritesmith-largeSprites-0.8b40fd7.png);
  background-position: -934px 0px;
  width: 393px;
  height: 213px;
}
.promo_forest_friends_bundle {
  background-image: url(/static/images/spritesmith-largeSprites-0.8b40fd7.png);
  background-position: -421px -495px;
  width: 423px;
  height: 147px;
}
.promo_ghost_potions {
  background-image: url(/static/images/spritesmith-largeSprites-0.8b40fd7.png);
  background-position: -415px -699px;
  width: 423px;
  height: 147px;
}
.promo_ios {
  background-image: url(/static/images/spritesmith-largeSprites-0.8b40fd7.png);
  background-position: 0px -337px;
  width: 375px;
  height: 361px;
}
.promo_kangaroo {
  background-image: url(/static/images/spritesmith-largeSprites-0.8b40fd7.png);
  background-position: 0px 0px;
  width: 420px;
  height: 336px;
}
.promo_mystery_201809 {
  background-image: url(/static/images/spritesmith-largeSprites-0.8b40fd7.png);
  background-position: -934px -656px;
  width: 306px;
  height: 147px;
}
.promo_seasonal_shop {
  background-image: url(/static/images/spritesmith-largeSprites-0.8b40fd7.png);
  background-position: -1076px -371px;
  width: 162px;
  height: 138px;
}
.promo_take_this {
  background-image: url(/static/images/spritesmith-largeSprites-0.8b40fd7.png);
  background-position: -1221px -214px;
  width: 96px;
  height: 69px;
}
.scene_nametag {
  background-image: url(/static/images/spritesmith-largeSprites-0.8b40fd7.png);
  background-position: -421px 0px;
  width: 512px;
  height: 208px;
}
.scene_tools {
  background-image: url(/static/images/spritesmith-largeSprites-0.8b40fd7.png);
  background-position: -421px -209px;
  width: 366px;
  height: 285px;
}

.achievement-alien {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1667px -1533px;
  width: 24px;
  height: 26px;
}
.achievement-alien2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1177px -1480px;
  width: 48px;
  height: 52px;
}
.achievement-alpha2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -343px -1628px;
  width: 48px;
  height: 52px;
}
.achievement-armor2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1519px -1628px;
  width: 48px;
  height: 52px;
}
.achievement-bewilder2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1470px -1628px;
  width: 48px;
  height: 52px;
}
.achievement-birthday2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1421px -1628px;
  width: 48px;
  height: 52px;
}
.achievement-boot2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1372px -1628px;
  width: 48px;
  height: 52px;
}
.achievement-bow2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1323px -1628px;
  width: 48px;
  height: 52px;
}
.achievement-burnout2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1274px -1628px;
  width: 48px;
  height: 52px;
}
.achievement-cactus2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1225px -1628px;
  width: 48px;
  height: 52px;
}
.achievement-cake2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1176px -1628px;
  width: 48px;
  height: 52px;
}
.achievement-cave2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1127px -1628px;
  width: 48px;
  height: 52px;
}
.achievement-challenge2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1078px -1628px;
  width: 48px;
  height: 52px;
}
.achievement-comment2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1029px -1628px;
  width: 48px;
  height: 52px;
}
.achievement-congrats2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -980px -1628px;
  width: 48px;
  height: 52px;
}
.achievement-costumeContest2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -931px -1628px;
  width: 48px;
  height: 52px;
}
.achievement-dilatory2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -882px -1628px;
  width: 48px;
  height: 52px;
}
.achievement-dysheartener2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -833px -1628px;
  width: 48px;
  height: 52px;
}
.achievement-friends2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -784px -1628px;
  width: 48px;
  height: 52px;
}
.achievement-getwell2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -735px -1628px;
  width: 48px;
  height: 52px;
}
.achievement-goodluck2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -686px -1628px;
  width: 48px;
  height: 52px;
}
.achievement-greeting2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -637px -1628px;
  width: 48px;
  height: 52px;
}
.achievement-guild2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -588px -1628px;
  width: 48px;
  height: 52px;
}
.achievement-habitBirthday2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -539px -1628px;
  width: 48px;
  height: 52px;
}
.achievement-habiticaDay2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -490px -1628px;
  width: 48px;
  height: 52px;
}
.achievement-heart2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -441px -1628px;
  width: 48px;
  height: 52px;
}
.achievement-karaoke-2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -392px -1628px;
  width: 48px;
  height: 52px;
}
.achievement-karaoke {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1667px -1480px;
  width: 24px;
  height: 26px;
}
.achievement-lostMasterclasser2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1128px -1480px;
  width: 48px;
  height: 52px;
}
.achievement-ninja2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -245px -1628px;
  width: 48px;
  height: 52px;
}
.achievement-npc2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -196px -1628px;
  width: 48px;
  height: 52px;
}
.achievement-nye2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -147px -1628px;
  width: 48px;
  height: 52px;
}
.achievement-partyOn2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -98px -1628px;
  width: 48px;
  height: 52px;
}
.achievement-partyUp2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -49px -1628px;
  width: 48px;
  height: 52px;
}
.achievement-perfect2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: 0px -1628px;
  width: 48px;
  height: 52px;
}
.achievement-rat2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1618px -1533px;
  width: 48px;
  height: 52px;
}
.achievement-royally-loyal2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1569px -1533px;
  width: 48px;
  height: 52px;
}
.achievement-seafoam2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1520px -1533px;
  width: 48px;
  height: 52px;
}
.achievement-shield2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1471px -1533px;
  width: 48px;
  height: 52px;
}
.achievement-shinySeed2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1422px -1533px;
  width: 48px;
  height: 52px;
}
.achievement-snowball2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1373px -1533px;
  width: 48px;
  height: 52px;
}
.achievement-spookySparkles2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1324px -1533px;
  width: 48px;
  height: 52px;
}
.achievement-stoikalm2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1275px -1533px;
  width: 48px;
  height: 52px;
}
.achievement-sun2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1226px -1533px;
  width: 48px;
  height: 52px;
}
.achievement-sword2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1177px -1533px;
  width: 48px;
  height: 52px;
}
.achievement-thankyou2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1128px -1533px;
  width: 48px;
  height: 52px;
}
.achievement-thermometer2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1618px -1480px;
  width: 48px;
  height: 52px;
}
.achievement-tree2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1569px -1480px;
  width: 48px;
  height: 52px;
}
.achievement-triadbingo2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1520px -1480px;
  width: 48px;
  height: 52px;
}
.achievement-ultimate-healer2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1471px -1480px;
  width: 48px;
  height: 52px;
}
.achievement-ultimate-mage2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1422px -1480px;
  width: 48px;
  height: 52px;
}
.achievement-ultimate-rogue2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1373px -1480px;
  width: 48px;
  height: 52px;
}
.achievement-ultimate-warrior2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1324px -1480px;
  width: 48px;
  height: 52px;
}
.achievement-unearned2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1275px -1480px;
  width: 48px;
  height: 52px;
}
.achievement-valentine2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1226px -1480px;
  width: 48px;
  height: 52px;
}
.achievement-wolf2x {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -294px -1628px;
  width: 48px;
  height: 52px;
}
.background_alpine_slopes {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -705px -1480px;
  width: 140px;
  height: 147px;
}
.background_apple_picking {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -710px -444px;
  width: 141px;
  height: 147px;
}
.background_aquarium {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1136px -296px;
  width: 140px;
  height: 147px;
}
.background_archery_range {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1136px -444px;
  width: 140px;
  height: 147px;
}
.background_at_the_docks {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: 0px -592px;
  width: 141px;
  height: 147px;
}
.background_aurora {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -142px -592px;
  width: 141px;
  height: 147px;
}
.background_autumn_forest {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1136px -888px;
  width: 140px;
  height: 147px;
}
.background_back_of_giant_beast {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -284px -592px;
  width: 141px;
  height: 147px;
}
.background_bamboo_forest {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -426px -592px;
  width: 141px;
  height: 147px;
}
.background_bayou {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -568px -592px;
  width: 141px;
  height: 147px;
}
.background_beach {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: 0px 0px;
  width: 141px;
  height: 147px;
}
.background_beehive {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -564px -1036px;
  width: 140px;
  height: 147px;
}
.background_bell_tower {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -705px -1036px;
  width: 140px;
  height: 147px;
}
.background_beside_well {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -852px 0px;
  width: 141px;
  height: 147px;
}
.background_blacksmithy {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -987px -1036px;
  width: 140px;
  height: 147px;
}
.background_blizzard {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1128px -1036px;
  width: 140px;
  height: 147px;
}
.background_blue {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1278px 0px;
  width: 140px;
  height: 147px;
}
.background_bridge {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -852px -148px;
  width: 141px;
  height: 147px;
}
.background_bug_covered_log {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1278px -296px;
  width: 140px;
  height: 147px;
}
.background_buried_treasure {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -852px -296px;
  width: 141px;
  height: 147px;
}
.background_champions_colosseum {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1278px -592px;
  width: 140px;
  height: 147px;
}
.background_cherry_trees {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1278px -740px;
  width: 140px;
  height: 147px;
}
.background_chessboard_land {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -852px -444px;
  width: 141px;
  height: 147px;
}
.background_clouds {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1278px -1036px;
  width: 140px;
  height: 147px;
}
.background_coral_reef {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: 0px -1184px;
  width: 140px;
  height: 147px;
}
.background_cornfields {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -141px -1184px;
  width: 140px;
  height: 147px;
}
.background_cozy_barn {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -852px -592px;
  width: 141px;
  height: 147px;
}
.background_cozy_library {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: 0px -740px;
  width: 141px;
  height: 147px;
}
.background_creepy_castle {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -142px -740px;
  width: 141px;
  height: 147px;
}
.background_crosscountry_ski_trail {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -284px -740px;
  width: 141px;
  height: 147px;
}
.background_crystal_cave {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -846px -1184px;
  width: 140px;
  height: 147px;
}
.background_dark_deep {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -426px -740px;
  width: 141px;
  height: 147px;
}
.background_deep_mine {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1128px -1184px;
  width: 140px;
  height: 147px;
}
.background_deep_sea {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1269px -1184px;
  width: 140px;
  height: 147px;
}
.background_desert_dunes {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -568px -740px;
  width: 141px;
  height: 147px;
}
.background_dilatory_castle {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1419px -148px;
  width: 140px;
  height: 147px;
}
.background_dilatory_city {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -142px 0px;
  width: 141px;
  height: 147px;
}
.background_dilatory_ruins {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1419px -444px;
  width: 140px;
  height: 147px;
}
.background_distant_castle {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1419px -592px;
  width: 140px;
  height: 147px;
}
.background_drifting_raft {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1419px -740px;
  width: 140px;
  height: 147px;
}
.background_driving_a_coach {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -710px -740px;
  width: 141px;
  height: 147px;
}
.background_driving_a_sleigh {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -852px -740px;
  width: 141px;
  height: 147px;
}
.background_dungeon {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -994px 0px;
  width: 141px;
  height: 147px;
}
.background_dusty_canyons {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: 0px -1332px;
  width: 140px;
  height: 147px;
}
.background_elegant_balcony {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -994px -148px;
  width: 141px;
  height: 147px;
}
.background_fairy_ring {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -282px -1332px;
  width: 140px;
  height: 147px;
}
.background_fantastical_shoe_store {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -423px -1332px;
  width: 140px;
  height: 147px;
}
.background_farmhouse {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -564px -1332px;
  width: 140px;
  height: 147px;
}
.background_fiber_arts_room {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -994px -296px;
  width: 141px;
  height: 147px;
}
.background_floating_islands {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -846px -1332px;
  width: 140px;
  height: 147px;
}
.background_floral_meadow {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -987px -1332px;
  width: 140px;
  height: 147px;
}
.background_flying_over_a_field_of_wildflowers {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -994px -444px;
  width: 141px;
  height: 147px;
}
.customize-option.background_flying_over_a_field_of_wildflowers {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1019px -459px;
  width: 60px;
  height: 60px;
}
.background_flying_over_an_ancient_forest {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -994px -592px;
  width: 141px;
  height: 147px;
}
.background_flying_over_icy_steppes {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -994px -740px;
  width: 141px;
  height: 147px;
}
.background_flying_over_rocky_canyon {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: 0px -888px;
  width: 141px;
  height: 147px;
}
.background_forest {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1560px -148px;
  width: 140px;
  height: 147px;
}
.background_frigid_peak {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1560px -296px;
  width: 140px;
  height: 147px;
}
.background_frozen_lake {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1560px -444px;
  width: 140px;
  height: 147px;
}
.background_garden_shed {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -142px -888px;
  width: 141px;
  height: 147px;
}
.background_gazebo {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1560px -740px;
  width: 140px;
  height: 147px;
}
.background_giant_birdhouse {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1560px -888px;
  width: 140px;
  height: 147px;
}
.background_giant_book {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -284px -888px;
  width: 141px;
  height: 147px;
}
.background_giant_florals {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -426px -888px;
  width: 141px;
  height: 147px;
}
.background_giant_seashell {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -568px -888px;
  width: 141px;
  height: 147px;
}
.background_giant_wave {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -710px -888px;
  width: 141px;
  height: 147px;
}
.background_gorgeous_greenhouse {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -852px -888px;
  width: 141px;
  height: 147px;
}
.background_grand_staircase {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -994px -888px;
  width: 141px;
  height: 147px;
}
.background_graveyard {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -423px -1480px;
  width: 140px;
  height: 147px;
}
.background_green {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -564px -1480px;
  width: 140px;
  height: 147px;
}
.background_guardian_statues {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1136px 0px;
  width: 141px;
  height: 147px;
}
.background_gumdrop_land {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -846px -1480px;
  width: 140px;
  height: 147px;
}
.background_habit_city_streets {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1136px -148px;
  width: 141px;
  height: 147px;
}
.background_harvest_feast {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1419px -296px;
  width: 140px;
  height: 147px;
}
.background_harvest_fields {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -710px -296px;
  width: 141px;
  height: 147px;
}
.background_harvest_moon {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -710px -148px;
  width: 141px;
  height: 147px;
}
.background_haunted_house {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: 0px -1480px;
  width: 140px;
  height: 147px;
}
.background_ice_cave {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -710px 0px;
  width: 141px;
  height: 147px;
}
.background_iceberg {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1560px -1184px;
  width: 140px;
  height: 147px;
}
.background_idyllic_cabin {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1560px -1036px;
  width: 140px;
  height: 147px;
}
.background_island_waterfalls {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1560px -592px;
  width: 140px;
  height: 147px;
}
.background_kelp_forest {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -568px -444px;
  width: 141px;
  height: 147px;
}
.background_lighthouse_shore {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1410px -1332px;
  width: 140px;
  height: 147px;
}
.background_lilypad {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1269px -1332px;
  width: 140px;
  height: 147px;
}
.background_magic_beanstalk {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1128px -1332px;
  width: 140px;
  height: 147px;
}
.background_magical_candles {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -426px -444px;
  width: 141px;
  height: 147px;
}
.background_magical_museum {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -284px -444px;
  width: 141px;
  height: 147px;
}
.background_marble_temple {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -142px -444px;
  width: 141px;
  height: 147px;
}
.background_market {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1419px -1036px;
  width: 140px;
  height: 147px;
}
.background_meandering_cave {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1419px -888px;
  width: 140px;
  height: 147px;
}
.background_midnight_castle {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: 0px -444px;
  width: 141px;
  height: 147px;
}
.background_midnight_clouds {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -987px -1184px;
  width: 140px;
  height: 147px;
}
.background_midnight_lake {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -568px -296px;
  width: 141px;
  height: 147px;
}
.background_mist_shrouded_mountain {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -564px -1184px;
  width: 140px;
  height: 147px;
}
.background_mistiflying_circus {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -423px -1184px;
  width: 140px;
  height: 147px;
}
.background_mountain_lake {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -282px -1184px;
  width: 140px;
  height: 147px;
}
.background_mountain_pyramid {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1278px -888px;
  width: 140px;
  height: 147px;
}
.background_night_dunes {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1278px -444px;
  width: 140px;
  height: 147px;
}
.background_ocean_sunrise {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -568px -148px;
  width: 141px;
  height: 147px;
}
.background_on_tree_branch {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -568px 0px;
  width: 141px;
  height: 147px;
}
.background_open_waters {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -426px -296px;
  width: 141px;
  height: 147px;
}
.background_orchard {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -282px -1036px;
  width: 140px;
  height: 147px;
}
.background_pagodas {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -141px -1036px;
  width: 140px;
  height: 147px;
}
.background_pirate_flag {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -284px -296px;
  width: 141px;
  height: 147px;
}
.background_pixelists_workshop {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -142px -296px;
  width: 141px;
  height: 147px;
}
.background_pumpkin_patch {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1136px -592px;
  width: 140px;
  height: 147px;
}
.background_purple {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -987px -1480px;
  width: 140px;
  height: 147px;
}
.background_pyramids {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: 0px -296px;
  width: 141px;
  height: 147px;
}
.background_rainbows_end {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -426px -148px;
  width: 141px;
  height: 147px;
}
.background_rainforest {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -426px 0px;
  width: 141px;
  height: 147px;
}
.background_rainy_city {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1560px 0px;
  width: 140px;
  height: 147px;
}
.background_red {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -705px -1332px;
  width: 140px;
  height: 147px;
}
.background_rolling_hills {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -284px -148px;
  width: 141px;
  height: 147px;
}
.background_rose_garden {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -142px -148px;
  width: 141px;
  height: 147px;
}
.background_rowboat {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: 0px -148px;
  width: 141px;
  height: 147px;
}
.background_sandcastle {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -284px 0px;
  width: 141px;
  height: 147px;
}
.background_seafarer_ship {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1278px -148px;
  width: 140px;
  height: 147px;
}
.background_shimmering_ice_prism {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -846px -1036px;
  width: 140px;
  height: 147px;
}
.background_shimmery_bubbles {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -423px -1036px;
  width: 140px;
  height: 147px;
}
.background_slimy_swamp {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: 0px -1036px;
  width: 140px;
  height: 147px;
}
.background_snowman_army {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1136px -740px;
  width: 140px;
  height: 147px;
}
.background_snowy_pines {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -282px -1480px;
  width: 140px;
  height: 147px;
}
.background_snowy_sunrise {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -141px -1480px;
  width: 140px;
  height: 147px;
}
.background_south_pole {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1560px -1332px;
  width: 140px;
  height: 147px;
}
.background_sparkling_snowflake {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -141px -1332px;
  width: 140px;
  height: 147px;
}
.background_spider_web {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1419px -1184px;
  width: 140px;
  height: 147px;
}
.background_spooky_hotel {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -710px -592px;
  width: 141px;
  height: 147px;
}
.background_spring_rain {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -705px -1184px;
  width: 140px;
  height: 147px;
}
.background_stable {
  background-image: url(/static/images/spritesmith-main-0.ea6594c.png);
  background-position: -1419px 0px;
  width: 140px;
  height: 147px;
}

.background_stained_glass {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -709px 0px;
  width: 140px;
  height: 147px;
}
.background_starry_skies {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -141px -740px;
  width: 140px;
  height: 147px;
}
.background_starry_winter_night {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: 0px 0px;
  width: 141px;
  height: 147px;
}
.background_stoikalm_volcanoes {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -568px -148px;
  width: 140px;
  height: 147px;
}
.background_stone_circle {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -141px -444px;
  width: 140px;
  height: 147px;
}
.background_stormy_rooftops {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -282px -444px;
  width: 140px;
  height: 147px;
}
.background_stormy_ship {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -423px -444px;
  width: 140px;
  height: 147px;
}
.background_strange_sewers {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -564px -444px;
  width: 140px;
  height: 147px;
}
.background_summer_fireworks {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -284px -148px;
  width: 141px;
  height: 147px;
}
.background_sunken_ship {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -709px -444px;
  width: 140px;
  height: 147px;
}
.background_sunset_meadow {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: 0px -592px;
  width: 140px;
  height: 147px;
}
.background_sunset_oasis {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -141px -592px;
  width: 140px;
  height: 147px;
}
.background_sunset_savannah {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -426px -296px;
  width: 140px;
  height: 147px;
}
.background_swarming_darkness {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -568px 0px;
  width: 140px;
  height: 147px;
}
.background_tar_pits {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -284px 0px;
  width: 141px;
  height: 147px;
}
.background_tavern {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -568px -296px;
  width: 140px;
  height: 147px;
}
.background_terraced_rice_field {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: 0px -444px;
  width: 140px;
  height: 147px;
}
.background_thunderstorm {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: 0px -148px;
  width: 141px;
  height: 147px;
}
.background_tide_pool {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -142px -148px;
  width: 141px;
  height: 147px;
}
.background_tornado {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -142px 0px;
  width: 141px;
  height: 147px;
}
.background_toymakers_workshop {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -426px 0px;
  width: 141px;
  height: 147px;
}
.background_training_grounds {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -426px -148px;
  width: 141px;
  height: 147px;
}
.background_treasure_room {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -709px -148px;
  width: 140px;
  height: 147px;
}
.background_tree_roots {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -709px -296px;
  width: 140px;
  height: 147px;
}
.background_tulip_garden {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: 0px -296px;
  width: 141px;
  height: 147px;
}
.background_twinkly_lights {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -142px -296px;
  width: 141px;
  height: 147px;
}
.background_twinkly_party_lights {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -284px -296px;
  width: 141px;
  height: 147px;
}
.background_violet {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -282px -592px;
  width: 140px;
  height: 147px;
}
.background_volcano {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -423px -592px;
  width: 140px;
  height: 147px;
}
.background_waterfall_rock {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -564px -592px;
  width: 140px;
  height: 147px;
}
.background_wedding_arch {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -705px -592px;
  width: 140px;
  height: 147px;
}
.background_windy_autumn {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -850px 0px;
  width: 140px;
  height: 147px;
}
.background_winter_fireworks {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -850px -148px;
  width: 140px;
  height: 147px;
}
.background_winter_night {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -850px -296px;
  width: 140px;
  height: 147px;
}
.background_winter_storefront {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -850px -444px;
  width: 140px;
  height: 147px;
}
.background_winter_town {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -850px -592px;
  width: 140px;
  height: 147px;
}
.background_yellow {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: 0px -740px;
  width: 140px;
  height: 147px;
}
.icon_background_alpine_slopes {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1104px -1572px;
  width: 68px;
  height: 68px;
}
.icon_background_apple_picking {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1675px -1311px;
  width: 68px;
  height: 68px;
}
.icon_background_aquarium {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1675px -1242px;
  width: 68px;
  height: 68px;
}
.icon_background_archery_range {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1675px -1173px;
  width: 68px;
  height: 68px;
}
.icon_background_at_the_docks {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1675px -1104px;
  width: 68px;
  height: 68px;
}
.icon_background_aurora {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1675px -1035px;
  width: 68px;
  height: 68px;
}
.icon_background_autumn_forest {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1675px -966px;
  width: 68px;
  height: 68px;
}
.icon_background_back_of_giant_beast {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1675px -897px;
  width: 68px;
  height: 68px;
}
.icon_background_bamboo_forest {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1675px -828px;
  width: 68px;
  height: 68px;
}
.icon_background_bayou {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1675px -759px;
  width: 68px;
  height: 68px;
}
.icon_background_beach {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1675px -690px;
  width: 68px;
  height: 68px;
}
.icon_background_beehive {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1675px -621px;
  width: 68px;
  height: 68px;
}
.icon_background_bell_tower {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1675px -552px;
  width: 68px;
  height: 68px;
}
.icon_background_beside_well {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1675px -483px;
  width: 68px;
  height: 68px;
}
.icon_background_blacksmithy {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1675px -414px;
  width: 68px;
  height: 68px;
}
.icon_background_blizzard {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1675px -345px;
  width: 68px;
  height: 68px;
}
.icon_background_blue {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1675px -276px;
  width: 68px;
  height: 68px;
}
.icon_background_bridge {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1675px -207px;
  width: 68px;
  height: 68px;
}
.icon_background_bug_covered_log {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1675px -138px;
  width: 68px;
  height: 68px;
}
.icon_background_buried_treasure {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1675px -69px;
  width: 68px;
  height: 68px;
}
.icon_background_champions_colosseum {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1675px 0px;
  width: 68px;
  height: 68px;
}
.icon_background_cherry_trees {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1587px -1572px;
  width: 68px;
  height: 68px;
}
.icon_background_chessboard_land {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1518px -1572px;
  width: 68px;
  height: 68px;
}
.icon_background_clouds {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1449px -1572px;
  width: 68px;
  height: 68px;
}
.icon_background_coral_reef {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1380px -1572px;
  width: 68px;
  height: 68px;
}
.icon_background_cornfields {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1311px -1572px;
  width: 68px;
  height: 68px;
}
.icon_background_cozy_barn {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1242px -1572px;
  width: 68px;
  height: 68px;
}
.icon_background_cozy_library {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1173px -1572px;
  width: 68px;
  height: 68px;
}
.icon_background_creepy_castle {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1675px -1449px;
  width: 60px;
  height: 60px;
}
.icon_background_crosscountry_ski_trail {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1035px -1572px;
  width: 68px;
  height: 68px;
}
.icon_background_crystal_cave {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -966px -1572px;
  width: 68px;
  height: 68px;
}
.icon_background_dark_deep {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -897px -1572px;
  width: 68px;
  height: 68px;
}
.icon_background_deep_mine {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -828px -1572px;
  width: 68px;
  height: 68px;
}
.icon_background_deep_sea {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -759px -1572px;
  width: 68px;
  height: 68px;
}
.icon_background_desert_dunes {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -690px -1572px;
  width: 68px;
  height: 68px;
}
.icon_background_dilatory_castle {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -621px -1572px;
  width: 68px;
  height: 68px;
}
.icon_background_dilatory_city {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -552px -1572px;
  width: 68px;
  height: 68px;
}
.icon_background_dilatory_ruins {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -483px -1572px;
  width: 68px;
  height: 68px;
}
.icon_background_distant_castle {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -414px -1572px;
  width: 68px;
  height: 68px;
}
.icon_background_drifting_raft {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -345px -1572px;
  width: 68px;
  height: 68px;
}
.icon_background_driving_a_coach {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -276px -1572px;
  width: 68px;
  height: 68px;
}
.icon_background_driving_a_sleigh {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -207px -1572px;
  width: 68px;
  height: 68px;
}
.icon_background_dungeon {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -138px -1572px;
  width: 68px;
  height: 68px;
}
.icon_background_dusty_canyons {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -69px -1572px;
  width: 68px;
  height: 68px;
}
.icon_background_elegant_balcony {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: 0px -1572px;
  width: 68px;
  height: 68px;
}
.icon_background_fairy_ring {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1606px -1449px;
  width: 68px;
  height: 68px;
}
.icon_background_fantastical_shoe_store {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1606px -1380px;
  width: 68px;
  height: 68px;
}
.icon_background_farmhouse {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1606px -1311px;
  width: 68px;
  height: 68px;
}
.icon_background_fiber_arts_room {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1606px -1242px;
  width: 68px;
  height: 68px;
}
.icon_background_floating_islands {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1606px -1173px;
  width: 68px;
  height: 68px;
}
.icon_background_floral_meadow {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1606px -1104px;
  width: 68px;
  height: 68px;
}
.icon_background_flying_over_a_field_of_wildflowers {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1606px -1035px;
  width: 68px;
  height: 68px;
}
.customize-option.icon_background_flying_over_a_field_of_wildflowers {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1631px -1050px;
  width: 60px;
  height: 60px;
}
.icon_background_flying_over_an_ancient_forest {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1606px -966px;
  width: 68px;
  height: 68px;
}
.icon_background_flying_over_icy_steppes {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1606px -897px;
  width: 68px;
  height: 68px;
}
.icon_background_flying_over_rocky_canyon {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1606px -828px;
  width: 68px;
  height: 68px;
}
.icon_background_forest {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1606px -759px;
  width: 68px;
  height: 68px;
}
.icon_background_frigid_peak {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1606px -690px;
  width: 68px;
  height: 68px;
}
.icon_background_frozen_lake {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1606px -621px;
  width: 68px;
  height: 68px;
}
.icon_background_garden_shed {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1606px -552px;
  width: 68px;
  height: 68px;
}
.icon_background_gazebo {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1606px -483px;
  width: 68px;
  height: 68px;
}
.icon_background_giant_birdhouse {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1606px -414px;
  width: 68px;
  height: 68px;
}
.icon_background_giant_book {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1606px -345px;
  width: 68px;
  height: 68px;
}
.icon_background_giant_florals {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1606px -276px;
  width: 68px;
  height: 68px;
}
.icon_background_giant_seashell {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1606px -207px;
  width: 68px;
  height: 68px;
}
.icon_background_giant_wave {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1606px -138px;
  width: 68px;
  height: 68px;
}
.icon_background_gorgeous_greenhouse {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1606px -69px;
  width: 68px;
  height: 68px;
}
.icon_background_grand_staircase {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1606px 0px;
  width: 68px;
  height: 68px;
}
.icon_background_graveyard {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1518px -1503px;
  width: 68px;
  height: 68px;
}
.icon_background_green {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1449px -1503px;
  width: 68px;
  height: 68px;
}
.icon_background_guardian_statues {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1380px -1503px;
  width: 68px;
  height: 68px;
}
.icon_background_gumdrop_land {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1311px -1503px;
  width: 68px;
  height: 68px;
}
.icon_background_habit_city_streets {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1242px -1503px;
  width: 68px;
  height: 68px;
}
.icon_background_harvest_feast {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1173px -1503px;
  width: 68px;
  height: 68px;
}
.icon_background_harvest_fields {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1104px -1503px;
  width: 68px;
  height: 68px;
}
.icon_background_harvest_moon {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1035px -1503px;
  width: 68px;
  height: 68px;
}
.icon_background_haunted_house {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -966px -1503px;
  width: 68px;
  height: 68px;
}
.icon_background_ice_cave {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -897px -1503px;
  width: 68px;
  height: 68px;
}
.icon_background_iceberg {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -828px -1503px;
  width: 68px;
  height: 68px;
}
.icon_background_idyllic_cabin {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -759px -1503px;
  width: 68px;
  height: 68px;
}
.icon_background_island_waterfalls {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -690px -1503px;
  width: 68px;
  height: 68px;
}
.icon_background_kelp_forest {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -621px -1503px;
  width: 68px;
  height: 68px;
}
.icon_background_lighthouse_shore {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1446px -91px;
  width: 68px;
  height: 68px;
}
.icon_background_lilypad {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -483px -1503px;
  width: 68px;
  height: 68px;
}
.icon_background_magic_beanstalk {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -414px -1503px;
  width: 68px;
  height: 68px;
}
.icon_background_magical_candles {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -345px -1503px;
  width: 68px;
  height: 68px;
}
.icon_background_magical_museum {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -276px -1503px;
  width: 68px;
  height: 68px;
}
.icon_background_marble_temple {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -207px -1503px;
  width: 68px;
  height: 68px;
}
.icon_background_market {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -138px -1503px;
  width: 68px;
  height: 68px;
}
.icon_background_meandering_cave {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -69px -1503px;
  width: 68px;
  height: 68px;
}
.icon_background_midnight_castle {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: 0px -1503px;
  width: 68px;
  height: 68px;
}
.icon_background_midnight_clouds {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1537px -1380px;
  width: 68px;
  height: 68px;
}
.icon_background_midnight_lake {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1537px -1311px;
  width: 68px;
  height: 68px;
}
.icon_background_mist_shrouded_mountain {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1537px -1242px;
  width: 68px;
  height: 68px;
}
.icon_background_mistiflying_circus {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1537px -1173px;
  width: 68px;
  height: 68px;
}
.icon_background_mountain_lake {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1537px -1104px;
  width: 68px;
  height: 68px;
}
.icon_background_mountain_pyramid {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1537px -1035px;
  width: 68px;
  height: 68px;
}
.icon_background_night_dunes {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1537px -966px;
  width: 68px;
  height: 68px;
}
.icon_background_ocean_sunrise {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1537px -897px;
  width: 68px;
  height: 68px;
}
.icon_background_on_tree_branch {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1537px -828px;
  width: 68px;
  height: 68px;
}
.icon_background_open_waters {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1537px -759px;
  width: 68px;
  height: 68px;
}
.icon_background_orchard {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1537px -690px;
  width: 68px;
  height: 68px;
}
.icon_background_pagodas {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1537px -621px;
  width: 68px;
  height: 68px;
}
.icon_background_pirate_flag {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1537px -552px;
  width: 68px;
  height: 68px;
}
.icon_background_pixelists_workshop {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1537px -483px;
  width: 68px;
  height: 68px;
}
.icon_background_pumpkin_patch {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1537px -414px;
  width: 68px;
  height: 68px;
}
.icon_background_purple {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1537px -345px;
  width: 68px;
  height: 68px;
}
.icon_background_pyramids {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1537px -276px;
  width: 68px;
  height: 68px;
}
.icon_background_rainbows_end {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1537px -207px;
  width: 68px;
  height: 68px;
}
.icon_background_rainforest {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1537px -138px;
  width: 68px;
  height: 68px;
}
.icon_background_rainy_city {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1537px -69px;
  width: 68px;
  height: 68px;
}
.icon_background_red {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1537px 0px;
  width: 68px;
  height: 68px;
}
.icon_background_rolling_hills {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1449px -1434px;
  width: 68px;
  height: 68px;
}
.icon_background_rose_garden {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1380px -1434px;
  width: 68px;
  height: 68px;
}
.icon_background_rowboat {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1311px -1434px;
  width: 68px;
  height: 68px;
}
.icon_background_sandcastle {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1242px -1434px;
  width: 68px;
  height: 68px;
}
.icon_background_seafarer_ship {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1173px -1434px;
  width: 68px;
  height: 68px;
}
.icon_background_shimmering_ice_prism {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1104px -1434px;
  width: 68px;
  height: 68px;
}
.icon_background_shimmery_bubbles {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1035px -1434px;
  width: 68px;
  height: 68px;
}
.icon_background_slimy_swamp {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -966px -1434px;
  width: 68px;
  height: 68px;
}
.icon_background_snowman_army {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -897px -1434px;
  width: 68px;
  height: 68px;
}
.icon_background_snowy_pines {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -828px -1434px;
  width: 68px;
  height: 68px;
}
.icon_background_snowy_sunrise {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -759px -1434px;
  width: 68px;
  height: 68px;
}
.icon_background_south_pole {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -690px -1434px;
  width: 68px;
  height: 68px;
}
.icon_background_sparkling_snowflake {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -621px -1434px;
  width: 68px;
  height: 68px;
}
.icon_background_spider_web {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -552px -1434px;
  width: 68px;
  height: 68px;
}
.icon_background_spooky_hotel {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -483px -1434px;
  width: 68px;
  height: 68px;
}
.icon_background_spring_rain {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -414px -1434px;
  width: 68px;
  height: 68px;
}
.icon_background_stable {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -345px -1434px;
  width: 68px;
  height: 68px;
}
.icon_background_stained_glass {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -276px -1434px;
  width: 68px;
  height: 68px;
}
.icon_background_starry_skies {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -207px -1434px;
  width: 68px;
  height: 68px;
}
.icon_background_starry_winter_night {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -138px -1434px;
  width: 68px;
  height: 68px;
}
.icon_background_stoikalm_volcanoes {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -69px -1434px;
  width: 68px;
  height: 68px;
}
.icon_background_stone_circle {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: 0px -1434px;
  width: 68px;
  height: 68px;
}
.icon_background_stormy_rooftops {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1365px -1343px;
  width: 68px;
  height: 68px;
}
.icon_background_stormy_ship {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1274px -1252px;
  width: 68px;
  height: 68px;
}
.icon_background_strange_sewers {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1675px -1380px;
  width: 68px;
  height: 68px;
}
.icon_background_summer_fireworks {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1183px -1161px;
  width: 68px;
  height: 68px;
}
.icon_background_sunken_ship {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1092px -1070px;
  width: 68px;
  height: 68px;
}
.icon_background_sunset_meadow {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1001px -979px;
  width: 68px;
  height: 68px;
}
.icon_background_sunset_oasis {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -910px -888px;
  width: 68px;
  height: 68px;
}
.icon_background_sunset_savannah {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -919px -740px;
  width: 68px;
  height: 68px;
}
.icon_background_swarming_darkness {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -991px -910px;
  width: 68px;
  height: 68px;
}
.icon_background_tar_pits {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1082px -1001px;
  width: 68px;
  height: 68px;
}
.icon_background_tavern {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1446px -160px;
  width: 68px;
  height: 68px;
}
.icon_background_terraced_rice_field {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -552px -1503px;
  width: 68px;
  height: 68px;
}
.icon_background_thunderstorm {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1446px -229px;
  width: 68px;
  height: 68px;
}
.icon_background_tide_pool {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1446px -298px;
  width: 68px;
  height: 68px;
}
.icon_background_tornado {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1446px -367px;
  width: 68px;
  height: 68px;
}
.icon_background_toymakers_workshop {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1446px -436px;
  width: 68px;
  height: 68px;
}
.icon_background_training_grounds {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1446px -505px;
  width: 68px;
  height: 68px;
}
.icon_background_treasure_room {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1446px -574px;
  width: 68px;
  height: 68px;
}
.icon_background_tree_roots {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1446px -643px;
  width: 68px;
  height: 68px;
}
.icon_background_tulip_garden {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1446px -712px;
  width: 68px;
  height: 68px;
}
.icon_background_twinkly_lights {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1446px -781px;
  width: 68px;
  height: 68px;
}
.icon_background_twinkly_party_lights {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1446px -850px;
  width: 68px;
  height: 68px;
}
.icon_background_violet {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1446px -919px;
  width: 68px;
  height: 68px;
}
.icon_background_volcano {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1446px -988px;
  width: 68px;
  height: 68px;
}
.icon_background_waterfall_rock {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1446px -1057px;
  width: 68px;
  height: 68px;
}
.icon_background_wedding_arch {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1446px -1126px;
  width: 68px;
  height: 68px;
}
.icon_background_windy_autumn {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1446px -1195px;
  width: 68px;
  height: 68px;
}
.icon_background_winter_fireworks {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1446px -1264px;
  width: 68px;
  height: 68px;
}
.icon_background_winter_night {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1446px -1333px;
  width: 68px;
  height: 68px;
}
.icon_background_winter_storefront {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1355px -1274px;
  width: 68px;
  height: 68px;
}
.icon_background_winter_town {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1264px -1183px;
  width: 68px;
  height: 68px;
}
.icon_background_yellow {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1173px -1092px;
  width: 68px;
  height: 68px;
}
.hair_beard_1_TRUred {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1355px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_1_TRUred {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1380px -106px;
  width: 60px;
  height: 60px;
}
.hair_beard_1_aurora {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1446px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_1_aurora {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1471px -15px;
  width: 60px;
  height: 60px;
}
.hair_beard_1_black {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1274px -1343px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_1_black {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1299px -1358px;
  width: 60px;
  height: 60px;
}
.hair_beard_1_blond {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1183px -1343px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_1_blond {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1208px -1358px;
  width: 60px;
  height: 60px;
}
.hair_beard_1_blue {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1092px -1343px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_1_blue {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1117px -1358px;
  width: 60px;
  height: 60px;
}
.hair_beard_1_brown {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1001px -1343px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_1_brown {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1026px -1358px;
  width: 60px;
  height: 60px;
}
.hair_beard_1_candycane {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -910px -1343px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_1_candycane {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -935px -1358px;
  width: 60px;
  height: 60px;
}
.hair_beard_1_candycorn {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -819px -1343px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_1_candycorn {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -844px -1358px;
  width: 60px;
  height: 60px;
}
.hair_beard_1_festive {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -637px -1343px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_1_festive {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -662px -1358px;
  width: 60px;
  height: 60px;
}
.hair_beard_1_frost {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -546px -1343px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_1_frost {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -571px -1358px;
  width: 60px;
  height: 60px;
}
.hair_beard_1_ghostwhite {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -455px -1343px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_1_ghostwhite {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -480px -1358px;
  width: 60px;
  height: 60px;
}
.hair_beard_1_green {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -364px -1343px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_1_green {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -389px -1358px;
  width: 60px;
  height: 60px;
}
.hair_beard_1_halloween {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -273px -1343px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_1_halloween {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -298px -1358px;
  width: 60px;
  height: 60px;
}
.hair_beard_1_holly {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -182px -1343px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_1_holly {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -207px -1358px;
  width: 60px;
  height: 60px;
}
.hair_beard_1_hollygreen {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -91px -1343px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_1_hollygreen {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -116px -1358px;
  width: 60px;
  height: 60px;
}
.hair_beard_1_midnight {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: 0px -1343px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_1_midnight {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -25px -1358px;
  width: 60px;
  height: 60px;
}
.hair_beard_1_pblue {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1355px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_1_pblue {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1380px -1198px;
  width: 60px;
  height: 60px;
}
.hair_beard_1_peppermint {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1355px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_1_peppermint {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1380px -1107px;
  width: 60px;
  height: 60px;
}
.hair_beard_1_pgreen {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1355px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_1_pgreen {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1380px -1016px;
  width: 60px;
  height: 60px;
}
.hair_beard_1_porange {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1355px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_1_porange {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1380px -925px;
  width: 60px;
  height: 60px;
}
.hair_beard_1_ppink {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1355px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_1_ppink {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1380px -834px;
  width: 60px;
  height: 60px;
}
.hair_beard_1_ppurple {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1355px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_1_ppurple {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1380px -743px;
  width: 60px;
  height: 60px;
}
.hair_beard_1_pumpkin {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1355px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_1_pumpkin {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1380px -652px;
  width: 60px;
  height: 60px;
}
.hair_beard_1_purple {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1355px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_1_purple {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1380px -561px;
  width: 60px;
  height: 60px;
}
.hair_beard_1_pyellow {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1355px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_1_pyellow {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1380px -470px;
  width: 60px;
  height: 60px;
}
.hair_beard_1_rainbow {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1355px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_1_rainbow {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1380px -379px;
  width: 60px;
  height: 60px;
}
.hair_beard_1_red {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1355px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_1_red {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1380px -288px;
  width: 60px;
  height: 60px;
}
.hair_beard_1_snowy {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1355px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_1_snowy {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1380px -197px;
  width: 60px;
  height: 60px;
}
.hair_beard_1_white {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1355px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_1_white {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1380px -15px;
  width: 60px;
  height: 60px;
}
.hair_beard_1_winternight {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1183px -1252px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_1_winternight {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1208px -1267px;
  width: 60px;
  height: 60px;
}
.hair_beard_1_winterstar {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1092px -1252px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_1_winterstar {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1117px -1267px;
  width: 60px;
  height: 60px;
}
.hair_beard_1_yellow {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1001px -1252px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_1_yellow {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1026px -1267px;
  width: 60px;
  height: 60px;
}
.hair_beard_1_zombie {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -910px -1252px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_1_zombie {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -935px -1267px;
  width: 60px;
  height: 60px;
}
.hair_beard_2_TRUred {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -728px -1161px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_2_TRUred {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -753px -1176px;
  width: 60px;
  height: 60px;
}
.hair_beard_2_aurora {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -819px -1252px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_2_aurora {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -844px -1267px;
  width: 60px;
  height: 60px;
}
.hair_beard_2_black {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -728px -1252px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_2_black {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -753px -1267px;
  width: 60px;
  height: 60px;
}
.hair_beard_2_blond {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -637px -1252px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_2_blond {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -662px -1267px;
  width: 60px;
  height: 60px;
}
.hair_beard_2_blue {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -546px -1252px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_2_blue {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -571px -1267px;
  width: 60px;
  height: 60px;
}
.hair_beard_2_brown {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -455px -1252px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_2_brown {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -480px -1267px;
  width: 60px;
  height: 60px;
}
.hair_beard_2_candycane {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -364px -1252px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_2_candycane {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -389px -1267px;
  width: 60px;
  height: 60px;
}
.hair_beard_2_candycorn {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -273px -1252px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_2_candycorn {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -298px -1267px;
  width: 60px;
  height: 60px;
}
.hair_beard_2_festive {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -182px -1252px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_2_festive {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -207px -1267px;
  width: 60px;
  height: 60px;
}
.hair_beard_2_frost {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -91px -1252px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_2_frost {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -116px -1267px;
  width: 60px;
  height: 60px;
}
.hair_beard_2_ghostwhite {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: 0px -1252px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_2_ghostwhite {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -25px -1267px;
  width: 60px;
  height: 60px;
}
.hair_beard_2_green {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1264px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_2_green {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1289px -1107px;
  width: 60px;
  height: 60px;
}
.hair_beard_2_halloween {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1264px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_2_halloween {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1289px -1016px;
  width: 60px;
  height: 60px;
}
.hair_beard_2_holly {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1264px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_2_holly {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1289px -925px;
  width: 60px;
  height: 60px;
}
.hair_beard_2_hollygreen {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1264px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_2_hollygreen {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1289px -834px;
  width: 60px;
  height: 60px;
}
.hair_beard_2_midnight {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1264px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_2_midnight {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1289px -743px;
  width: 60px;
  height: 60px;
}
.hair_beard_2_pblue {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1264px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_2_pblue {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1289px -652px;
  width: 60px;
  height: 60px;
}
.hair_beard_2_peppermint {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1264px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_2_peppermint {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1289px -561px;
  width: 60px;
  height: 60px;
}
.hair_beard_2_pgreen {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1264px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_2_pgreen {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1289px -470px;
  width: 60px;
  height: 60px;
}
.hair_beard_2_porange {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1264px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_2_porange {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1289px -379px;
  width: 60px;
  height: 60px;
}
.hair_beard_2_ppink {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1264px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_2_ppink {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1289px -288px;
  width: 60px;
  height: 60px;
}
.hair_beard_2_ppurple {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1264px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_2_ppurple {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1289px -197px;
  width: 60px;
  height: 60px;
}
.hair_beard_2_pumpkin {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1264px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_2_pumpkin {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1289px -106px;
  width: 60px;
  height: 60px;
}
.hair_beard_2_purple {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1264px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_2_purple {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1289px -15px;
  width: 60px;
  height: 60px;
}
.hair_beard_2_pyellow {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1092px -1161px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_2_pyellow {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1117px -1176px;
  width: 60px;
  height: 60px;
}
.hair_beard_2_rainbow {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1001px -1161px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_2_rainbow {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1026px -1176px;
  width: 60px;
  height: 60px;
}
.hair_beard_2_red {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -910px -1161px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_2_red {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -935px -1176px;
  width: 60px;
  height: 60px;
}
.hair_beard_2_snowy {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -819px -1161px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_2_snowy {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -844px -1176px;
  width: 60px;
  height: 60px;
}
.hair_beard_2_white {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -637px -1161px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_2_white {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -662px -1176px;
  width: 60px;
  height: 60px;
}
.hair_beard_2_winternight {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -546px -1161px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_2_winternight {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -571px -1176px;
  width: 60px;
  height: 60px;
}
.hair_beard_2_winterstar {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -455px -1161px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_2_winterstar {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -480px -1176px;
  width: 60px;
  height: 60px;
}
.hair_beard_2_yellow {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -364px -1161px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_2_yellow {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -389px -1176px;
  width: 60px;
  height: 60px;
}
.hair_beard_2_zombie {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -273px -1161px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_2_zombie {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -298px -1176px;
  width: 60px;
  height: 60px;
}
.hair_beard_3_TRUred {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1082px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_3_TRUred {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1107px -925px;
  width: 60px;
  height: 60px;
}
.hair_beard_3_aurora {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -182px -1161px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_3_aurora {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -207px -1176px;
  width: 60px;
  height: 60px;
}
.hair_beard_3_black {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -91px -1161px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_3_black {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -116px -1176px;
  width: 60px;
  height: 60px;
}
.hair_beard_3_blond {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: 0px -1161px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_3_blond {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -25px -1176px;
  width: 60px;
  height: 60px;
}
.hair_beard_3_blue {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1173px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_3_blue {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1198px -1016px;
  width: 60px;
  height: 60px;
}
.hair_beard_3_brown {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1173px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_3_brown {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1198px -925px;
  width: 60px;
  height: 60px;
}
.hair_beard_3_candycane {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1173px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_3_candycane {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1198px -834px;
  width: 60px;
  height: 60px;
}
.hair_beard_3_candycorn {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1173px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_3_candycorn {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1198px -743px;
  width: 60px;
  height: 60px;
}
.hair_beard_3_festive {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1173px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_3_festive {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1198px -652px;
  width: 60px;
  height: 60px;
}
.hair_beard_3_frost {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1173px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_3_frost {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1198px -561px;
  width: 60px;
  height: 60px;
}
.hair_beard_3_ghostwhite {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1173px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_3_ghostwhite {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1198px -470px;
  width: 60px;
  height: 60px;
}
.hair_beard_3_green {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1173px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_3_green {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1198px -379px;
  width: 60px;
  height: 60px;
}
.hair_beard_3_halloween {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1173px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_3_halloween {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1198px -288px;
  width: 60px;
  height: 60px;
}
.hair_beard_3_holly {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1173px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_3_holly {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1198px -197px;
  width: 60px;
  height: 60px;
}
.hair_beard_3_hollygreen {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1173px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_3_hollygreen {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1198px -106px;
  width: 60px;
  height: 60px;
}
.hair_beard_3_midnight {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1173px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_3_midnight {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1198px -15px;
  width: 60px;
  height: 60px;
}
.hair_beard_3_pblue {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1001px -1070px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_3_pblue {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1026px -1085px;
  width: 60px;
  height: 60px;
}
.hair_beard_3_peppermint {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -910px -1070px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_3_peppermint {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -935px -1085px;
  width: 60px;
  height: 60px;
}
.hair_beard_3_pgreen {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -819px -1070px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_3_pgreen {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -844px -1085px;
  width: 60px;
  height: 60px;
}
.hair_beard_3_porange {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -728px -1070px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_3_porange {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -753px -1085px;
  width: 60px;
  height: 60px;
}
.hair_beard_3_ppink {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -637px -1070px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_3_ppink {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -662px -1085px;
  width: 60px;
  height: 60px;
}
.hair_beard_3_ppurple {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -546px -1070px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_3_ppurple {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -571px -1085px;
  width: 60px;
  height: 60px;
}
.hair_beard_3_pumpkin {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -455px -1070px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_3_pumpkin {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -480px -1085px;
  width: 60px;
  height: 60px;
}
.hair_beard_3_purple {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -364px -1070px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_3_purple {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -389px -1085px;
  width: 60px;
  height: 60px;
}
.hair_beard_3_pyellow {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -273px -1070px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_3_pyellow {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -298px -1085px;
  width: 60px;
  height: 60px;
}
.hair_beard_3_rainbow {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -182px -1070px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_3_rainbow {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -207px -1085px;
  width: 60px;
  height: 60px;
}
.hair_beard_3_red {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -91px -1070px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_3_red {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -116px -1085px;
  width: 60px;
  height: 60px;
}
.hair_beard_3_snowy {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: 0px -1070px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_3_snowy {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -25px -1085px;
  width: 60px;
  height: 60px;
}
.hair_beard_3_white {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1082px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_3_white {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1107px -834px;
  width: 60px;
  height: 60px;
}
.hair_beard_3_winternight {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1082px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_3_winternight {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1107px -743px;
  width: 60px;
  height: 60px;
}
.hair_beard_3_winterstar {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1082px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_3_winterstar {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1107px -652px;
  width: 60px;
  height: 60px;
}
.hair_beard_3_yellow {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1082px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_3_yellow {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1107px -561px;
  width: 60px;
  height: 60px;
}
.hair_beard_3_zombie {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1082px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_3_zombie {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1107px -470px;
  width: 60px;
  height: 60px;
}
.hair_mustache_1_TRUred {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -728px -888px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_1_TRUred {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -753px -903px;
  width: 60px;
  height: 60px;
}
.hair_mustache_1_aurora {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1082px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_1_aurora {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1107px -379px;
  width: 60px;
  height: 60px;
}
.hair_mustache_1_black {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1082px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_1_black {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1107px -288px;
  width: 60px;
  height: 60px;
}
.hair_mustache_1_blond {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1082px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_1_blond {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1107px -197px;
  width: 60px;
  height: 60px;
}
.hair_mustache_1_blue {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1082px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_1_blue {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1107px -106px;
  width: 60px;
  height: 60px;
}
.hair_mustache_1_brown {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1082px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_1_brown {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1107px -15px;
  width: 60px;
  height: 60px;
}
.hair_mustache_1_candycane {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -910px -979px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_1_candycane {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -935px -994px;
  width: 60px;
  height: 60px;
}
.hair_mustache_1_candycorn {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -819px -979px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_1_candycorn {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -844px -994px;
  width: 60px;
  height: 60px;
}
.hair_mustache_1_festive {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -728px -979px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_1_festive {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -753px -994px;
  width: 60px;
  height: 60px;
}
.hair_mustache_1_frost {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -637px -979px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_1_frost {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -662px -994px;
  width: 60px;
  height: 60px;
}
.hair_mustache_1_ghostwhite {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -546px -979px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_1_ghostwhite {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -571px -994px;
  width: 60px;
  height: 60px;
}
.hair_mustache_1_green {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -455px -979px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_1_green {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -480px -994px;
  width: 60px;
  height: 60px;
}
.hair_mustache_1_halloween {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -364px -979px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_1_halloween {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -389px -994px;
  width: 60px;
  height: 60px;
}
.hair_mustache_1_holly {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -273px -979px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_1_holly {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -298px -994px;
  width: 60px;
  height: 60px;
}
.hair_mustache_1_hollygreen {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -182px -979px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_1_hollygreen {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -207px -994px;
  width: 60px;
  height: 60px;
}
.hair_mustache_1_midnight {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -91px -979px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_1_midnight {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -116px -994px;
  width: 60px;
  height: 60px;
}
.hair_mustache_1_pblue {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: 0px -979px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_1_pblue {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -25px -994px;
  width: 60px;
  height: 60px;
}
.hair_mustache_1_peppermint {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -991px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_1_peppermint {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1016px -834px;
  width: 60px;
  height: 60px;
}
.hair_mustache_1_pgreen {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -991px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_1_pgreen {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1016px -743px;
  width: 60px;
  height: 60px;
}
.hair_mustache_1_porange {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -991px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_1_porange {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1016px -652px;
  width: 60px;
  height: 60px;
}
.hair_mustache_1_ppink {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -991px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_1_ppink {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1016px -561px;
  width: 60px;
  height: 60px;
}
.hair_mustache_1_ppurple {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -991px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_1_ppurple {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1016px -470px;
  width: 60px;
  height: 60px;
}
.hair_mustache_1_pumpkin {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -991px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_1_pumpkin {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1016px -379px;
  width: 60px;
  height: 60px;
}
.hair_mustache_1_purple {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -991px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_1_purple {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1016px -288px;
  width: 60px;
  height: 60px;
}
.hair_mustache_1_pyellow {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -991px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_1_pyellow {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1016px -197px;
  width: 60px;
  height: 60px;
}
.hair_mustache_1_rainbow {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -991px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_1_rainbow {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1016px -106px;
  width: 60px;
  height: 60px;
}
.hair_mustache_1_red {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -991px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_1_red {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -1016px -15px;
  width: 60px;
  height: 60px;
}
.hair_mustache_1_snowy {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -819px -888px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_1_snowy {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -844px -903px;
  width: 60px;
  height: 60px;
}
.hair_mustache_1_white {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -637px -888px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_1_white {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -662px -903px;
  width: 60px;
  height: 60px;
}
.hair_mustache_1_winternight {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -546px -888px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_1_winternight {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -571px -903px;
  width: 60px;
  height: 60px;
}
.hair_mustache_1_winterstar {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -455px -888px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_1_winterstar {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -480px -903px;
  width: 60px;
  height: 60px;
}
.hair_mustache_1_yellow {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -364px -888px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_1_yellow {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -389px -903px;
  width: 60px;
  height: 60px;
}
.hair_mustache_1_zombie {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -273px -888px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_1_zombie {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -298px -903px;
  width: 60px;
  height: 60px;
}
.hair_mustache_2_aurora {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -182px -888px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_2_aurora {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -207px -903px;
  width: 60px;
  height: 60px;
}
.hair_mustache_2_black {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -91px -888px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_2_black {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -116px -903px;
  width: 60px;
  height: 60px;
}
.hair_mustache_2_blond {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: 0px -888px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_2_blond {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -25px -903px;
  width: 60px;
  height: 60px;
}
.hair_mustache_2_blue {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -828px -740px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_2_blue {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -853px -755px;
  width: 60px;
  height: 60px;
}
.hair_mustache_2_brown {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -737px -740px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_2_brown {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -762px -755px;
  width: 60px;
  height: 60px;
}
.hair_mustache_2_candycane {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -646px -740px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_2_candycane {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -671px -755px;
  width: 60px;
  height: 60px;
}
.hair_mustache_2_candycorn {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -555px -740px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_2_candycorn {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -580px -755px;
  width: 60px;
  height: 60px;
}
.hair_mustache_2_festive {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -464px -740px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_2_festive {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -489px -755px;
  width: 60px;
  height: 60px;
}
.hair_mustache_2_frost {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -373px -740px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_2_frost {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -398px -755px;
  width: 60px;
  height: 60px;
}
.hair_mustache_2_ghostwhite {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -282px -740px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_2_ghostwhite {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -307px -755px;
  width: 60px;
  height: 60px;
}
.hair_mustache_2_green {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -728px -1343px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_2_green {
  background-image: url(/static/images/spritesmith-main-1.8d165fe.png);
  background-position: -753px -1358px;
  width: 60px;
  height: 60px;
}

.hair_mustache_2_TRUred {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -364px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_2_TRUred {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -389px -288px;
  width: 60px;
  height: 60px;
}
.hair_mustache_2_halloween {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -642px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_2_halloween {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -667px -106px;
  width: 60px;
  height: 60px;
}
.hair_mustache_2_holly {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1188px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_2_holly {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1213px -15px;
  width: 60px;
  height: 60px;
}
.hair_mustache_2_hollygreen {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -642px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_2_hollygreen {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -667px -197px;
  width: 60px;
  height: 60px;
}
.hair_mustache_2_midnight {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -642px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_2_midnight {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -667px -288px;
  width: 60px;
  height: 60px;
}
.hair_mustache_2_pblue {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -642px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_2_pblue {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -667px -379px;
  width: 60px;
  height: 60px;
}
.hair_mustache_2_peppermint {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -642px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_2_peppermint {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -667px -470px;
  width: 60px;
  height: 60px;
}
.hair_mustache_2_pgreen {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -642px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_2_pgreen {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -667px -561px;
  width: 60px;
  height: 60px;
}
.hair_mustache_2_porange {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: 0px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_2_porange {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -25px -652px;
  width: 60px;
  height: 60px;
}
.hair_mustache_2_ppink {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -546px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_2_ppink {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -571px -652px;
  width: 60px;
  height: 60px;
}
.hair_mustache_2_ppurple {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -637px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_2_ppurple {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -662px -652px;
  width: 60px;
  height: 60px;
}
.hair_mustache_2_pumpkin {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -733px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_2_pumpkin {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -758px -15px;
  width: 60px;
  height: 60px;
}
.hair_mustache_2_purple {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -345px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_2_purple {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -370px -197px;
  width: 60px;
  height: 60px;
}
.hair_mustache_2_pyellow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: 0px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_2_pyellow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -25px -288px;
  width: 60px;
  height: 60px;
}
.hair_mustache_2_rainbow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -91px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_2_rainbow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -116px -288px;
  width: 60px;
  height: 60px;
}
.hair_mustache_2_red {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -182px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_2_red {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -207px -288px;
  width: 60px;
  height: 60px;
}
.hair_mustache_2_snowy {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -273px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_2_snowy {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -298px -288px;
  width: 60px;
  height: 60px;
}
.hair_mustache_2_white {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: 0px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_2_white {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -25px -379px;
  width: 60px;
  height: 60px;
}
.hair_mustache_2_winternight {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -91px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_2_winternight {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -116px -379px;
  width: 60px;
  height: 60px;
}
.hair_mustache_2_winterstar {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -182px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_2_winterstar {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -207px -379px;
  width: 60px;
  height: 60px;
}
.hair_mustache_2_yellow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -273px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_2_yellow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -298px -379px;
  width: 60px;
  height: 60px;
}
.hair_mustache_2_zombie {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -364px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_2_zombie {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -389px -379px;
  width: 60px;
  height: 60px;
}
.button_chair_black {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1643px -589px;
  width: 60px;
  height: 60px;
}
.button_chair_blue {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1643px -528px;
  width: 60px;
  height: 60px;
}
.button_chair_green {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1643px -467px;
  width: 60px;
  height: 60px;
}
.button_chair_handleless_black {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1643px 0px;
  width: 68px;
  height: 68px;
}
.button_chair_handleless_blue {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1643px -276px;
  width: 68px;
  height: 68px;
}
.button_chair_handleless_green {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1547px -1547px;
  width: 68px;
  height: 68px;
}
.button_chair_handleless_pink {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1643px -207px;
  width: 68px;
  height: 68px;
}
.button_chair_handleless_red {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1643px -138px;
  width: 68px;
  height: 68px;
}
.button_chair_handleless_yellow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1643px -69px;
  width: 68px;
  height: 68px;
}
.button_chair_pink {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1643px -406px;
  width: 60px;
  height: 60px;
}
.button_chair_red {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1643px -345px;
  width: 60px;
  height: 60px;
}
.button_chair_yellow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1643px -650px;
  width: 60px;
  height: 60px;
}
.chair_black {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -551px -91px;
  width: 90px;
  height: 90px;
}
.chair_blue {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -551px -182px;
  width: 90px;
  height: 90px;
}
.chair_green {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -551px -273px;
  width: 90px;
  height: 90px;
}
.chair_handleless_black {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -551px -364px;
  width: 90px;
  height: 90px;
}
.chair_handleless_blue {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -551px -455px;
  width: 90px;
  height: 90px;
}
.chair_handleless_green {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: 0px -546px;
  width: 90px;
  height: 90px;
}
.chair_handleless_pink {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -91px -546px;
  width: 90px;
  height: 90px;
}
.chair_handleless_red {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -182px -546px;
  width: 90px;
  height: 90px;
}
.chair_handleless_yellow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -273px -546px;
  width: 90px;
  height: 90px;
}
.chair_pink {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -364px -546px;
  width: 90px;
  height: 90px;
}
.chair_red {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -455px -546px;
  width: 90px;
  height: 90px;
}
.chair_yellow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -546px -546px;
  width: 90px;
  height: 90px;
}
.hair_flower_1 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -642px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_flower_1 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -667px -15px;
  width: 60px;
  height: 60px;
}
.hair_flower_10 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -230px -91px;
  width: 114px;
  height: 90px;
}
.customize-option.hair_flower_10 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -255px -106px;
  width: 60px;
  height: 60px;
}
.hair_flower_11 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: 0px -91px;
  width: 114px;
  height: 90px;
}
.customize-option.hair_flower_11 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -25px -106px;
  width: 60px;
  height: 60px;
}
.hair_flower_12 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -115px -91px;
  width: 114px;
  height: 90px;
}
.customize-option.hair_flower_12 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -140px -106px;
  width: 60px;
  height: 60px;
}
.hair_flower_13 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -230px 0px;
  width: 114px;
  height: 90px;
}
.customize-option.hair_flower_13 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -255px -15px;
  width: 60px;
  height: 60px;
}
.hair_flower_14 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: 0px 0px;
  width: 114px;
  height: 90px;
}
.customize-option.hair_flower_14 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -25px -15px;
  width: 60px;
  height: 60px;
}
.hair_flower_15 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: 0px -182px;
  width: 114px;
  height: 90px;
}
.customize-option.hair_flower_15 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -25px -197px;
  width: 60px;
  height: 60px;
}
.hair_flower_16 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -115px -182px;
  width: 114px;
  height: 90px;
}
.customize-option.hair_flower_16 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -140px -197px;
  width: 60px;
  height: 60px;
}
.hair_flower_2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -91px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_flower_2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -116px -652px;
  width: 60px;
  height: 60px;
}
.hair_flower_3 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -182px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_flower_3 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -207px -652px;
  width: 60px;
  height: 60px;
}
.hair_flower_4 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -273px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_flower_4 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -298px -652px;
  width: 60px;
  height: 60px;
}
.hair_flower_5 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -364px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_flower_5 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -389px -652px;
  width: 60px;
  height: 60px;
}
.hair_flower_6 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -455px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_flower_6 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -480px -652px;
  width: 60px;
  height: 60px;
}
.hair_flower_7 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -230px -182px;
  width: 114px;
  height: 90px;
}
.customize-option.hair_flower_7 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -255px -197px;
  width: 60px;
  height: 60px;
}
.hair_flower_8 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -345px 0px;
  width: 114px;
  height: 90px;
}
.customize-option.hair_flower_8 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -370px -15px;
  width: 60px;
  height: 60px;
}
.hair_flower_9 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -115px 0px;
  width: 114px;
  height: 90px;
}
.customize-option.hair_flower_9 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -140px -15px;
  width: 60px;
  height: 60px;
}
.hair_bangs_1_TRUred {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -728px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_1_TRUred {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -753px -834px;
  width: 60px;
  height: 60px;
}
.hair_bangs_1_aurora {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -733px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_1_aurora {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -758px -106px;
  width: 60px;
  height: 60px;
}
.hair_bangs_1_black {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -733px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_1_black {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -758px -197px;
  width: 60px;
  height: 60px;
}
.hair_bangs_1_blond {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -733px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_1_blond {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -758px -288px;
  width: 60px;
  height: 60px;
}
.hair_bangs_1_blue {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -733px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_1_blue {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -758px -379px;
  width: 60px;
  height: 60px;
}
.hair_bangs_1_brown {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -733px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_1_brown {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -758px -470px;
  width: 60px;
  height: 60px;
}
.hair_bangs_1_candycane {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -733px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_1_candycane {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -758px -561px;
  width: 60px;
  height: 60px;
}
.hair_bangs_1_candycorn {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -733px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_1_candycorn {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -758px -652px;
  width: 60px;
  height: 60px;
}
.hair_bangs_1_festive {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: 0px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_1_festive {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -25px -743px;
  width: 60px;
  height: 60px;
}
.hair_bangs_1_frost {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -91px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_1_frost {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -116px -743px;
  width: 60px;
  height: 60px;
}
.hair_bangs_1_ghostwhite {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -182px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_1_ghostwhite {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -207px -743px;
  width: 60px;
  height: 60px;
}
.hair_bangs_1_green {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -273px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_1_green {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -298px -743px;
  width: 60px;
  height: 60px;
}
.hair_bangs_1_halloween {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -364px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_1_halloween {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -389px -743px;
  width: 60px;
  height: 60px;
}
.hair_bangs_1_holly {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -455px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_1_holly {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -480px -743px;
  width: 60px;
  height: 60px;
}
.hair_bangs_1_hollygreen {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -546px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_1_hollygreen {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -571px -743px;
  width: 60px;
  height: 60px;
}
.hair_bangs_1_midnight {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -637px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_1_midnight {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -662px -743px;
  width: 60px;
  height: 60px;
}
.hair_bangs_1_pblue {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -728px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_1_pblue {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -753px -743px;
  width: 60px;
  height: 60px;
}
.hair_bangs_1_pblue2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -824px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_1_pblue2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -849px -15px;
  width: 60px;
  height: 60px;
}
.hair_bangs_1_peppermint {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -824px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_1_peppermint {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -849px -106px;
  width: 60px;
  height: 60px;
}
.hair_bangs_1_pgreen {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -824px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_1_pgreen {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -849px -197px;
  width: 60px;
  height: 60px;
}
.hair_bangs_1_pgreen2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -824px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_1_pgreen2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -849px -288px;
  width: 60px;
  height: 60px;
}
.hair_bangs_1_porange {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -824px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_1_porange {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -849px -379px;
  width: 60px;
  height: 60px;
}
.hair_bangs_1_porange2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -824px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_1_porange2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -849px -470px;
  width: 60px;
  height: 60px;
}
.hair_bangs_1_ppink {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -824px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_1_ppink {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -849px -561px;
  width: 60px;
  height: 60px;
}
.hair_bangs_1_ppink2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -824px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_1_ppink2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -849px -652px;
  width: 60px;
  height: 60px;
}
.hair_bangs_1_ppurple {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -824px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_1_ppurple {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -849px -743px;
  width: 60px;
  height: 60px;
}
.hair_bangs_1_ppurple2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: 0px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_1_ppurple2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -25px -834px;
  width: 60px;
  height: 60px;
}
.hair_bangs_1_pumpkin {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -91px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_1_pumpkin {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -116px -834px;
  width: 60px;
  height: 60px;
}
.hair_bangs_1_purple {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -182px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_1_purple {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -207px -834px;
  width: 60px;
  height: 60px;
}
.hair_bangs_1_pyellow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -273px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_1_pyellow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -298px -834px;
  width: 60px;
  height: 60px;
}
.hair_bangs_1_pyellow2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -364px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_1_pyellow2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -389px -834px;
  width: 60px;
  height: 60px;
}
.hair_bangs_1_rainbow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -455px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_1_rainbow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -480px -834px;
  width: 60px;
  height: 60px;
}
.hair_bangs_1_red {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -546px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_1_red {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -571px -834px;
  width: 60px;
  height: 60px;
}
.hair_bangs_1_snowy {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -637px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_1_snowy {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -662px -834px;
  width: 60px;
  height: 60px;
}
.hair_bangs_1_white {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -819px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_1_white {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -844px -834px;
  width: 60px;
  height: 60px;
}
.hair_bangs_1_winternight {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -915px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_1_winternight {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -940px -15px;
  width: 60px;
  height: 60px;
}
.hair_bangs_1_winterstar {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -915px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_1_winterstar {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -940px -106px;
  width: 60px;
  height: 60px;
}
.hair_bangs_1_yellow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -915px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_1_yellow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -940px -197px;
  width: 60px;
  height: 60px;
}
.hair_bangs_1_zombie {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -915px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_1_zombie {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -940px -288px;
  width: 60px;
  height: 60px;
}
.hair_bangs_2_TRUred {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -455px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_2_TRUred {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -480px -1016px;
  width: 60px;
  height: 60px;
}
.hair_bangs_2_aurora {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -915px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_2_aurora {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -940px -379px;
  width: 60px;
  height: 60px;
}
.hair_bangs_2_black {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -915px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_2_black {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -940px -470px;
  width: 60px;
  height: 60px;
}
.hair_bangs_2_blond {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -915px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_2_blond {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -940px -561px;
  width: 60px;
  height: 60px;
}
.hair_bangs_2_blue {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -915px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_2_blue {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -940px -652px;
  width: 60px;
  height: 60px;
}
.hair_bangs_2_brown {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -915px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_2_brown {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -940px -743px;
  width: 60px;
  height: 60px;
}
.hair_bangs_2_candycane {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -915px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_2_candycane {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -940px -834px;
  width: 60px;
  height: 60px;
}
.hair_bangs_2_candycorn {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: 0px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_2_candycorn {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -25px -925px;
  width: 60px;
  height: 60px;
}
.hair_bangs_2_festive {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -91px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_2_festive {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -116px -925px;
  width: 60px;
  height: 60px;
}
.hair_bangs_2_frost {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -182px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_2_frost {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -207px -925px;
  width: 60px;
  height: 60px;
}
.hair_bangs_2_ghostwhite {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -273px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_2_ghostwhite {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -298px -925px;
  width: 60px;
  height: 60px;
}
.hair_bangs_2_green {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -364px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_2_green {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -389px -925px;
  width: 60px;
  height: 60px;
}
.hair_bangs_2_halloween {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -455px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_2_halloween {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -480px -925px;
  width: 60px;
  height: 60px;
}
.hair_bangs_2_holly {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -546px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_2_holly {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -571px -925px;
  width: 60px;
  height: 60px;
}
.hair_bangs_2_hollygreen {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -637px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_2_hollygreen {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -662px -925px;
  width: 60px;
  height: 60px;
}
.hair_bangs_2_midnight {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -728px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_2_midnight {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -753px -925px;
  width: 60px;
  height: 60px;
}
.hair_bangs_2_pblue {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -819px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_2_pblue {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -844px -925px;
  width: 60px;
  height: 60px;
}
.hair_bangs_2_pblue2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -910px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_2_pblue2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -935px -925px;
  width: 60px;
  height: 60px;
}
.hair_bangs_2_peppermint {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1006px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_2_peppermint {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1031px -15px;
  width: 60px;
  height: 60px;
}
.hair_bangs_2_pgreen {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1006px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_2_pgreen {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1031px -106px;
  width: 60px;
  height: 60px;
}
.hair_bangs_2_pgreen2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1006px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_2_pgreen2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1031px -197px;
  width: 60px;
  height: 60px;
}
.hair_bangs_2_porange {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1006px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_2_porange {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1031px -288px;
  width: 60px;
  height: 60px;
}
.hair_bangs_2_porange2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1006px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_2_porange2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1031px -379px;
  width: 60px;
  height: 60px;
}
.hair_bangs_2_ppink {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1006px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_2_ppink {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1031px -470px;
  width: 60px;
  height: 60px;
}
.hair_bangs_2_ppink2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1006px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_2_ppink2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1031px -561px;
  width: 60px;
  height: 60px;
}
.hair_bangs_2_ppurple {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1006px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_2_ppurple {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1031px -652px;
  width: 60px;
  height: 60px;
}
.hair_bangs_2_ppurple2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1006px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_2_ppurple2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1031px -743px;
  width: 60px;
  height: 60px;
}
.hair_bangs_2_pumpkin {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1006px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_2_pumpkin {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1031px -834px;
  width: 60px;
  height: 60px;
}
.hair_bangs_2_purple {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1006px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_2_purple {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1031px -925px;
  width: 60px;
  height: 60px;
}
.hair_bangs_2_pyellow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: 0px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_2_pyellow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -25px -1016px;
  width: 60px;
  height: 60px;
}
.hair_bangs_2_pyellow2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -91px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_2_pyellow2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -116px -1016px;
  width: 60px;
  height: 60px;
}
.hair_bangs_2_rainbow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -182px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_2_rainbow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -207px -1016px;
  width: 60px;
  height: 60px;
}
.hair_bangs_2_red {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -273px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_2_red {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -298px -1016px;
  width: 60px;
  height: 60px;
}
.hair_bangs_2_snowy {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -364px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_2_snowy {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -389px -1016px;
  width: 60px;
  height: 60px;
}
.hair_bangs_2_white {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -546px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_2_white {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -571px -1016px;
  width: 60px;
  height: 60px;
}
.hair_bangs_2_winternight {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -637px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_2_winternight {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -662px -1016px;
  width: 60px;
  height: 60px;
}
.hair_bangs_2_winterstar {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -728px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_2_winterstar {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -753px -1016px;
  width: 60px;
  height: 60px;
}
.hair_bangs_2_yellow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -819px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_2_yellow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -844px -1016px;
  width: 60px;
  height: 60px;
}
.hair_bangs_2_zombie {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -910px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_2_zombie {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -935px -1016px;
  width: 60px;
  height: 60px;
}
.hair_bangs_3_TRUred {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1188px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_3_TRUred {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1213px -652px;
  width: 60px;
  height: 60px;
}
.hair_bangs_3_aurora {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1001px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_3_aurora {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1026px -1016px;
  width: 60px;
  height: 60px;
}
.hair_bangs_3_black {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1097px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_3_black {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1122px -15px;
  width: 60px;
  height: 60px;
}
.hair_bangs_3_blond {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1097px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_3_blond {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1122px -106px;
  width: 60px;
  height: 60px;
}
.hair_bangs_3_blue {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1097px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_3_blue {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1122px -197px;
  width: 60px;
  height: 60px;
}
.hair_bangs_3_brown {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1097px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_3_brown {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1122px -288px;
  width: 60px;
  height: 60px;
}
.hair_bangs_3_candycane {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1097px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_3_candycane {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1122px -379px;
  width: 60px;
  height: 60px;
}
.hair_bangs_3_candycorn {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1097px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_3_candycorn {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1122px -470px;
  width: 60px;
  height: 60px;
}
.hair_bangs_3_festive {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1097px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_3_festive {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1122px -561px;
  width: 60px;
  height: 60px;
}
.hair_bangs_3_frost {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1097px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_3_frost {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1122px -652px;
  width: 60px;
  height: 60px;
}
.hair_bangs_3_ghostwhite {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1097px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_3_ghostwhite {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1122px -743px;
  width: 60px;
  height: 60px;
}
.hair_bangs_3_green {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1097px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_3_green {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1122px -834px;
  width: 60px;
  height: 60px;
}
.hair_bangs_3_halloween {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1097px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_3_halloween {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1122px -925px;
  width: 60px;
  height: 60px;
}
.hair_bangs_3_holly {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1097px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_3_holly {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1122px -1016px;
  width: 60px;
  height: 60px;
}
.hair_bangs_3_hollygreen {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: 0px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_3_hollygreen {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -25px -1107px;
  width: 60px;
  height: 60px;
}
.hair_bangs_3_midnight {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -91px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_3_midnight {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -116px -1107px;
  width: 60px;
  height: 60px;
}
.hair_bangs_3_pblue {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -182px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_3_pblue {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -207px -1107px;
  width: 60px;
  height: 60px;
}
.hair_bangs_3_pblue2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -273px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_3_pblue2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -298px -1107px;
  width: 60px;
  height: 60px;
}
.hair_bangs_3_peppermint {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -364px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_3_peppermint {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -389px -1107px;
  width: 60px;
  height: 60px;
}
.hair_bangs_3_pgreen {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -455px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_3_pgreen {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -480px -1107px;
  width: 60px;
  height: 60px;
}
.hair_bangs_3_pgreen2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -546px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_3_pgreen2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -571px -1107px;
  width: 60px;
  height: 60px;
}
.hair_bangs_3_porange {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -637px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_3_porange {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -662px -1107px;
  width: 60px;
  height: 60px;
}
.hair_bangs_3_porange2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -728px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_3_porange2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -753px -1107px;
  width: 60px;
  height: 60px;
}
.hair_bangs_3_ppink {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -819px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_3_ppink {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -844px -1107px;
  width: 60px;
  height: 60px;
}
.hair_bangs_3_ppink2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -910px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_3_ppink2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -935px -1107px;
  width: 60px;
  height: 60px;
}
.hair_bangs_3_ppurple {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1001px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_3_ppurple {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1026px -1107px;
  width: 60px;
  height: 60px;
}
.hair_bangs_3_ppurple2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1092px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_3_ppurple2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1117px -1107px;
  width: 60px;
  height: 60px;
}
.hair_bangs_3_pumpkin {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -345px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_3_pumpkin {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -370px -106px;
  width: 60px;
  height: 60px;
}
.hair_bangs_3_purple {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1188px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_3_purple {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1213px -106px;
  width: 60px;
  height: 60px;
}
.hair_bangs_3_pyellow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1188px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_3_pyellow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1213px -197px;
  width: 60px;
  height: 60px;
}
.hair_bangs_3_pyellow2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1188px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_3_pyellow2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1213px -288px;
  width: 60px;
  height: 60px;
}
.hair_bangs_3_rainbow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1188px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_3_rainbow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1213px -379px;
  width: 60px;
  height: 60px;
}
.hair_bangs_3_red {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1188px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_3_red {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1213px -470px;
  width: 60px;
  height: 60px;
}
.hair_bangs_3_snowy {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1188px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_3_snowy {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1213px -561px;
  width: 60px;
  height: 60px;
}
.hair_bangs_3_white {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1188px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_3_white {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1213px -743px;
  width: 60px;
  height: 60px;
}
.hair_bangs_3_winternight {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1188px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_3_winternight {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1213px -834px;
  width: 60px;
  height: 60px;
}
.hair_bangs_3_winterstar {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1188px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_3_winterstar {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1213px -925px;
  width: 60px;
  height: 60px;
}
.hair_bangs_3_yellow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1188px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_3_yellow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1213px -1016px;
  width: 60px;
  height: 60px;
}
.hair_bangs_3_zombie {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1188px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_3_zombie {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1213px -1107px;
  width: 60px;
  height: 60px;
}
.hair_bangs_4_TRUred {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -455px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_4_TRUred {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -480px -1289px;
  width: 60px;
  height: 60px;
}
.hair_bangs_4_aurora {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: 0px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_4_aurora {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -25px -1198px;
  width: 60px;
  height: 60px;
}
.hair_bangs_4_black {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -91px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_4_black {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -116px -1198px;
  width: 60px;
  height: 60px;
}
.hair_bangs_4_blond {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -182px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_4_blond {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -207px -1198px;
  width: 60px;
  height: 60px;
}
.hair_bangs_4_blue {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -273px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_4_blue {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -298px -1198px;
  width: 60px;
  height: 60px;
}
.hair_bangs_4_brown {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -364px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_4_brown {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -389px -1198px;
  width: 60px;
  height: 60px;
}
.hair_bangs_4_candycane {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -455px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_4_candycane {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -480px -1198px;
  width: 60px;
  height: 60px;
}
.hair_bangs_4_candycorn {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -546px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_4_candycorn {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -571px -1198px;
  width: 60px;
  height: 60px;
}
.hair_bangs_4_festive {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -637px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_4_festive {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -662px -1198px;
  width: 60px;
  height: 60px;
}
.hair_bangs_4_frost {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -728px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_4_frost {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -753px -1198px;
  width: 60px;
  height: 60px;
}
.hair_bangs_4_ghostwhite {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -819px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_4_ghostwhite {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -844px -1198px;
  width: 60px;
  height: 60px;
}
.hair_bangs_4_green {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -910px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_4_green {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -935px -1198px;
  width: 60px;
  height: 60px;
}
.hair_bangs_4_halloween {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1001px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_4_halloween {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1026px -1198px;
  width: 60px;
  height: 60px;
}
.hair_bangs_4_holly {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1092px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_4_holly {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1117px -1198px;
  width: 60px;
  height: 60px;
}
.hair_bangs_4_hollygreen {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1183px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_4_hollygreen {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1208px -1198px;
  width: 60px;
  height: 60px;
}
.hair_bangs_4_midnight {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1279px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_4_midnight {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1304px -15px;
  width: 60px;
  height: 60px;
}
.hair_bangs_4_pblue {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1279px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_4_pblue {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1304px -106px;
  width: 60px;
  height: 60px;
}
.hair_bangs_4_pblue2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1279px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_4_pblue2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1304px -197px;
  width: 60px;
  height: 60px;
}
.hair_bangs_4_peppermint {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1279px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_4_peppermint {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1304px -288px;
  width: 60px;
  height: 60px;
}
.hair_bangs_4_pgreen {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1279px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_4_pgreen {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1304px -379px;
  width: 60px;
  height: 60px;
}
.hair_bangs_4_pgreen2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1279px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_4_pgreen2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1304px -470px;
  width: 60px;
  height: 60px;
}
.hair_bangs_4_porange {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1279px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_4_porange {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1304px -561px;
  width: 60px;
  height: 60px;
}
.hair_bangs_4_porange2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1279px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_4_porange2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1304px -652px;
  width: 60px;
  height: 60px;
}
.hair_bangs_4_ppink {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1279px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_4_ppink {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1304px -743px;
  width: 60px;
  height: 60px;
}
.hair_bangs_4_ppink2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1279px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_4_ppink2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1304px -834px;
  width: 60px;
  height: 60px;
}
.hair_bangs_4_ppurple {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1279px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_4_ppurple {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1304px -925px;
  width: 60px;
  height: 60px;
}
.hair_bangs_4_ppurple2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1279px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_4_ppurple2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1304px -1016px;
  width: 60px;
  height: 60px;
}
.hair_bangs_4_pumpkin {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1279px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_4_pumpkin {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1304px -1107px;
  width: 60px;
  height: 60px;
}
.hair_bangs_4_purple {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1279px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_4_purple {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1304px -1198px;
  width: 60px;
  height: 60px;
}
.hair_bangs_4_pyellow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: 0px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_4_pyellow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -25px -1289px;
  width: 60px;
  height: 60px;
}
.hair_bangs_4_pyellow2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -91px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_4_pyellow2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -116px -1289px;
  width: 60px;
  height: 60px;
}
.hair_bangs_4_rainbow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -182px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_4_rainbow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -207px -1289px;
  width: 60px;
  height: 60px;
}
.hair_bangs_4_red {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -273px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_4_red {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -298px -1289px;
  width: 60px;
  height: 60px;
}
.hair_bangs_4_snowy {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -364px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_4_snowy {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -389px -1289px;
  width: 60px;
  height: 60px;
}
.hair_bangs_4_white {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -546px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_4_white {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -571px -1289px;
  width: 60px;
  height: 60px;
}
.hair_bangs_4_winternight {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -637px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_4_winternight {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -662px -1289px;
  width: 60px;
  height: 60px;
}
.hair_bangs_4_winterstar {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -728px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_4_winterstar {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -753px -1289px;
  width: 60px;
  height: 60px;
}
.hair_bangs_4_yellow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -819px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_4_yellow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -844px -1289px;
  width: 60px;
  height: 60px;
}
.hair_bangs_4_zombie {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -910px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_bangs_4_zombie {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -935px -1289px;
  width: 60px;
  height: 60px;
}
.hair_base_10_TRUred {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1552px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_10_TRUred {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1577px -379px;
  width: 60px;
  height: 60px;
}
.hair_base_10_aurora {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1461px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_10_aurora {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1486px -379px;
  width: 60px;
  height: 60px;
}
.hair_base_10_black {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1461px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_10_black {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1486px -470px;
  width: 60px;
  height: 60px;
}
.hair_base_10_blond {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1461px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_10_blond {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1486px -561px;
  width: 60px;
  height: 60px;
}
.hair_base_10_blue {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1461px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_10_blue {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1486px -652px;
  width: 60px;
  height: 60px;
}
.hair_base_10_brown {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1461px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_10_brown {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1486px -743px;
  width: 60px;
  height: 60px;
}
.hair_base_10_candycane {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1461px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_10_candycane {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1486px -834px;
  width: 60px;
  height: 60px;
}
.hair_base_10_candycorn {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1461px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_10_candycorn {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1486px -925px;
  width: 60px;
  height: 60px;
}
.hair_base_10_festive {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1461px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_10_festive {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1486px -1016px;
  width: 60px;
  height: 60px;
}
.hair_base_10_frost {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1461px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_10_frost {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1486px -1107px;
  width: 60px;
  height: 60px;
}
.hair_base_10_ghostwhite {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1461px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_10_ghostwhite {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1486px -1198px;
  width: 60px;
  height: 60px;
}
.hair_base_10_green {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1461px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_10_green {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1486px -1289px;
  width: 60px;
  height: 60px;
}
.hair_base_10_halloween {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1461px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_10_halloween {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1486px -1380px;
  width: 60px;
  height: 60px;
}
.hair_base_10_holly {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: 0px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_10_holly {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -25px -1471px;
  width: 60px;
  height: 60px;
}
.hair_base_10_hollygreen {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -91px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_10_hollygreen {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -116px -1471px;
  width: 60px;
  height: 60px;
}
.hair_base_10_midnight {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -182px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_10_midnight {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -207px -1471px;
  width: 60px;
  height: 60px;
}
.hair_base_10_pblue {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -273px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_10_pblue {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -298px -1471px;
  width: 60px;
  height: 60px;
}
.hair_base_10_pblue2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -364px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_10_pblue2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -389px -1471px;
  width: 60px;
  height: 60px;
}
.hair_base_10_peppermint {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -455px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_10_peppermint {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -480px -1471px;
  width: 60px;
  height: 60px;
}
.hair_base_10_pgreen {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -546px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_10_pgreen {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -571px -1471px;
  width: 60px;
  height: 60px;
}
.hair_base_10_pgreen2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -637px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_10_pgreen2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -662px -1471px;
  width: 60px;
  height: 60px;
}
.hair_base_10_porange {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -728px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_10_porange {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -753px -1471px;
  width: 60px;
  height: 60px;
}
.hair_base_10_porange2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -819px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_10_porange2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -844px -1471px;
  width: 60px;
  height: 60px;
}
.hair_base_10_ppink {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -910px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_10_ppink {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -935px -1471px;
  width: 60px;
  height: 60px;
}
.hair_base_10_ppink2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1001px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_10_ppink2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1026px -1471px;
  width: 60px;
  height: 60px;
}
.hair_base_10_ppurple {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1092px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_10_ppurple {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1117px -1471px;
  width: 60px;
  height: 60px;
}
.hair_base_10_ppurple2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1183px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_10_ppurple2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1208px -1471px;
  width: 60px;
  height: 60px;
}
.hair_base_10_pumpkin {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1274px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_10_pumpkin {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1299px -1471px;
  width: 60px;
  height: 60px;
}
.hair_base_10_purple {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1365px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_10_purple {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1390px -1471px;
  width: 60px;
  height: 60px;
}
.hair_base_10_pyellow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1456px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_10_pyellow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1481px -1471px;
  width: 60px;
  height: 60px;
}
.hair_base_10_pyellow2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1552px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_10_pyellow2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1577px -15px;
  width: 60px;
  height: 60px;
}
.hair_base_10_rainbow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1552px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_10_rainbow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1577px -106px;
  width: 60px;
  height: 60px;
}
.hair_base_10_red {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1552px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_10_red {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1577px -197px;
  width: 60px;
  height: 60px;
}
.hair_base_10_snowy {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1552px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_10_snowy {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1577px -288px;
  width: 60px;
  height: 60px;
}
.hair_base_10_white {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1552px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_10_white {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1577px -470px;
  width: 60px;
  height: 60px;
}
.hair_base_10_winternight {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1552px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_10_winternight {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1577px -561px;
  width: 60px;
  height: 60px;
}
.hair_base_10_winterstar {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1552px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_10_winterstar {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1577px -652px;
  width: 60px;
  height: 60px;
}
.hair_base_10_yellow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1552px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_10_yellow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1577px -743px;
  width: 60px;
  height: 60px;
}
.hair_base_10_zombie {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1552px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_10_zombie {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1577px -834px;
  width: 60px;
  height: 60px;
}
.hair_base_11_TRUred {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -460px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_11_TRUred {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -485px -106px;
  width: 60px;
  height: 60px;
}
.hair_base_11_aurora {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1552px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_11_aurora {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1577px -925px;
  width: 60px;
  height: 60px;
}
.hair_base_11_black {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1552px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_11_black {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1577px -1016px;
  width: 60px;
  height: 60px;
}
.hair_base_11_blond {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1552px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_11_blond {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1577px -1107px;
  width: 60px;
  height: 60px;
}
.hair_base_11_blue {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1552px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_11_blue {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1577px -1198px;
  width: 60px;
  height: 60px;
}
.hair_base_11_brown {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1552px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_11_brown {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1577px -1289px;
  width: 60px;
  height: 60px;
}
.hair_base_11_candycane {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1552px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_11_candycane {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1577px -1380px;
  width: 60px;
  height: 60px;
}
.hair_base_11_candycorn {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1552px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_11_candycorn {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1577px -1471px;
  width: 60px;
  height: 60px;
}
.hair_base_11_festive {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: 0px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_11_festive {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -25px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_11_frost {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -91px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_11_frost {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -116px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_11_ghostwhite {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -182px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_11_ghostwhite {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -207px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_11_green {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -273px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_11_green {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -298px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_11_halloween {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -364px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_11_halloween {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -389px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_11_holly {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -455px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_11_holly {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -480px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_11_hollygreen {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -546px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_11_hollygreen {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -571px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_11_midnight {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -637px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_11_midnight {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -662px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_11_pblue {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -728px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_11_pblue {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -753px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_11_pblue2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -819px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_11_pblue2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -844px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_11_peppermint {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -910px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_11_peppermint {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -935px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_11_pgreen {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1001px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_11_pgreen {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1026px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_11_pgreen2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1092px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_11_pgreen2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1117px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_11_porange {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1183px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_11_porange {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1208px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_11_porange2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1274px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_11_porange2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1299px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_11_ppink {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1365px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_11_ppink {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1390px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_11_ppink2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -551px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_11_ppink2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -576px -15px;
  width: 60px;
  height: 60px;
}
.hair_base_11_ppurple {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -455px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_11_ppurple {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -480px -470px;
  width: 60px;
  height: 60px;
}
.hair_base_11_ppurple2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -364px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_11_ppurple2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -389px -470px;
  width: 60px;
  height: 60px;
}
.hair_base_11_pumpkin {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -273px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_11_pumpkin {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -298px -470px;
  width: 60px;
  height: 60px;
}
.hair_base_11_purple {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -182px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_11_purple {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -207px -470px;
  width: 60px;
  height: 60px;
}
.hair_base_11_pyellow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -91px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_11_pyellow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -116px -470px;
  width: 60px;
  height: 60px;
}
.hair_base_11_pyellow2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: 0px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_11_pyellow2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -25px -470px;
  width: 60px;
  height: 60px;
}
.hair_base_11_rainbow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -460px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_11_rainbow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -485px -379px;
  width: 60px;
  height: 60px;
}
.hair_base_11_red {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -460px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_11_red {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -485px -288px;
  width: 60px;
  height: 60px;
}
.hair_base_11_snowy {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -460px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_11_snowy {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -485px -197px;
  width: 60px;
  height: 60px;
}
.hair_base_11_white {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -460px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_11_white {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -485px -15px;
  width: 60px;
  height: 60px;
}
.hair_base_11_winternight {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1456px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_11_winternight {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1481px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_1_TRUred {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1274px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_1_TRUred {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1299px -1380px;
  width: 60px;
  height: 60px;
}
.hair_base_1_aurora {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1001px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_1_aurora {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1026px -1289px;
  width: 60px;
  height: 60px;
}
.hair_base_1_black {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1092px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_1_black {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1117px -1289px;
  width: 60px;
  height: 60px;
}
.hair_base_1_blond {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1183px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_1_blond {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1208px -1289px;
  width: 60px;
  height: 60px;
}
.hair_base_1_blue {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1274px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_1_blue {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1299px -1289px;
  width: 60px;
  height: 60px;
}
.hair_base_1_brown {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1370px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_1_brown {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1395px -15px;
  width: 60px;
  height: 60px;
}
.hair_base_1_candycane {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1370px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_1_candycane {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1395px -106px;
  width: 60px;
  height: 60px;
}
.hair_base_1_candycorn {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1370px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_1_candycorn {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1395px -197px;
  width: 60px;
  height: 60px;
}
.hair_base_1_festive {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1370px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_1_festive {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1395px -288px;
  width: 60px;
  height: 60px;
}
.hair_base_1_frost {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1370px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_1_frost {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1395px -379px;
  width: 60px;
  height: 60px;
}
.hair_base_1_ghostwhite {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1370px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_1_ghostwhite {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1395px -470px;
  width: 60px;
  height: 60px;
}
.hair_base_1_green {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1370px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_1_green {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1395px -561px;
  width: 60px;
  height: 60px;
}
.hair_base_1_halloween {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1370px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_1_halloween {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1395px -652px;
  width: 60px;
  height: 60px;
}
.hair_base_1_holly {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1370px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_1_holly {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1395px -743px;
  width: 60px;
  height: 60px;
}
.hair_base_1_hollygreen {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1370px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_1_hollygreen {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1395px -834px;
  width: 60px;
  height: 60px;
}
.hair_base_1_midnight {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1370px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_1_midnight {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1395px -925px;
  width: 60px;
  height: 60px;
}
.hair_base_1_pblue {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1370px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_1_pblue {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1395px -1016px;
  width: 60px;
  height: 60px;
}
.hair_base_1_pblue2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1370px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_1_pblue2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1395px -1107px;
  width: 60px;
  height: 60px;
}
.hair_base_1_peppermint {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1370px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_1_peppermint {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1395px -1198px;
  width: 60px;
  height: 60px;
}
.hair_base_1_pgreen {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1370px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_1_pgreen {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1395px -1289px;
  width: 60px;
  height: 60px;
}
.hair_base_1_pgreen2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: 0px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_1_pgreen2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -25px -1380px;
  width: 60px;
  height: 60px;
}
.hair_base_1_porange {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -91px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_1_porange {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -116px -1380px;
  width: 60px;
  height: 60px;
}
.hair_base_1_porange2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -182px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_1_porange2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -207px -1380px;
  width: 60px;
  height: 60px;
}
.hair_base_1_ppink {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -273px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_1_ppink {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -298px -1380px;
  width: 60px;
  height: 60px;
}
.hair_base_1_ppink2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -364px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_1_ppink2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -389px -1380px;
  width: 60px;
  height: 60px;
}
.hair_base_1_ppurple {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -455px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_1_ppurple {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -480px -1380px;
  width: 60px;
  height: 60px;
}
.hair_base_1_ppurple2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -546px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_1_ppurple2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -571px -1380px;
  width: 60px;
  height: 60px;
}
.hair_base_1_pumpkin {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -637px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_1_pumpkin {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -662px -1380px;
  width: 60px;
  height: 60px;
}
.hair_base_1_purple {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -728px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_1_purple {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -753px -1380px;
  width: 60px;
  height: 60px;
}
.hair_base_1_pyellow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -819px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_1_pyellow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -844px -1380px;
  width: 60px;
  height: 60px;
}
.hair_base_1_pyellow2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -910px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_1_pyellow2 {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -935px -1380px;
  width: 60px;
  height: 60px;
}
.hair_base_1_rainbow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1001px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_1_rainbow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1026px -1380px;
  width: 60px;
  height: 60px;
}
.hair_base_1_red {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1092px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_1_red {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1117px -1380px;
  width: 60px;
  height: 60px;
}
.hair_base_1_snowy {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1183px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_1_snowy {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1208px -1380px;
  width: 60px;
  height: 60px;
}
.hair_base_1_white {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1365px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_1_white {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1390px -1380px;
  width: 60px;
  height: 60px;
}
.hair_base_1_winternight {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1461px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_1_winternight {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1486px -15px;
  width: 60px;
  height: 60px;
}
.hair_base_1_winterstar {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1461px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_1_winterstar {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1486px -106px;
  width: 60px;
  height: 60px;
}
.hair_base_1_yellow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1461px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_1_yellow {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1486px -197px;
  width: 60px;
  height: 60px;
}
.hair_base_1_zombie {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1461px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_1_zombie {
  background-image: url(/static/images/spritesmith-main-2.d05a09d.png);
  background-position: -1486px -288px;
  width: 60px;
  height: 60px;
}

.hair_base_11_winterstar {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -91px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_11_winterstar {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -116px -15px;
  width: 60px;
  height: 60px;
}
.hair_base_11_yellow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -728px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_11_yellow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -753px -1107px;
  width: 60px;
  height: 60px;
}
.hair_base_11_zombie {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: 0px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_11_zombie {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -25px -106px;
  width: 60px;
  height: 60px;
}
.hair_base_12_TRUred {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -546px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_12_TRUred {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -571px -15px;
  width: 60px;
  height: 60px;
}
.hair_base_12_aurora {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -91px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_12_aurora {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -116px -106px;
  width: 60px;
  height: 60px;
}
.hair_base_12_black {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -182px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_12_black {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -207px -15px;
  width: 60px;
  height: 60px;
}
.hair_base_12_blond {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -182px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_12_blond {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -207px -106px;
  width: 60px;
  height: 60px;
}
.hair_base_12_blue {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: 0px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_12_blue {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -25px -197px;
  width: 60px;
  height: 60px;
}
.hair_base_12_brown {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -91px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_12_brown {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -116px -197px;
  width: 60px;
  height: 60px;
}
.hair_base_12_candycane {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -182px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_12_candycane {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -207px -197px;
  width: 60px;
  height: 60px;
}
.hair_base_12_candycorn {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -273px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_12_candycorn {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -298px -15px;
  width: 60px;
  height: 60px;
}
.hair_base_12_festive {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -273px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_12_festive {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -298px -106px;
  width: 60px;
  height: 60px;
}
.hair_base_12_frost {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -273px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_12_frost {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -298px -197px;
  width: 60px;
  height: 60px;
}
.hair_base_12_ghostwhite {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: 0px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_12_ghostwhite {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -25px -288px;
  width: 60px;
  height: 60px;
}
.hair_base_12_green {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -91px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_12_green {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -116px -288px;
  width: 60px;
  height: 60px;
}
.hair_base_12_halloween {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -182px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_12_halloween {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -207px -288px;
  width: 60px;
  height: 60px;
}
.hair_base_12_holly {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -273px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_12_holly {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -298px -288px;
  width: 60px;
  height: 60px;
}
.hair_base_12_hollygreen {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -364px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_12_hollygreen {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -389px -15px;
  width: 60px;
  height: 60px;
}
.hair_base_12_midnight {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -364px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_12_midnight {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -389px -106px;
  width: 60px;
  height: 60px;
}
.hair_base_12_pblue {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -364px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_12_pblue {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -389px -197px;
  width: 60px;
  height: 60px;
}
.hair_base_12_pblue2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -364px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_12_pblue2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -389px -288px;
  width: 60px;
  height: 60px;
}
.hair_base_12_peppermint {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: 0px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_12_peppermint {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -25px -379px;
  width: 60px;
  height: 60px;
}
.hair_base_12_pgreen {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -91px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_12_pgreen {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -116px -379px;
  width: 60px;
  height: 60px;
}
.hair_base_12_pgreen2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -182px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_12_pgreen2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -207px -379px;
  width: 60px;
  height: 60px;
}
.hair_base_12_porange {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -273px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_12_porange {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -298px -379px;
  width: 60px;
  height: 60px;
}
.hair_base_12_porange2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -364px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_12_porange2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -389px -379px;
  width: 60px;
  height: 60px;
}
.hair_base_12_ppink {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -455px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_12_ppink {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -480px -15px;
  width: 60px;
  height: 60px;
}
.hair_base_12_ppink2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -455px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_12_ppink2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -480px -106px;
  width: 60px;
  height: 60px;
}
.hair_base_12_ppurple {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -455px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_12_ppurple {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -480px -197px;
  width: 60px;
  height: 60px;
}
.hair_base_12_ppurple2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -455px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_12_ppurple2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -480px -288px;
  width: 60px;
  height: 60px;
}
.hair_base_12_pumpkin {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -455px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_12_pumpkin {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -480px -379px;
  width: 60px;
  height: 60px;
}
.hair_base_12_purple {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: 0px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_12_purple {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -25px -470px;
  width: 60px;
  height: 60px;
}
.hair_base_12_pyellow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -91px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_12_pyellow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -116px -470px;
  width: 60px;
  height: 60px;
}
.hair_base_12_pyellow2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -182px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_12_pyellow2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -207px -470px;
  width: 60px;
  height: 60px;
}
.hair_base_12_rainbow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -273px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_12_rainbow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -298px -470px;
  width: 60px;
  height: 60px;
}
.hair_base_12_red {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -364px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_12_red {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -389px -470px;
  width: 60px;
  height: 60px;
}
.hair_base_12_snowy {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -455px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_12_snowy {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -480px -470px;
  width: 60px;
  height: 60px;
}
.hair_base_12_white {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -546px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_12_white {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -571px -106px;
  width: 60px;
  height: 60px;
}
.hair_base_12_winternight {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -546px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_12_winternight {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -571px -197px;
  width: 60px;
  height: 60px;
}
.hair_base_12_winterstar {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -546px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_12_winterstar {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -571px -288px;
  width: 60px;
  height: 60px;
}
.hair_base_12_yellow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -546px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_12_yellow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -571px -379px;
  width: 60px;
  height: 60px;
}
.hair_base_12_zombie {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -546px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_12_zombie {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -571px -470px;
  width: 60px;
  height: 60px;
}
.hair_base_13_TRUred {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -273px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_13_TRUred {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -298px -743px;
  width: 60px;
  height: 60px;
}
.hair_base_13_aurora {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: 0px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_13_aurora {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -25px -561px;
  width: 60px;
  height: 60px;
}
.hair_base_13_black {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -91px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_13_black {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -116px -561px;
  width: 60px;
  height: 60px;
}
.hair_base_13_blond {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -182px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_13_blond {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -207px -561px;
  width: 60px;
  height: 60px;
}
.hair_base_13_blue {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -273px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_13_blue {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -298px -561px;
  width: 60px;
  height: 60px;
}
.hair_base_13_brown {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -364px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_13_brown {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -389px -561px;
  width: 60px;
  height: 60px;
}
.hair_base_13_candycane {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -455px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_13_candycane {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -480px -561px;
  width: 60px;
  height: 60px;
}
.hair_base_13_candycorn {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -546px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_13_candycorn {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -571px -561px;
  width: 60px;
  height: 60px;
}
.hair_base_13_festive {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -637px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_13_festive {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -662px -15px;
  width: 60px;
  height: 60px;
}
.hair_base_13_frost {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -637px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_13_frost {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -662px -106px;
  width: 60px;
  height: 60px;
}
.hair_base_13_ghostwhite {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -637px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_13_ghostwhite {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -662px -197px;
  width: 60px;
  height: 60px;
}
.hair_base_13_green {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -637px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_13_green {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -662px -288px;
  width: 60px;
  height: 60px;
}
.hair_base_13_halloween {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -637px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_13_halloween {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -662px -379px;
  width: 60px;
  height: 60px;
}
.hair_base_13_holly {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -637px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_13_holly {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -662px -470px;
  width: 60px;
  height: 60px;
}
.hair_base_13_hollygreen {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -637px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_13_hollygreen {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -662px -561px;
  width: 60px;
  height: 60px;
}
.hair_base_13_midnight {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: 0px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_13_midnight {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -25px -652px;
  width: 60px;
  height: 60px;
}
.hair_base_13_pblue {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -91px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_13_pblue {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -116px -652px;
  width: 60px;
  height: 60px;
}
.hair_base_13_pblue2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -182px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_13_pblue2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -207px -652px;
  width: 60px;
  height: 60px;
}
.hair_base_13_peppermint {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -273px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_13_peppermint {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -298px -652px;
  width: 60px;
  height: 60px;
}
.hair_base_13_pgreen {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -364px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_13_pgreen {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -389px -652px;
  width: 60px;
  height: 60px;
}
.hair_base_13_pgreen2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -455px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_13_pgreen2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -480px -652px;
  width: 60px;
  height: 60px;
}
.hair_base_13_porange {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -546px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_13_porange {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -571px -652px;
  width: 60px;
  height: 60px;
}
.hair_base_13_porange2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -637px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_13_porange2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -662px -652px;
  width: 60px;
  height: 60px;
}
.hair_base_13_ppink {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -728px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_13_ppink {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -753px -15px;
  width: 60px;
  height: 60px;
}
.hair_base_13_ppink2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -728px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_13_ppink2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -753px -106px;
  width: 60px;
  height: 60px;
}
.hair_base_13_ppurple {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -728px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_13_ppurple {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -753px -197px;
  width: 60px;
  height: 60px;
}
.hair_base_13_ppurple2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -728px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_13_ppurple2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -753px -288px;
  width: 60px;
  height: 60px;
}
.hair_base_13_pumpkin {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -728px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_13_pumpkin {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -753px -379px;
  width: 60px;
  height: 60px;
}
.hair_base_13_purple {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -728px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_13_purple {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -753px -470px;
  width: 60px;
  height: 60px;
}
.hair_base_13_pyellow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -728px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_13_pyellow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -753px -561px;
  width: 60px;
  height: 60px;
}
.hair_base_13_pyellow2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -728px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_13_pyellow2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -753px -652px;
  width: 60px;
  height: 60px;
}
.hair_base_13_rainbow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: 0px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_13_rainbow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -25px -743px;
  width: 60px;
  height: 60px;
}
.hair_base_13_red {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -91px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_13_red {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -116px -743px;
  width: 60px;
  height: 60px;
}
.hair_base_13_snowy {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -182px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_13_snowy {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -207px -743px;
  width: 60px;
  height: 60px;
}
.hair_base_13_white {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -364px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_13_white {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -389px -743px;
  width: 60px;
  height: 60px;
}
.hair_base_13_winternight {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -455px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_13_winternight {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -480px -743px;
  width: 60px;
  height: 60px;
}
.hair_base_13_winterstar {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -546px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_13_winterstar {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -571px -743px;
  width: 60px;
  height: 60px;
}
.hair_base_13_yellow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -637px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_13_yellow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -662px -743px;
  width: 60px;
  height: 60px;
}
.hair_base_13_zombie {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -728px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_13_zombie {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -753px -743px;
  width: 60px;
  height: 60px;
}
.hair_base_14_TRUred {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -364px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_14_TRUred {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -389px -925px;
  width: 60px;
  height: 60px;
}
.hair_base_14_aurora {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -819px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_14_aurora {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -844px -15px;
  width: 60px;
  height: 60px;
}
.hair_base_14_black {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -819px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_14_black {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -844px -106px;
  width: 60px;
  height: 60px;
}
.hair_base_14_blond {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -819px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_14_blond {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -844px -197px;
  width: 60px;
  height: 60px;
}
.hair_base_14_blue {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -819px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_14_blue {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -844px -288px;
  width: 60px;
  height: 60px;
}
.hair_base_14_brown {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -819px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_14_brown {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -844px -379px;
  width: 60px;
  height: 60px;
}
.hair_base_14_candycane {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -819px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_14_candycane {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -844px -470px;
  width: 60px;
  height: 60px;
}
.hair_base_14_candycorn {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -819px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_14_candycorn {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -844px -561px;
  width: 60px;
  height: 60px;
}
.hair_base_14_festive {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -819px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_14_festive {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -844px -652px;
  width: 60px;
  height: 60px;
}
.hair_base_14_frost {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -819px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_14_frost {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -844px -743px;
  width: 60px;
  height: 60px;
}
.hair_base_14_ghostwhite {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: 0px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_14_ghostwhite {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -25px -834px;
  width: 60px;
  height: 60px;
}
.hair_base_14_green {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -91px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_14_green {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -116px -834px;
  width: 60px;
  height: 60px;
}
.hair_base_14_halloween {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -182px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_14_halloween {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -207px -834px;
  width: 60px;
  height: 60px;
}
.hair_base_14_holly {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -273px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_14_holly {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -298px -834px;
  width: 60px;
  height: 60px;
}
.hair_base_14_hollygreen {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -364px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_14_hollygreen {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -389px -834px;
  width: 60px;
  height: 60px;
}
.hair_base_14_midnight {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -455px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_14_midnight {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -480px -834px;
  width: 60px;
  height: 60px;
}
.hair_base_14_pblue {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -546px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_14_pblue {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -571px -834px;
  width: 60px;
  height: 60px;
}
.hair_base_14_pblue2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -637px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_14_pblue2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -662px -834px;
  width: 60px;
  height: 60px;
}
.hair_base_14_peppermint {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -728px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_14_peppermint {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -753px -834px;
  width: 60px;
  height: 60px;
}
.hair_base_14_pgreen {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -819px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_14_pgreen {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -844px -834px;
  width: 60px;
  height: 60px;
}
.hair_base_14_pgreen2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -910px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_14_pgreen2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -935px -15px;
  width: 60px;
  height: 60px;
}
.hair_base_14_porange {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -910px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_14_porange {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -935px -106px;
  width: 60px;
  height: 60px;
}
.hair_base_14_porange2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -910px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_14_porange2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -935px -197px;
  width: 60px;
  height: 60px;
}
.hair_base_14_ppink {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -910px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_14_ppink {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -935px -288px;
  width: 60px;
  height: 60px;
}
.hair_base_14_ppink2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -910px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_14_ppink2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -935px -379px;
  width: 60px;
  height: 60px;
}
.hair_base_14_ppurple {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -910px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_14_ppurple {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -935px -470px;
  width: 60px;
  height: 60px;
}
.hair_base_14_ppurple2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -910px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_14_ppurple2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -935px -561px;
  width: 60px;
  height: 60px;
}
.hair_base_14_pumpkin {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -910px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_14_pumpkin {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -935px -652px;
  width: 60px;
  height: 60px;
}
.hair_base_14_purple {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -910px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_14_purple {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -935px -743px;
  width: 60px;
  height: 60px;
}
.hair_base_14_pyellow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -910px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_14_pyellow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -935px -834px;
  width: 60px;
  height: 60px;
}
.hair_base_14_pyellow2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: 0px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_14_pyellow2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -25px -925px;
  width: 60px;
  height: 60px;
}
.hair_base_14_rainbow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -91px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_14_rainbow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -116px -925px;
  width: 60px;
  height: 60px;
}
.hair_base_14_red {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -182px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_14_red {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -207px -925px;
  width: 60px;
  height: 60px;
}
.hair_base_14_snowy {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -273px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_14_snowy {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -298px -925px;
  width: 60px;
  height: 60px;
}
.hair_base_14_white {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -455px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_14_white {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -480px -925px;
  width: 60px;
  height: 60px;
}
.hair_base_14_winternight {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -546px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_14_winternight {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -571px -925px;
  width: 60px;
  height: 60px;
}
.hair_base_14_winterstar {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -637px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_14_winterstar {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -662px -925px;
  width: 60px;
  height: 60px;
}
.hair_base_14_yellow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -728px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_14_yellow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -753px -925px;
  width: 60px;
  height: 60px;
}
.hair_base_14_zombie {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -819px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_14_zombie {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -844px -925px;
  width: 60px;
  height: 60px;
}
.hair_base_15_TRUred {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1092px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_15_TRUred {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1117px -819px;
  width: 60px;
  height: 60px;
}
.hair_base_15_aurora {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -910px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_15_aurora {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -935px -910px;
  width: 60px;
  height: 60px;
}
.hair_base_15_black {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1001px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_15_black {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1026px -0px;
  width: 60px;
  height: 60px;
}
.hair_base_15_blond {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1001px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_15_blond {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1026px -91px;
  width: 60px;
  height: 60px;
}
.hair_base_15_blue {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1001px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_15_blue {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1026px -182px;
  width: 60px;
  height: 60px;
}
.hair_base_15_brown {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1001px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_15_brown {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1026px -273px;
  width: 60px;
  height: 60px;
}
.hair_base_15_candycane {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1001px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_15_candycane {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1026px -364px;
  width: 60px;
  height: 60px;
}
.hair_base_15_candycorn {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1001px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_15_candycorn {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1026px -455px;
  width: 60px;
  height: 60px;
}
.hair_base_15_festive {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1001px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_15_festive {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1026px -546px;
  width: 60px;
  height: 60px;
}
.hair_base_15_frost {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1001px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_15_frost {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1026px -637px;
  width: 60px;
  height: 60px;
}
.hair_base_15_ghostwhite {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1001px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_15_ghostwhite {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1026px -728px;
  width: 60px;
  height: 60px;
}
.hair_base_15_green {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1001px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_15_green {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1026px -819px;
  width: 60px;
  height: 60px;
}
.hair_base_15_halloween {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1001px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_15_halloween {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1026px -910px;
  width: 60px;
  height: 60px;
}
.hair_base_15_holly {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: 0px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_15_holly {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -25px -1001px;
  width: 60px;
  height: 60px;
}
.hair_base_15_hollygreen {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -91px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_15_hollygreen {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -116px -1001px;
  width: 60px;
  height: 60px;
}
.hair_base_15_midnight {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -182px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_15_midnight {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -207px -1001px;
  width: 60px;
  height: 60px;
}
.hair_base_15_pblue {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -273px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_15_pblue {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -298px -1001px;
  width: 60px;
  height: 60px;
}
.hair_base_15_pblue2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -364px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_15_pblue2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -389px -1001px;
  width: 60px;
  height: 60px;
}
.hair_base_15_peppermint {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -455px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_15_peppermint {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -480px -1001px;
  width: 60px;
  height: 60px;
}
.hair_base_15_pgreen {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -546px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_15_pgreen {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -571px -1001px;
  width: 60px;
  height: 60px;
}
.hair_base_15_pgreen2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -637px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_15_pgreen2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -662px -1001px;
  width: 60px;
  height: 60px;
}
.hair_base_15_porange {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -728px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_15_porange {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -753px -1001px;
  width: 60px;
  height: 60px;
}
.hair_base_15_porange2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -819px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_15_porange2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -844px -1001px;
  width: 60px;
  height: 60px;
}
.hair_base_15_ppink {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -910px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_15_ppink {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -935px -1001px;
  width: 60px;
  height: 60px;
}
.hair_base_15_ppink2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1001px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_15_ppink2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1026px -1001px;
  width: 60px;
  height: 60px;
}
.hair_base_15_ppurple {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1092px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_15_ppurple {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1117px -0px;
  width: 60px;
  height: 60px;
}
.hair_base_15_ppurple2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1092px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_15_ppurple2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1117px -91px;
  width: 60px;
  height: 60px;
}
.hair_base_15_pumpkin {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1092px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_15_pumpkin {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1117px -182px;
  width: 60px;
  height: 60px;
}
.hair_base_15_purple {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1092px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_15_purple {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1117px -273px;
  width: 60px;
  height: 60px;
}
.hair_base_15_pyellow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1092px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_15_pyellow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1117px -364px;
  width: 60px;
  height: 60px;
}
.hair_base_15_pyellow2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1092px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_15_pyellow2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1117px -455px;
  width: 60px;
  height: 60px;
}
.hair_base_15_rainbow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1092px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_15_rainbow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1117px -546px;
  width: 60px;
  height: 60px;
}
.hair_base_15_red {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1092px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_15_red {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1117px -637px;
  width: 60px;
  height: 60px;
}
.hair_base_15_snowy {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1092px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_15_snowy {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1117px -728px;
  width: 60px;
  height: 60px;
}
.hair_base_15_white {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1092px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_15_white {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1117px -910px;
  width: 60px;
  height: 60px;
}
.hair_base_15_winternight {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1092px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_15_winternight {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1117px -1001px;
  width: 60px;
  height: 60px;
}
.hair_base_15_winterstar {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: 0px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_15_winterstar {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -25px -1092px;
  width: 60px;
  height: 60px;
}
.hair_base_15_yellow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -91px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_15_yellow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -116px -1092px;
  width: 60px;
  height: 60px;
}
.hair_base_15_zombie {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -182px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_15_zombie {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -207px -1092px;
  width: 60px;
  height: 60px;
}
.hair_base_16_TRUred {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -910px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_16_TRUred {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -935px -1183px;
  width: 60px;
  height: 60px;
}
.hair_base_16_aurora {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -273px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_16_aurora {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -298px -1092px;
  width: 60px;
  height: 60px;
}
.hair_base_16_black {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -364px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_16_black {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -389px -1092px;
  width: 60px;
  height: 60px;
}
.hair_base_16_blond {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -455px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_16_blond {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -480px -1092px;
  width: 60px;
  height: 60px;
}
.hair_base_16_blue {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -546px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_16_blue {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -571px -1092px;
  width: 60px;
  height: 60px;
}
.hair_base_16_brown {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -637px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_16_brown {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -662px -1092px;
  width: 60px;
  height: 60px;
}
.hair_base_16_candycane {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: 0px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_16_candycane {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -25px -0px;
  width: 60px;
  height: 60px;
}
.hair_base_16_candycorn {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -819px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_16_candycorn {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -844px -1092px;
  width: 60px;
  height: 60px;
}
.hair_base_16_festive {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -910px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_16_festive {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -935px -1092px;
  width: 60px;
  height: 60px;
}
.hair_base_16_frost {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1001px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_16_frost {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1026px -1092px;
  width: 60px;
  height: 60px;
}
.hair_base_16_ghostwhite {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1092px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_16_ghostwhite {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1117px -1092px;
  width: 60px;
  height: 60px;
}
.hair_base_16_green {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1183px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_16_green {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1208px -0px;
  width: 60px;
  height: 60px;
}
.hair_base_16_halloween {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1183px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_16_halloween {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1208px -91px;
  width: 60px;
  height: 60px;
}
.hair_base_16_holly {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1183px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_16_holly {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1208px -182px;
  width: 60px;
  height: 60px;
}
.hair_base_16_hollygreen {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1183px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_16_hollygreen {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1208px -273px;
  width: 60px;
  height: 60px;
}
.hair_base_16_midnight {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1183px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_16_midnight {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1208px -364px;
  width: 60px;
  height: 60px;
}
.hair_base_16_pblue {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1183px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_16_pblue {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1208px -455px;
  width: 60px;
  height: 60px;
}
.hair_base_16_pblue2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1183px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_16_pblue2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1208px -546px;
  width: 60px;
  height: 60px;
}
.hair_base_16_peppermint {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1183px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_16_peppermint {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1208px -637px;
  width: 60px;
  height: 60px;
}
.hair_base_16_pgreen {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1183px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_16_pgreen {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1208px -728px;
  width: 60px;
  height: 60px;
}
.hair_base_16_pgreen2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1183px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_16_pgreen2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1208px -819px;
  width: 60px;
  height: 60px;
}
.hair_base_16_porange {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1183px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_16_porange {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1208px -910px;
  width: 60px;
  height: 60px;
}
.hair_base_16_porange2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1183px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_16_porange2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1208px -1001px;
  width: 60px;
  height: 60px;
}
.hair_base_16_ppink {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1183px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_16_ppink {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1208px -1092px;
  width: 60px;
  height: 60px;
}
.hair_base_16_ppink2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: 0px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_16_ppink2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -25px -1183px;
  width: 60px;
  height: 60px;
}
.hair_base_16_ppurple {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -91px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_16_ppurple {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -116px -1183px;
  width: 60px;
  height: 60px;
}
.hair_base_16_ppurple2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -182px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_16_ppurple2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -207px -1183px;
  width: 60px;
  height: 60px;
}
.hair_base_16_pumpkin {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -273px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_16_pumpkin {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -298px -1183px;
  width: 60px;
  height: 60px;
}
.hair_base_16_purple {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -364px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_16_purple {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -389px -1183px;
  width: 60px;
  height: 60px;
}
.hair_base_16_pyellow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -455px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_16_pyellow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -480px -1183px;
  width: 60px;
  height: 60px;
}
.hair_base_16_pyellow2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -546px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_16_pyellow2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -571px -1183px;
  width: 60px;
  height: 60px;
}
.hair_base_16_rainbow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -637px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_16_rainbow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -662px -1183px;
  width: 60px;
  height: 60px;
}
.hair_base_16_red {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -728px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_16_red {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -753px -1183px;
  width: 60px;
  height: 60px;
}
.hair_base_16_snowy {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -819px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_16_snowy {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -844px -1183px;
  width: 60px;
  height: 60px;
}
.hair_base_16_white {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1001px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_16_white {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1026px -1183px;
  width: 60px;
  height: 60px;
}
.hair_base_16_winternight {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1092px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_16_winternight {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1117px -1183px;
  width: 60px;
  height: 60px;
}
.hair_base_16_winterstar {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1183px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_16_winterstar {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1208px -1183px;
  width: 60px;
  height: 60px;
}
.hair_base_16_yellow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1274px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_16_yellow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1299px -0px;
  width: 60px;
  height: 60px;
}
.hair_base_16_zombie {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1274px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_16_zombie {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1299px -91px;
  width: 60px;
  height: 60px;
}
.hair_base_17_TRUred {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1365px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_17_TRUred {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1390px -546px;
  width: 60px;
  height: 60px;
}
.hair_base_17_aurora {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1274px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_17_aurora {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1299px -182px;
  width: 60px;
  height: 60px;
}
.hair_base_17_black {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1274px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_17_black {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1299px -273px;
  width: 60px;
  height: 60px;
}
.hair_base_17_blond {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1274px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_17_blond {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1299px -364px;
  width: 60px;
  height: 60px;
}
.hair_base_17_blue {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1274px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_17_blue {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1299px -455px;
  width: 60px;
  height: 60px;
}
.hair_base_17_brown {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1274px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_17_brown {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1299px -546px;
  width: 60px;
  height: 60px;
}
.hair_base_17_candycane {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1274px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_17_candycane {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1299px -637px;
  width: 60px;
  height: 60px;
}
.hair_base_17_candycorn {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1274px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_17_candycorn {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1299px -728px;
  width: 60px;
  height: 60px;
}
.hair_base_17_festive {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1274px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_17_festive {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1299px -819px;
  width: 60px;
  height: 60px;
}
.hair_base_17_frost {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1274px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_17_frost {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1299px -910px;
  width: 60px;
  height: 60px;
}
.hair_base_17_ghostwhite {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1274px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_17_ghostwhite {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1299px -1001px;
  width: 60px;
  height: 60px;
}
.hair_base_17_green {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1274px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_17_green {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1299px -1092px;
  width: 60px;
  height: 60px;
}
.hair_base_17_halloween {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1274px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_17_halloween {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1299px -1183px;
  width: 60px;
  height: 60px;
}
.hair_base_17_holly {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: 0px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_17_holly {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -25px -1274px;
  width: 60px;
  height: 60px;
}
.hair_base_17_hollygreen {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -91px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_17_hollygreen {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -116px -1274px;
  width: 60px;
  height: 60px;
}
.hair_base_17_midnight {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -182px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_17_midnight {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -207px -1274px;
  width: 60px;
  height: 60px;
}
.hair_base_17_pblue {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -273px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_17_pblue {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -298px -1274px;
  width: 60px;
  height: 60px;
}
.hair_base_17_pblue2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -364px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_17_pblue2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -389px -1274px;
  width: 60px;
  height: 60px;
}
.hair_base_17_peppermint {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -455px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_17_peppermint {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -480px -1274px;
  width: 60px;
  height: 60px;
}
.hair_base_17_pgreen {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -546px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_17_pgreen {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -571px -1274px;
  width: 60px;
  height: 60px;
}
.hair_base_17_pgreen2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -637px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_17_pgreen2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -662px -1274px;
  width: 60px;
  height: 60px;
}
.hair_base_17_porange {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -728px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_17_porange {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -753px -1274px;
  width: 60px;
  height: 60px;
}
.hair_base_17_porange2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -819px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_17_porange2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -844px -1274px;
  width: 60px;
  height: 60px;
}
.hair_base_17_ppink {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -910px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_17_ppink {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -935px -1274px;
  width: 60px;
  height: 60px;
}
.hair_base_17_ppink2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1001px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_17_ppink2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1026px -1274px;
  width: 60px;
  height: 60px;
}
.hair_base_17_ppurple {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1092px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_17_ppurple {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1117px -1274px;
  width: 60px;
  height: 60px;
}
.hair_base_17_ppurple2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1183px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_17_ppurple2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1208px -1274px;
  width: 60px;
  height: 60px;
}
.hair_base_17_pumpkin {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1274px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_17_pumpkin {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1299px -1274px;
  width: 60px;
  height: 60px;
}
.hair_base_17_purple {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1365px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_17_purple {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1390px -0px;
  width: 60px;
  height: 60px;
}
.hair_base_17_pyellow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1365px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_17_pyellow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1390px -91px;
  width: 60px;
  height: 60px;
}
.hair_base_17_pyellow2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1365px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_17_pyellow2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1390px -182px;
  width: 60px;
  height: 60px;
}
.hair_base_17_rainbow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1365px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_17_rainbow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1390px -273px;
  width: 60px;
  height: 60px;
}
.hair_base_17_red {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1365px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_17_red {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1390px -364px;
  width: 60px;
  height: 60px;
}
.hair_base_17_snowy {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1365px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_17_snowy {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1390px -455px;
  width: 60px;
  height: 60px;
}
.hair_base_17_white {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1365px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_17_white {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1390px -637px;
  width: 60px;
  height: 60px;
}
.hair_base_17_winternight {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1365px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_17_winternight {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1390px -728px;
  width: 60px;
  height: 60px;
}
.hair_base_17_winterstar {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1365px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_17_winterstar {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1390px -819px;
  width: 60px;
  height: 60px;
}
.hair_base_17_yellow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1365px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_17_yellow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1390px -910px;
  width: 60px;
  height: 60px;
}
.hair_base_17_zombie {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1365px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_17_zombie {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1390px -1001px;
  width: 60px;
  height: 60px;
}
.hair_base_18_TRUred {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1456px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_18_TRUred {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1481px -1274px;
  width: 60px;
  height: 60px;
}
.hair_base_18_aurora {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1365px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_18_aurora {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1390px -1092px;
  width: 60px;
  height: 60px;
}
.hair_base_18_black {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1365px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_18_black {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1390px -1183px;
  width: 60px;
  height: 60px;
}
.hair_base_18_blond {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1365px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_18_blond {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1390px -1274px;
  width: 60px;
  height: 60px;
}
.hair_base_18_blue {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: 0px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_18_blue {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -25px -1365px;
  width: 60px;
  height: 60px;
}
.hair_base_18_brown {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -91px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_18_brown {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -116px -1365px;
  width: 60px;
  height: 60px;
}
.hair_base_18_candycane {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -182px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_18_candycane {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -207px -1365px;
  width: 60px;
  height: 60px;
}
.hair_base_18_candycorn {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -273px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_18_candycorn {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -298px -1365px;
  width: 60px;
  height: 60px;
}
.hair_base_18_festive {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -364px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_18_festive {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -389px -1365px;
  width: 60px;
  height: 60px;
}
.hair_base_18_frost {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -455px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_18_frost {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -480px -1365px;
  width: 60px;
  height: 60px;
}
.hair_base_18_ghostwhite {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -546px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_18_ghostwhite {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -571px -1365px;
  width: 60px;
  height: 60px;
}
.hair_base_18_green {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -637px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_18_green {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -662px -1365px;
  width: 60px;
  height: 60px;
}
.hair_base_18_halloween {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -728px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_18_halloween {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -753px -1365px;
  width: 60px;
  height: 60px;
}
.hair_base_18_holly {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -819px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_18_holly {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -844px -1365px;
  width: 60px;
  height: 60px;
}
.hair_base_18_hollygreen {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -910px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_18_hollygreen {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -935px -1365px;
  width: 60px;
  height: 60px;
}
.hair_base_18_midnight {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1001px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_18_midnight {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1026px -1365px;
  width: 60px;
  height: 60px;
}
.hair_base_18_pblue {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1092px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_18_pblue {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1117px -1365px;
  width: 60px;
  height: 60px;
}
.hair_base_18_pblue2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1183px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_18_pblue2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1208px -1365px;
  width: 60px;
  height: 60px;
}
.hair_base_18_peppermint {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1274px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_18_peppermint {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1299px -1365px;
  width: 60px;
  height: 60px;
}
.hair_base_18_pgreen {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1365px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_18_pgreen {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1390px -1365px;
  width: 60px;
  height: 60px;
}
.hair_base_18_pgreen2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1456px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_18_pgreen2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1481px -0px;
  width: 60px;
  height: 60px;
}
.hair_base_18_porange {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1456px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_18_porange {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1481px -91px;
  width: 60px;
  height: 60px;
}
.hair_base_18_porange2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1456px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_18_porange2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1481px -182px;
  width: 60px;
  height: 60px;
}
.hair_base_18_ppink {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1456px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_18_ppink {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1481px -273px;
  width: 60px;
  height: 60px;
}
.hair_base_18_ppink2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1456px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_18_ppink2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1481px -364px;
  width: 60px;
  height: 60px;
}
.hair_base_18_ppurple {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1456px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_18_ppurple {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1481px -455px;
  width: 60px;
  height: 60px;
}
.hair_base_18_ppurple2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1456px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_18_ppurple2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1481px -546px;
  width: 60px;
  height: 60px;
}
.hair_base_18_pumpkin {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1456px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_18_pumpkin {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1481px -637px;
  width: 60px;
  height: 60px;
}
.hair_base_18_purple {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1456px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_18_purple {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1481px -728px;
  width: 60px;
  height: 60px;
}
.hair_base_18_pyellow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1456px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_18_pyellow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1481px -819px;
  width: 60px;
  height: 60px;
}
.hair_base_18_pyellow2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1456px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_18_pyellow2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1481px -910px;
  width: 60px;
  height: 60px;
}
.hair_base_18_rainbow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1456px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_18_rainbow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1481px -1001px;
  width: 60px;
  height: 60px;
}
.hair_base_18_red {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1456px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_18_red {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1481px -1092px;
  width: 60px;
  height: 60px;
}
.hair_base_18_snowy {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1456px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_18_snowy {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1481px -1183px;
  width: 60px;
  height: 60px;
}
.hair_base_18_white {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1456px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_18_white {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1481px -1365px;
  width: 60px;
  height: 60px;
}
.hair_base_18_winternight {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: 0px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_18_winternight {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -25px -1456px;
  width: 60px;
  height: 60px;
}
.hair_base_18_winterstar {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -91px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_18_winterstar {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -116px -1456px;
  width: 60px;
  height: 60px;
}
.hair_base_18_yellow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -182px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_18_yellow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -207px -1456px;
  width: 60px;
  height: 60px;
}
.hair_base_18_zombie {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -273px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_18_zombie {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -298px -1456px;
  width: 60px;
  height: 60px;
}
.hair_base_19_TRUred {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -273px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_19_TRUred {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -298px -1547px;
  width: 60px;
  height: 60px;
}
.hair_base_19_aurora {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -364px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_19_aurora {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -389px -1456px;
  width: 60px;
  height: 60px;
}
.hair_base_19_black {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -455px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_19_black {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -480px -1456px;
  width: 60px;
  height: 60px;
}
.hair_base_19_blond {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -546px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_19_blond {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -571px -1456px;
  width: 60px;
  height: 60px;
}
.hair_base_19_blue {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -637px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_19_blue {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -662px -1456px;
  width: 60px;
  height: 60px;
}
.hair_base_19_brown {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -728px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_19_brown {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -753px -1456px;
  width: 60px;
  height: 60px;
}
.hair_base_19_candycane {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -819px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_19_candycane {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -844px -1456px;
  width: 60px;
  height: 60px;
}
.hair_base_19_candycorn {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -910px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_19_candycorn {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -935px -1456px;
  width: 60px;
  height: 60px;
}
.hair_base_19_festive {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1001px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_19_festive {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1026px -1456px;
  width: 60px;
  height: 60px;
}
.hair_base_19_frost {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1092px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_19_frost {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1117px -1456px;
  width: 60px;
  height: 60px;
}
.hair_base_19_ghostwhite {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1183px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_19_ghostwhite {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1208px -1456px;
  width: 60px;
  height: 60px;
}
.hair_base_19_green {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1274px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_19_green {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1299px -1456px;
  width: 60px;
  height: 60px;
}
.hair_base_19_halloween {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1365px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_19_halloween {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1390px -1456px;
  width: 60px;
  height: 60px;
}
.hair_base_19_holly {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1456px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_19_holly {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1481px -1456px;
  width: 60px;
  height: 60px;
}
.hair_base_19_hollygreen {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1547px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_19_hollygreen {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1572px -0px;
  width: 60px;
  height: 60px;
}
.hair_base_19_midnight {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1547px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_19_midnight {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1572px -91px;
  width: 60px;
  height: 60px;
}
.hair_base_19_pblue {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1547px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_19_pblue {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1572px -182px;
  width: 60px;
  height: 60px;
}
.hair_base_19_pblue2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1547px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_19_pblue2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1572px -273px;
  width: 60px;
  height: 60px;
}
.hair_base_19_peppermint {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1547px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_19_peppermint {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1572px -364px;
  width: 60px;
  height: 60px;
}
.hair_base_19_pgreen {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1547px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_19_pgreen {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1572px -455px;
  width: 60px;
  height: 60px;
}
.hair_base_19_pgreen2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1547px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_19_pgreen2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1572px -546px;
  width: 60px;
  height: 60px;
}
.hair_base_19_porange {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1547px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_19_porange {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1572px -637px;
  width: 60px;
  height: 60px;
}
.hair_base_19_porange2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1547px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_19_porange2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1572px -728px;
  width: 60px;
  height: 60px;
}
.hair_base_19_ppink {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1547px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_19_ppink {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1572px -819px;
  width: 60px;
  height: 60px;
}
.hair_base_19_ppink2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1547px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_19_ppink2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1572px -910px;
  width: 60px;
  height: 60px;
}
.hair_base_19_ppurple {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1547px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_19_ppurple {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1572px -1001px;
  width: 60px;
  height: 60px;
}
.hair_base_19_ppurple2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1547px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_19_ppurple2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1572px -1092px;
  width: 60px;
  height: 60px;
}
.hair_base_19_pumpkin {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1547px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_19_pumpkin {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1572px -1183px;
  width: 60px;
  height: 60px;
}
.hair_base_19_purple {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1547px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_19_purple {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1572px -1274px;
  width: 60px;
  height: 60px;
}
.hair_base_19_pyellow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1547px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_19_pyellow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1572px -1365px;
  width: 60px;
  height: 60px;
}
.hair_base_19_pyellow2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1547px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_19_pyellow2 {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1572px -1456px;
  width: 60px;
  height: 60px;
}
.hair_base_19_rainbow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: 0px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_19_rainbow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -25px -1547px;
  width: 60px;
  height: 60px;
}
.hair_base_19_red {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -91px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_19_red {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -116px -1547px;
  width: 60px;
  height: 60px;
}
.hair_base_19_snowy {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -182px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_19_snowy {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -207px -1547px;
  width: 60px;
  height: 60px;
}
.hair_base_19_white {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -364px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_19_white {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -389px -1547px;
  width: 60px;
  height: 60px;
}
.hair_base_19_winternight {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -455px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_19_winternight {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -480px -1547px;
  width: 60px;
  height: 60px;
}
.hair_base_19_winterstar {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -546px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_19_winterstar {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -571px -1547px;
  width: 60px;
  height: 60px;
}
.hair_base_19_yellow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -637px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_19_yellow {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -662px -1547px;
  width: 60px;
  height: 60px;
}
.hair_base_19_zombie {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -728px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_19_zombie {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -753px -1547px;
  width: 60px;
  height: 60px;
}
.hair_base_2_aurora {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -819px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_2_aurora {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -844px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_2_black {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -910px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_2_black {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -935px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_2_blond {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1001px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_2_blond {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1026px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_2_blue {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1092px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_2_blue {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1117px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_2_brown {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1183px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_2_brown {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1208px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_2_candycane {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1274px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_2_candycane {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1299px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_2_candycorn {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1365px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_2_candycorn {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1390px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_2_festive {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1456px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_2_festive {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1481px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_2_frost {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1547px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_2_frost {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1572px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_2_ghostwhite {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1638px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_2_ghostwhite {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1663px -15px;
  width: 60px;
  height: 60px;
}
.hair_base_2_green {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1638px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_2_green {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1663px -106px;
  width: 60px;
  height: 60px;
}
.hair_base_2_halloween {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1638px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_2_halloween {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1663px -197px;
  width: 60px;
  height: 60px;
}
.hair_base_2_holly {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1638px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_2_holly {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1663px -288px;
  width: 60px;
  height: 60px;
}
.hair_base_2_hollygreen {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1638px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_2_hollygreen {
  background-image: url(/static/images/spritesmith-main-3.f30b8eb.png);
  background-position: -1663px -379px;
  width: 60px;
  height: 60px;
}

.hair_base_20_TRUred {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -182px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_20_TRUred {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -207px -637px;
  width: 60px;
  height: 60px;
}
.hair_base_20_aurora {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -455px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_20_aurora {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -480px -0px;
  width: 60px;
  height: 60px;
}
.hair_base_20_black {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -455px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_20_black {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -480px -91px;
  width: 60px;
  height: 60px;
}
.hair_base_20_blond {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -455px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_20_blond {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -480px -182px;
  width: 60px;
  height: 60px;
}
.hair_base_20_blue {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -455px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_20_blue {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -480px -273px;
  width: 60px;
  height: 60px;
}
.hair_base_20_brown {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -455px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_20_brown {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -480px -364px;
  width: 60px;
  height: 60px;
}
.hair_base_20_candycane {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: 0px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_20_candycane {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -25px -455px;
  width: 60px;
  height: 60px;
}
.hair_base_20_candycorn {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -91px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_20_candycorn {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -116px -455px;
  width: 60px;
  height: 60px;
}
.hair_base_20_festive {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -182px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_20_festive {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -207px -455px;
  width: 60px;
  height: 60px;
}
.hair_base_20_frost {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -273px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_20_frost {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -298px -455px;
  width: 60px;
  height: 60px;
}
.hair_base_20_ghostwhite {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -364px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_20_ghostwhite {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -389px -455px;
  width: 60px;
  height: 60px;
}
.hair_base_20_green {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -455px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_20_green {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -480px -455px;
  width: 60px;
  height: 60px;
}
.hair_base_20_halloween {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -546px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_20_halloween {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -571px -0px;
  width: 60px;
  height: 60px;
}
.hair_base_20_holly {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -546px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_20_holly {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -571px -91px;
  width: 60px;
  height: 60px;
}
.hair_base_20_hollygreen {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -546px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_20_hollygreen {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -571px -182px;
  width: 60px;
  height: 60px;
}
.hair_base_20_midnight {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -546px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_20_midnight {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -571px -273px;
  width: 60px;
  height: 60px;
}
.hair_base_20_pblue {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -546px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_20_pblue {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -571px -364px;
  width: 60px;
  height: 60px;
}
.hair_base_20_pblue2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -546px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_20_pblue2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -571px -455px;
  width: 60px;
  height: 60px;
}
.hair_base_20_peppermint {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: 0px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_20_peppermint {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -25px -546px;
  width: 60px;
  height: 60px;
}
.hair_base_20_pgreen {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -91px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_20_pgreen {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -116px -546px;
  width: 60px;
  height: 60px;
}
.hair_base_20_pgreen2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -182px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_20_pgreen2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -207px -546px;
  width: 60px;
  height: 60px;
}
.hair_base_20_porange {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -273px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_20_porange {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -298px -546px;
  width: 60px;
  height: 60px;
}
.hair_base_20_porange2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -364px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_20_porange2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -389px -546px;
  width: 60px;
  height: 60px;
}
.hair_base_20_ppink {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -455px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_20_ppink {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -480px -546px;
  width: 60px;
  height: 60px;
}
.hair_base_20_ppink2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -546px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_20_ppink2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -571px -546px;
  width: 60px;
  height: 60px;
}
.hair_base_20_ppurple {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -637px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_20_ppurple {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -662px -0px;
  width: 60px;
  height: 60px;
}
.hair_base_20_ppurple2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -637px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_20_ppurple2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -662px -91px;
  width: 60px;
  height: 60px;
}
.hair_base_20_pumpkin {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -637px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_20_pumpkin {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -662px -182px;
  width: 60px;
  height: 60px;
}
.hair_base_20_purple {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -637px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_20_purple {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -662px -273px;
  width: 60px;
  height: 60px;
}
.hair_base_20_pyellow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -637px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_20_pyellow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -662px -364px;
  width: 60px;
  height: 60px;
}
.hair_base_20_pyellow2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -637px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_20_pyellow2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -662px -455px;
  width: 60px;
  height: 60px;
}
.hair_base_20_rainbow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -637px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_20_rainbow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -662px -546px;
  width: 60px;
  height: 60px;
}
.hair_base_20_red {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: 0px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_20_red {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -25px -637px;
  width: 60px;
  height: 60px;
}
.hair_base_20_snowy {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -91px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_20_snowy {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -116px -637px;
  width: 60px;
  height: 60px;
}
.hair_base_20_white {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -273px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_20_white {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -298px -637px;
  width: 60px;
  height: 60px;
}
.hair_base_20_winternight {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -364px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_20_winternight {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -389px -637px;
  width: 60px;
  height: 60px;
}
.hair_base_20_winterstar {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -455px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_20_winterstar {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -480px -637px;
  width: 60px;
  height: 60px;
}
.hair_base_20_yellow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -546px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_20_yellow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -571px -637px;
  width: 60px;
  height: 60px;
}
.hair_base_20_zombie {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -637px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_20_zombie {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -662px -637px;
  width: 60px;
  height: 60px;
}
.hair_base_2_TRUred {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -364px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_2_TRUred {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -389px -288px;
  width: 60px;
  height: 60px;
}
.hair_base_2_midnight {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -91px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_2_midnight {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -116px -15px;
  width: 60px;
  height: 60px;
}
.hair_base_2_pblue {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -728px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_2_pblue {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -753px -1107px;
  width: 60px;
  height: 60px;
}
.hair_base_2_pblue2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: 0px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_2_pblue2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -25px -106px;
  width: 60px;
  height: 60px;
}
.hair_base_2_peppermint {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -91px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_2_peppermint {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -116px -106px;
  width: 60px;
  height: 60px;
}
.hair_base_2_pgreen {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -182px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_2_pgreen {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -207px -15px;
  width: 60px;
  height: 60px;
}
.hair_base_2_pgreen2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -182px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_2_pgreen2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -207px -106px;
  width: 60px;
  height: 60px;
}
.hair_base_2_porange {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: 0px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_2_porange {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -25px -197px;
  width: 60px;
  height: 60px;
}
.hair_base_2_porange2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -91px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_2_porange2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -116px -197px;
  width: 60px;
  height: 60px;
}
.hair_base_2_ppink {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -182px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_2_ppink {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -207px -197px;
  width: 60px;
  height: 60px;
}
.hair_base_2_ppink2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -273px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_2_ppink2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -298px -15px;
  width: 60px;
  height: 60px;
}
.hair_base_2_ppurple {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -273px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_2_ppurple {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -298px -106px;
  width: 60px;
  height: 60px;
}
.hair_base_2_ppurple2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -273px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_2_ppurple2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -298px -197px;
  width: 60px;
  height: 60px;
}
.hair_base_2_pumpkin {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: 0px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_2_pumpkin {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -25px -288px;
  width: 60px;
  height: 60px;
}
.hair_base_2_purple {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -91px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_2_purple {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -116px -288px;
  width: 60px;
  height: 60px;
}
.hair_base_2_pyellow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -182px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_2_pyellow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -207px -288px;
  width: 60px;
  height: 60px;
}
.hair_base_2_pyellow2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -273px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_2_pyellow2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -298px -288px;
  width: 60px;
  height: 60px;
}
.hair_base_2_rainbow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -364px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_2_rainbow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -389px -15px;
  width: 60px;
  height: 60px;
}
.hair_base_2_red {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -364px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_2_red {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -389px -106px;
  width: 60px;
  height: 60px;
}
.hair_base_2_snowy {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -364px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_2_snowy {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -389px -197px;
  width: 60px;
  height: 60px;
}
.hair_base_2_white {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: 0px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_2_white {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -25px -379px;
  width: 60px;
  height: 60px;
}
.hair_base_2_winternight {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -91px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_2_winternight {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -116px -379px;
  width: 60px;
  height: 60px;
}
.hair_base_2_winterstar {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -182px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_2_winterstar {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -207px -379px;
  width: 60px;
  height: 60px;
}
.hair_base_2_yellow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -273px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_2_yellow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -298px -379px;
  width: 60px;
  height: 60px;
}
.hair_base_2_zombie {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -364px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_2_zombie {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -389px -379px;
  width: 60px;
  height: 60px;
}
.hair_base_3_TRUred {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -637px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_3_TRUred {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -662px -834px;
  width: 60px;
  height: 60px;
}
.hair_base_3_aurora {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -728px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_3_aurora {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -753px -15px;
  width: 60px;
  height: 60px;
}
.hair_base_3_black {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -728px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_3_black {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -753px -106px;
  width: 60px;
  height: 60px;
}
.hair_base_3_blond {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -728px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_3_blond {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -753px -197px;
  width: 60px;
  height: 60px;
}
.hair_base_3_blue {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -728px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_3_blue {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -753px -288px;
  width: 60px;
  height: 60px;
}
.hair_base_3_brown {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -728px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_3_brown {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -753px -379px;
  width: 60px;
  height: 60px;
}
.hair_base_3_candycane {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -728px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_3_candycane {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -753px -470px;
  width: 60px;
  height: 60px;
}
.hair_base_3_candycorn {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -728px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_3_candycorn {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -753px -561px;
  width: 60px;
  height: 60px;
}
.hair_base_3_festive {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -728px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_3_festive {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -753px -652px;
  width: 60px;
  height: 60px;
}
.hair_base_3_frost {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: 0px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_3_frost {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -25px -743px;
  width: 60px;
  height: 60px;
}
.hair_base_3_ghostwhite {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -91px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_3_ghostwhite {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -116px -743px;
  width: 60px;
  height: 60px;
}
.hair_base_3_green {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -182px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_3_green {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -207px -743px;
  width: 60px;
  height: 60px;
}
.hair_base_3_halloween {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -273px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_3_halloween {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -298px -743px;
  width: 60px;
  height: 60px;
}
.hair_base_3_holly {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -364px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_3_holly {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -389px -743px;
  width: 60px;
  height: 60px;
}
.hair_base_3_hollygreen {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -455px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_3_hollygreen {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -480px -743px;
  width: 60px;
  height: 60px;
}
.hair_base_3_midnight {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -546px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_3_midnight {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -571px -743px;
  width: 60px;
  height: 60px;
}
.hair_base_3_pblue {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -637px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_3_pblue {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -662px -743px;
  width: 60px;
  height: 60px;
}
.hair_base_3_pblue2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -728px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_3_pblue2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -753px -743px;
  width: 60px;
  height: 60px;
}
.hair_base_3_peppermint {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -819px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_3_peppermint {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -844px -15px;
  width: 60px;
  height: 60px;
}
.hair_base_3_pgreen {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -819px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_3_pgreen {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -844px -106px;
  width: 60px;
  height: 60px;
}
.hair_base_3_pgreen2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -819px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_3_pgreen2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -844px -197px;
  width: 60px;
  height: 60px;
}
.hair_base_3_porange {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -819px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_3_porange {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -844px -288px;
  width: 60px;
  height: 60px;
}
.hair_base_3_porange2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -819px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_3_porange2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -844px -379px;
  width: 60px;
  height: 60px;
}
.hair_base_3_ppink {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -819px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_3_ppink {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -844px -470px;
  width: 60px;
  height: 60px;
}
.hair_base_3_ppink2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -819px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_3_ppink2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -844px -561px;
  width: 60px;
  height: 60px;
}
.hair_base_3_ppurple {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -819px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_3_ppurple {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -844px -652px;
  width: 60px;
  height: 60px;
}
.hair_base_3_ppurple2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -819px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_3_ppurple2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -844px -743px;
  width: 60px;
  height: 60px;
}
.hair_base_3_pumpkin {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: 0px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_3_pumpkin {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -25px -834px;
  width: 60px;
  height: 60px;
}
.hair_base_3_purple {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -91px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_3_purple {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -116px -834px;
  width: 60px;
  height: 60px;
}
.hair_base_3_pyellow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -182px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_3_pyellow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -207px -834px;
  width: 60px;
  height: 60px;
}
.hair_base_3_pyellow2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -273px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_3_pyellow2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -298px -834px;
  width: 60px;
  height: 60px;
}
.hair_base_3_rainbow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -364px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_3_rainbow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -389px -834px;
  width: 60px;
  height: 60px;
}
.hair_base_3_red {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -455px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_3_red {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -480px -834px;
  width: 60px;
  height: 60px;
}
.hair_base_3_snowy {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -546px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_3_snowy {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -571px -834px;
  width: 60px;
  height: 60px;
}
.hair_base_3_white {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -728px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_3_white {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -753px -834px;
  width: 60px;
  height: 60px;
}
.hair_base_3_winternight {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -819px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_3_winternight {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -844px -834px;
  width: 60px;
  height: 60px;
}
.hair_base_3_winterstar {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -910px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_3_winterstar {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -935px -15px;
  width: 60px;
  height: 60px;
}
.hair_base_3_yellow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -910px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_3_yellow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -935px -106px;
  width: 60px;
  height: 60px;
}
.hair_base_3_zombie {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -910px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_3_zombie {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -935px -197px;
  width: 60px;
  height: 60px;
}
.hair_base_4_TRUred {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -364px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_4_TRUred {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -389px -1016px;
  width: 60px;
  height: 60px;
}
.hair_base_4_aurora {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -910px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_4_aurora {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -935px -288px;
  width: 60px;
  height: 60px;
}
.hair_base_4_black {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -910px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_4_black {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -935px -379px;
  width: 60px;
  height: 60px;
}
.hair_base_4_blond {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -910px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_4_blond {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -935px -470px;
  width: 60px;
  height: 60px;
}
.hair_base_4_blue {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -910px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_4_blue {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -935px -561px;
  width: 60px;
  height: 60px;
}
.hair_base_4_brown {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -910px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_4_brown {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -935px -652px;
  width: 60px;
  height: 60px;
}
.hair_base_4_candycane {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -910px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_4_candycane {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -935px -743px;
  width: 60px;
  height: 60px;
}
.hair_base_4_candycorn {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -910px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_4_candycorn {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -935px -834px;
  width: 60px;
  height: 60px;
}
.hair_base_4_festive {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: 0px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_4_festive {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -25px -925px;
  width: 60px;
  height: 60px;
}
.hair_base_4_frost {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -91px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_4_frost {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -116px -925px;
  width: 60px;
  height: 60px;
}
.hair_base_4_ghostwhite {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -182px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_4_ghostwhite {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -207px -925px;
  width: 60px;
  height: 60px;
}
.hair_base_4_green {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -273px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_4_green {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -298px -925px;
  width: 60px;
  height: 60px;
}
.hair_base_4_halloween {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -364px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_4_halloween {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -389px -925px;
  width: 60px;
  height: 60px;
}
.hair_base_4_holly {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -455px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_4_holly {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -480px -925px;
  width: 60px;
  height: 60px;
}
.hair_base_4_hollygreen {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -546px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_4_hollygreen {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -571px -925px;
  width: 60px;
  height: 60px;
}
.hair_base_4_midnight {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -637px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_4_midnight {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -662px -925px;
  width: 60px;
  height: 60px;
}
.hair_base_4_pblue {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -728px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_4_pblue {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -753px -925px;
  width: 60px;
  height: 60px;
}
.hair_base_4_pblue2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -819px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_4_pblue2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -844px -925px;
  width: 60px;
  height: 60px;
}
.hair_base_4_peppermint {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -910px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_4_peppermint {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -935px -925px;
  width: 60px;
  height: 60px;
}
.hair_base_4_pgreen {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1001px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_4_pgreen {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1026px -15px;
  width: 60px;
  height: 60px;
}
.hair_base_4_pgreen2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1001px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_4_pgreen2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1026px -106px;
  width: 60px;
  height: 60px;
}
.hair_base_4_porange {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1001px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_4_porange {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1026px -197px;
  width: 60px;
  height: 60px;
}
.hair_base_4_porange2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1001px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_4_porange2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1026px -288px;
  width: 60px;
  height: 60px;
}
.hair_base_4_ppink {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1001px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_4_ppink {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1026px -379px;
  width: 60px;
  height: 60px;
}
.hair_base_4_ppink2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1001px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_4_ppink2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1026px -470px;
  width: 60px;
  height: 60px;
}
.hair_base_4_ppurple {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1001px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_4_ppurple {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1026px -561px;
  width: 60px;
  height: 60px;
}
.hair_base_4_ppurple2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1001px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_4_ppurple2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1026px -652px;
  width: 60px;
  height: 60px;
}
.hair_base_4_pumpkin {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1001px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_4_pumpkin {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1026px -743px;
  width: 60px;
  height: 60px;
}
.hair_base_4_purple {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1001px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_4_purple {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1026px -834px;
  width: 60px;
  height: 60px;
}
.hair_base_4_pyellow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1001px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_4_pyellow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1026px -925px;
  width: 60px;
  height: 60px;
}
.hair_base_4_pyellow2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: 0px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_4_pyellow2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -25px -1016px;
  width: 60px;
  height: 60px;
}
.hair_base_4_rainbow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -91px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_4_rainbow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -116px -1016px;
  width: 60px;
  height: 60px;
}
.hair_base_4_red {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -182px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_4_red {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -207px -1016px;
  width: 60px;
  height: 60px;
}
.hair_base_4_snowy {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -273px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_4_snowy {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -298px -1016px;
  width: 60px;
  height: 60px;
}
.hair_base_4_white {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -455px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_4_white {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -480px -1016px;
  width: 60px;
  height: 60px;
}
.hair_base_4_winternight {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -546px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_4_winternight {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -571px -1016px;
  width: 60px;
  height: 60px;
}
.hair_base_4_winterstar {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -637px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_4_winterstar {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -662px -1016px;
  width: 60px;
  height: 60px;
}
.hair_base_4_yellow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -728px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_4_yellow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -753px -1016px;
  width: 60px;
  height: 60px;
}
.hair_base_4_zombie {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -819px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_4_zombie {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -844px -1016px;
  width: 60px;
  height: 60px;
}
.hair_base_5_TRUred {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1183px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_5_TRUred {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1208px -561px;
  width: 60px;
  height: 60px;
}
.hair_base_5_aurora {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -910px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_5_aurora {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -935px -1016px;
  width: 60px;
  height: 60px;
}
.hair_base_5_black {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1001px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_5_black {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1026px -1016px;
  width: 60px;
  height: 60px;
}
.hair_base_5_blond {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1092px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_5_blond {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1117px -15px;
  width: 60px;
  height: 60px;
}
.hair_base_5_blue {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1092px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_5_blue {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1117px -106px;
  width: 60px;
  height: 60px;
}
.hair_base_5_brown {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1092px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_5_brown {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1117px -197px;
  width: 60px;
  height: 60px;
}
.hair_base_5_candycane {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1092px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_5_candycane {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1117px -288px;
  width: 60px;
  height: 60px;
}
.hair_base_5_candycorn {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1092px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_5_candycorn {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1117px -379px;
  width: 60px;
  height: 60px;
}
.hair_base_5_festive {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1092px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_5_festive {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1117px -470px;
  width: 60px;
  height: 60px;
}
.hair_base_5_frost {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1092px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_5_frost {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1117px -561px;
  width: 60px;
  height: 60px;
}
.hair_base_5_ghostwhite {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1092px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_5_ghostwhite {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1117px -652px;
  width: 60px;
  height: 60px;
}
.hair_base_5_green {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1092px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_5_green {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1117px -743px;
  width: 60px;
  height: 60px;
}
.hair_base_5_halloween {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1092px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_5_halloween {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1117px -834px;
  width: 60px;
  height: 60px;
}
.hair_base_5_holly {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1092px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_5_holly {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1117px -925px;
  width: 60px;
  height: 60px;
}
.hair_base_5_hollygreen {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1092px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_5_hollygreen {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1117px -1016px;
  width: 60px;
  height: 60px;
}
.hair_base_5_midnight {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: 0px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_5_midnight {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -25px -1107px;
  width: 60px;
  height: 60px;
}
.hair_base_5_pblue {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -91px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_5_pblue {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -116px -1107px;
  width: 60px;
  height: 60px;
}
.hair_base_5_pblue2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -182px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_5_pblue2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -207px -1107px;
  width: 60px;
  height: 60px;
}
.hair_base_5_peppermint {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -273px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_5_peppermint {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -298px -1107px;
  width: 60px;
  height: 60px;
}
.hair_base_5_pgreen {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -364px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_5_pgreen {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -389px -1107px;
  width: 60px;
  height: 60px;
}
.hair_base_5_pgreen2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -455px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_5_pgreen2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -480px -1107px;
  width: 60px;
  height: 60px;
}
.hair_base_5_porange {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -546px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_5_porange {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -571px -1107px;
  width: 60px;
  height: 60px;
}
.hair_base_5_porange2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -637px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_5_porange2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -662px -1107px;
  width: 60px;
  height: 60px;
}
.hair_base_5_ppink {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: 0px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_5_ppink {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -25px -15px;
  width: 60px;
  height: 60px;
}
.hair_base_5_ppink2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -819px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_5_ppink2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -844px -1107px;
  width: 60px;
  height: 60px;
}
.hair_base_5_ppurple {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -910px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_5_ppurple {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -935px -1107px;
  width: 60px;
  height: 60px;
}
.hair_base_5_ppurple2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1001px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_5_ppurple2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1026px -1107px;
  width: 60px;
  height: 60px;
}
.hair_base_5_pumpkin {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1092px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_5_pumpkin {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1117px -1107px;
  width: 60px;
  height: 60px;
}
.hair_base_5_purple {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1183px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_5_purple {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1208px -15px;
  width: 60px;
  height: 60px;
}
.hair_base_5_pyellow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1183px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_5_pyellow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1208px -106px;
  width: 60px;
  height: 60px;
}
.hair_base_5_pyellow2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1183px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_5_pyellow2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1208px -197px;
  width: 60px;
  height: 60px;
}
.hair_base_5_rainbow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1183px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_5_rainbow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1208px -288px;
  width: 60px;
  height: 60px;
}
.hair_base_5_red {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1183px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_5_red {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1208px -379px;
  width: 60px;
  height: 60px;
}
.hair_base_5_snowy {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1183px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_5_snowy {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1208px -470px;
  width: 60px;
  height: 60px;
}
.hair_base_5_white {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1183px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_5_white {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1208px -652px;
  width: 60px;
  height: 60px;
}
.hair_base_5_winternight {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1183px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_5_winternight {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1208px -743px;
  width: 60px;
  height: 60px;
}
.hair_base_5_winterstar {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1183px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_5_winterstar {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1208px -834px;
  width: 60px;
  height: 60px;
}
.hair_base_5_yellow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1183px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_5_yellow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1208px -925px;
  width: 60px;
  height: 60px;
}
.hair_base_5_zombie {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1183px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_5_zombie {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1208px -1016px;
  width: 60px;
  height: 60px;
}
.hair_base_6_TRUred {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -364px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_6_TRUred {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -389px -1289px;
  width: 60px;
  height: 60px;
}
.hair_base_6_aurora {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1183px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_6_aurora {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1208px -1107px;
  width: 60px;
  height: 60px;
}
.hair_base_6_black {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: 0px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_6_black {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -25px -1198px;
  width: 60px;
  height: 60px;
}
.hair_base_6_blond {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -91px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_6_blond {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -116px -1198px;
  width: 60px;
  height: 60px;
}
.hair_base_6_blue {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -182px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_6_blue {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -207px -1198px;
  width: 60px;
  height: 60px;
}
.hair_base_6_brown {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -273px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_6_brown {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -298px -1198px;
  width: 60px;
  height: 60px;
}
.hair_base_6_candycane {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -364px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_6_candycane {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -389px -1198px;
  width: 60px;
  height: 60px;
}
.hair_base_6_candycorn {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -455px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_6_candycorn {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -480px -1198px;
  width: 60px;
  height: 60px;
}
.hair_base_6_festive {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -546px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_6_festive {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -571px -1198px;
  width: 60px;
  height: 60px;
}
.hair_base_6_frost {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -637px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_6_frost {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -662px -1198px;
  width: 60px;
  height: 60px;
}
.hair_base_6_ghostwhite {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -728px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_6_ghostwhite {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -753px -1198px;
  width: 60px;
  height: 60px;
}
.hair_base_6_green {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -819px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_6_green {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -844px -1198px;
  width: 60px;
  height: 60px;
}
.hair_base_6_halloween {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -910px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_6_halloween {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -935px -1198px;
  width: 60px;
  height: 60px;
}
.hair_base_6_holly {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1001px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_6_holly {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1026px -1198px;
  width: 60px;
  height: 60px;
}
.hair_base_6_hollygreen {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1092px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_6_hollygreen {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1117px -1198px;
  width: 60px;
  height: 60px;
}
.hair_base_6_midnight {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1183px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_6_midnight {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1208px -1198px;
  width: 60px;
  height: 60px;
}
.hair_base_6_pblue {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1274px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_6_pblue {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1299px -15px;
  width: 60px;
  height: 60px;
}
.hair_base_6_pblue2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1274px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_6_pblue2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1299px -106px;
  width: 60px;
  height: 60px;
}
.hair_base_6_peppermint {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1274px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_6_peppermint {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1299px -197px;
  width: 60px;
  height: 60px;
}
.hair_base_6_pgreen {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1274px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_6_pgreen {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1299px -288px;
  width: 60px;
  height: 60px;
}
.hair_base_6_pgreen2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1274px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_6_pgreen2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1299px -379px;
  width: 60px;
  height: 60px;
}
.hair_base_6_porange {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1274px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_6_porange {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1299px -470px;
  width: 60px;
  height: 60px;
}
.hair_base_6_porange2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1274px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_6_porange2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1299px -561px;
  width: 60px;
  height: 60px;
}
.hair_base_6_ppink {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1274px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_6_ppink {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1299px -652px;
  width: 60px;
  height: 60px;
}
.hair_base_6_ppink2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1274px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_6_ppink2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1299px -743px;
  width: 60px;
  height: 60px;
}
.hair_base_6_ppurple {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1274px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_6_ppurple {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1299px -834px;
  width: 60px;
  height: 60px;
}
.hair_base_6_ppurple2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1274px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_6_ppurple2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1299px -925px;
  width: 60px;
  height: 60px;
}
.hair_base_6_pumpkin {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1274px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_6_pumpkin {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1299px -1016px;
  width: 60px;
  height: 60px;
}
.hair_base_6_purple {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1274px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_6_purple {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1299px -1107px;
  width: 60px;
  height: 60px;
}
.hair_base_6_pyellow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1274px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_6_pyellow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1299px -1198px;
  width: 60px;
  height: 60px;
}
.hair_base_6_pyellow2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: 0px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_6_pyellow2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -25px -1289px;
  width: 60px;
  height: 60px;
}
.hair_base_6_rainbow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -91px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_6_rainbow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -116px -1289px;
  width: 60px;
  height: 60px;
}
.hair_base_6_red {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -182px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_6_red {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -207px -1289px;
  width: 60px;
  height: 60px;
}
.hair_base_6_snowy {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -273px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_6_snowy {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -298px -1289px;
  width: 60px;
  height: 60px;
}
.hair_base_6_white {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -455px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_6_white {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -480px -1289px;
  width: 60px;
  height: 60px;
}
.hair_base_6_winternight {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -546px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_6_winternight {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -571px -1289px;
  width: 60px;
  height: 60px;
}
.hair_base_6_winterstar {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -637px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_6_winterstar {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -662px -1289px;
  width: 60px;
  height: 60px;
}
.hair_base_6_yellow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -728px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_6_yellow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -753px -1289px;
  width: 60px;
  height: 60px;
}
.hair_base_6_zombie {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -819px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_6_zombie {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -844px -1289px;
  width: 60px;
  height: 60px;
}
.hair_base_7_TRUred {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1183px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_7_TRUred {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1208px -1380px;
  width: 60px;
  height: 60px;
}
.hair_base_7_aurora {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -910px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_7_aurora {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -935px -1289px;
  width: 60px;
  height: 60px;
}
.hair_base_7_black {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1001px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_7_black {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1026px -1289px;
  width: 60px;
  height: 60px;
}
.hair_base_7_blond {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1092px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_7_blond {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1117px -1289px;
  width: 60px;
  height: 60px;
}
.hair_base_7_blue {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1183px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_7_blue {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1208px -1289px;
  width: 60px;
  height: 60px;
}
.hair_base_7_brown {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1274px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_7_brown {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1299px -1289px;
  width: 60px;
  height: 60px;
}
.hair_base_7_candycane {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1365px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_7_candycane {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1390px -15px;
  width: 60px;
  height: 60px;
}
.hair_base_7_candycorn {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1365px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_7_candycorn {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1390px -106px;
  width: 60px;
  height: 60px;
}
.hair_base_7_festive {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1365px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_7_festive {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1390px -197px;
  width: 60px;
  height: 60px;
}
.hair_base_7_frost {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1365px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_7_frost {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1390px -288px;
  width: 60px;
  height: 60px;
}
.hair_base_7_ghostwhite {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1365px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_7_ghostwhite {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1390px -379px;
  width: 60px;
  height: 60px;
}
.hair_base_7_green {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1365px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_7_green {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1390px -470px;
  width: 60px;
  height: 60px;
}
.hair_base_7_halloween {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1365px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_7_halloween {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1390px -561px;
  width: 60px;
  height: 60px;
}
.hair_base_7_holly {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1365px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_7_holly {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1390px -652px;
  width: 60px;
  height: 60px;
}
.hair_base_7_hollygreen {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1365px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_7_hollygreen {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1390px -743px;
  width: 60px;
  height: 60px;
}
.hair_base_7_midnight {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1365px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_7_midnight {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1390px -834px;
  width: 60px;
  height: 60px;
}
.hair_base_7_pblue {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1365px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_7_pblue {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1390px -925px;
  width: 60px;
  height: 60px;
}
.hair_base_7_pblue2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1365px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_7_pblue2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1390px -1016px;
  width: 60px;
  height: 60px;
}
.hair_base_7_peppermint {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1365px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_7_peppermint {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1390px -1107px;
  width: 60px;
  height: 60px;
}
.hair_base_7_pgreen {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1365px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_7_pgreen {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1390px -1198px;
  width: 60px;
  height: 60px;
}
.hair_base_7_pgreen2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1365px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_7_pgreen2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1390px -1289px;
  width: 60px;
  height: 60px;
}
.hair_base_7_porange {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: 0px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_7_porange {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -25px -1380px;
  width: 60px;
  height: 60px;
}
.hair_base_7_porange2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -91px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_7_porange2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -116px -1380px;
  width: 60px;
  height: 60px;
}
.hair_base_7_ppink {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -182px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_7_ppink {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -207px -1380px;
  width: 60px;
  height: 60px;
}
.hair_base_7_ppink2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -273px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_7_ppink2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -298px -1380px;
  width: 60px;
  height: 60px;
}
.hair_base_7_ppurple {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -364px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_7_ppurple {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -389px -1380px;
  width: 60px;
  height: 60px;
}
.hair_base_7_ppurple2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -455px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_7_ppurple2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -480px -1380px;
  width: 60px;
  height: 60px;
}
.hair_base_7_pumpkin {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -546px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_7_pumpkin {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -571px -1380px;
  width: 60px;
  height: 60px;
}
.hair_base_7_purple {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -637px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_7_purple {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -662px -1380px;
  width: 60px;
  height: 60px;
}
.hair_base_7_pyellow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -728px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_7_pyellow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -753px -1380px;
  width: 60px;
  height: 60px;
}
.hair_base_7_pyellow2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -819px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_7_pyellow2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -844px -1380px;
  width: 60px;
  height: 60px;
}
.hair_base_7_rainbow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -910px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_7_rainbow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -935px -1380px;
  width: 60px;
  height: 60px;
}
.hair_base_7_red {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1001px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_7_red {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1026px -1380px;
  width: 60px;
  height: 60px;
}
.hair_base_7_snowy {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1092px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_7_snowy {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1117px -1380px;
  width: 60px;
  height: 60px;
}
.hair_base_7_white {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1274px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_7_white {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1299px -1380px;
  width: 60px;
  height: 60px;
}
.hair_base_7_winternight {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1365px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_7_winternight {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1390px -1380px;
  width: 60px;
  height: 60px;
}
.hair_base_7_winterstar {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1456px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_7_winterstar {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1481px -15px;
  width: 60px;
  height: 60px;
}
.hair_base_7_yellow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1456px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_7_yellow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1481px -106px;
  width: 60px;
  height: 60px;
}
.hair_base_7_zombie {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1456px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_7_zombie {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1481px -197px;
  width: 60px;
  height: 60px;
}
.hair_base_8_TRUred {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1547px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_8_TRUred {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1572px -288px;
  width: 60px;
  height: 60px;
}
.hair_base_8_aurora {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1456px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_8_aurora {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1481px -288px;
  width: 60px;
  height: 60px;
}
.hair_base_8_black {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1456px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_8_black {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1481px -379px;
  width: 60px;
  height: 60px;
}
.hair_base_8_blond {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1456px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_8_blond {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1481px -470px;
  width: 60px;
  height: 60px;
}
.hair_base_8_blue {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1456px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_8_blue {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1481px -561px;
  width: 60px;
  height: 60px;
}
.hair_base_8_brown {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1456px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_8_brown {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1481px -652px;
  width: 60px;
  height: 60px;
}
.hair_base_8_candycane {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1456px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_8_candycane {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1481px -743px;
  width: 60px;
  height: 60px;
}
.hair_base_8_candycorn {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1456px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_8_candycorn {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1481px -834px;
  width: 60px;
  height: 60px;
}
.hair_base_8_festive {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1456px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_8_festive {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1481px -925px;
  width: 60px;
  height: 60px;
}
.hair_base_8_frost {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1456px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_8_frost {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1481px -1016px;
  width: 60px;
  height: 60px;
}
.hair_base_8_ghostwhite {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1456px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_8_ghostwhite {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1481px -1107px;
  width: 60px;
  height: 60px;
}
.hair_base_8_green {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1456px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_8_green {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1481px -1198px;
  width: 60px;
  height: 60px;
}
.hair_base_8_halloween {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1456px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_8_halloween {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1481px -1289px;
  width: 60px;
  height: 60px;
}
.hair_base_8_holly {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1456px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_8_holly {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1481px -1380px;
  width: 60px;
  height: 60px;
}
.hair_base_8_hollygreen {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: 0px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_8_hollygreen {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -25px -1471px;
  width: 60px;
  height: 60px;
}
.hair_base_8_midnight {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -91px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_8_midnight {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -116px -1471px;
  width: 60px;
  height: 60px;
}
.hair_base_8_pblue {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -182px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_8_pblue {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -207px -1471px;
  width: 60px;
  height: 60px;
}
.hair_base_8_pblue2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -273px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_8_pblue2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -298px -1471px;
  width: 60px;
  height: 60px;
}
.hair_base_8_peppermint {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -364px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_8_peppermint {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -389px -1471px;
  width: 60px;
  height: 60px;
}
.hair_base_8_pgreen {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -455px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_8_pgreen {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -480px -1471px;
  width: 60px;
  height: 60px;
}
.hair_base_8_pgreen2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -546px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_8_pgreen2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -571px -1471px;
  width: 60px;
  height: 60px;
}
.hair_base_8_porange {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -637px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_8_porange {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -662px -1471px;
  width: 60px;
  height: 60px;
}
.hair_base_8_porange2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -728px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_8_porange2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -753px -1471px;
  width: 60px;
  height: 60px;
}
.hair_base_8_ppink {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -819px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_8_ppink {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -844px -1471px;
  width: 60px;
  height: 60px;
}
.hair_base_8_ppink2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -910px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_8_ppink2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -935px -1471px;
  width: 60px;
  height: 60px;
}
.hair_base_8_ppurple {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1001px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_8_ppurple {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1026px -1471px;
  width: 60px;
  height: 60px;
}
.hair_base_8_ppurple2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1092px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_8_ppurple2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1117px -1471px;
  width: 60px;
  height: 60px;
}
.hair_base_8_pumpkin {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1183px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_8_pumpkin {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1208px -1471px;
  width: 60px;
  height: 60px;
}
.hair_base_8_purple {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1274px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_8_purple {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1299px -1471px;
  width: 60px;
  height: 60px;
}
.hair_base_8_pyellow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1365px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_8_pyellow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1390px -1471px;
  width: 60px;
  height: 60px;
}
.hair_base_8_pyellow2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1456px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_8_pyellow2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1481px -1471px;
  width: 60px;
  height: 60px;
}
.hair_base_8_rainbow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1547px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_8_rainbow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1572px -15px;
  width: 60px;
  height: 60px;
}
.hair_base_8_red {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1547px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_8_red {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1572px -106px;
  width: 60px;
  height: 60px;
}
.hair_base_8_snowy {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1547px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_8_snowy {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1572px -197px;
  width: 60px;
  height: 60px;
}
.hair_base_8_white {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1547px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_8_white {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1572px -379px;
  width: 60px;
  height: 60px;
}
.hair_base_8_winternight {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1547px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_8_winternight {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1572px -470px;
  width: 60px;
  height: 60px;
}
.hair_base_8_winterstar {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1547px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_8_winterstar {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1572px -561px;
  width: 60px;
  height: 60px;
}
.hair_base_8_yellow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1547px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_8_yellow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1572px -652px;
  width: 60px;
  height: 60px;
}
.hair_base_8_zombie {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1547px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_8_zombie {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1572px -743px;
  width: 60px;
  height: 60px;
}
.hair_base_9_aurora {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1547px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_9_aurora {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1572px -834px;
  width: 60px;
  height: 60px;
}
.hair_base_9_black {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1547px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_9_black {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1572px -925px;
  width: 60px;
  height: 60px;
}
.hair_base_9_blond {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1547px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_9_blond {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1572px -1016px;
  width: 60px;
  height: 60px;
}
.hair_base_9_blue {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1547px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_9_blue {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1572px -1107px;
  width: 60px;
  height: 60px;
}
.hair_base_9_brown {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1547px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_9_brown {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1572px -1198px;
  width: 60px;
  height: 60px;
}
.hair_base_9_candycane {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1547px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_9_candycane {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1572px -1289px;
  width: 60px;
  height: 60px;
}
.hair_base_9_candycorn {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1547px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_9_candycorn {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1572px -1380px;
  width: 60px;
  height: 60px;
}
.hair_base_9_festive {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1547px -1456px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_9_festive {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1572px -1471px;
  width: 60px;
  height: 60px;
}
.hair_base_9_frost {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: 0px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_9_frost {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -25px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_9_ghostwhite {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -91px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_9_ghostwhite {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -116px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_9_green {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -182px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_9_green {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -207px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_9_halloween {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -273px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_9_halloween {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -298px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_9_holly {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -364px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_9_holly {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -389px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_9_hollygreen {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -455px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_9_hollygreen {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -480px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_9_midnight {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -546px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_9_midnight {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -571px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_9_pblue {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -637px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_9_pblue {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -662px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_9_pblue2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -728px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_9_pblue2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -753px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_9_peppermint {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -819px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_9_peppermint {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -844px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_9_pgreen {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -910px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_9_pgreen {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -935px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_9_pgreen2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1001px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_9_pgreen2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1026px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_9_porange {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1092px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_9_porange {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1117px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_9_porange2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1183px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_9_porange2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1208px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_9_ppink {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1274px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_9_ppink {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1299px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_9_ppink2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1365px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_9_ppink2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1390px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_9_ppurple {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1456px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_9_ppurple {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1481px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_9_ppurple2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1547px -1547px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_9_ppurple2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1572px -1562px;
  width: 60px;
  height: 60px;
}
.hair_base_9_pumpkin {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1638px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_9_pumpkin {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1663px -15px;
  width: 60px;
  height: 60px;
}
.hair_base_9_purple {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1638px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_9_purple {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1663px -106px;
  width: 60px;
  height: 60px;
}
.hair_base_9_pyellow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1638px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_9_pyellow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1663px -197px;
  width: 60px;
  height: 60px;
}
.hair_base_9_pyellow2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1638px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_9_pyellow2 {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1663px -288px;
  width: 60px;
  height: 60px;
}
.hair_base_9_rainbow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1638px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_9_rainbow {
  background-image: url(/static/images/spritesmith-main-4.3ffc84d.png);
  background-position: -1663px -379px;
  width: 60px;
  height: 60px;
}

.hair_base_9_TRUred {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -728px -1271px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_9_TRUred {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -753px -1286px;
  width: 60px;
  height: 60px;
}
.hair_base_9_red {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -364px -1271px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_9_red {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -389px -1286px;
  width: 60px;
  height: 60px;
}
.hair_base_9_snowy {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1221px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_9_snowy {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1246px -834px;
  width: 60px;
  height: 60px;
}
.hair_base_9_white {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1001px -1271px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_9_white {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1026px -1286px;
  width: 60px;
  height: 60px;
}
.hair_base_9_winternight {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1183px -1271px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_9_winternight {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1208px -1286px;
  width: 60px;
  height: 60px;
}
.hair_base_9_winterstar {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1403px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_9_winterstar {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1428px -288px;
  width: 60px;
  height: 60px;
}
.hair_base_9_yellow {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1403px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_9_yellow {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1428px -470px;
  width: 60px;
  height: 60px;
}
.hair_base_9_zombie {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: 0px -1362px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_base_9_zombie {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -25px -1377px;
  width: 60px;
  height: 60px;
}
.hair_beard_1_pblue2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -546px -1362px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_1_pblue2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -571px -1377px;
  width: 60px;
  height: 60px;
}
.hair_beard_1_pgreen2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1001px -1362px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_1_pgreen2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1026px -1377px;
  width: 60px;
  height: 60px;
}
.hair_beard_1_porange2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1092px -1362px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_1_porange2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1117px -1377px;
  width: 60px;
  height: 60px;
}
.hair_beard_1_ppink2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1494px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_1_ppink2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1519px -15px;
  width: 60px;
  height: 60px;
}
.hair_beard_1_ppurple2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1494px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_1_ppurple2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1519px -379px;
  width: 60px;
  height: 60px;
}
.hair_beard_1_pyellow2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -273px -1453px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_1_pyellow2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -298px -1468px;
  width: 60px;
  height: 60px;
}
.hair_beard_2_pblue2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -364px -1453px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_2_pblue2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -389px -1468px;
  width: 60px;
  height: 60px;
}
.hair_beard_2_pgreen2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -819px -1453px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_2_pgreen2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -844px -1468px;
  width: 60px;
  height: 60px;
}
.hair_beard_2_porange2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1001px -1453px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_2_porange2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1026px -1468px;
  width: 60px;
  height: 60px;
}
.hair_beard_2_ppink2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1585px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_2_ppink2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1610px -197px;
  width: 60px;
  height: 60px;
}
.hair_beard_2_ppurple2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1585px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_2_ppurple2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1610px -925px;
  width: 60px;
  height: 60px;
}
.hair_beard_2_pyellow2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -273px -1544px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_2_pyellow2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -298px -1559px;
  width: 60px;
  height: 60px;
}
.hair_beard_3_pblue2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -910px -1544px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_3_pblue2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -935px -1559px;
  width: 60px;
  height: 60px;
}
.hair_beard_3_pgreen2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1183px -1544px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_3_pgreen2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1208px -1559px;
  width: 60px;
  height: 60px;
}
.hair_beard_3_porange2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1365px -1544px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_3_porange2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1390px -1559px;
  width: 60px;
  height: 60px;
}
.hair_beard_3_ppink2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1547px -1544px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_3_ppink2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1572px -1559px;
  width: 60px;
  height: 60px;
}
.hair_beard_3_ppurple2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1676px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_3_ppurple2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1701px -106px;
  width: 60px;
  height: 60px;
}
.hair_beard_3_pyellow2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1676px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_beard_3_pyellow2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1701px -743px;
  width: 60px;
  height: 60px;
}
.hair_mustache_1_pblue2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1676px -1183px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_1_pblue2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1701px -1198px;
  width: 60px;
  height: 60px;
}
.hair_mustache_1_pgreen2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1676px -1274px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_1_pgreen2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1701px -1289px;
  width: 60px;
  height: 60px;
}
.hair_mustache_1_porange2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1676px -1365px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_1_porange2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1701px -1380px;
  width: 60px;
  height: 60px;
}
.hair_mustache_1_ppink2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: 0px -1635px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_1_ppink2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -25px -1650px;
  width: 60px;
  height: 60px;
}
.hair_mustache_1_ppurple2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -575px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_1_ppurple2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -600px -288px;
  width: 60px;
  height: 60px;
}
.hair_mustache_1_pyellow2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -575px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_1_pyellow2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -600px -379px;
  width: 60px;
  height: 60px;
}
.hair_mustache_2_pblue2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: 0px -543px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_2_pblue2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -25px -558px;
  width: 60px;
  height: 60px;
}
.hair_mustache_2_pgreen2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -91px -543px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_2_pgreen2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -116px -558px;
  width: 60px;
  height: 60px;
}
.hair_mustache_2_porange2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -182px -543px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_2_porange2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -207px -558px;
  width: 60px;
  height: 60px;
}
.hair_mustache_2_ppink2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -273px -543px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_2_ppink2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -298px -558px;
  width: 60px;
  height: 60px;
}
.hair_mustache_2_ppurple2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -364px -543px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_2_ppurple2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -389px -558px;
  width: 60px;
  height: 60px;
}
.hair_mustache_2_pyellow2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -455px -543px;
  width: 90px;
  height: 90px;
}
.customize-option.hair_mustache_2_pyellow2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -480px -558px;
  width: 60px;
  height: 60px;
}
.broad_shirt_black {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -546px -543px;
  width: 90px;
  height: 90px;
}
.customize-option.broad_shirt_black {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -571px -578px;
  width: 60px;
  height: 60px;
}
.broad_shirt_blue {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -675px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.broad_shirt_blue {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -700px -35px;
  width: 60px;
  height: 60px;
}
.broad_shirt_convict {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -675px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.broad_shirt_convict {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -700px -126px;
  width: 60px;
  height: 60px;
}
.broad_shirt_cross {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -675px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.broad_shirt_cross {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -700px -217px;
  width: 60px;
  height: 60px;
}
.broad_shirt_fire {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -675px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.broad_shirt_fire {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -700px -308px;
  width: 60px;
  height: 60px;
}
.broad_shirt_green {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -675px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.broad_shirt_green {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -700px -399px;
  width: 60px;
  height: 60px;
}
.broad_shirt_horizon {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -675px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.broad_shirt_horizon {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -700px -490px;
  width: 60px;
  height: 60px;
}
.broad_shirt_ocean {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: 0px -634px;
  width: 90px;
  height: 90px;
}
.customize-option.broad_shirt_ocean {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -25px -669px;
  width: 60px;
  height: 60px;
}
.broad_shirt_pink {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -91px -634px;
  width: 90px;
  height: 90px;
}
.customize-option.broad_shirt_pink {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -116px -669px;
  width: 60px;
  height: 60px;
}
.broad_shirt_purple {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -182px -634px;
  width: 90px;
  height: 90px;
}
.customize-option.broad_shirt_purple {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -207px -669px;
  width: 60px;
  height: 60px;
}
.broad_shirt_rainbow {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -273px -634px;
  width: 90px;
  height: 90px;
}
.customize-option.broad_shirt_rainbow {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -298px -669px;
  width: 60px;
  height: 60px;
}
.broad_shirt_redblue {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -364px -634px;
  width: 90px;
  height: 90px;
}
.customize-option.broad_shirt_redblue {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -389px -669px;
  width: 60px;
  height: 60px;
}
.broad_shirt_thunder {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -455px -634px;
  width: 90px;
  height: 90px;
}
.customize-option.broad_shirt_thunder {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -480px -669px;
  width: 60px;
  height: 60px;
}
.broad_shirt_tropical {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -546px -634px;
  width: 90px;
  height: 90px;
}
.customize-option.broad_shirt_tropical {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -571px -669px;
  width: 60px;
  height: 60px;
}
.broad_shirt_white {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -637px -634px;
  width: 90px;
  height: 90px;
}
.customize-option.broad_shirt_white {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -662px -669px;
  width: 60px;
  height: 60px;
}
.broad_shirt_yellow {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -766px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.broad_shirt_yellow {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -791px -35px;
  width: 60px;
  height: 60px;
}
.broad_shirt_zombie {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -766px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.broad_shirt_zombie {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -791px -126px;
  width: 60px;
  height: 60px;
}
.slim_shirt_black {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -766px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.slim_shirt_black {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -791px -217px;
  width: 60px;
  height: 60px;
}
.slim_shirt_blue {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -766px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.slim_shirt_blue {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -791px -308px;
  width: 60px;
  height: 60px;
}
.slim_shirt_convict {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -766px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.slim_shirt_convict {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -791px -399px;
  width: 60px;
  height: 60px;
}
.slim_shirt_cross {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -766px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.slim_shirt_cross {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -791px -490px;
  width: 60px;
  height: 60px;
}
.slim_shirt_fire {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -766px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.slim_shirt_fire {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -791px -581px;
  width: 60px;
  height: 60px;
}
.slim_shirt_green {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: 0px -725px;
  width: 90px;
  height: 90px;
}
.customize-option.slim_shirt_green {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -25px -760px;
  width: 60px;
  height: 60px;
}
.slim_shirt_horizon {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -91px -725px;
  width: 90px;
  height: 90px;
}
.customize-option.slim_shirt_horizon {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -116px -760px;
  width: 60px;
  height: 60px;
}
.slim_shirt_ocean {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -182px -725px;
  width: 90px;
  height: 90px;
}
.customize-option.slim_shirt_ocean {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -207px -760px;
  width: 60px;
  height: 60px;
}
.slim_shirt_pink {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -273px -725px;
  width: 90px;
  height: 90px;
}
.customize-option.slim_shirt_pink {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -298px -760px;
  width: 60px;
  height: 60px;
}
.slim_shirt_purple {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -364px -725px;
  width: 90px;
  height: 90px;
}
.customize-option.slim_shirt_purple {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -389px -760px;
  width: 60px;
  height: 60px;
}
.slim_shirt_rainbow {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -455px -725px;
  width: 90px;
  height: 90px;
}
.customize-option.slim_shirt_rainbow {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -480px -760px;
  width: 60px;
  height: 60px;
}
.slim_shirt_redblue {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -546px -725px;
  width: 90px;
  height: 90px;
}
.customize-option.slim_shirt_redblue {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -571px -760px;
  width: 60px;
  height: 60px;
}
.slim_shirt_thunder {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -637px -725px;
  width: 90px;
  height: 90px;
}
.customize-option.slim_shirt_thunder {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -662px -760px;
  width: 60px;
  height: 60px;
}
.slim_shirt_tropical {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -728px -725px;
  width: 90px;
  height: 90px;
}
.customize-option.slim_shirt_tropical {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -753px -760px;
  width: 60px;
  height: 60px;
}
.slim_shirt_white {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -857px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.slim_shirt_white {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -882px -35px;
  width: 60px;
  height: 60px;
}
.slim_shirt_yellow {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -857px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.slim_shirt_yellow {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -882px -126px;
  width: 60px;
  height: 60px;
}
.slim_shirt_zombie {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -857px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.slim_shirt_zombie {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -882px -217px;
  width: 60px;
  height: 60px;
}
.skin_0ff591 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -857px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_0ff591 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -882px -379px;
  width: 60px;
  height: 60px;
}
.skin_0ff591_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -857px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_0ff591_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -882px -288px;
  width: 60px;
  height: 60px;
}
.skin_2b43f6 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -857px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_2b43f6 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -882px -561px;
  width: 60px;
  height: 60px;
}
.skin_2b43f6_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -857px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_2b43f6_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -882px -470px;
  width: 60px;
  height: 60px;
}
.skin_6bd049 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: 0px -816px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_6bd049 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -25px -831px;
  width: 60px;
  height: 60px;
}
.skin_6bd049_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -857px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_6bd049_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -882px -652px;
  width: 60px;
  height: 60px;
}
.skin_800ed0 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -182px -816px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_800ed0 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -207px -831px;
  width: 60px;
  height: 60px;
}
.skin_800ed0_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -91px -816px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_800ed0_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -116px -831px;
  width: 60px;
  height: 60px;
}
.skin_915533 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -364px -816px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_915533 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -389px -831px;
  width: 60px;
  height: 60px;
}
.skin_915533_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -273px -816px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_915533_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -298px -831px;
  width: 60px;
  height: 60px;
}
.skin_98461a {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -546px -816px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_98461a {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -571px -831px;
  width: 60px;
  height: 60px;
}
.skin_98461a_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -455px -816px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_98461a_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -480px -831px;
  width: 60px;
  height: 60px;
}
.skin_aurora {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -728px -816px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_aurora {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -753px -831px;
  width: 60px;
  height: 60px;
}
.skin_aurora_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -637px -816px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_aurora_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -662px -831px;
  width: 60px;
  height: 60px;
}
.skin_bear {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -948px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_bear {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -973px -15px;
  width: 60px;
  height: 60px;
}
.skin_bear_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -819px -816px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_bear_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -844px -831px;
  width: 60px;
  height: 60px;
}
.skin_c06534 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -948px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_c06534 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -973px -197px;
  width: 60px;
  height: 60px;
}
.skin_c06534_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -948px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_c06534_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -973px -106px;
  width: 60px;
  height: 60px;
}
.skin_c3e1dc {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -948px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_c3e1dc {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -973px -379px;
  width: 60px;
  height: 60px;
}
.skin_c3e1dc_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -948px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_c3e1dc_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -973px -288px;
  width: 60px;
  height: 60px;
}
.skin_cactus {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -948px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_cactus {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -973px -561px;
  width: 60px;
  height: 60px;
}
.skin_cactus_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -948px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_cactus_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -973px -470px;
  width: 60px;
  height: 60px;
}
.skin_candycorn {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -948px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_candycorn {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -973px -743px;
  width: 60px;
  height: 60px;
}
.skin_candycorn_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -948px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_candycorn_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -973px -652px;
  width: 60px;
  height: 60px;
}
.skin_clownfish {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -91px -907px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_clownfish {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -116px -922px;
  width: 60px;
  height: 60px;
}
.skin_clownfish_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: 0px -907px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_clownfish_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -25px -922px;
  width: 60px;
  height: 60px;
}
.skin_d7a9f7 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -273px -907px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_d7a9f7 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -298px -922px;
  width: 60px;
  height: 60px;
}
.skin_d7a9f7_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -182px -907px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_d7a9f7_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -207px -922px;
  width: 60px;
  height: 60px;
}
.skin_dapper {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -455px -907px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_dapper {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -480px -922px;
  width: 60px;
  height: 60px;
}
.skin_dapper_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -364px -907px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_dapper_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -389px -922px;
  width: 60px;
  height: 60px;
}
.skin_ddc994 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -637px -907px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_ddc994 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -662px -922px;
  width: 60px;
  height: 60px;
}
.skin_ddc994_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -546px -907px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_ddc994_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -571px -922px;
  width: 60px;
  height: 60px;
}
.skin_deepocean {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -819px -907px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_deepocean {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -844px -922px;
  width: 60px;
  height: 60px;
}
.skin_deepocean_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -728px -907px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_deepocean_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -753px -922px;
  width: 60px;
  height: 60px;
}
.skin_ea8349 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1039px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_ea8349 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1064px -15px;
  width: 60px;
  height: 60px;
}
.skin_ea8349_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -910px -907px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_ea8349_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -935px -922px;
  width: 60px;
  height: 60px;
}
.skin_eb052b {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1039px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_eb052b {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1064px -197px;
  width: 60px;
  height: 60px;
}
.skin_eb052b_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1039px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_eb052b_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1064px -106px;
  width: 60px;
  height: 60px;
}
.skin_f5a76e {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1039px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_f5a76e {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1064px -379px;
  width: 60px;
  height: 60px;
}
.skin_f5a76e_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1039px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_f5a76e_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1064px -288px;
  width: 60px;
  height: 60px;
}
.skin_f5d70f {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1039px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_f5d70f {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1064px -561px;
  width: 60px;
  height: 60px;
}
.skin_f5d70f_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1039px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_f5d70f_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1064px -470px;
  width: 60px;
  height: 60px;
}
.skin_f69922 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1039px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_f69922 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1064px -743px;
  width: 60px;
  height: 60px;
}
.skin_f69922_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1039px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_f69922_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1064px -652px;
  width: 60px;
  height: 60px;
}
.skin_festive {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: 0px -998px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_festive {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -25px -1013px;
  width: 60px;
  height: 60px;
}
.skin_festive_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1039px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_festive_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1064px -834px;
  width: 60px;
  height: 60px;
}
.skin_fox {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -182px -998px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_fox {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -207px -1013px;
  width: 60px;
  height: 60px;
}
.skin_fox_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -91px -998px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_fox_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -116px -1013px;
  width: 60px;
  height: 60px;
}
.skin_ghost {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -364px -998px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_ghost {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -389px -1013px;
  width: 60px;
  height: 60px;
}
.skin_ghost_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -273px -998px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_ghost_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -298px -1013px;
  width: 60px;
  height: 60px;
}
.skin_holly {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -546px -998px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_holly {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -571px -1013px;
  width: 60px;
  height: 60px;
}
.skin_holly_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -455px -998px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_holly_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -480px -1013px;
  width: 60px;
  height: 60px;
}
.skin_lion {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -728px -998px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_lion {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -753px -1013px;
  width: 60px;
  height: 60px;
}
.skin_lion_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -637px -998px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_lion_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -662px -1013px;
  width: 60px;
  height: 60px;
}
.skin_merblue {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -910px -998px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_merblue {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -935px -1013px;
  width: 60px;
  height: 60px;
}
.skin_merblue_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -819px -998px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_merblue_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -844px -1013px;
  width: 60px;
  height: 60px;
}
.skin_mergold {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1130px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_mergold {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1155px -15px;
  width: 60px;
  height: 60px;
}
.skin_mergold_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1001px -998px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_mergold_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1026px -1013px;
  width: 60px;
  height: 60px;
}
.skin_mergreen {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1130px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_mergreen {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1155px -197px;
  width: 60px;
  height: 60px;
}
.skin_mergreen_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1130px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_mergreen_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1155px -106px;
  width: 60px;
  height: 60px;
}
.skin_merruby {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1130px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_merruby {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1155px -379px;
  width: 60px;
  height: 60px;
}
.skin_merruby_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1130px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_merruby_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1155px -288px;
  width: 60px;
  height: 60px;
}
.skin_monster {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1130px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_monster {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1155px -561px;
  width: 60px;
  height: 60px;
}
.skin_monster_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1130px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_monster_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1155px -470px;
  width: 60px;
  height: 60px;
}
.skin_ogre {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1130px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_ogre {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1155px -743px;
  width: 60px;
  height: 60px;
}
.skin_ogre_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1130px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_ogre_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1155px -652px;
  width: 60px;
  height: 60px;
}
.skin_panda {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1130px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_panda {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1155px -925px;
  width: 60px;
  height: 60px;
}
.skin_panda_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1130px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_panda_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1155px -834px;
  width: 60px;
  height: 60px;
}
.skin_pastelBlue {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -91px -1089px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_pastelBlue {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -116px -1104px;
  width: 60px;
  height: 60px;
}
.skin_pastelBlue_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: 0px -1089px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_pastelBlue_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -25px -1104px;
  width: 60px;
  height: 60px;
}
.skin_pastelGreen {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -273px -1089px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_pastelGreen {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -298px -1104px;
  width: 60px;
  height: 60px;
}
.skin_pastelGreen_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -182px -1089px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_pastelGreen_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -207px -1104px;
  width: 60px;
  height: 60px;
}
.skin_pastelOrange {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -455px -1089px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_pastelOrange {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -480px -1104px;
  width: 60px;
  height: 60px;
}
.skin_pastelOrange_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -364px -1089px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_pastelOrange_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -389px -1104px;
  width: 60px;
  height: 60px;
}
.skin_pastelPink {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -637px -1089px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_pastelPink {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -662px -1104px;
  width: 60px;
  height: 60px;
}
.skin_pastelPink_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -546px -1089px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_pastelPink_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -571px -1104px;
  width: 60px;
  height: 60px;
}
.skin_pastelPurple {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -819px -1089px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_pastelPurple {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -844px -1104px;
  width: 60px;
  height: 60px;
}
.skin_pastelPurple_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -728px -1089px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_pastelPurple_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -753px -1104px;
  width: 60px;
  height: 60px;
}
.skin_pastelRainbowChevron {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1001px -1089px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_pastelRainbowChevron {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1026px -1104px;
  width: 60px;
  height: 60px;
}
.skin_pastelRainbowChevron_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -910px -1089px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_pastelRainbowChevron_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -935px -1104px;
  width: 60px;
  height: 60px;
}
.skin_pastelRainbowDiagonal {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1221px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_pastelRainbowDiagonal {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1246px -15px;
  width: 60px;
  height: 60px;
}
.skin_pastelRainbowDiagonal_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1092px -1089px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_pastelRainbowDiagonal_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1117px -1104px;
  width: 60px;
  height: 60px;
}
.skin_pastelYellow {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1221px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_pastelYellow {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1246px -197px;
  width: 60px;
  height: 60px;
}
.skin_pastelYellow_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1221px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_pastelYellow_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1246px -106px;
  width: 60px;
  height: 60px;
}
.skin_pig {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1221px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_pig {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1246px -379px;
  width: 60px;
  height: 60px;
}
.skin_pig_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1221px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_pig_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1246px -288px;
  width: 60px;
  height: 60px;
}
.skin_polar {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1221px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_polar {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1246px -561px;
  width: 60px;
  height: 60px;
}
.skin_polar_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1221px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_polar_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1246px -470px;
  width: 60px;
  height: 60px;
}
.skin_pumpkin {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1221px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_pumpkin {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1246px -743px;
  width: 60px;
  height: 60px;
}
.skin_pumpkin2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1221px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_pumpkin2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1246px -925px;
  width: 60px;
  height: 60px;
}
.skin_pumpkin2_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -575px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_pumpkin2_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -600px -197px;
  width: 60px;
  height: 60px;
}
.skin_pumpkin_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1221px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_pumpkin_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1246px -652px;
  width: 60px;
  height: 60px;
}
.skin_rainbow {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: 0px -1180px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_rainbow {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -25px -1195px;
  width: 60px;
  height: 60px;
}
.skin_rainbow_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1221px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_rainbow_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1246px -1016px;
  width: 60px;
  height: 60px;
}
.skin_reptile {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -182px -1180px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_reptile {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -207px -1195px;
  width: 60px;
  height: 60px;
}
.skin_reptile_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -91px -1180px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_reptile_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -116px -1195px;
  width: 60px;
  height: 60px;
}
.skin_shadow {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -364px -1180px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_shadow {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -389px -1195px;
  width: 60px;
  height: 60px;
}
.skin_shadow2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -546px -1180px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_shadow2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -571px -1195px;
  width: 60px;
  height: 60px;
}
.skin_shadow2_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -455px -1180px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_shadow2_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -480px -1195px;
  width: 60px;
  height: 60px;
}
.skin_shadow_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -273px -1180px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_shadow_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -298px -1195px;
  width: 60px;
  height: 60px;
}
.skin_shark {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -728px -1180px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_shark {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -753px -1195px;
  width: 60px;
  height: 60px;
}
.skin_shark_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -637px -1180px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_shark_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -662px -1195px;
  width: 60px;
  height: 60px;
}
.skin_skeleton {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -910px -1180px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_skeleton {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -935px -1195px;
  width: 60px;
  height: 60px;
}
.skin_skeleton2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1092px -1180px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_skeleton2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1117px -1195px;
  width: 60px;
  height: 60px;
}
.skin_skeleton2_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1001px -1180px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_skeleton2_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1026px -1195px;
  width: 60px;
  height: 60px;
}
.skin_skeleton_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -819px -1180px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_skeleton_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -844px -1195px;
  width: 60px;
  height: 60px;
}
.skin_snowy {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1312px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_snowy {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1337px -15px;
  width: 60px;
  height: 60px;
}
.skin_snowy_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1183px -1180px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_snowy_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1208px -1195px;
  width: 60px;
  height: 60px;
}
.skin_sugar {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1312px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_sugar {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1337px -197px;
  width: 60px;
  height: 60px;
}
.skin_sugar_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1312px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_sugar_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1337px -106px;
  width: 60px;
  height: 60px;
}
.skin_tiger {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1312px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_tiger {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1337px -379px;
  width: 60px;
  height: 60px;
}
.skin_tiger_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1312px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_tiger_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1337px -288px;
  width: 60px;
  height: 60px;
}
.skin_transparent {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1312px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_transparent {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1337px -561px;
  width: 60px;
  height: 60px;
}
.skin_transparent_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1312px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_transparent_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1337px -470px;
  width: 60px;
  height: 60px;
}
.skin_tropicalwater {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1312px -728px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_tropicalwater {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1337px -743px;
  width: 60px;
  height: 60px;
}
.skin_tropicalwater_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1312px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_tropicalwater_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1337px -652px;
  width: 60px;
  height: 60px;
}
.skin_winterstar {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1312px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_winterstar {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1337px -925px;
  width: 60px;
  height: 60px;
}
.skin_winterstar_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1312px -819px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_winterstar_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1337px -834px;
  width: 60px;
  height: 60px;
}
.skin_wolf {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1312px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_wolf {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1337px -1107px;
  width: 60px;
  height: 60px;
}
.skin_wolf_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1312px -1001px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_wolf_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1337px -1016px;
  width: 60px;
  height: 60px;
}
.skin_zombie {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -91px -1271px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_zombie {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -116px -1286px;
  width: 60px;
  height: 60px;
}
.skin_zombie2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -273px -1271px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_zombie2 {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -298px -1286px;
  width: 60px;
  height: 60px;
}
.skin_zombie2_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -182px -1271px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_zombie2_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -207px -1286px;
  width: 60px;
  height: 60px;
}
.skin_zombie_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: 0px -1271px;
  width: 90px;
  height: 90px;
}
.customize-option.skin_zombie_sleep {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -25px -1286px;
  width: 60px;
  height: 60px;
}
.body_armoire_cozyScarf {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -460px -358px;
  width: 114px;
  height: 87px;
}
.broad_armor_armoire_antiProcrastinationArmor {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -455px -1271px;
  width: 90px;
  height: 90px;
}
.broad_armor_armoire_barristerRobes {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -546px -1271px;
  width: 90px;
  height: 90px;
}
.broad_armor_armoire_basicArcherArmor {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -637px -1271px;
  width: 90px;
  height: 90px;
}
.broad_armor_armoire_bluePartyDress {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: 0px -91px;
  width: 114px;
  height: 90px;
}
.broad_armor_armoire_candlestickMakerOutfit {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -819px -1271px;
  width: 90px;
  height: 90px;
}
.broad_armor_armoire_cannoneerRags {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -910px -1271px;
  width: 90px;
  height: 90px;
}
.broad_armor_armoire_coachDriverLivery {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -115px -91px;
  width: 114px;
  height: 90px;
}
.broad_armor_armoire_cobblersCoveralls {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1092px -1271px;
  width: 90px;
  height: 90px;
}
.broad_armor_armoire_coverallsOfBookbinding {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -230px 0px;
  width: 114px;
  height: 90px;
}
.broad_armor_armoire_crystalCrescentRobes {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1274px -1271px;
  width: 90px;
  height: 90px;
}
.broad_armor_armoire_dragonTamerArmor {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1403px 0px;
  width: 90px;
  height: 90px;
}
.broad_armor_armoire_falconerArmor {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1403px -91px;
  width: 90px;
  height: 90px;
}
.broad_armor_armoire_farrierOutfit {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1403px -182px;
  width: 90px;
  height: 90px;
}
.broad_armor_armoire_flutteryFrock {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -230px -91px;
  width: 114px;
  height: 90px;
}
.broad_armor_armoire_gladiatorArmor {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1403px -364px;
  width: 90px;
  height: 90px;
}
.broad_armor_armoire_glassblowersCoveralls {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: 0px -182px;
  width: 114px;
  height: 90px;
}
.broad_armor_armoire_goldenToga {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1403px -546px;
  width: 90px;
  height: 90px;
}
.broad_armor_armoire_gownOfHearts {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1403px -637px;
  width: 90px;
  height: 90px;
}
.broad_armor_armoire_graduateRobe {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1403px -728px;
  width: 90px;
  height: 90px;
}
.broad_armor_armoire_greenFestivalYukata {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1403px -819px;
  width: 90px;
  height: 90px;
}
.broad_armor_armoire_hornedIronArmor {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1403px -910px;
  width: 90px;
  height: 90px;
}
.broad_armor_armoire_ironBlueArcherArmor {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1403px -1001px;
  width: 90px;
  height: 90px;
}
.broad_armor_armoire_jesterCostume {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1403px -1092px;
  width: 90px;
  height: 90px;
}
.broad_armor_armoire_jeweledArcherArmor {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1403px -1183px;
  width: 90px;
  height: 90px;
}
.broad_armor_armoire_lamplightersGreatcoat {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -115px -455px;
  width: 114px;
  height: 87px;
}
.broad_armor_armoire_lunarArmor {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -91px -1362px;
  width: 90px;
  height: 90px;
}
.broad_armor_armoire_merchantTunic {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -182px -1362px;
  width: 90px;
  height: 90px;
}
.broad_armor_armoire_minerOveralls {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -273px -1362px;
  width: 90px;
  height: 90px;
}
.broad_armor_armoire_mushroomDruidArmor {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -364px -1362px;
  width: 90px;
  height: 90px;
}
.broad_armor_armoire_ogreArmor {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -455px -1362px;
  width: 90px;
  height: 90px;
}
.broad_armor_armoire_piraticalPrincessGown {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -230px -182px;
  width: 114px;
  height: 90px;
}
.broad_armor_armoire_plagueDoctorOvercoat {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -637px -1362px;
  width: 90px;
  height: 90px;
}
.broad_armor_armoire_ramFleeceRobes {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -728px -1362px;
  width: 90px;
  height: 90px;
}
.broad_armor_armoire_rancherRobes {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -819px -1362px;
  width: 90px;
  height: 90px;
}
.broad_armor_armoire_redPartyDress {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -910px -1362px;
  width: 90px;
  height: 90px;
}
.broad_armor_armoire_robeOfDiamonds {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -345px 0px;
  width: 114px;
  height: 90px;
}
.broad_armor_armoire_robeOfSpades {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -345px -91px;
  width: 114px;
  height: 90px;
}
.broad_armor_armoire_royalRobes {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1183px -1362px;
  width: 90px;
  height: 90px;
}
.broad_armor_armoire_shepherdRobes {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1274px -1362px;
  width: 90px;
  height: 90px;
}
.broad_armor_armoire_stripedSwimsuit {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1365px -1362px;
  width: 90px;
  height: 90px;
}
.broad_armor_armoire_swanDancerTutu {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -575px -91px;
  width: 99px;
  height: 90px;
}
.broad_armor_armoire_vermilionArcherArmor {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1494px -91px;
  width: 90px;
  height: 90px;
}
.broad_armor_armoire_vikingTunic {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1494px -182px;
  width: 90px;
  height: 90px;
}
.broad_armor_armoire_woodElfArmor {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1494px -273px;
  width: 90px;
  height: 90px;
}
.broad_armor_armoire_wovenRobes {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: 0px -273px;
  width: 114px;
  height: 90px;
}
.broad_armor_armoire_yellowPartyDress {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1494px -455px;
  width: 90px;
  height: 90px;
}
.eyewear_armoire_goofyGlasses {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1494px -546px;
  width: 90px;
  height: 90px;
}
.eyewear_armoire_plagueDoctorMask {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1494px -637px;
  width: 90px;
  height: 90px;
}
.headAccessory_armoire_comicalArrow {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -819px -1544px;
  width: 90px;
  height: 90px;
}
.headAccessory_armoire_gogglesOfBookbinding {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -460px 0px;
  width: 114px;
  height: 90px;
}
.head_armoire_antiProcrastinationHelm {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1494px -728px;
  width: 90px;
  height: 90px;
}
.head_armoire_barristerWig {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1494px -819px;
  width: 90px;
  height: 90px;
}
.head_armoire_basicArcherCap {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1494px -910px;
  width: 90px;
  height: 90px;
}
.head_armoire_bigWig {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1494px -1001px;
  width: 90px;
  height: 90px;
}
.head_armoire_birdsNest {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1494px -1092px;
  width: 90px;
  height: 90px;
}
.head_armoire_blackCat {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1494px -1183px;
  width: 90px;
  height: 90px;
}
.head_armoire_blueFloppyHat {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1494px -1274px;
  width: 90px;
  height: 90px;
}
.head_armoire_blueHairbow {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: 0px -1453px;
  width: 90px;
  height: 90px;
}
.head_armoire_candlestickMakerHat {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -91px -1453px;
  width: 90px;
  height: 90px;
}
.head_armoire_cannoneerBandanna {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -182px -1453px;
  width: 90px;
  height: 90px;
}
.head_armoire_coachDriversHat {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -115px -273px;
  width: 114px;
  height: 90px;
}
.head_armoire_crownOfDiamonds {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -230px -273px;
  width: 114px;
  height: 90px;
}
.head_armoire_crownOfHearts {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -455px -1453px;
  width: 90px;
  height: 90px;
}
.head_armoire_crystalCrescentHat {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -546px -1453px;
  width: 90px;
  height: 90px;
}
.head_armoire_dragonTamerHelm {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -637px -1453px;
  width: 90px;
  height: 90px;
}
.head_armoire_falconerCap {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -728px -1453px;
  width: 90px;
  height: 90px;
}
.head_armoire_flutteryWig {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: 0px 0px;
  width: 114px;
  height: 90px;
}
.head_armoire_gladiatorHelm {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -910px -1453px;
  width: 90px;
  height: 90px;
}
.head_armoire_glassblowersHat {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: 0px -364px;
  width: 114px;
  height: 90px;
}
.head_armoire_goldenLaurels {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1092px -1453px;
  width: 90px;
  height: 90px;
}
.head_armoire_graduateCap {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1183px -1453px;
  width: 90px;
  height: 90px;
}
.head_armoire_greenFloppyHat {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1274px -1453px;
  width: 90px;
  height: 90px;
}
.head_armoire_hornedIronHelm {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1365px -1453px;
  width: 90px;
  height: 90px;
}
.head_armoire_ironBlueArcherHelm {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1456px -1453px;
  width: 90px;
  height: 90px;
}
.head_armoire_jesterCap {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1585px 0px;
  width: 90px;
  height: 90px;
}
.head_armoire_jeweledArcherHelm {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1585px -91px;
  width: 90px;
  height: 90px;
}
.head_armoire_lamplightersTopHat {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -460px -270px;
  width: 114px;
  height: 87px;
}
.head_armoire_lunarCrown {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1585px -273px;
  width: 90px;
  height: 90px;
}
.head_armoire_merchantChaperon {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1585px -364px;
  width: 90px;
  height: 90px;
}
.head_armoire_minerHelmet {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1585px -455px;
  width: 90px;
  height: 90px;
}
.head_armoire_mushroomDruidCap {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1585px -546px;
  width: 90px;
  height: 90px;
}
.head_armoire_ogreMask {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1585px -637px;
  width: 90px;
  height: 90px;
}
.head_armoire_orangeCat {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1585px -728px;
  width: 90px;
  height: 90px;
}
.head_armoire_paperBag {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1585px -819px;
  width: 90px;
  height: 90px;
}
.head_armoire_piraticalPrincessHeaddress {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -230px -364px;
  width: 114px;
  height: 90px;
}
.head_armoire_plagueDoctorHat {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1585px -1001px;
  width: 90px;
  height: 90px;
}
.head_armoire_ramHeaddress {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1585px -1092px;
  width: 90px;
  height: 90px;
}
.head_armoire_rancherHat {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1585px -1183px;
  width: 90px;
  height: 90px;
}
.head_armoire_redFloppyHat {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1585px -1274px;
  width: 90px;
  height: 90px;
}
.head_armoire_redHairbow {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1585px -1365px;
  width: 90px;
  height: 90px;
}
.head_armoire_royalCrown {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: 0px -1544px;
  width: 90px;
  height: 90px;
}
.head_armoire_shepherdHeaddress {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -91px -1544px;
  width: 90px;
  height: 90px;
}
.head_armoire_swanFeatherCrown {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -182px -1544px;
  width: 90px;
  height: 90px;
}
.head_armoire_veilOfSpades {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -345px -364px;
  width: 114px;
  height: 90px;
}
.head_armoire_vermilionArcherHelm {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -364px -1544px;
  width: 90px;
  height: 90px;
}
.head_armoire_vikingHelm {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -455px -1544px;
  width: 90px;
  height: 90px;
}
.head_armoire_violetFloppyHat {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -546px -1544px;
  width: 90px;
  height: 90px;
}
.head_armoire_woodElfHelm {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -637px -1544px;
  width: 90px;
  height: 90px;
}
.head_armoire_yellowHairbow {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -728px -1544px;
  width: 90px;
  height: 90px;
}
.shield_armoire_antiProcrastinationShield {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1001px -1544px;
  width: 90px;
  height: 90px;
}
.shield_armoire_dragonTamerShield {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1092px -1544px;
  width: 90px;
  height: 90px;
}
.shield_armoire_fancyBlownGlassVase {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -460px -91px;
  width: 114px;
  height: 90px;
}
.shield_armoire_fancyShoe {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1274px -1544px;
  width: 90px;
  height: 90px;
}
.shield_armoire_festivalParasol {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -460px -182px;
  width: 114px;
  height: 87px;
}
.shield_armoire_floralBouquet {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1456px -1544px;
  width: 90px;
  height: 90px;
}
.shield_armoire_flutteryFan {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -115px -364px;
  width: 114px;
  height: 90px;
}
.shield_armoire_gladiatorShield {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1676px 0px;
  width: 90px;
  height: 90px;
}
.shield_armoire_goldenBaton {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -575px 0px;
  width: 99px;
  height: 90px;
}
.shield_armoire_handmadeCandlestick {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1676px -182px;
  width: 90px;
  height: 90px;
}
.shield_armoire_horseshoe {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1676px -273px;
  width: 90px;
  height: 90px;
}
.shield_armoire_midnightShield {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1676px -364px;
  width: 90px;
  height: 90px;
}
.shield_armoire_mushroomDruidShield {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1676px -455px;
  width: 90px;
  height: 90px;
}
.shield_armoire_mysticLamp {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1676px -546px;
  width: 90px;
  height: 90px;
}
.shield_armoire_perchingFalcon {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1676px -637px;
  width: 90px;
  height: 90px;
}
.shield_armoire_piraticalSkullShield {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -345px -273px;
  width: 114px;
  height: 90px;
}
.shield_armoire_ramHornShield {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1676px -819px;
  width: 90px;
  height: 90px;
}
.shield_armoire_redRose {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1676px -910px;
  width: 90px;
  height: 90px;
}
.shield_armoire_royalCane {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1676px -1001px;
  width: 90px;
  height: 90px;
}
.shield_armoire_sandyBucket {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1676px -1092px;
  width: 90px;
  height: 90px;
}
.shield_armoire_shieldOfDiamonds {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -345px -182px;
  width: 114px;
  height: 90px;
}
.shield_armoire_swanFeatherFan {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: 0px -455px;
  width: 114px;
  height: 87px;
}
.shield_armoire_unfinishedTome {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -115px -182px;
  width: 114px;
  height: 90px;
}
.shield_armoire_vikingShield {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1676px -1456px;
  width: 90px;
  height: 90px;
}
.shield_armoire_weaversShuttle {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -115px 0px;
  width: 114px;
  height: 90px;
}
.shop_armor_armoire_antiProcrastinationArmor {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1676px -1547px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_barristerRobes {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1585px -1456px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_basicArcherArmor {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1494px -1365px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_bluePartyDress {
  background-image: url(/static/images/spritesmith-main-5.470171f.png);
  background-position: -1403px -1274px;
  width: 68px;
  height: 68px;
}

.shop_armor_armoire_candlestickMakerOutfit {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1587px -1550px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_cannoneerRags {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1327px -897px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_coachDriverLivery {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1603px -276px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_cobblersCoveralls {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1603px -345px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_coverallsOfBookbinding {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1603px -414px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_crystalCrescentRobes {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1603px -483px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_dragonTamerArmor {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1603px -552px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_falconerArmor {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1603px -621px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_farrierOutfit {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1603px -690px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_flutteryFrock {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1603px -759px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_gladiatorArmor {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1518px -1550px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_glassblowersCoveralls {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1449px -1550px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_goldenToga {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1380px -1550px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_gownOfHearts {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1311px -1550px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_graduateRobe {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1242px -1550px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_greenFestivalYukata {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1173px -1550px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_hornedIronArmor {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1104px -1550px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_ironBlueArcherArmor {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1035px -1550px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_jesterCostume {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -621px -1550px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_jeweledArcherArmor {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -552px -1550px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_lamplightersGreatcoat {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -483px -1550px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_lunarArmor {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -414px -1550px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_merchantTunic {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -345px -1550px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_minerOveralls {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -138px -1550px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_mushroomDruidArmor {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -69px -1550px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_ogreArmor {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1603px -207px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_piraticalPrincessGown {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1603px -138px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_plagueDoctorOvercoat {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1603px -69px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_ramFleeceRobes {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1603px 0px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_rancherRobes {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1518px -1481px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_redPartyDress {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1449px -1481px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_robeOfDiamonds {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1380px -1481px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_robeOfSpades {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1311px -1481px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_royalRobes {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1242px -1481px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_shepherdRobes {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1173px -1481px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_stripedSwimsuit {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1104px -1481px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_swanDancerTutu {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1035px -1481px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_vermilionArcherArmor {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -966px -1481px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_vikingTunic {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -897px -1481px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_woodElfArmor {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -828px -1481px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_wovenRobes {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -759px -1481px;
  width: 68px;
  height: 68px;
}
.shop_armor_armoire_yellowPartyDress {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -690px -1481px;
  width: 68px;
  height: 68px;
}
.shop_body_armoire_cozyScarf {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -621px -1481px;
  width: 68px;
  height: 68px;
}
.shop_eyewear_armoire_goofyGlasses {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -552px -1481px;
  width: 68px;
  height: 68px;
}
.shop_eyewear_armoire_plagueDoctorMask {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -483px -1481px;
  width: 68px;
  height: 68px;
}
.shop_headAccessory_armoire_comicalArrow {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -345px -1343px;
  width: 68px;
  height: 68px;
}
.shop_headAccessory_armoire_gogglesOfBookbinding {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -276px -1343px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_antiProcrastinationHelm {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -414px -1481px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_barristerWig {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -345px -1481px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_basicArcherCap {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -276px -1481px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_bigWig {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -207px -1481px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_birdsNest {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -138px -1481px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_blackCat {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -69px -1481px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_blueFloppyHat {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: 0px -1481px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_blueHairbow {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1534px -1380px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_candlestickMakerHat {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1534px -1311px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_cannoneerBandanna {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1534px -1242px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_coachDriversHat {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1534px -1173px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_crownOfDiamonds {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1534px -1104px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_crownOfHearts {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1534px -1035px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_crystalCrescentHat {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1534px -966px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_dragonTamerHelm {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1534px -897px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_falconerCap {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1534px -828px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_flutteryWig {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1534px -759px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_gladiatorHelm {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1534px -690px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_glassblowersHat {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1534px -621px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_goldenLaurels {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1534px -552px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_graduateCap {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1534px -483px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_greenFloppyHat {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1534px -414px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_hornedIronHelm {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1534px -345px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_ironBlueArcherHelm {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1534px -276px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_jesterCap {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1534px -207px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_jeweledArcherHelm {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1465px -552px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_lamplightersTopHat {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1465px -483px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_lunarCrown {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1465px -414px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_merchantChaperon {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1465px -345px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_minerHelmet {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1465px -276px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_mushroomDruidCap {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1465px -207px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_ogreMask {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1465px -138px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_orangeCat {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1465px -69px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_paperBag {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1465px 0px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_piraticalPrincessHeaddress {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1380px -1343px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_plagueDoctorHat {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1311px -1343px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_ramHeaddress {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1242px -1343px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_rancherHat {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1173px -1343px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_redFloppyHat {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1104px -1343px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_redHairbow {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1035px -1343px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_royalCrown {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -966px -1343px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_shepherdHeaddress {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -897px -1343px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_swanFeatherCrown {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -828px -1343px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_veilOfSpades {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -759px -1343px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_vermilionArcherHelm {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -690px -1343px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_vikingHelm {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -621px -1343px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_violetFloppyHat {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -552px -1343px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_woodElfHelm {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -483px -1343px;
  width: 68px;
  height: 68px;
}
.shop_head_armoire_yellowHairbow {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -414px -1343px;
  width: 68px;
  height: 68px;
}
.shop_shield_armoire_antiProcrastinationShield {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -207px -1343px;
  width: 68px;
  height: 68px;
}
.shop_shield_armoire_dragonTamerShield {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -138px -1343px;
  width: 68px;
  height: 68px;
}
.shop_shield_armoire_fancyBlownGlassVase {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -69px -1343px;
  width: 68px;
  height: 68px;
}
.shop_shield_armoire_fancyShoe {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: 0px -1343px;
  width: 68px;
  height: 68px;
}
.shop_shield_armoire_festivalParasol {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1396px -1242px;
  width: 68px;
  height: 68px;
}
.shop_shield_armoire_floralBouquet {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1396px -1173px;
  width: 68px;
  height: 68px;
}
.shop_shield_armoire_flutteryFan {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1396px -1104px;
  width: 68px;
  height: 68px;
}
.shop_shield_armoire_gladiatorShield {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1396px -1035px;
  width: 68px;
  height: 68px;
}
.shop_shield_armoire_goldenBaton {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1396px -966px;
  width: 68px;
  height: 68px;
}
.shop_shield_armoire_handmadeCandlestick {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1396px -897px;
  width: 68px;
  height: 68px;
}
.shop_shield_armoire_horseshoe {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1396px -828px;
  width: 68px;
  height: 68px;
}
.shop_shield_armoire_midnightShield {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1396px -759px;
  width: 68px;
  height: 68px;
}
.shop_shield_armoire_mushroomDruidShield {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1396px -690px;
  width: 68px;
  height: 68px;
}
.shop_shield_armoire_mysticLamp {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1396px -621px;
  width: 68px;
  height: 68px;
}
.shop_shield_armoire_perchingFalcon {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1396px -552px;
  width: 68px;
  height: 68px;
}
.shop_shield_armoire_piraticalSkullShield {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1396px -483px;
  width: 68px;
  height: 68px;
}
.shop_shield_armoire_ramHornShield {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1396px -414px;
  width: 68px;
  height: 68px;
}
.shop_shield_armoire_redRose {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1396px -345px;
  width: 68px;
  height: 68px;
}
.shop_shield_armoire_royalCane {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1396px -276px;
  width: 68px;
  height: 68px;
}
.shop_shield_armoire_sandyBucket {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1396px -207px;
  width: 68px;
  height: 68px;
}
.shop_shield_armoire_shieldOfDiamonds {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1396px -138px;
  width: 68px;
  height: 68px;
}
.shop_shield_armoire_swanFeatherFan {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1396px -69px;
  width: 68px;
  height: 68px;
}
.shop_shield_armoire_unfinishedTome {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1396px 0px;
  width: 68px;
  height: 68px;
}
.shop_shield_armoire_vikingShield {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1311px -1274px;
  width: 68px;
  height: 68px;
}
.shop_shield_armoire_weaversShuttle {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1242px -1274px;
  width: 68px;
  height: 68px;
}
.shop_weapon_armoire_barristerGavel {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1173px -1274px;
  width: 68px;
  height: 68px;
}
.shop_weapon_armoire_basicCrossbow {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1104px -1274px;
  width: 68px;
  height: 68px;
}
.shop_weapon_armoire_basicLongbow {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1035px -1274px;
  width: 68px;
  height: 68px;
}
.shop_weapon_armoire_batWand {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -897px -1274px;
  width: 68px;
  height: 68px;
}
.shop_weapon_armoire_battleAxe {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -966px -1274px;
  width: 68px;
  height: 68px;
}
.shop_weapon_armoire_blueLongbow {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -828px -1274px;
  width: 68px;
  height: 68px;
}
.shop_weapon_armoire_cannon {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -759px -1274px;
  width: 68px;
  height: 68px;
}
.shop_weapon_armoire_coachDriversWhip {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -690px -1274px;
  width: 68px;
  height: 68px;
}
.shop_weapon_armoire_cobblersHammer {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -621px -1274px;
  width: 68px;
  height: 68px;
}
.shop_weapon_armoire_crystalCrescentStaff {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -552px -1274px;
  width: 68px;
  height: 68px;
}
.shop_weapon_armoire_festivalFirecracker {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -483px -1274px;
  width: 68px;
  height: 68px;
}
.shop_weapon_armoire_flutteryArmy {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -414px -1274px;
  width: 68px;
  height: 68px;
}
.shop_weapon_armoire_forestFungusStaff {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -345px -1274px;
  width: 68px;
  height: 68px;
}
.shop_weapon_armoire_glassblowersBlowpipe {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -276px -1274px;
  width: 68px;
  height: 68px;
}
.shop_weapon_armoire_glowingSpear {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -207px -1274px;
  width: 68px;
  height: 68px;
}
.shop_weapon_armoire_goldWingStaff {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -138px -1274px;
  width: 68px;
  height: 68px;
}
.shop_weapon_armoire_habiticanDiploma {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -69px -1274px;
  width: 68px;
  height: 68px;
}
.shop_weapon_armoire_hoofClippers {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: 0px -1274px;
  width: 68px;
  height: 68px;
}
.shop_weapon_armoire_ironCrook {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1327px -1173px;
  width: 68px;
  height: 68px;
}
.shop_weapon_armoire_jesterBaton {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1327px -1104px;
  width: 68px;
  height: 68px;
}
.shop_weapon_armoire_jeweledArcherBow {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1327px -1035px;
  width: 68px;
  height: 68px;
}
.shop_weapon_armoire_lamplighter {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1327px -966px;
  width: 68px;
  height: 68px;
}
.shop_weapon_armoire_lunarSceptre {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1327px -828px;
  width: 68px;
  height: 68px;
}
.shop_weapon_armoire_merchantsDisplayTray {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1327px -759px;
  width: 68px;
  height: 68px;
}
.shop_weapon_armoire_miningPickax {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1327px -690px;
  width: 68px;
  height: 68px;
}
.shop_weapon_armoire_mythmakerSword {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1327px -621px;
  width: 68px;
  height: 68px;
}
.shop_weapon_armoire_needleOfBookbinding {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1327px -552px;
  width: 68px;
  height: 68px;
}
.shop_weapon_armoire_ogreClub {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1327px -483px;
  width: 68px;
  height: 68px;
}
.shop_weapon_armoire_poisonedGoblet {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1327px -414px;
  width: 68px;
  height: 68px;
}
.shop_weapon_armoire_rancherLasso {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1327px -345px;
  width: 68px;
  height: 68px;
}
.shop_weapon_armoire_sandySpade {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1327px -276px;
  width: 68px;
  height: 68px;
}
.shop_weapon_armoire_scepterOfDiamonds {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1327px -207px;
  width: 68px;
  height: 68px;
}
.shop_weapon_armoire_shepherdsCrook {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1327px -138px;
  width: 68px;
  height: 68px;
}
.shop_weapon_armoire_spearOfSpades {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1327px -69px;
  width: 68px;
  height: 68px;
}
.shop_weapon_armoire_vermilionArcherBow {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1327px 0px;
  width: 68px;
  height: 68px;
}
.shop_weapon_armoire_wandOfHearts {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1230px -1183px;
  width: 68px;
  height: 68px;
}
.shop_weapon_armoire_weaversComb {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -621px -1412px;
  width: 68px;
  height: 68px;
}
.shop_weapon_armoire_woodElfStaff {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1161px -1183px;
  width: 68px;
  height: 68px;
}
.slim_armor_armoire_antiProcrastinationArmor {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -819px -1092px;
  width: 90px;
  height: 90px;
}
.slim_armor_armoire_barristerRobes {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -910px -1092px;
  width: 90px;
  height: 90px;
}
.slim_armor_armoire_basicArcherArmor {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1001px -1092px;
  width: 90px;
  height: 90px;
}
.slim_armor_armoire_bluePartyDress {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -230px -182px;
  width: 114px;
  height: 90px;
}
.slim_armor_armoire_candlestickMakerOutfit {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1236px 0px;
  width: 90px;
  height: 90px;
}
.slim_armor_armoire_cannoneerRags {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1236px -91px;
  width: 90px;
  height: 90px;
}
.slim_armor_armoire_coachDriverLivery {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -115px -182px;
  width: 114px;
  height: 90px;
}
.slim_armor_armoire_cobblersCoveralls {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1236px -273px;
  width: 90px;
  height: 90px;
}
.slim_armor_armoire_coverallsOfBookbinding {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: 0px -182px;
  width: 114px;
  height: 90px;
}
.slim_armor_armoire_crystalCrescentRobes {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1236px -455px;
  width: 90px;
  height: 90px;
}
.slim_armor_armoire_dragonTamerArmor {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1236px -546px;
  width: 90px;
  height: 90px;
}
.slim_armor_armoire_falconerArmor {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1236px -637px;
  width: 90px;
  height: 90px;
}
.slim_armor_armoire_farrierOutfit {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1236px -728px;
  width: 90px;
  height: 90px;
}
.slim_armor_armoire_flutteryFrock {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -230px -91px;
  width: 114px;
  height: 90px;
}
.slim_armor_armoire_gladiatorArmor {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1236px -910px;
  width: 90px;
  height: 90px;
}
.slim_armor_armoire_glassblowersCoveralls {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -230px 0px;
  width: 114px;
  height: 90px;
}
.slim_armor_armoire_goldenToga {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1236px -1092px;
  width: 90px;
  height: 90px;
}
.slim_armor_armoire_gownOfHearts {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: 0px -1183px;
  width: 90px;
  height: 90px;
}
.slim_armor_armoire_graduateRobe {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -91px -1183px;
  width: 90px;
  height: 90px;
}
.slim_armor_armoire_greenFestivalYukata {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -182px -1183px;
  width: 90px;
  height: 90px;
}
.slim_armor_armoire_hornedIronArmor {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -273px -1183px;
  width: 90px;
  height: 90px;
}
.slim_armor_armoire_ironBlueArcherArmor {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -364px -1183px;
  width: 90px;
  height: 90px;
}
.slim_armor_armoire_jesterCostume {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -455px -1183px;
  width: 90px;
  height: 90px;
}
.slim_armor_armoire_jeweledArcherArmor {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -546px -1183px;
  width: 90px;
  height: 90px;
}
.slim_armor_armoire_lamplightersGreatcoat {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -575px -352px;
  width: 114px;
  height: 87px;
}
.slim_armor_armoire_lunarArmor {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -728px -1183px;
  width: 90px;
  height: 90px;
}
.slim_armor_armoire_merchantTunic {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -819px -1183px;
  width: 90px;
  height: 90px;
}
.slim_armor_armoire_minerOveralls {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -910px -1183px;
  width: 90px;
  height: 90px;
}
.slim_armor_armoire_mushroomDruidArmor {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1001px -1183px;
  width: 90px;
  height: 90px;
}
.slim_armor_armoire_ogreArmor {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -728px -1092px;
  width: 90px;
  height: 90px;
}
.slim_armor_armoire_piraticalPrincessGown {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -345px 0px;
  width: 114px;
  height: 90px;
}
.slim_armor_armoire_plagueDoctorOvercoat {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -546px -1092px;
  width: 90px;
  height: 90px;
}
.slim_armor_armoire_ramFleeceRobes {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -455px -1092px;
  width: 90px;
  height: 90px;
}
.slim_armor_armoire_rancherRobes {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -364px -1092px;
  width: 90px;
  height: 90px;
}
.slim_armor_armoire_redPartyDress {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -273px -1092px;
  width: 90px;
  height: 90px;
}
.slim_armor_armoire_robeOfDiamonds {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -230px -273px;
  width: 114px;
  height: 90px;
}
.slim_armor_armoire_robeOfSpades {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -460px -273px;
  width: 114px;
  height: 90px;
}
.slim_armor_armoire_royalRobes {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: 0px -1092px;
  width: 90px;
  height: 90px;
}
.slim_armor_armoire_shepherdRobes {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1145px -1001px;
  width: 90px;
  height: 90px;
}
.slim_armor_armoire_stripedSwimsuit {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1145px -910px;
  width: 90px;
  height: 90px;
}
.slim_armor_armoire_swanDancerTutu {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: 0px -546px;
  width: 99px;
  height: 90px;
}
.slim_armor_armoire_vermilionArcherArmor {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1145px -728px;
  width: 90px;
  height: 90px;
}
.slim_armor_armoire_vikingTunic {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1145px -637px;
  width: 90px;
  height: 90px;
}
.slim_armor_armoire_woodElfArmor {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1145px -546px;
  width: 90px;
  height: 90px;
}
.slim_armor_armoire_wovenRobes {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -230px -455px;
  width: 114px;
  height: 90px;
}
.slim_armor_armoire_yellowPartyDress {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -182px -910px;
  width: 90px;
  height: 90px;
}
.weapon_armoire_barristerGavel {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1145px -364px;
  width: 90px;
  height: 90px;
}
.weapon_armoire_basicCrossbow {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1145px -273px;
  width: 90px;
  height: 90px;
}
.weapon_armoire_basicLongbow {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1145px -182px;
  width: 90px;
  height: 90px;
}
.weapon_armoire_batWand {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1145px 0px;
  width: 90px;
  height: 90px;
}
.weapon_armoire_battleAxe {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1145px -91px;
  width: 90px;
  height: 90px;
}
.weapon_armoire_blueLongbow {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1001px -1001px;
  width: 90px;
  height: 90px;
}
.weapon_armoire_cannon {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -910px -1001px;
  width: 90px;
  height: 90px;
}
.weapon_armoire_coachDriversWhip {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -115px -455px;
  width: 114px;
  height: 90px;
}
.weapon_armoire_cobblersHammer {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -728px -1001px;
  width: 90px;
  height: 90px;
}
.weapon_armoire_crystalCrescentStaff {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -637px -1001px;
  width: 90px;
  height: 90px;
}
.weapon_armoire_festivalFirecracker {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -546px -1001px;
  width: 90px;
  height: 90px;
}
.weapon_armoire_flutteryArmy {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: 0px -455px;
  width: 114px;
  height: 90px;
}
.weapon_armoire_forestFungusStaff {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -364px -1001px;
  width: 90px;
  height: 90px;
}
.weapon_armoire_glassblowersBlowpipe {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -460px -364px;
  width: 114px;
  height: 90px;
}
.weapon_armoire_glowingSpear {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -182px -1001px;
  width: 90px;
  height: 90px;
}
.weapon_armoire_goldWingStaff {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -91px -1001px;
  width: 90px;
  height: 90px;
}
.weapon_armoire_habiticanDiploma {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: 0px -1001px;
  width: 90px;
  height: 90px;
}
.weapon_armoire_hoofClippers {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1054px -910px;
  width: 90px;
  height: 90px;
}
.weapon_armoire_ironCrook {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1054px -819px;
  width: 90px;
  height: 90px;
}
.weapon_armoire_jesterBaton {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1054px -728px;
  width: 90px;
  height: 90px;
}
.weapon_armoire_jeweledArcherBow {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1054px -637px;
  width: 90px;
  height: 90px;
}
.weapon_armoire_lamplighter {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -345px -455px;
  width: 114px;
  height: 87px;
}
.weapon_armoire_lunarSceptre {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1054px -455px;
  width: 90px;
  height: 90px;
}
.weapon_armoire_merchantsDisplayTray {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1054px -364px;
  width: 90px;
  height: 90px;
}
.weapon_armoire_miningPickax {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1054px -273px;
  width: 90px;
  height: 90px;
}
.weapon_armoire_mythmakerSword {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1054px -182px;
  width: 90px;
  height: 90px;
}
.weapon_armoire_needleOfBookbinding {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -460px -182px;
  width: 114px;
  height: 90px;
}
.weapon_armoire_ogreClub {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1054px 0px;
  width: 90px;
  height: 90px;
}
.weapon_armoire_poisonedGoblet {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -460px -91px;
  width: 114px;
  height: 90px;
}
.weapon_armoire_rancherLasso {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -819px -910px;
  width: 90px;
  height: 90px;
}
.weapon_armoire_sandySpade {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -728px -910px;
  width: 90px;
  height: 90px;
}
.weapon_armoire_scepterOfDiamonds {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -460px 0px;
  width: 114px;
  height: 90px;
}
.weapon_armoire_shepherdsCrook {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -546px -910px;
  width: 90px;
  height: 90px;
}
.weapon_armoire_spearOfSpades {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: 0px 0px;
  width: 114px;
  height: 90px;
}
.weapon_armoire_vermilionArcherBow {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -364px -910px;
  width: 90px;
  height: 90px;
}
.weapon_armoire_wandOfHearts {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -273px -910px;
  width: 90px;
  height: 90px;
}
.weapon_armoire_weaversComb {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -230px -364px;
  width: 114px;
  height: 90px;
}
.weapon_armoire_woodElfStaff {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -91px -910px;
  width: 90px;
  height: 90px;
}
.armor_special_bardRobes {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: 0px -910px;
  width: 90px;
  height: 90px;
}
.broad_armor_healer_1 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -963px -819px;
  width: 90px;
  height: 90px;
}
.broad_armor_healer_2 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -963px -728px;
  width: 90px;
  height: 90px;
}
.broad_armor_healer_3 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -963px -637px;
  width: 90px;
  height: 90px;
}
.broad_armor_healer_4 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -963px -546px;
  width: 90px;
  height: 90px;
}
.broad_armor_healer_5 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -963px -455px;
  width: 90px;
  height: 90px;
}
.broad_armor_rogue_1 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -963px -364px;
  width: 90px;
  height: 90px;
}
.broad_armor_rogue_2 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -963px -273px;
  width: 90px;
  height: 90px;
}
.broad_armor_rogue_3 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -963px -182px;
  width: 90px;
  height: 90px;
}
.broad_armor_rogue_4 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -963px -91px;
  width: 90px;
  height: 90px;
}
.broad_armor_rogue_5 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -963px 0px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_2 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -819px -819px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_bardRobes {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -728px -819px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_dandySuit {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -637px -819px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_finnedOceanicArmor {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -546px -819px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_lunarWarriorArmor {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -455px -819px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_mammothRiderArmor {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -364px -819px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_nomadsCuirass {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -273px -819px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_pageArmor {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -182px -819px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_pyromancersRobes {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -91px -819px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_roguishRainbowMessengerRobes {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: 0px -819px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_samuraiArmor {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -872px -728px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_sneakthiefRobes {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -872px -637px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_snowSovereignRobes {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -872px -546px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_turkeyArmorBase {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -115px -364px;
  width: 114px;
  height: 90px;
}
.broad_armor_warrior_1 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -872px -364px;
  width: 90px;
  height: 90px;
}
.broad_armor_warrior_2 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -872px -273px;
  width: 90px;
  height: 90px;
}
.broad_armor_warrior_3 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -872px -182px;
  width: 90px;
  height: 90px;
}
.broad_armor_warrior_4 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -872px -91px;
  width: 90px;
  height: 90px;
}
.broad_armor_warrior_5 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -872px 0px;
  width: 90px;
  height: 90px;
}
.broad_armor_wizard_1 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -728px -728px;
  width: 90px;
  height: 90px;
}
.broad_armor_wizard_2 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -637px -728px;
  width: 90px;
  height: 90px;
}
.broad_armor_wizard_3 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -546px -728px;
  width: 90px;
  height: 90px;
}
.broad_armor_wizard_4 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -455px -728px;
  width: 90px;
  height: 90px;
}
.broad_armor_wizard_5 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -364px -728px;
  width: 90px;
  height: 90px;
}
.shop_armor_healer_1 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1465px -621px;
  width: 68px;
  height: 68px;
}
.shop_armor_healer_2 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1465px -690px;
  width: 68px;
  height: 68px;
}
.shop_armor_healer_3 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1465px -759px;
  width: 68px;
  height: 68px;
}
.shop_armor_healer_4 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1465px -828px;
  width: 68px;
  height: 68px;
}
.shop_armor_healer_5 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1465px -897px;
  width: 68px;
  height: 68px;
}
.shop_armor_rogue_1 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1465px -966px;
  width: 68px;
  height: 68px;
}
.shop_armor_rogue_2 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1465px -1035px;
  width: 68px;
  height: 68px;
}
.shop_armor_rogue_3 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1465px -1104px;
  width: 68px;
  height: 68px;
}
.shop_armor_rogue_4 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1465px -1173px;
  width: 68px;
  height: 68px;
}
.shop_armor_rogue_5 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1465px -1242px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_0 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1465px -1311px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_1 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: 0px -1412px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_2 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -69px -1412px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_bardRobes {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -138px -1412px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_dandySuit {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -207px -1412px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_finnedOceanicArmor {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -276px -1412px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_lunarWarriorArmor {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -345px -1412px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_mammothRiderArmor {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -414px -1412px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_nomadsCuirass {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -483px -1412px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_pageArmor {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -552px -1412px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_pyromancersRobes {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1092px -1183px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_roguishRainbowMessengerRobes {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -690px -1412px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_samuraiArmor {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -759px -1412px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_sneakthiefRobes {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -828px -1412px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_snowSovereignRobes {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -897px -1412px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_turkeyArmorBase {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -966px -1412px;
  width: 68px;
  height: 68px;
}
.shop_armor_warrior_1 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1035px -1412px;
  width: 68px;
  height: 68px;
}
.shop_armor_warrior_2 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1104px -1412px;
  width: 68px;
  height: 68px;
}
.shop_armor_warrior_3 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1173px -1412px;
  width: 68px;
  height: 68px;
}
.shop_armor_warrior_4 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1242px -1412px;
  width: 68px;
  height: 68px;
}
.shop_armor_warrior_5 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1311px -1412px;
  width: 68px;
  height: 68px;
}
.shop_armor_wizard_1 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1380px -1412px;
  width: 68px;
  height: 68px;
}
.shop_armor_wizard_2 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1449px -1412px;
  width: 68px;
  height: 68px;
}
.shop_armor_wizard_3 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1534px 0px;
  width: 68px;
  height: 68px;
}
.shop_armor_wizard_4 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1534px -69px;
  width: 68px;
  height: 68px;
}
.shop_armor_wizard_5 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1534px -138px;
  width: 68px;
  height: 68px;
}
.slim_armor_healer_1 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -273px -728px;
  width: 90px;
  height: 90px;
}
.slim_armor_healer_2 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -182px -728px;
  width: 90px;
  height: 90px;
}
.slim_armor_healer_3 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -91px -728px;
  width: 90px;
  height: 90px;
}
.slim_armor_healer_4 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: 0px -728px;
  width: 90px;
  height: 90px;
}
.slim_armor_healer_5 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -781px -637px;
  width: 90px;
  height: 90px;
}
.slim_armor_rogue_1 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -781px -546px;
  width: 90px;
  height: 90px;
}
.slim_armor_rogue_2 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -781px -455px;
  width: 90px;
  height: 90px;
}
.slim_armor_rogue_3 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -781px -364px;
  width: 90px;
  height: 90px;
}
.slim_armor_rogue_4 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -781px -273px;
  width: 90px;
  height: 90px;
}
.slim_armor_rogue_5 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -781px -182px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_2 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -781px -91px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_bardRobes {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -781px 0px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_dandySuit {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -637px -637px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_finnedOceanicArmor {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -546px -637px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_lunarWarriorArmor {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -455px -637px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_mammothRiderArmor {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -364px -637px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_nomadsCuirass {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -273px -637px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_pageArmor {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -182px -637px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_pyromancersRobes {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -91px -637px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_roguishRainbowMessengerRobes {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: 0px -637px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_samuraiArmor {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -690px -546px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_sneakthiefRobes {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -690px -455px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_snowSovereignRobes {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -690px -364px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_turkeyArmorBase {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: 0px -364px;
  width: 114px;
  height: 90px;
}
.slim_armor_warrior_1 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -690px -182px;
  width: 90px;
  height: 90px;
}
.slim_armor_warrior_2 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -690px -91px;
  width: 90px;
  height: 90px;
}
.slim_armor_warrior_3 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -690px 0px;
  width: 90px;
  height: 90px;
}
.slim_armor_warrior_4 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -558px -546px;
  width: 90px;
  height: 90px;
}
.slim_armor_warrior_5 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -467px -546px;
  width: 90px;
  height: 90px;
}
.slim_armor_wizard_1 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -376px -546px;
  width: 90px;
  height: 90px;
}
.slim_armor_wizard_2 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -285px -546px;
  width: 90px;
  height: 90px;
}
.slim_armor_wizard_3 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -194px -546px;
  width: 90px;
  height: 90px;
}
.slim_armor_wizard_4 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -637px -1183px;
  width: 90px;
  height: 90px;
}
.slim_armor_wizard_5 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1236px -1001px;
  width: 90px;
  height: 90px;
}
.back_special_aetherCloak {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -345px -273px;
  width: 114px;
  height: 90px;
}
.back_special_bearTail {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1236px -364px;
  width: 90px;
  height: 90px;
}
.back_special_cactusTail {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1236px -182px;
  width: 90px;
  height: 90px;
}
.back_special_foxTail {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1092px -1092px;
  width: 90px;
  height: 90px;
}
.back_special_lionTail {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -637px -1092px;
  width: 90px;
  height: 90px;
}
.back_special_pandaTail {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -182px -1092px;
  width: 90px;
  height: 90px;
}
.back_special_pigTail {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -91px -1092px;
  width: 90px;
  height: 90px;
}
.back_special_snowdriftVeil {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -460px -455px;
  width: 114px;
  height: 87px;
}
.back_special_tigerTail {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1145px -455px;
  width: 90px;
  height: 90px;
}
.back_special_turkeyTailBase {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -115px -273px;
  width: 114px;
  height: 90px;
}
.back_special_wolfTail {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -455px -1001px;
  width: 90px;
  height: 90px;
}
.icon_back_special_bearTail {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1672px -427px;
  width: 60px;
  height: 60px;
}
.icon_back_special_cactusTail {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1672px -366px;
  width: 60px;
  height: 60px;
}
.icon_back_special_foxTail {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1672px -305px;
  width: 60px;
  height: 60px;
}
.icon_back_special_lionTail {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1672px -244px;
  width: 60px;
  height: 60px;
}
.icon_back_special_pandaTail {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1672px -183px;
  width: 60px;
  height: 60px;
}
.icon_back_special_pigTail {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1672px -122px;
  width: 60px;
  height: 60px;
}
.icon_back_special_tigerTail {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1672px -61px;
  width: 60px;
  height: 60px;
}
.icon_back_special_wolfTail {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1672px 0px;
  width: 60px;
  height: 60px;
}
.shop_back_special_aetherCloak {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1603px -828px;
  width: 68px;
  height: 68px;
}
.shop_back_special_bearTail {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1603px -897px;
  width: 68px;
  height: 68px;
}
.shop_back_special_cactusTail {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1603px -966px;
  width: 68px;
  height: 68px;
}
.shop_back_special_foxTail {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1603px -1035px;
  width: 68px;
  height: 68px;
}
.shop_back_special_lionTail {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1603px -1104px;
  width: 68px;
  height: 68px;
}
.shop_back_special_pandaTail {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1603px -1173px;
  width: 68px;
  height: 68px;
}
.shop_back_special_pigTail {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1603px -1242px;
  width: 68px;
  height: 68px;
}
.shop_back_special_snowdriftVeil {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1603px -1311px;
  width: 68px;
  height: 68px;
}
.shop_back_special_tigerTail {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1603px -1380px;
  width: 68px;
  height: 68px;
}
.shop_back_special_turkeyTailBase {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1603px -1449px;
  width: 68px;
  height: 68px;
}
.shop_back_special_wolfTail {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: 0px -1550px;
  width: 68px;
  height: 68px;
}
.body_special_aetherAmulet {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: 0px -273px;
  width: 114px;
  height: 90px;
}
.body_special_namingDay2018 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1054px -546px;
  width: 90px;
  height: 90px;
}
.shop_body_special_aetherAmulet {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -207px -1550px;
  width: 68px;
  height: 68px;
}
.shop_body_special_namingDay2018 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -276px -1550px;
  width: 68px;
  height: 68px;
}
.broad_armor_special_birthday {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1054px -91px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_birthday2015 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -910px -910px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_birthday2016 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -637px -910px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_birthday2017 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -455px -910px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_birthday2018 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -345px -182px;
  width: 114px;
  height: 90px;
}
.shop_armor_special_birthday {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -690px -1550px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_birthday2015 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -759px -1550px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_birthday2016 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -828px -1550px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_birthday2017 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -897px -1550px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_birthday2018 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -966px -1550px;
  width: 68px;
  height: 68px;
}
.slim_armor_special_birthday {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -872px -455px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_birthday2015 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -690px -273px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_birthday2016 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1236px -819px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_birthday2017 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -1145px -819px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_birthday2018 {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -345px -91px;
  width: 114px;
  height: 90px;
}
.broad_armor_special_fall2015Healer {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -100px -546px;
  width: 93px;
  height: 90px;
}
.broad_armor_special_fall2015Mage {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -575px -440px;
  width: 105px;
  height: 90px;
}
.broad_armor_special_fall2015Rogue {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -819px -1001px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_fall2015Warrior {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -273px -1001px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_fall2016Healer {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -575px 0px;
  width: 114px;
  height: 87px;
}
.broad_armor_special_fall2016Mage {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -575px -88px;
  width: 114px;
  height: 87px;
}
.broad_armor_special_fall2016Rogue {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -575px -176px;
  width: 114px;
  height: 87px;
}
.broad_armor_special_fall2016Warrior {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -575px -264px;
  width: 114px;
  height: 87px;
}
.broad_armor_special_fall2017Healer {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -115px -91px;
  width: 114px;
  height: 90px;
}
.broad_armor_special_fall2017Mage {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: 0px -91px;
  width: 114px;
  height: 90px;
}
.broad_armor_special_fall2017Rogue {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -345px -364px;
  width: 114px;
  height: 90px;
}
.broad_armor_special_fall2017Warrior {
  background-image: url(/static/images/spritesmith-main-6.7e5624e.png);
  background-position: -115px 0px;
  width: 114px;
  height: 90px;
}

.broad_armor_special_fall2018Healer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -345px -364px;
  width: 114px;
  height: 90px;
}
.broad_armor_special_fall2018Mage {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -478px -273px;
  width: 114px;
  height: 90px;
}
.broad_armor_special_fall2018Rogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -230px -546px;
  width: 114px;
  height: 90px;
}
.broad_armor_special_fall2018Warrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -345px -546px;
  width: 114px;
  height: 90px;
}
.broad_armor_special_fallHealer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1005px -182px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_fallMage {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -121px 0px;
  width: 120px;
  height: 90px;
}
.broad_armor_special_fallRogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -106px -725px;
  width: 105px;
  height: 90px;
}
.broad_armor_special_fallWarrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1099px -182px;
  width: 90px;
  height: 90px;
}
.head_special_fall2015Healer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -279px -907px;
  width: 93px;
  height: 90px;
}
.head_special_fall2015Mage {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -212px -725px;
  width: 105px;
  height: 90px;
}
.head_special_fall2015Rogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1005px -273px;
  width: 90px;
  height: 90px;
}
.head_special_fall2015Warrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1001px -1004px;
  width: 90px;
  height: 90px;
}
.head_special_fall2016Healer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -708px -440px;
  width: 114px;
  height: 87px;
}
.head_special_fall2016Mage {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -708px 0px;
  width: 114px;
  height: 87px;
}
.head_special_fall2016Rogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -708px -88px;
  width: 114px;
  height: 87px;
}
.head_special_fall2016Warrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -708px -176px;
  width: 114px;
  height: 87px;
}
.head_special_fall2017Healer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -363px -182px;
  width: 114px;
  height: 90px;
}
.head_special_fall2017Mage {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: 0px -273px;
  width: 114px;
  height: 90px;
}
.head_special_fall2017Rogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -115px -273px;
  width: 114px;
  height: 90px;
}
.head_special_fall2017Warrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -230px -273px;
  width: 114px;
  height: 90px;
}
.head_special_fall2018Healer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -345px -273px;
  width: 114px;
  height: 90px;
}
.head_special_fall2018Mage {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: 0px -364px;
  width: 114px;
  height: 90px;
}
.head_special_fall2018Rogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -115px -364px;
  width: 114px;
  height: 90px;
}
.head_special_fall2018Warrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -230px -364px;
  width: 114px;
  height: 90px;
}
.head_special_fallHealer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1099px -546px;
  width: 90px;
  height: 90px;
}
.head_special_fallMage {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -121px -91px;
  width: 120px;
  height: 90px;
}
.head_special_fallRogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -636px -725px;
  width: 105px;
  height: 90px;
}
.head_special_fallWarrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -910px -1004px;
  width: 90px;
  height: 90px;
}
.shield_special_fall2015Healer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -494px -816px;
  width: 93px;
  height: 90px;
}
.shield_special_fall2015Rogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: 0px -725px;
  width: 105px;
  height: 90px;
}
.shield_special_fall2015Warrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1099px -273px;
  width: 90px;
  height: 90px;
}
.shield_special_fall2016Healer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -575px -637px;
  width: 114px;
  height: 87px;
}
.shield_special_fall2016Rogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -460px -637px;
  width: 114px;
  height: 87px;
}
.shield_special_fall2016Warrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -345px -637px;
  width: 114px;
  height: 87px;
}
.shield_special_fall2017Healer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -115px -455px;
  width: 114px;
  height: 90px;
}
.shield_special_fall2017Rogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -230px -455px;
  width: 114px;
  height: 90px;
}
.shield_special_fall2017Warrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -345px -455px;
  width: 114px;
  height: 90px;
}
.shield_special_fall2018Healer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -460px -455px;
  width: 114px;
  height: 90px;
}
.shield_special_fall2018Rogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -593px 0px;
  width: 114px;
  height: 90px;
}
.shield_special_fall2018Warrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -593px -91px;
  width: 114px;
  height: 90px;
}
.shield_special_fallHealer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1099px -455px;
  width: 90px;
  height: 90px;
}
.shield_special_fallRogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -742px -725px;
  width: 105px;
  height: 90px;
}
.shield_special_fallWarrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1099px -637px;
  width: 90px;
  height: 90px;
}
.shop_armor_special_fall2015Healer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1648px -1035px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_fall2015Mage {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1648px -966px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_fall2015Rogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1648px -897px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_fall2015Warrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1648px -621px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_fall2016Healer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1648px -552px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_fall2016Mage {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1648px -483px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_fall2016Rogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1648px -207px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_fall2016Warrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1648px -138px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_fall2017Healer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1449px -1575px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_fall2017Mage {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1380px -1575px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_fall2017Rogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1104px -1575px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_fall2017Warrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1035px -1575px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_fall2018Healer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -966px -1575px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_fall2018Mage {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -690px -1575px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_fall2018Rogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -621px -1575px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_fall2018Warrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -552px -1575px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_fallHealer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -276px -1575px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_fallMage {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -207px -1575px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_fallRogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1579px -1449px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_fallWarrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1579px -1380px;
  width: 68px;
  height: 68px;
}
.shop_head_special_fall2015Healer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1579px -1311px;
  width: 68px;
  height: 68px;
}
.shop_head_special_fall2015Mage {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1579px -1035px;
  width: 68px;
  height: 68px;
}
.shop_head_special_fall2015Rogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1579px -966px;
  width: 68px;
  height: 68px;
}
.shop_head_special_fall2015Warrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1579px -690px;
  width: 68px;
  height: 68px;
}
.shop_head_special_fall2016Healer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1579px -621px;
  width: 68px;
  height: 68px;
}
.shop_head_special_fall2016Mage {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1579px -552px;
  width: 68px;
  height: 68px;
}
.shop_head_special_fall2016Rogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1579px -276px;
  width: 68px;
  height: 68px;
}
.shop_head_special_fall2016Warrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1579px -207px;
  width: 68px;
  height: 68px;
}
.shop_head_special_fall2017Healer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1579px -138px;
  width: 68px;
  height: 68px;
}
.shop_head_special_fall2017Mage {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1380px -1506px;
  width: 68px;
  height: 68px;
}
.shop_head_special_fall2017Rogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1311px -1506px;
  width: 68px;
  height: 68px;
}
.shop_head_special_fall2017Warrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1242px -1506px;
  width: 68px;
  height: 68px;
}
.shop_head_special_fall2018Healer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -966px -1506px;
  width: 68px;
  height: 68px;
}
.shop_head_special_fall2018Mage {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -897px -1506px;
  width: 68px;
  height: 68px;
}
.shop_head_special_fall2018Rogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -828px -1506px;
  width: 68px;
  height: 68px;
}
.shop_head_special_fall2018Warrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -552px -1506px;
  width: 68px;
  height: 68px;
}
.shop_head_special_fallHealer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -483px -1506px;
  width: 68px;
  height: 68px;
}
.shop_head_special_fallMage {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -414px -1506px;
  width: 68px;
  height: 68px;
}
.shop_head_special_fallRogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -138px -1506px;
  width: 68px;
  height: 68px;
}
.shop_head_special_fallWarrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -69px -1506px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_fall2015Healer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1510px -1242px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_fall2015Rogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1510px -1173px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_fall2015Warrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1510px -897px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_fall2016Healer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1510px -828px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_fall2016Rogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1510px -759px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_fall2016Warrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -823px -636px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_fall2017Healer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1510px -414px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_fall2017Rogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1510px -345px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_fall2017Warrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1510px -69px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_fall2018Healer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1510px 0px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_fall2018Rogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1173px -1437px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_fall2018Warrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1104px -1437px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_fallHealer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1035px -1437px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_fallRogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -759px -1437px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_fallWarrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -690px -1437px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_fall2015Healer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -621px -1437px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_fall2015Mage {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -345px -1437px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_fall2015Rogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -276px -1437px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_fall2015Warrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: 0px -1437px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_fall2016Healer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1441px -1311px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_fall2016Mage {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1441px -1242px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_fall2016Rogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1441px -966px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_fall2016Warrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1441px -897px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_fall2017Healer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1441px -828px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_fall2017Mage {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1441px -552px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_fall2017Rogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1441px -483px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_fall2017Warrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1441px -207px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_fall2018Healer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1441px -138px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_fall2018Mage {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1441px -69px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_fall2018Rogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1173px -1368px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_fall2018Warrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1104px -1368px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_fallHealer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1035px -1368px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_fallMage {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -759px -1368px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_fallRogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -690px -1368px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_fallWarrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -414px -1368px;
  width: 68px;
  height: 68px;
}
.slim_armor_special_fall2015Healer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -400px -816px;
  width: 93px;
  height: 90px;
}
.slim_armor_special_fall2015Mage {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -106px -816px;
  width: 105px;
  height: 90px;
}
.slim_armor_special_fall2015Rogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1099px 0px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_fall2015Warrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1099px -91px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_fall2016Healer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -708px -264px;
  width: 114px;
  height: 87px;
}
.slim_armor_special_fall2016Mage {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -708px -352px;
  width: 114px;
  height: 87px;
}
.slim_armor_special_fall2016Rogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -460px -546px;
  width: 114px;
  height: 87px;
}
.slim_armor_special_fall2016Warrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -708px -528px;
  width: 114px;
  height: 87px;
}
.slim_armor_special_fall2017Healer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -115px -546px;
  width: 114px;
  height: 90px;
}
.slim_armor_special_fall2017Mage {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: 0px -546px;
  width: 114px;
  height: 90px;
}
.slim_armor_special_fall2017Rogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -593px -455px;
  width: 114px;
  height: 90px;
}
.slim_armor_special_fall2017Warrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -593px -364px;
  width: 114px;
  height: 90px;
}
.slim_armor_special_fall2018Healer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -593px -273px;
  width: 114px;
  height: 90px;
}
.slim_armor_special_fall2018Mage {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -593px -182px;
  width: 114px;
  height: 90px;
}
.slim_armor_special_fall2018Rogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: 0px -455px;
  width: 114px;
  height: 90px;
}
.slim_armor_special_fall2018Warrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -478px -364px;
  width: 114px;
  height: 90px;
}
.slim_armor_special_fallHealer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -182px -1095px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_fallMage {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -242px 0px;
  width: 120px;
  height: 90px;
}
.slim_armor_special_fallRogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: 0px -816px;
  width: 105px;
  height: 90px;
}
.slim_armor_special_fallWarrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -455px -1095px;
  width: 90px;
  height: 90px;
}
.weapon_special_fall2015Healer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -306px -816px;
  width: 93px;
  height: 90px;
}
.weapon_special_fall2015Mage {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -424px -725px;
  width: 105px;
  height: 90px;
}
.weapon_special_fall2015Rogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -728px -1095px;
  width: 90px;
  height: 90px;
}
.weapon_special_fall2015Warrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -819px -1095px;
  width: 90px;
  height: 90px;
}
.weapon_special_fall2016Healer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: 0px -637px;
  width: 114px;
  height: 87px;
}
.weapon_special_fall2016Mage {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -575px -546px;
  width: 114px;
  height: 87px;
}
.weapon_special_fall2016Rogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -115px -637px;
  width: 114px;
  height: 87px;
}
.weapon_special_fall2016Warrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -230px -637px;
  width: 114px;
  height: 87px;
}
.weapon_special_fall2017Healer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -478px -182px;
  width: 114px;
  height: 90px;
}
.weapon_special_fall2017Mage {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -478px -91px;
  width: 114px;
  height: 90px;
}
.weapon_special_fall2017Rogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -478px 0px;
  width: 114px;
  height: 90px;
}
.weapon_special_fall2017Warrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -363px -91px;
  width: 114px;
  height: 90px;
}
.weapon_special_fall2018Healer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -363px 0px;
  width: 114px;
  height: 90px;
}
.weapon_special_fall2018Mage {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -230px -182px;
  width: 114px;
  height: 90px;
}
.weapon_special_fall2018Rogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -115px -182px;
  width: 114px;
  height: 90px;
}
.weapon_special_fall2018Warrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: 0px -182px;
  width: 114px;
  height: 90px;
}
.weapon_special_fallHealer {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1190px -819px;
  width: 90px;
  height: 90px;
}
.weapon_special_fallMage {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: 0px -91px;
  width: 120px;
  height: 90px;
}
.weapon_special_fallRogue {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -530px -725px;
  width: 105px;
  height: 90px;
}
.weapon_special_fallWarrior {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1190px -1092px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_gaymerx {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: 0px -1186px;
  width: 90px;
  height: 90px;
}
.head_special_gaymerx {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -91px -1186px;
  width: 90px;
  height: 90px;
}
.shop_armor_special_gaymerx {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -345px -1368px;
  width: 68px;
  height: 68px;
}
.shop_head_special_gaymerx {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -276px -1368px;
  width: 68px;
  height: 68px;
}
.slim_armor_special_gaymerx {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -364px -1186px;
  width: 90px;
  height: 90px;
}
.back_mystery_201402 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -455px -1186px;
  width: 90px;
  height: 90px;
}
.broad_armor_mystery_201402 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -546px -1186px;
  width: 90px;
  height: 90px;
}
.head_mystery_201402 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -637px -1186px;
  width: 90px;
  height: 90px;
}
.shop_armor_mystery_201402 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: 0px -1368px;
  width: 68px;
  height: 68px;
}
.shop_back_mystery_201402 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1372px -1242px;
  width: 68px;
  height: 68px;
}
.shop_head_mystery_201402 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1372px -1173px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201402 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1372px -897px;
  width: 68px;
  height: 68px;
}
.slim_armor_mystery_201402 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1092px -1186px;
  width: 90px;
  height: 90px;
}
.broad_armor_mystery_201403 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1183px -1186px;
  width: 90px;
  height: 90px;
}
.headAccessory_mystery_201403 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1281px 0px;
  width: 90px;
  height: 90px;
}
.shop_armor_mystery_201403 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1372px -828px;
  width: 68px;
  height: 68px;
}
.shop_headAccessory_mystery_201403 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1372px -552px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201403 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1372px -483px;
  width: 68px;
  height: 68px;
}
.slim_armor_mystery_201403 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1281px -364px;
  width: 90px;
  height: 90px;
}
.back_mystery_201404 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1281px -455px;
  width: 90px;
  height: 90px;
}
.headAccessory_mystery_201404 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1281px -546px;
  width: 90px;
  height: 90px;
}
.shop_back_mystery_201404 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1372px -414px;
  width: 68px;
  height: 68px;
}
.shop_headAccessory_mystery_201404 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1372px -138px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201404 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1372px -69px;
  width: 68px;
  height: 68px;
}
.broad_armor_mystery_201405 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1281px -910px;
  width: 90px;
  height: 90px;
}
.head_mystery_201405 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1281px -1001px;
  width: 90px;
  height: 90px;
}
.shop_armor_mystery_201405 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1372px 0px;
  width: 68px;
  height: 68px;
}
.shop_head_mystery_201405 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1073px -1277px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201405 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1004px -1277px;
  width: 68px;
  height: 68px;
}
.slim_armor_mystery_201405 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -91px -1277px;
  width: 90px;
  height: 90px;
}
.broad_armor_mystery_201406 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: 0px -907px;
  width: 90px;
  height: 96px;
}
.head_mystery_201406 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -914px -715px;
  width: 90px;
  height: 96px;
}
.shop_armor_mystery_201406 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -935px -1277px;
  width: 68px;
  height: 68px;
}
.shop_head_mystery_201406 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1510px -483px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201406 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -690px -637px;
  width: 68px;
  height: 68px;
}
.slim_armor_mystery_201406 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -914px -618px;
  width: 90px;
  height: 96px;
}
.broad_armor_mystery_201407 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -546px -1277px;
  width: 90px;
  height: 90px;
}
.head_mystery_201407 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1099px -364px;
  width: 90px;
  height: 90px;
}
.shop_armor_mystery_201407 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -728px -1277px;
  width: 68px;
  height: 68px;
}
.shop_head_mystery_201407 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -797px -1277px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201407 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -866px -1277px;
  width: 68px;
  height: 68px;
}
.slim_armor_mystery_201407 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -364px -1277px;
  width: 90px;
  height: 90px;
}
.broad_armor_mystery_201408 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: 0px -1277px;
  width: 90px;
  height: 90px;
}
.head_mystery_201408 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1281px -1183px;
  width: 90px;
  height: 90px;
}
.shop_armor_mystery_201408 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1142px -1277px;
  width: 68px;
  height: 68px;
}
.shop_head_mystery_201408 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1211px -1277px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201408 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1280px -1277px;
  width: 68px;
  height: 68px;
}
.slim_armor_mystery_201408 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1281px -1092px;
  width: 90px;
  height: 90px;
}
.broad_armor_mystery_201409 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1281px -819px;
  width: 90px;
  height: 90px;
}
.headAccessory_mystery_201409 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1281px -728px;
  width: 90px;
  height: 90px;
}
.shop_armor_mystery_201409 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1372px -207px;
  width: 68px;
  height: 68px;
}
.shop_headAccessory_mystery_201409 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1372px -276px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201409 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1372px -345px;
  width: 68px;
  height: 68px;
}
.slim_armor_mystery_201409 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1281px -637px;
  width: 90px;
  height: 90px;
}
.back_mystery_201410 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -655px -907px;
  width: 93px;
  height: 90px;
}
.broad_armor_mystery_201410 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -561px -907px;
  width: 93px;
  height: 90px;
}
.shop_armor_mystery_201410 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1372px -621px;
  width: 68px;
  height: 68px;
}
.shop_back_mystery_201410 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1372px -690px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201410 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1372px -759px;
  width: 68px;
  height: 68px;
}
.slim_armor_mystery_201410 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -467px -907px;
  width: 93px;
  height: 90px;
}
.head_mystery_201411 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1001px -1186px;
  width: 90px;
  height: 90px;
}
.shop_head_mystery_201411 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1372px -966px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201411 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1372px -1035px;
  width: 68px;
  height: 68px;
}
.shop_weapon_mystery_201411 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1372px -1104px;
  width: 68px;
  height: 68px;
}
.weapon_mystery_201411 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -910px -1186px;
  width: 90px;
  height: 90px;
}
.broad_armor_mystery_201412 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -819px -1186px;
  width: 90px;
  height: 90px;
}
.head_mystery_201412 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -728px -1186px;
  width: 90px;
  height: 90px;
}
.shop_armor_mystery_201412 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -69px -1368px;
  width: 68px;
  height: 68px;
}
.shop_head_mystery_201412 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -138px -1368px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201412 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -207px -1368px;
  width: 68px;
  height: 68px;
}
.slim_armor_mystery_201412 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -273px -1186px;
  width: 90px;
  height: 90px;
}
.broad_armor_mystery_201501 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -182px -1186px;
  width: 90px;
  height: 90px;
}
.head_mystery_201501 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -819px -1004px;
  width: 90px;
  height: 90px;
}
.shop_armor_mystery_201501 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -483px -1368px;
  width: 68px;
  height: 68px;
}
.shop_head_mystery_201501 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -552px -1368px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201501 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -621px -1368px;
  width: 68px;
  height: 68px;
}
.slim_armor_mystery_201501 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -728px -1004px;
  width: 90px;
  height: 90px;
}
.headAccessory_mystery_201502 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -637px -1004px;
  width: 90px;
  height: 90px;
}
.shop_headAccessory_mystery_201502 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -828px -1368px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201502 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -897px -1368px;
  width: 68px;
  height: 68px;
}
.shop_weapon_mystery_201502 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -966px -1368px;
  width: 68px;
  height: 68px;
}
.weapon_mystery_201502 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -546px -1004px;
  width: 90px;
  height: 90px;
}
.broad_armor_mystery_201503 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -455px -1004px;
  width: 90px;
  height: 90px;
}
.eyewear_mystery_201503 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -364px -1004px;
  width: 90px;
  height: 90px;
}
.shop_armor_mystery_201503 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1242px -1368px;
  width: 68px;
  height: 68px;
}
.shop_eyewear_mystery_201503 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1311px -1368px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201503 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1441px 0px;
  width: 68px;
  height: 68px;
}
.slim_armor_mystery_201503 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -273px -1004px;
  width: 90px;
  height: 90px;
}
.back_mystery_201504 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -182px -1004px;
  width: 90px;
  height: 90px;
}
.broad_armor_mystery_201504 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -91px -1004px;
  width: 90px;
  height: 90px;
}
.shop_armor_mystery_201504 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1441px -276px;
  width: 68px;
  height: 68px;
}
.shop_back_mystery_201504 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1441px -345px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201504 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1441px -414px;
  width: 68px;
  height: 68px;
}
.slim_armor_mystery_201504 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: 0px -1004px;
  width: 90px;
  height: 90px;
}
.head_mystery_201505 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1005px -910px;
  width: 90px;
  height: 90px;
}
.shop_head_mystery_201505 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1441px -621px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201505 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1441px -690px;
  width: 68px;
  height: 68px;
}
.shop_weapon_mystery_201505 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1441px -759px;
  width: 68px;
  height: 68px;
}
.weapon_mystery_201505 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1005px -819px;
  width: 90px;
  height: 90px;
}
.broad_armor_mystery_201506 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -823px -106px;
  width: 90px;
  height: 105px;
}
.eyewear_mystery_201506 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -823px 0px;
  width: 90px;
  height: 105px;
}
.shop_armor_mystery_201506 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1441px -1035px;
  width: 68px;
  height: 68px;
}
.shop_eyewear_mystery_201506 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1441px -1104px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201506 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1441px -1173px;
  width: 68px;
  height: 68px;
}
.slim_armor_mystery_201506 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -914px -212px;
  width: 90px;
  height: 105px;
}
.back_mystery_201507 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -914px -106px;
  width: 90px;
  height: 105px;
}
.eyewear_mystery_201507 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -914px 0px;
  width: 90px;
  height: 105px;
}
.shop_back_mystery_201507 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -69px -1437px;
  width: 68px;
  height: 68px;
}
.shop_eyewear_mystery_201507 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -138px -1437px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201507 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -207px -1437px;
  width: 68px;
  height: 68px;
}
.broad_armor_mystery_201508 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -588px -816px;
  width: 93px;
  height: 90px;
}
.head_mystery_201508 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -682px -816px;
  width: 93px;
  height: 90px;
}
.shop_armor_mystery_201508 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -414px -1437px;
  width: 68px;
  height: 68px;
}
.shop_head_mystery_201508 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -483px -1437px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201508 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -552px -1437px;
  width: 68px;
  height: 68px;
}
.slim_armor_mystery_201508 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -776px -816px;
  width: 93px;
  height: 90px;
}
.broad_armor_mystery_201509 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -455px -1277px;
  width: 90px;
  height: 90px;
}
.head_mystery_201509 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -273px -1277px;
  width: 90px;
  height: 90px;
}
.shop_armor_mystery_201509 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -828px -1437px;
  width: 68px;
  height: 68px;
}
.shop_head_mystery_201509 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -897px -1437px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201509 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -966px -1437px;
  width: 68px;
  height: 68px;
}
.slim_armor_mystery_201509 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -182px -1277px;
  width: 90px;
  height: 90px;
}
.back_mystery_201510 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -318px -725px;
  width: 105px;
  height: 90px;
}
.headAccessory_mystery_201510 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -870px -816px;
  width: 93px;
  height: 90px;
}
.shop_back_mystery_201510 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1242px -1437px;
  width: 68px;
  height: 68px;
}
.shop_headAccessory_mystery_201510 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1311px -1437px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201510 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1380px -1437px;
  width: 68px;
  height: 68px;
}
.broad_armor_mystery_201511 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1281px -91px;
  width: 90px;
  height: 90px;
}
.head_mystery_201511 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1190px -1001px;
  width: 90px;
  height: 90px;
}
.shop_armor_mystery_201511 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1510px -138px;
  width: 68px;
  height: 68px;
}
.shop_head_mystery_201511 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1510px -207px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201511 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1510px -276px;
  width: 68px;
  height: 68px;
}
.slim_armor_mystery_201511 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1190px -910px;
  width: 90px;
  height: 90px;
}
.broad_armor_mystery_201512 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1190px -728px;
  width: 90px;
  height: 90px;
}
.head_mystery_201512 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1190px -637px;
  width: 90px;
  height: 90px;
}
.shop_armor_mystery_201512 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1510px -552px;
  width: 68px;
  height: 68px;
}
.shop_head_mystery_201512 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1510px -621px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201512 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1510px -690px;
  width: 68px;
  height: 68px;
}
.slim_armor_mystery_201512 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1190px -546px;
  width: 90px;
  height: 90px;
}
.head_mystery_201601 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: 0px 0px;
  width: 120px;
  height: 90px;
}
.shield_mystery_201601 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -242px -91px;
  width: 120px;
  height: 90px;
}
.shop_head_mystery_201601 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1510px -966px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201601 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1510px -1035px;
  width: 68px;
  height: 68px;
}
.shop_shield_mystery_201601 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1510px -1104px;
  width: 68px;
  height: 68px;
}
.back_mystery_201602 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1190px -273px;
  width: 90px;
  height: 90px;
}
.head_mystery_201602 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1190px -182px;
  width: 90px;
  height: 90px;
}
.shop_back_mystery_201602 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1510px -1311px;
  width: 68px;
  height: 68px;
}
.shop_head_mystery_201602 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1510px -1380px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201602 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: 0px -1506px;
  width: 68px;
  height: 68px;
}
.broad_armor_mystery_201603 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1190px -91px;
  width: 90px;
  height: 90px;
}
.head_mystery_201603 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1190px 0px;
  width: 90px;
  height: 90px;
}
.shop_armor_mystery_201603 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -207px -1506px;
  width: 68px;
  height: 68px;
}
.shop_head_mystery_201603 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -276px -1506px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201603 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -345px -1506px;
  width: 68px;
  height: 68px;
}
.slim_armor_mystery_201603 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1092px -1095px;
  width: 90px;
  height: 90px;
}
.broad_armor_mystery_201604 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -373px -907px;
  width: 93px;
  height: 90px;
}
.head_mystery_201604 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -749px -907px;
  width: 93px;
  height: 90px;
}
.shop_armor_mystery_201604 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -621px -1506px;
  width: 68px;
  height: 68px;
}
.shop_head_mystery_201604 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -690px -1506px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201604 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -759px -1506px;
  width: 68px;
  height: 68px;
}
.slim_armor_mystery_201604 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -843px -907px;
  width: 93px;
  height: 90px;
}
.broad_armor_mystery_201605 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -546px -1095px;
  width: 90px;
  height: 90px;
}
.head_mystery_201605 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -364px -1095px;
  width: 90px;
  height: 90px;
}
.shop_armor_mystery_201605 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1035px -1506px;
  width: 68px;
  height: 68px;
}
.shop_head_mystery_201605 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1104px -1506px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201605 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1173px -1506px;
  width: 68px;
  height: 68px;
}
.slim_armor_mystery_201605 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -273px -1095px;
  width: 90px;
  height: 90px;
}
.broad_armor_mystery_201606 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -823px -424px;
  width: 90px;
  height: 105px;
}
.head_mystery_201606 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: 0px -1095px;
  width: 90px;
  height: 90px;
}
.shop_armor_mystery_201606 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1449px -1506px;
  width: 68px;
  height: 68px;
}
.shop_head_mystery_201606 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1579px 0px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201606 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1579px -69px;
  width: 68px;
  height: 68px;
}
.slim_armor_mystery_201606 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -823px -318px;
  width: 90px;
  height: 105px;
}
.broad_armor_mystery_201607 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1099px -910px;
  width: 90px;
  height: 90px;
}
.head_mystery_201607 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1099px -819px;
  width: 90px;
  height: 90px;
}
.shop_armor_mystery_201607 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1579px -345px;
  width: 68px;
  height: 68px;
}
.shop_head_mystery_201607 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1579px -414px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201607 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1579px -483px;
  width: 68px;
  height: 68px;
}
.slim_armor_mystery_201607 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1099px -728px;
  width: 90px;
  height: 90px;
}
.back_mystery_201608 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1005px 0px;
  width: 93px;
  height: 90px;
}
.head_mystery_201608 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -185px -907px;
  width: 93px;
  height: 90px;
}
.shop_back_mystery_201608 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1579px -759px;
  width: 68px;
  height: 68px;
}
.shop_head_mystery_201608 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1579px -828px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201608 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1579px -897px;
  width: 68px;
  height: 68px;
}
.broad_armor_mystery_201609 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1005px -91px;
  width: 93px;
  height: 90px;
}
.head_mystery_201609 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -212px -816px;
  width: 93px;
  height: 90px;
}
.shop_armor_mystery_201609 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1579px -1104px;
  width: 68px;
  height: 68px;
}
.shop_head_mystery_201609 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1579px -1173px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201609 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1579px -1242px;
  width: 68px;
  height: 68px;
}
.slim_armor_mystery_201609 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -91px -907px;
  width: 93px;
  height: 90px;
}
.broad_armor_mystery_201610 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -914px -518px;
  width: 90px;
  height: 99px;
}
.head_mystery_201610 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -914px -418px;
  width: 90px;
  height: 99px;
}
.shop_armor_mystery_201610 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: 0px -1575px;
  width: 68px;
  height: 68px;
}
.shop_head_mystery_201610 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -69px -1575px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201610 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -138px -1575px;
  width: 68px;
  height: 68px;
}
.slim_armor_mystery_201610 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -914px -318px;
  width: 90px;
  height: 99px;
}
.head_mystery_201611 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1005px -728px;
  width: 90px;
  height: 90px;
}
.shop_head_mystery_201611 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -345px -1575px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201611 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -414px -1575px;
  width: 68px;
  height: 68px;
}
.shop_weapon_mystery_201611 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -483px -1575px;
  width: 68px;
  height: 68px;
}
.weapon_mystery_201611 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1005px -637px;
  width: 90px;
  height: 90px;
}
.broad_armor_mystery_201612 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1005px -546px;
  width: 90px;
  height: 90px;
}
.head_mystery_201612 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1005px -455px;
  width: 90px;
  height: 90px;
}
.shop_armor_mystery_201612 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -759px -1575px;
  width: 68px;
  height: 68px;
}
.shop_head_mystery_201612 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -828px -1575px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201612 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -897px -1575px;
  width: 68px;
  height: 68px;
}
.slim_armor_mystery_201612 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1005px -364px;
  width: 90px;
  height: 90px;
}
.eyewear_mystery_201701 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -823px -212px;
  width: 90px;
  height: 105px;
}
.shield_mystery_201701 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -823px -530px;
  width: 90px;
  height: 105px;
}
.shop_eyewear_mystery_201701 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1173px -1575px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201701 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1242px -1575px;
  width: 68px;
  height: 68px;
}
.shop_shield_mystery_201701 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1311px -1575px;
  width: 68px;
  height: 68px;
}
.back_mystery_201702 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -637px -1277px;
  width: 90px;
  height: 90px;
}
.head_mystery_201702 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1281px -273px;
  width: 90px;
  height: 90px;
}
.shop_back_mystery_201702 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1518px -1575px;
  width: 68px;
  height: 68px;
}
.shop_head_mystery_201702 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1648px 0px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201702 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1648px -69px;
  width: 68px;
  height: 68px;
}
.broad_armor_mystery_201703 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1281px -182px;
  width: 90px;
  height: 90px;
}
.head_mystery_201703 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1190px -455px;
  width: 90px;
  height: 90px;
}
.shop_armor_mystery_201703 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1648px -276px;
  width: 68px;
  height: 68px;
}
.shop_head_mystery_201703 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1648px -345px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201703 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1648px -414px;
  width: 68px;
  height: 68px;
}
.slim_armor_mystery_201703 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1190px -364px;
  width: 90px;
  height: 90px;
}
.back_mystery_201704 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1001px -1095px;
  width: 90px;
  height: 90px;
}
.broad_armor_mystery_201704 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -910px -1095px;
  width: 90px;
  height: 90px;
}
.shop_armor_mystery_201704 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1648px -690px;
  width: 68px;
  height: 68px;
}
.shop_back_mystery_201704 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1648px -759px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201704 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1648px -828px;
  width: 68px;
  height: 68px;
}
.slim_armor_mystery_201704 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -637px -1095px;
  width: 90px;
  height: 90px;
}
.body_mystery_201705 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -91px -1095px;
  width: 90px;
  height: 90px;
}
.head_mystery_201705 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1099px -1001px;
  width: 90px;
  height: 90px;
}
.shop_body_mystery_201705 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1648px -1104px;
  width: 68px;
  height: 68px;
}
.shop_head_mystery_201705 {
  background-image: url(/static/images/spritesmith-main-7.2ae28df.png);
  background-position: -1648px -1173px;
  width: 68px;
  height: 68px;
}

.shop_set_mystery_201705 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -897px -1598px;
  width: 68px;
  height: 68px;
}
.back_mystery_201706 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -914px -364px;
  width: 111px;
  height: 90px;
}
.body_mystery_201706 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -914px -546px;
  width: 111px;
  height: 90px;
}
.shop_back_mystery_201706 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -552px -1598px;
  width: 68px;
  height: 68px;
}
.shop_body_mystery_201706 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -621px -1598px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201706 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -828px -1598px;
  width: 68px;
  height: 68px;
}
.broad_armor_mystery_201707 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -575px -560px;
  width: 105px;
  height: 90px;
}
.head_mystery_201707 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -460px -469px;
  width: 105px;
  height: 90px;
}
.shop_armor_mystery_201707 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -460px -321px;
  width: 40px;
  height: 40px;
}
.shop_head_mystery_201707 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -501px -321px;
  width: 40px;
  height: 40px;
}
.shop_set_mystery_201707 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -759px -1598px;
  width: 68px;
  height: 68px;
}
.slim_armor_mystery_201707 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -690px -651px;
  width: 105px;
  height: 90px;
}
.shield_mystery_201708 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1223px 0px;
  width: 90px;
  height: 90px;
}
.shop_set_mystery_201708 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -690px -1598px;
  width: 68px;
  height: 68px;
}
.shop_shield_mystery_201708 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -966px -833px;
  width: 40px;
  height: 40px;
}
.shop_weapon_mystery_201708 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1449px -1391px;
  width: 40px;
  height: 40px;
}
.weapon_mystery_201708 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -182px -1209px;
  width: 90px;
  height: 90px;
}
.back_mystery_201709 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -460px -651px;
  width: 114px;
  height: 90px;
}
.shield_mystery_201709 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -799px -546px;
  width: 114px;
  height: 90px;
}
.shop_back_mystery_201709 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -483px -1598px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201709 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -414px -1598px;
  width: 68px;
  height: 68px;
}
.shop_shield_mystery_201709 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -345px -1598px;
  width: 68px;
  height: 68px;
}
.broad_armor_mystery_201710 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1029px -364px;
  width: 93px;
  height: 90px;
}
.head_mystery_201710 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1029px -455px;
  width: 93px;
  height: 90px;
}
.shop_armor_mystery_201710 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -276px -1598px;
  width: 68px;
  height: 68px;
}
.shop_head_mystery_201710 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -207px -1598px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201710 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -138px -1598px;
  width: 68px;
  height: 68px;
}
.slim_armor_mystery_201710 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1029px -546px;
  width: 93px;
  height: 90px;
}
.body_mystery_201711 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -424px -363px;
  width: 114px;
  height: 90px;
}
.broad_armor_mystery_201711 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: 0px -469px;
  width: 114px;
  height: 90px;
}
.shop_armor_mystery_201711 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -69px -1598px;
  width: 68px;
  height: 68px;
}
.shop_body_mystery_201711 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: 0px -1598px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201711 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1634px -1518px;
  width: 68px;
  height: 68px;
}
.slim_armor_mystery_201711 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -569px 0px;
  width: 114px;
  height: 90px;
}
.broad_armor_mystery_201712 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -569px -91px;
  width: 114px;
  height: 90px;
}
.head_mystery_201712 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -569px -182px;
  width: 114px;
  height: 90px;
}
.shop_armor_mystery_201712 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1634px -1449px;
  width: 68px;
  height: 68px;
}
.shop_head_mystery_201712 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1634px -1380px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201712 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1634px -1311px;
  width: 68px;
  height: 68px;
}
.slim_armor_mystery_201712 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: 0px -560px;
  width: 114px;
  height: 90px;
}
.back_mystery_201801 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -115px -560px;
  width: 114px;
  height: 90px;
}
.headAccessory_mystery_201801 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -230px -560px;
  width: 114px;
  height: 90px;
}
.shop_back_mystery_201801 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1634px -1242px;
  width: 68px;
  height: 68px;
}
.shop_headAccessory_mystery_201801 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1634px -1173px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201801 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1634px -1104px;
  width: 68px;
  height: 68px;
}
.broad_armor_mystery_201802 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -684px 0px;
  width: 114px;
  height: 90px;
}
.head_mystery_201802 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -684px -91px;
  width: 114px;
  height: 90px;
}
.shield_mystery_201802 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -684px -182px;
  width: 114px;
  height: 90px;
}
.shop_armor_mystery_201802 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1634px -1035px;
  width: 68px;
  height: 68px;
}
.shop_head_mystery_201802 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1634px -966px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201802 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1634px -897px;
  width: 68px;
  height: 68px;
}
.shop_shield_mystery_201802 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1634px -828px;
  width: 68px;
  height: 68px;
}
.slim_armor_mystery_201802 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: 0px -651px;
  width: 114px;
  height: 90px;
}
.back_mystery_201803 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -115px -651px;
  width: 114px;
  height: 90px;
}
.head_mystery_201803 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -230px -651px;
  width: 114px;
  height: 90px;
}
.shop_back_mystery_201803 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1634px -759px;
  width: 68px;
  height: 68px;
}
.shop_head_mystery_201803 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1634px -690px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201803 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1634px -621px;
  width: 68px;
  height: 68px;
}
.back_mystery_201804 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -575px -651px;
  width: 114px;
  height: 90px;
}
.headAccessory_mystery_201804 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -914px -91px;
  width: 114px;
  height: 90px;
}
.shop_back_mystery_201804 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1634px -552px;
  width: 68px;
  height: 68px;
}
.shop_headAccessory_mystery_201804 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1634px -483px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201804 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1634px -414px;
  width: 68px;
  height: 68px;
}
.back_mystery_201805 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -799px -273px;
  width: 114px;
  height: 90px;
}
.head_mystery_201805 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -799px -364px;
  width: 114px;
  height: 90px;
}
.shop_back_mystery_201805 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1634px -345px;
  width: 68px;
  height: 68px;
}
.shop_head_mystery_201805 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1634px -276px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201805 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1634px -207px;
  width: 68px;
  height: 68px;
}
.broad_armor_mystery_201806 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: 0px -242px;
  width: 114px;
  height: 120px;
}
.head_mystery_201806 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -345px -121px;
  width: 114px;
  height: 120px;
}
.shop_armor_mystery_201806 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1634px -138px;
  width: 68px;
  height: 68px;
}
.shop_head_mystery_201806 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1634px -69px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201806 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1634px 0px;
  width: 68px;
  height: 68px;
}
.slim_armor_mystery_201806 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -345px 0px;
  width: 114px;
  height: 120px;
}
.broad_armor_mystery_201807 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -230px 0px;
  width: 114px;
  height: 120px;
}
.head_mystery_201807 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -115px 0px;
  width: 114px;
  height: 120px;
}
.shop_armor_mystery_201807 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1518px -1529px;
  width: 68px;
  height: 68px;
}
.shop_head_mystery_201807 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1449px -1529px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201807 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1380px -1529px;
  width: 68px;
  height: 68px;
}
.slim_armor_mystery_201807 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: 0px 0px;
  width: 114px;
  height: 120px;
}
.broad_armor_mystery_201808 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -690px -742px;
  width: 114px;
  height: 90px;
}
.head_mystery_201808 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -914px 0px;
  width: 114px;
  height: 90px;
}
.shop_armor_mystery_201808 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1311px -1529px;
  width: 68px;
  height: 68px;
}
.shop_head_mystery_201808 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1242px -1529px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201808 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1173px -1529px;
  width: 68px;
  height: 68px;
}
.slim_armor_mystery_201808 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -799px 0px;
  width: 114px;
  height: 90px;
}
.broad_armor_mystery_201809 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -345px -651px;
  width: 114px;
  height: 90px;
}
.head_mystery_201809 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -684px -546px;
  width: 114px;
  height: 90px;
}
.shop_armor_mystery_201809 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1104px -1529px;
  width: 68px;
  height: 68px;
}
.shop_head_mystery_201809 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1035px -1529px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_201809 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -966px -1529px;
  width: 68px;
  height: 68px;
}
.slim_armor_mystery_201809 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -684px -455px;
  width: 114px;
  height: 90px;
}
.broad_armor_mystery_301404 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1001px -1300px;
  width: 90px;
  height: 90px;
}
.eyewear_mystery_301404 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1092px -1300px;
  width: 90px;
  height: 90px;
}
.head_mystery_301404 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1183px -1300px;
  width: 90px;
  height: 90px;
}
.shop_armor_mystery_301404 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -897px -1529px;
  width: 68px;
  height: 68px;
}
.shop_eyewear_mystery_301404 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -828px -1529px;
  width: 68px;
  height: 68px;
}
.shop_head_mystery_301404 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -759px -1529px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_301404 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -690px -1529px;
  width: 68px;
  height: 68px;
}
.shop_weapon_mystery_301404 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -621px -1529px;
  width: 68px;
  height: 68px;
}
.slim_armor_mystery_301404 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1029px -910px;
  width: 90px;
  height: 90px;
}
.weapon_mystery_301404 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: 0px -1027px;
  width: 90px;
  height: 90px;
}
.eyewear_mystery_301405 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -91px -1027px;
  width: 90px;
  height: 90px;
}
.headAccessory_mystery_301405 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -273px -1027px;
  width: 90px;
  height: 90px;
}
.head_mystery_301405 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -182px -1027px;
  width: 90px;
  height: 90px;
}
.shield_mystery_301405 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -364px -1027px;
  width: 90px;
  height: 90px;
}
.shop_eyewear_mystery_301405 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -552px -1529px;
  width: 68px;
  height: 68px;
}
.shop_headAccessory_mystery_301405 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -414px -1529px;
  width: 68px;
  height: 68px;
}
.shop_head_mystery_301405 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -483px -1529px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_301405 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -345px -1529px;
  width: 68px;
  height: 68px;
}
.shop_shield_mystery_301405 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -276px -1529px;
  width: 68px;
  height: 68px;
}
.broad_armor_mystery_301703 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -910px -1027px;
  width: 90px;
  height: 90px;
}
.eyewear_mystery_301703 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1001px -1027px;
  width: 90px;
  height: 90px;
}
.head_mystery_301703 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -115px -833px;
  width: 114px;
  height: 87px;
}
.shop_armor_mystery_301703 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -207px -1529px;
  width: 68px;
  height: 68px;
}
.shop_eyewear_mystery_301703 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -138px -1529px;
  width: 68px;
  height: 68px;
}
.shop_head_mystery_301703 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -69px -1529px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_301703 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: 0px -1529px;
  width: 68px;
  height: 68px;
}
.slim_armor_mystery_301703 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1132px -455px;
  width: 90px;
  height: 90px;
}
.broad_armor_mystery_301704 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1132px -546px;
  width: 90px;
  height: 90px;
}
.head_mystery_301704 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1132px -637px;
  width: 90px;
  height: 90px;
}
.shield_mystery_301704 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1132px -728px;
  width: 90px;
  height: 90px;
}
.shop_armor_mystery_301704 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1565px -1449px;
  width: 68px;
  height: 68px;
}
.shop_head_mystery_301704 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1565px -1380px;
  width: 68px;
  height: 68px;
}
.shop_set_mystery_301704 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1565px -1311px;
  width: 68px;
  height: 68px;
}
.shop_shield_mystery_301704 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1565px -1242px;
  width: 68px;
  height: 68px;
}
.slim_armor_mystery_301704 {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -91px -1118px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_spring2015Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -182px -1118px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_spring2015Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -273px -1118px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_spring2015Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -364px -1118px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_spring2015Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -455px -1118px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_spring2016Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -546px -1118px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_spring2016Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -637px -1118px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_spring2016Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1029px -182px;
  width: 102px;
  height: 90px;
}
.broad_armor_special_spring2016Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -819px -1118px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_spring2017Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -910px -1118px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_spring2017Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1001px -1118px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_spring2017Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1092px -1118px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_spring2017Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -230px -833px;
  width: 114px;
  height: 87px;
}
.broad_armor_special_spring2018Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -345px -242px;
  width: 114px;
  height: 90px;
}
.broad_armor_special_spring2018Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -575px -742px;
  width: 114px;
  height: 90px;
}
.broad_armor_special_spring2018Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -345px -742px;
  width: 114px;
  height: 90px;
}
.broad_armor_special_spring2018Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -230px -742px;
  width: 114px;
  height: 90px;
}
.broad_armor_special_springHealer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1223px -455px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_springMage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1223px -546px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_springRogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1223px -637px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_springWarrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1223px -728px;
  width: 90px;
  height: 90px;
}
.headAccessory_special_spring2015Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1314px -182px;
  width: 90px;
  height: 90px;
}
.headAccessory_special_spring2015Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1314px -273px;
  width: 90px;
  height: 90px;
}
.headAccessory_special_spring2015Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1314px -364px;
  width: 90px;
  height: 90px;
}
.headAccessory_special_spring2015Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1314px -455px;
  width: 90px;
  height: 90px;
}
.headAccessory_special_spring2016Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1314px -546px;
  width: 90px;
  height: 90px;
}
.headAccessory_special_spring2016Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1314px -637px;
  width: 90px;
  height: 90px;
}
.headAccessory_special_spring2016Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -805px -742px;
  width: 102px;
  height: 90px;
}
.headAccessory_special_spring2016Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1314px -819px;
  width: 90px;
  height: 90px;
}
.headAccessory_special_spring2017Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1314px -910px;
  width: 90px;
  height: 90px;
}
.headAccessory_special_spring2017Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1314px -1001px;
  width: 90px;
  height: 90px;
}
.headAccessory_special_spring2017Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1314px -1092px;
  width: 90px;
  height: 90px;
}
.headAccessory_special_spring2017Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1314px -1183px;
  width: 90px;
  height: 90px;
}
.headAccessory_special_springHealer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: 0px -1300px;
  width: 90px;
  height: 90px;
}
.headAccessory_special_springMage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -91px -1300px;
  width: 90px;
  height: 90px;
}
.headAccessory_special_springRogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -182px -1300px;
  width: 90px;
  height: 90px;
}
.headAccessory_special_springWarrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -273px -1300px;
  width: 90px;
  height: 90px;
}
.head_special_spring2015Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1223px -819px;
  width: 90px;
  height: 90px;
}
.head_special_spring2015Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1223px -910px;
  width: 90px;
  height: 90px;
}
.head_special_spring2015Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1223px -1001px;
  width: 90px;
  height: 90px;
}
.head_special_spring2015Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1223px -1092px;
  width: 90px;
  height: 90px;
}
.head_special_spring2016Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: 0px -1209px;
  width: 90px;
  height: 90px;
}
.head_special_spring2016Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -91px -1209px;
  width: 90px;
  height: 90px;
}
.head_special_spring2016Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1029px 0px;
  width: 102px;
  height: 90px;
}
.head_special_spring2016Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -273px -1209px;
  width: 90px;
  height: 90px;
}
.head_special_spring2017Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -364px -1209px;
  width: 90px;
  height: 90px;
}
.head_special_spring2017Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -455px -1209px;
  width: 90px;
  height: 90px;
}
.head_special_spring2017Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -546px -1209px;
  width: 90px;
  height: 90px;
}
.head_special_spring2017Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -637px -1209px;
  width: 90px;
  height: 90px;
}
.head_special_spring2018Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -115px -742px;
  width: 114px;
  height: 90px;
}
.head_special_spring2018Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: 0px -742px;
  width: 114px;
  height: 90px;
}
.head_special_spring2018Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -799px -637px;
  width: 114px;
  height: 90px;
}
.head_special_spring2018Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -345px -560px;
  width: 114px;
  height: 90px;
}
.head_special_springHealer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1092px -1209px;
  width: 90px;
  height: 90px;
}
.head_special_springMage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1183px -1209px;
  width: 90px;
  height: 90px;
}
.head_special_springRogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1314px 0px;
  width: 90px;
  height: 90px;
}
.head_special_springWarrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1314px -91px;
  width: 90px;
  height: 90px;
}
.shield_special_spring2015Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -364px -1300px;
  width: 90px;
  height: 90px;
}
.shield_special_spring2015Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1223px -91px;
  width: 90px;
  height: 90px;
}
.shield_special_spring2015Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -546px -1300px;
  width: 90px;
  height: 90px;
}
.shield_special_spring2016Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -637px -1300px;
  width: 90px;
  height: 90px;
}
.shield_special_spring2016Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1029px -91px;
  width: 102px;
  height: 90px;
}
.shield_special_spring2016Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -819px -1300px;
  width: 90px;
  height: 90px;
}
.shield_special_spring2017Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -910px -1300px;
  width: 90px;
  height: 90px;
}
.shield_special_spring2017Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -569px -364px;
  width: 114px;
  height: 90px;
}
.shield_special_spring2017Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -914px -728px;
  width: 114px;
  height: 87px;
}
.shield_special_spring2018Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -230px -469px;
  width: 114px;
  height: 90px;
}
.shield_special_spring2018Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -460px -560px;
  width: 114px;
  height: 90px;
}
.shield_special_spring2018Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -569px -273px;
  width: 114px;
  height: 90px;
}
.shield_special_springHealer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1405px -91px;
  width: 90px;
  height: 90px;
}
.shield_special_springRogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1405px -182px;
  width: 90px;
  height: 90px;
}
.shield_special_springWarrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1405px -273px;
  width: 90px;
  height: 90px;
}
.shop_armor_special_spring2015Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1565px -1173px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_spring2015Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1565px -1104px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_spring2015Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1565px -1035px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_spring2015Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1565px -966px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_spring2016Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1565px -897px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_spring2016Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1565px -828px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_spring2016Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1565px -759px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_spring2016Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1565px -690px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_spring2017Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1565px -621px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_spring2017Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1565px -552px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_spring2017Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1565px -483px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_spring2017Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -414px -833px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_spring2018Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1565px -414px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_spring2018Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -483px -833px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_spring2018Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -552px -833px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_spring2018Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -621px -833px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_springHealer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -690px -833px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_springMage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -759px -833px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_springRogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -828px -833px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_springWarrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -897px -833px;
  width: 68px;
  height: 68px;
}
.shop_headAccessory_special_spring2015Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1380px -1391px;
  width: 68px;
  height: 68px;
}
.shop_headAccessory_special_spring2015Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1496px 0px;
  width: 68px;
  height: 68px;
}
.shop_headAccessory_special_spring2015Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1496px -69px;
  width: 68px;
  height: 68px;
}
.shop_headAccessory_special_spring2015Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1496px -138px;
  width: 68px;
  height: 68px;
}
.shop_headAccessory_special_spring2016Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1496px -207px;
  width: 68px;
  height: 68px;
}
.shop_headAccessory_special_spring2016Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1496px -276px;
  width: 68px;
  height: 68px;
}
.shop_headAccessory_special_spring2016Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1496px -345px;
  width: 68px;
  height: 68px;
}
.shop_headAccessory_special_spring2016Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1496px -414px;
  width: 68px;
  height: 68px;
}
.shop_headAccessory_special_spring2017Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1496px -483px;
  width: 68px;
  height: 68px;
}
.shop_headAccessory_special_spring2017Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1496px -552px;
  width: 68px;
  height: 68px;
}
.shop_headAccessory_special_spring2017Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1496px -621px;
  width: 68px;
  height: 68px;
}
.shop_headAccessory_special_spring2017Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1496px -690px;
  width: 68px;
  height: 68px;
}
.shop_headAccessory_special_springHealer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1496px -759px;
  width: 68px;
  height: 68px;
}
.shop_headAccessory_special_springMage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1496px -828px;
  width: 68px;
  height: 68px;
}
.shop_headAccessory_special_springRogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1496px -897px;
  width: 68px;
  height: 68px;
}
.shop_headAccessory_special_springWarrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1496px -966px;
  width: 68px;
  height: 68px;
}
.shop_head_special_spring2015Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: 0px -1391px;
  width: 68px;
  height: 68px;
}
.shop_head_special_spring2015Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -69px -1391px;
  width: 68px;
  height: 68px;
}
.shop_head_special_spring2015Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -138px -1391px;
  width: 68px;
  height: 68px;
}
.shop_head_special_spring2015Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -207px -1391px;
  width: 68px;
  height: 68px;
}
.shop_head_special_spring2016Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -276px -1391px;
  width: 68px;
  height: 68px;
}
.shop_head_special_spring2016Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -345px -1391px;
  width: 68px;
  height: 68px;
}
.shop_head_special_spring2016Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -414px -1391px;
  width: 68px;
  height: 68px;
}
.shop_head_special_spring2016Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -483px -1391px;
  width: 68px;
  height: 68px;
}
.shop_head_special_spring2017Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -552px -1391px;
  width: 68px;
  height: 68px;
}
.shop_head_special_spring2017Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -621px -1391px;
  width: 68px;
  height: 68px;
}
.shop_head_special_spring2017Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -690px -1391px;
  width: 68px;
  height: 68px;
}
.shop_head_special_spring2017Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -759px -1391px;
  width: 68px;
  height: 68px;
}
.shop_head_special_spring2018Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -828px -1391px;
  width: 68px;
  height: 68px;
}
.shop_head_special_spring2018Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -897px -1391px;
  width: 68px;
  height: 68px;
}
.shop_head_special_spring2018Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -966px -1391px;
  width: 68px;
  height: 68px;
}
.shop_head_special_spring2018Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1035px -1391px;
  width: 68px;
  height: 68px;
}
.shop_head_special_springHealer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1104px -1391px;
  width: 68px;
  height: 68px;
}
.shop_head_special_springMage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1173px -1391px;
  width: 68px;
  height: 68px;
}
.shop_head_special_springRogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1242px -1391px;
  width: 68px;
  height: 68px;
}
.shop_head_special_springWarrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1311px -1391px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_spring2015Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1496px -1035px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_spring2015Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1496px -1104px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_spring2015Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1496px -1173px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_spring2016Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1496px -1242px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_spring2016Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1496px -1311px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_spring2016Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1496px -1380px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_spring2017Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: 0px -1460px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_spring2017Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -69px -1460px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_spring2017Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -138px -1460px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_spring2018Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -207px -1460px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_spring2018Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -276px -1460px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_spring2018Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -345px -1460px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_springHealer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -414px -1460px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_springRogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -483px -1460px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_springWarrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -552px -1460px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_spring2015Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -621px -1460px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_spring2015Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -690px -1460px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_spring2015Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -759px -1460px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_spring2015Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -828px -1460px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_spring2016Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -897px -1460px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_spring2016Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -966px -1460px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_spring2016Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1035px -1460px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_spring2016Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1104px -1460px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_spring2017Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1173px -1460px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_spring2017Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1242px -1460px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_spring2017Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1311px -1460px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_spring2017Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1380px -1460px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_spring2018Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1449px -1460px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_spring2018Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1565px 0px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_spring2018Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1565px -69px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_spring2018Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1565px -138px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_springHealer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1565px -207px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_springMage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1565px -276px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_springRogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1565px -345px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_springWarrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -345px -833px;
  width: 68px;
  height: 68px;
}
.slim_armor_special_spring2015Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1405px -1274px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_spring2015Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1405px -1183px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_spring2015Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1405px -1092px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_spring2015Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1405px -1001px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_spring2016Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1405px -910px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_spring2016Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1405px -819px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_spring2016Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1405px -728px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_spring2016Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1405px -637px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_spring2017Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1405px -546px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_spring2017Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1405px -455px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_spring2017Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1405px -364px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_spring2017Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: 0px -833px;
  width: 114px;
  height: 87px;
}
.slim_armor_special_spring2018Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -309px -363px;
  width: 114px;
  height: 90px;
}
.slim_armor_special_spring2018Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -115px -469px;
  width: 114px;
  height: 90px;
}
.slim_armor_special_spring2018Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -684px -273px;
  width: 114px;
  height: 90px;
}
.slim_armor_special_spring2018Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -684px -364px;
  width: 114px;
  height: 90px;
}
.slim_armor_special_springHealer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1132px -273px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_springMage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1132px -182px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_springRogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1132px -91px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_springWarrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -819px -1027px;
  width: 90px;
  height: 90px;
}
.weapon_special_spring2015Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -728px -1027px;
  width: 90px;
  height: 90px;
}
.weapon_special_spring2015Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -637px -1027px;
  width: 90px;
  height: 90px;
}
.weapon_special_spring2015Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -546px -1027px;
  width: 90px;
  height: 90px;
}
.weapon_special_spring2015Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -455px -1027px;
  width: 90px;
  height: 90px;
}
.weapon_special_spring2016Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1029px -819px;
  width: 90px;
  height: 90px;
}
.weapon_special_spring2016Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1029px -728px;
  width: 90px;
  height: 90px;
}
.weapon_special_spring2016Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1029px -273px;
  width: 102px;
  height: 90px;
}
.weapon_special_spring2016Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1405px 0px;
  width: 90px;
  height: 90px;
}
.weapon_special_spring2017Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1274px -1300px;
  width: 90px;
  height: 90px;
}
.weapon_special_spring2017Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -455px -1300px;
  width: 90px;
  height: 90px;
}
.weapon_special_spring2017Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1314px -728px;
  width: 90px;
  height: 90px;
}
.weapon_special_spring2017Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1001px -1209px;
  width: 90px;
  height: 90px;
}
.weapon_special_spring2018Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -799px -91px;
  width: 114px;
  height: 90px;
}
.weapon_special_spring2018Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -799px -182px;
  width: 114px;
  height: 90px;
}
.weapon_special_spring2018Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -799px -455px;
  width: 114px;
  height: 90px;
}
.weapon_special_spring2018Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -460px -742px;
  width: 114px;
  height: 90px;
}
.weapon_special_springHealer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: 0px -1118px;
  width: 90px;
  height: 90px;
}
.weapon_special_springMage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1132px -1001px;
  width: 90px;
  height: 90px;
}
.weapon_special_springRogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1132px 0px;
  width: 90px;
  height: 90px;
}
.weapon_special_springWarrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1029px -637px;
  width: 90px;
  height: 90px;
}
.body_special_summer2015Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -728px -1300px;
  width: 90px;
  height: 90px;
}
.body_special_summer2015Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -728px -1209px;
  width: 90px;
  height: 90px;
}
.body_special_summer2015Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: 0px -363px;
  width: 102px;
  height: 105px;
}
.body_special_summer2015Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -91px -921px;
  width: 90px;
  height: 105px;
}
.body_special_summerHealer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -364px -921px;
  width: 90px;
  height: 105px;
}
.body_special_summerMage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -546px -921px;
  width: 90px;
  height: 105px;
}
.broad_armor_special_summer2015Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -728px -1118px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_summer2015Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1132px -364px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_summer2015Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -103px -363px;
  width: 102px;
  height: 105px;
}
.broad_armor_special_summer2015Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -182px -921px;
  width: 90px;
  height: 105px;
}
.broad_armor_special_summer2016Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -273px -921px;
  width: 90px;
  height: 105px;
}
.broad_armor_special_summer2016Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -455px -921px;
  width: 90px;
  height: 105px;
}
.broad_armor_special_summer2016Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -728px -921px;
  width: 90px;
  height: 105px;
}
.broad_armor_special_summer2016Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -819px -921px;
  width: 90px;
  height: 105px;
}
.broad_armor_special_summer2017Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -115px -242px;
  width: 114px;
  height: 105px;
}
.broad_armor_special_summer2017Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1223px -364px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_summer2017Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -460px -109px;
  width: 105px;
  height: 105px;
}
.broad_armor_special_summer2017Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -569px -455px;
  width: 114px;
  height: 90px;
}
.broad_armor_special_summer2018Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -230px -121px;
  width: 114px;
  height: 120px;
}
.broad_armor_special_summer2018Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -115px -121px;
  width: 114px;
  height: 120px;
}
.broad_armor_special_summer2018Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -345px -469px;
  width: 114px;
  height: 90px;
}
.broad_armor_special_summer2018Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: 0px -121px;
  width: 114px;
  height: 120px;
}
.broad_armor_special_summerHealer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: 0px -921px;
  width: 90px;
  height: 105px;
}
.broad_armor_special_summerMage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -910px -921px;
  width: 90px;
  height: 105px;
}
.broad_armor_special_summerRogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -914px -637px;
  width: 111px;
  height: 90px;
}
.broad_armor_special_summerWarrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -914px -455px;
  width: 111px;
  height: 90px;
}
.eyewear_special_summerRogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -914px -273px;
  width: 111px;
  height: 90px;
}
.eyewear_special_summerWarrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -914px -182px;
  width: 111px;
  height: 90px;
}
.head_special_summer2015Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1132px -819px;
  width: 90px;
  height: 90px;
}
.head_special_summer2015Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1223px -273px;
  width: 90px;
  height: 90px;
}
.head_special_summer2015Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -206px -363px;
  width: 102px;
  height: 105px;
}
.head_special_summer2015Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -637px -921px;
  width: 90px;
  height: 105px;
}
.head_special_summer2016Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -910px -1209px;
  width: 90px;
  height: 90px;
}
.head_special_summer2016Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -819px -1209px;
  width: 90px;
  height: 90px;
}
.head_special_summer2016Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -460px 0px;
  width: 108px;
  height: 108px;
}
.head_special_summer2016Warrior {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1223px -182px;
  width: 90px;
  height: 90px;
}
.head_special_summer2017Healer {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -230px -242px;
  width: 114px;
  height: 102px;
}
.head_special_summer2017Mage {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -1132px -910px;
  width: 90px;
  height: 90px;
}
.head_special_summer2017Rogue {
  background-image: url(/static/images/spritesmith-main-8.b4db41d.png);
  background-position: -460px -215px;
  width: 105px;
  height: 105px;
}

.head_special_summer2017Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -345px -363px;
  width: 114px;
  height: 90px;
}
.head_special_summer2018Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: 0px 0px;
  width: 114px;
  height: 120px;
}
.head_special_summer2018Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -115px 0px;
  width: 114px;
  height: 120px;
}
.head_special_summer2018Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -460px -572px;
  width: 114px;
  height: 90px;
}
.head_special_summer2018Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -115px -242px;
  width: 114px;
  height: 120px;
}
.head_special_summerHealer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: 0px -845px;
  width: 90px;
  height: 105px;
}
.head_special_summerMage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -905px 0px;
  width: 90px;
  height: 105px;
}
.head_special_summerRogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -112px -754px;
  width: 111px;
  height: 90px;
}
.head_special_summerWarrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -224px -754px;
  width: 111px;
  height: 90px;
}
.shield_special_summer2015Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1001px -1224px;
  width: 90px;
  height: 90px;
}
.shield_special_summer2015Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -569px -318px;
  width: 102px;
  height: 105px;
}
.shield_special_summer2015Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -905px -530px;
  width: 90px;
  height: 105px;
}
.shield_special_summer2016Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -182px -1224px;
  width: 90px;
  height: 90px;
}
.shield_special_summer2016Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -460px 0px;
  width: 108px;
  height: 108px;
}
.shield_special_summer2016Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -569px -212px;
  width: 102px;
  height: 105px;
}
.shield_special_summer2017Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -115px -363px;
  width: 114px;
  height: 102px;
}
.shield_special_summer2017Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -460px -218px;
  width: 105px;
  height: 105px;
}
.shield_special_summer2017Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -790px 0px;
  width: 114px;
  height: 90px;
}
.shield_special_summer2018Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -230px -242px;
  width: 114px;
  height: 120px;
}
.shield_special_summer2018Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -790px -273px;
  width: 114px;
  height: 90px;
}
.shield_special_summer2018Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: 0px -242px;
  width: 114px;
  height: 120px;
}
.shield_special_summerHealer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -455px -845px;
  width: 90px;
  height: 105px;
}
.shield_special_summerRogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -790px -637px;
  width: 111px;
  height: 90px;
}
.shield_special_summerWarrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: 0px -754px;
  width: 111px;
  height: 90px;
}
.shop_armor_special_summer2015Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1595px -621px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_summer2015Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1595px -552px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_summer2015Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1595px -483px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_summer2015Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1380px -1522px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_summer2016Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -897px -1522px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_summer2016Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -828px -1522px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_summer2016Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -759px -1522px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_summer2016Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -690px -1522px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_summer2017Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: 0px -1522px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_summer2017Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1380px -1315px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_summer2017Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1311px -1315px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_summer2017Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1242px -1315px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_summer2018Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1104px -1315px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_summer2018Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -690px -1315px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_summer2018Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -483px -1315px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_summer2018Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -345px -1315px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_summerHealer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -276px -1315px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_summerMage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -207px -1315px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_summerRogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -138px -1315px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_summerWarrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1518px -1591px;
  width: 68px;
  height: 68px;
}
.shop_body_special_summer2015Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1595px -1242px;
  width: 68px;
  height: 68px;
}
.shop_body_special_summer2015Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1595px -1173px;
  width: 68px;
  height: 68px;
}
.shop_body_special_summer2015Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1595px -1104px;
  width: 68px;
  height: 68px;
}
.shop_body_special_summer2015Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1595px -1035px;
  width: 68px;
  height: 68px;
}
.shop_body_special_summerHealer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1595px -138px;
  width: 68px;
  height: 68px;
}
.shop_body_special_summerMage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -138px -1522px;
  width: 68px;
  height: 68px;
}
.shop_eyewear_special_summerRogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -69px -1522px;
  width: 68px;
  height: 68px;
}
.shop_eyewear_special_summerWarrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1526px -1449px;
  width: 68px;
  height: 68px;
}
.shop_head_special_summer2015Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1526px -1380px;
  width: 68px;
  height: 68px;
}
.shop_head_special_summer2015Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1526px -1311px;
  width: 68px;
  height: 68px;
}
.shop_head_special_summer2015Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1526px -1242px;
  width: 68px;
  height: 68px;
}
.shop_head_special_summer2015Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1526px -1173px;
  width: 68px;
  height: 68px;
}
.shop_head_special_summer2016Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: 0px -1384px;
  width: 68px;
  height: 68px;
}
.shop_head_special_summer2016Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1173px -1315px;
  width: 68px;
  height: 68px;
}
.shop_head_special_summer2016Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1035px -1315px;
  width: 68px;
  height: 68px;
}
.shop_head_special_summer2016Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -966px -1315px;
  width: 68px;
  height: 68px;
}
.shop_head_special_summer2017Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -897px -1315px;
  width: 68px;
  height: 68px;
}
.shop_head_special_summer2017Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -828px -1315px;
  width: 68px;
  height: 68px;
}
.shop_head_special_summer2017Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -759px -1315px;
  width: 68px;
  height: 68px;
}
.shop_head_special_summer2017Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -621px -1315px;
  width: 68px;
  height: 68px;
}
.shop_head_special_summer2018Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -69px -1315px;
  width: 68px;
  height: 68px;
}
.shop_head_special_summer2018Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: 0px -1315px;
  width: 68px;
  height: 68px;
}
.shop_head_special_summer2018Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1664px -207px;
  width: 68px;
  height: 68px;
}
.shop_head_special_summer2018Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1664px -138px;
  width: 68px;
  height: 68px;
}
.shop_head_special_summerHealer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1664px -69px;
  width: 68px;
  height: 68px;
}
.shop_head_special_summerMage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1664px 0px;
  width: 68px;
  height: 68px;
}
.shop_head_special_summerRogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1587px -1591px;
  width: 68px;
  height: 68px;
}
.shop_head_special_summerWarrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1449px -1591px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_summer2015Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1380px -1591px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_summer2015Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1311px -1591px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_summer2015Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -690px -1591px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_summer2016Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -621px -1591px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_summer2016Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -483px -1591px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_summer2016Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -414px -1591px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_summer2017Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -345px -1591px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_summer2017Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -276px -1591px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_summer2017Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -207px -1591px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_summer2018Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1595px -966px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_summer2018Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1595px -897px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_summer2018Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1595px -759px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_summerHealer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -828px -1384px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_summerRogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1595px -828px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_summerWarrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -552px -1591px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_summer2015Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1366px -1183px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_summer2015Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -787px -754px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_summer2015Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -414px -1315px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_summer2015Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -552px -1315px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_summer2016Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -207px -1522px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_summer2016Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -276px -1522px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_summer2016Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -345px -1522px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_summer2016Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -414px -1522px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_summer2017Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1173px -1522px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_summer2017Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1242px -1522px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_summer2017Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1311px -1522px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_summer2017Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1449px -1522px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_summer2018Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1518px -1522px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_summer2018Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1595px 0px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_summer2018Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1595px -69px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_summer2018Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1595px -207px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_summerHealer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1595px -276px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_summerMage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1595px -345px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_summerRogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1595px -414px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_summerWarrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1595px -690px;
  width: 68px;
  height: 68px;
}
.slim_armor_special_summer2015Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1184px -910px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_summer2015Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -910px -951px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_summer2015Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -206px -466px;
  width: 102px;
  height: 105px;
}
.slim_armor_special_summer2015Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -91px -845px;
  width: 90px;
  height: 105px;
}
.slim_armor_special_summer2016Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -364px -845px;
  width: 90px;
  height: 105px;
}
.slim_armor_special_summer2016Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -273px -845px;
  width: 90px;
  height: 105px;
}
.slim_armor_special_summer2016Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -182px -845px;
  width: 90px;
  height: 105px;
}
.slim_armor_special_summer2016Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -309px -466px;
  width: 102px;
  height: 105px;
}
.slim_armor_special_summer2017Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -345px -242px;
  width: 114px;
  height: 105px;
}
.slim_armor_special_summer2017Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -637px -1042px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_summer2017Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -569px -106px;
  width: 105px;
  height: 105px;
}
.slim_armor_special_summer2017Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -230px -663px;
  width: 114px;
  height: 90px;
}
.slim_armor_special_summer2018Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -115px -121px;
  width: 114px;
  height: 120px;
}
.slim_armor_special_summer2018Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -230px -121px;
  width: 114px;
  height: 120px;
}
.slim_armor_special_summer2018Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -345px -663px;
  width: 114px;
  height: 90px;
}
.slim_armor_special_summer2018Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -345px 0px;
  width: 114px;
  height: 120px;
}
.slim_armor_special_summerHealer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -905px -106px;
  width: 90px;
  height: 105px;
}
.slim_armor_special_summerMage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -905px -636px;
  width: 90px;
  height: 105px;
}
.slim_armor_special_summerRogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -448px -754px;
  width: 111px;
  height: 90px;
}
.slim_armor_special_summerWarrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -560px -754px;
  width: 111px;
  height: 90px;
}
.weapon_special_summer2015Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1184px -546px;
  width: 90px;
  height: 90px;
}
.weapon_special_summer2015Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -546px -1133px;
  width: 90px;
  height: 90px;
}
.weapon_special_summer2015Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: 0px -466px;
  width: 102px;
  height: 105px;
}
.weapon_special_summer2015Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -905px -212px;
  width: 90px;
  height: 105px;
}
.weapon_special_summer2016Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1275px -637px;
  width: 90px;
  height: 90px;
}
.weapon_special_summer2016Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -996px -728px;
  width: 90px;
  height: 90px;
}
.weapon_special_summer2016Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -460px -109px;
  width: 108px;
  height: 108px;
}
.weapon_special_summer2016Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -103px -466px;
  width: 102px;
  height: 105px;
}
.weapon_special_summer2017Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: 0px -363px;
  width: 114px;
  height: 102px;
}
.weapon_special_summer2017Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -460px -363px;
  width: 105px;
  height: 90px;
}
.weapon_special_summer2017Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -569px 0px;
  width: 105px;
  height: 105px;
}
.weapon_special_summer2017Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -790px -455px;
  width: 114px;
  height: 90px;
}
.weapon_special_summer2018Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -345px -121px;
  width: 114px;
  height: 120px;
}
.weapon_special_summer2018Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: 0px -121px;
  width: 114px;
  height: 120px;
}
.weapon_special_summer2018Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -790px -182px;
  width: 114px;
  height: 90px;
}
.weapon_special_summer2018Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -230px 0px;
  width: 114px;
  height: 120px;
}
.weapon_special_summerHealer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -905px -424px;
  width: 90px;
  height: 105px;
}
.weapon_special_summerMage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -905px -318px;
  width: 90px;
  height: 105px;
}
.weapon_special_summerRogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -336px -754px;
  width: 111px;
  height: 90px;
}
.weapon_special_summerWarrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -790px -546px;
  width: 111px;
  height: 90px;
}
.back_special_takeThis {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -672px -754px;
  width: 114px;
  height: 87px;
}
.body_special_takeThis {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -996px -819px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_takeThis {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -905px -742px;
  width: 90px;
  height: 90px;
}
.head_special_takeThis {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: 0px -951px;
  width: 90px;
  height: 90px;
}
.shield_special_takeThis {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -996px -91px;
  width: 93px;
  height: 90px;
}
.shop_armor_special_takeThis {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -483px -1522px;
  width: 68px;
  height: 68px;
}
.shop_back_special_takeThis {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -552px -1522px;
  width: 68px;
  height: 68px;
}
.shop_body_special_takeThis {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -621px -1522px;
  width: 68px;
  height: 68px;
}
.shop_head_special_takeThis {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -966px -1522px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_takeThis {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1035px -1522px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_takeThis {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1104px -1522px;
  width: 68px;
  height: 68px;
}
.slim_armor_special_takeThis {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -182px -951px;
  width: 90px;
  height: 90px;
}
.weapon_special_takeThis {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -273px -951px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_candycane {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -364px -951px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_ski {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -455px -951px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_snowflake {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -546px -951px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_winter2015Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -637px -951px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_winter2015Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -728px -951px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_winter2015Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -690px -663px;
  width: 96px;
  height: 90px;
}
.broad_armor_special_winter2015Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -819px -951px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_winter2016Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -996px -182px;
  width: 93px;
  height: 90px;
}
.broad_armor_special_winter2016Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1001px -951px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_winter2016Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1093px 0px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_winter2016Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1093px -91px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_winter2017Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1093px -182px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_winter2017Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1093px -273px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_winter2017Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1093px -364px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_winter2017Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1093px -455px;
  width: 90px;
  height: 90px;
}
.broad_armor_special_winter2018Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -115px -663px;
  width: 114px;
  height: 90px;
}
.broad_armor_special_winter2018Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: 0px -663px;
  width: 114px;
  height: 90px;
}
.broad_armor_special_winter2018Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -675px -546px;
  width: 114px;
  height: 90px;
}
.broad_armor_special_winter2018Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -675px -455px;
  width: 114px;
  height: 90px;
}
.broad_armor_special_yeti {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1093px -546px;
  width: 90px;
  height: 90px;
}
.head_special_candycane {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1093px -637px;
  width: 90px;
  height: 90px;
}
.head_special_nye {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1093px -728px;
  width: 90px;
  height: 90px;
}
.head_special_nye2014 {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1093px -819px;
  width: 90px;
  height: 90px;
}
.head_special_nye2015 {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1093px -910px;
  width: 90px;
  height: 90px;
}
.head_special_nye2016 {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: 0px -1042px;
  width: 90px;
  height: 90px;
}
.head_special_nye2017 {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -91px -1042px;
  width: 90px;
  height: 90px;
}
.head_special_ski {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -182px -1042px;
  width: 90px;
  height: 90px;
}
.head_special_snowflake {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -273px -1042px;
  width: 90px;
  height: 90px;
}
.head_special_winter2015Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -364px -1042px;
  width: 90px;
  height: 90px;
}
.head_special_winter2015Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -455px -1042px;
  width: 90px;
  height: 90px;
}
.head_special_winter2015Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -651px -845px;
  width: 96px;
  height: 90px;
}
.head_special_winter2015Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -546px -1042px;
  width: 90px;
  height: 90px;
}
.head_special_winter2016Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -996px -273px;
  width: 93px;
  height: 90px;
}
.head_special_winter2016Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -728px -1042px;
  width: 90px;
  height: 90px;
}
.head_special_winter2016Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -819px -1042px;
  width: 90px;
  height: 90px;
}
.head_special_winter2016Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -910px -1042px;
  width: 90px;
  height: 90px;
}
.head_special_winter2017Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1001px -1042px;
  width: 90px;
  height: 90px;
}
.head_special_winter2017Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1092px -1042px;
  width: 90px;
  height: 90px;
}
.head_special_winter2017Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1184px 0px;
  width: 90px;
  height: 90px;
}
.head_special_winter2017Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1184px -91px;
  width: 90px;
  height: 90px;
}
.head_special_winter2018Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -675px -273px;
  width: 114px;
  height: 90px;
}
.head_special_winter2018Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -675px -182px;
  width: 114px;
  height: 90px;
}
.head_special_winter2018Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -675px -91px;
  width: 114px;
  height: 90px;
}
.head_special_winter2018Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -675px 0px;
  width: 114px;
  height: 90px;
}
.head_special_yeti {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1184px -182px;
  width: 90px;
  height: 90px;
}
.shield_special_ski {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -546px -845px;
  width: 104px;
  height: 90px;
}
.shield_special_snowflake {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1184px -273px;
  width: 90px;
  height: 90px;
}
.shield_special_winter2015Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1184px -364px;
  width: 90px;
  height: 90px;
}
.shield_special_winter2015Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -575px -572px;
  width: 96px;
  height: 90px;
}
.shield_special_winter2015Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1184px -455px;
  width: 90px;
  height: 90px;
}
.shield_special_winter2016Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -996px -364px;
  width: 93px;
  height: 90px;
}
.shield_special_winter2016Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1184px -637px;
  width: 90px;
  height: 90px;
}
.shield_special_winter2016Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1184px -728px;
  width: 90px;
  height: 90px;
}
.shield_special_winter2017Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1184px -819px;
  width: 90px;
  height: 90px;
}
.shield_special_winter2017Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -996px 0px;
  width: 96px;
  height: 90px;
}
.shield_special_winter2017Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -996px -637px;
  width: 90px;
  height: 90px;
}
.shield_special_winter2018Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -345px -572px;
  width: 114px;
  height: 90px;
}
.shield_special_winter2018Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -230px -572px;
  width: 114px;
  height: 90px;
}
.shield_special_winter2018Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -115px -572px;
  width: 114px;
  height: 90px;
}
.shield_special_yeti {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1184px -1001px;
  width: 90px;
  height: 90px;
}
.shop_armor_special_candycane {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -69px -1384px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_ski {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -138px -1384px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_snowflake {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -207px -1384px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_winter2015Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -276px -1384px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_winter2015Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -345px -1384px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_winter2015Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -414px -1384px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_winter2015Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -483px -1384px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_winter2016Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -552px -1384px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_winter2016Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -621px -1384px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_winter2016Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -690px -1384px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_winter2016Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -759px -1384px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_winter2017Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1664px -276px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_winter2017Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -897px -1384px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_winter2017Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -966px -1384px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_winter2017Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1035px -1384px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_winter2018Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1104px -1384px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_winter2018Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1173px -1384px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_winter2018Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1242px -1384px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_winter2018Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1311px -1384px;
  width: 68px;
  height: 68px;
}
.shop_armor_special_yeti {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1380px -1384px;
  width: 68px;
  height: 68px;
}
.shop_head_special_candycane {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1457px 0px;
  width: 68px;
  height: 68px;
}
.shop_head_special_nye {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1457px -69px;
  width: 68px;
  height: 68px;
}
.shop_head_special_nye2014 {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1457px -138px;
  width: 68px;
  height: 68px;
}
.shop_head_special_nye2015 {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1457px -207px;
  width: 68px;
  height: 68px;
}
.shop_head_special_nye2016 {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1457px -276px;
  width: 68px;
  height: 68px;
}
.shop_head_special_nye2017 {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1457px -345px;
  width: 68px;
  height: 68px;
}
.shop_head_special_ski {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1457px -414px;
  width: 68px;
  height: 68px;
}
.shop_head_special_snowflake {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1457px -483px;
  width: 68px;
  height: 68px;
}
.shop_head_special_winter2015Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1457px -552px;
  width: 68px;
  height: 68px;
}
.shop_head_special_winter2015Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1457px -621px;
  width: 68px;
  height: 68px;
}
.shop_head_special_winter2015Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1457px -690px;
  width: 68px;
  height: 68px;
}
.shop_head_special_winter2015Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1457px -759px;
  width: 68px;
  height: 68px;
}
.shop_head_special_winter2016Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1457px -828px;
  width: 68px;
  height: 68px;
}
.shop_head_special_winter2016Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1457px -897px;
  width: 68px;
  height: 68px;
}
.shop_head_special_winter2016Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1457px -966px;
  width: 68px;
  height: 68px;
}
.shop_head_special_winter2016Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1457px -1035px;
  width: 68px;
  height: 68px;
}
.shop_head_special_winter2017Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1457px -1104px;
  width: 68px;
  height: 68px;
}
.shop_head_special_winter2017Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1457px -1173px;
  width: 68px;
  height: 68px;
}
.shop_head_special_winter2017Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1457px -1242px;
  width: 68px;
  height: 68px;
}
.shop_head_special_winter2017Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1457px -1311px;
  width: 68px;
  height: 68px;
}
.shop_head_special_winter2018Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1457px -1380px;
  width: 68px;
  height: 68px;
}
.shop_head_special_winter2018Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: 0px -1453px;
  width: 68px;
  height: 68px;
}
.shop_head_special_winter2018Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -69px -1453px;
  width: 68px;
  height: 68px;
}
.shop_head_special_winter2018Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -138px -1453px;
  width: 68px;
  height: 68px;
}
.shop_head_special_yeti {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -207px -1453px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_ski {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -276px -1453px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_snowflake {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -345px -1453px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_winter2015Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -414px -1453px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_winter2015Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -483px -1453px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_winter2015Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -552px -1453px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_winter2016Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -621px -1453px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_winter2016Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -690px -1453px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_winter2016Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -759px -1453px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_winter2017Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -828px -1453px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_winter2017Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -897px -1453px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_winter2017Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -966px -1453px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_winter2018Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1035px -1453px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_winter2018Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1104px -1453px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_winter2018Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1173px -1453px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_yeti {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1242px -1453px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_candycane {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1311px -1453px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_ski {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1380px -1453px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_snowflake {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1449px -1453px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_winter2015Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1526px 0px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_winter2015Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1526px -69px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_winter2015Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1526px -138px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_winter2015Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1526px -207px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_winter2016Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1526px -276px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_winter2016Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1526px -345px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_winter2016Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1526px -414px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_winter2016Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1526px -483px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_winter2017Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1526px -552px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_winter2017Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1526px -621px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_winter2017Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1526px -690px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_winter2017Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1526px -759px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_winter2018Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1526px -828px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_winter2018Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1526px -897px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_winter2018Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1526px -966px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_winter2018Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1526px -1035px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_yeti {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1526px -1104px;
  width: 68px;
  height: 68px;
}
.slim_armor_special_candycane {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: 0px -1133px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_ski {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -91px -1133px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_snowflake {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -182px -1133px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_winter2015Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -273px -1133px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_winter2015Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -364px -1133px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_winter2015Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -845px -845px;
  width: 96px;
  height: 90px;
}
.slim_armor_special_winter2015Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -455px -1133px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_winter2016Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -996px -455px;
  width: 93px;
  height: 90px;
}
.slim_armor_special_winter2016Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -637px -1133px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_winter2016Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -728px -1133px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_winter2016Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -819px -1133px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_winter2017Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -910px -1133px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_winter2017Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1001px -1133px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_winter2017Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1092px -1133px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_winter2017Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1183px -1133px;
  width: 90px;
  height: 90px;
}
.slim_armor_special_winter2018Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: 0px -572px;
  width: 114px;
  height: 90px;
}
.slim_armor_special_winter2018Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -527px -466px;
  width: 114px;
  height: 90px;
}
.slim_armor_special_winter2018Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -412px -466px;
  width: 114px;
  height: 90px;
}
.slim_armor_special_winter2018Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -790px -364px;
  width: 114px;
  height: 90px;
}
.slim_armor_special_yeti {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1275px 0px;
  width: 90px;
  height: 90px;
}
.weapon_special_candycane {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1275px -91px;
  width: 90px;
  height: 90px;
}
.weapon_special_ski {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1275px -182px;
  width: 90px;
  height: 90px;
}
.weapon_special_snowflake {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1275px -273px;
  width: 90px;
  height: 90px;
}
.weapon_special_winter2015Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1275px -364px;
  width: 90px;
  height: 90px;
}
.weapon_special_winter2015Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1275px -455px;
  width: 90px;
  height: 90px;
}
.weapon_special_winter2015Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -748px -845px;
  width: 96px;
  height: 90px;
}
.weapon_special_winter2015Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1275px -546px;
  width: 90px;
  height: 90px;
}
.weapon_special_winter2016Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -996px -546px;
  width: 93px;
  height: 90px;
}
.weapon_special_winter2016Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1275px -728px;
  width: 90px;
  height: 90px;
}
.weapon_special_winter2016Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1275px -819px;
  width: 90px;
  height: 90px;
}
.weapon_special_winter2016Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1275px -910px;
  width: 90px;
  height: 90px;
}
.weapon_special_winter2017Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1275px -1001px;
  width: 90px;
  height: 90px;
}
.weapon_special_winter2017Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1275px -1092px;
  width: 90px;
  height: 90px;
}
.weapon_special_winter2017Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: 0px -1224px;
  width: 90px;
  height: 90px;
}
.weapon_special_winter2017Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -91px -1224px;
  width: 90px;
  height: 90px;
}
.weapon_special_winter2018Healer {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -230px -363px;
  width: 114px;
  height: 90px;
}
.weapon_special_winter2018Mage {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -675px -364px;
  width: 114px;
  height: 90px;
}
.weapon_special_winter2018Rogue {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -790px -91px;
  width: 114px;
  height: 90px;
}
.weapon_special_winter2018Warrior {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -575px -663px;
  width: 114px;
  height: 90px;
}
.weapon_special_yeti {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -273px -1224px;
  width: 90px;
  height: 90px;
}
.back_special_wondercon_black {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -364px -1224px;
  width: 90px;
  height: 90px;
}
.back_special_wondercon_red {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -455px -1224px;
  width: 90px;
  height: 90px;
}
.body_special_wondercon_black {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -546px -1224px;
  width: 90px;
  height: 90px;
}
.body_special_wondercon_gold {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -637px -1224px;
  width: 90px;
  height: 90px;
}
.body_special_wondercon_red {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -728px -1224px;
  width: 90px;
  height: 90px;
}
.eyewear_special_wondercon_black {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -819px -1224px;
  width: 90px;
  height: 90px;
}
.eyewear_special_wondercon_red {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -910px -1224px;
  width: 90px;
  height: 90px;
}
.shop_back_special_wondercon_black {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1595px -1311px;
  width: 68px;
  height: 68px;
}
.shop_back_special_wondercon_red {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1595px -1380px;
  width: 68px;
  height: 68px;
}
.shop_body_special_wondercon_black {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1595px -1449px;
  width: 68px;
  height: 68px;
}
.shop_body_special_wondercon_gold {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1595px -1518px;
  width: 68px;
  height: 68px;
}
.shop_body_special_wondercon_red {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: 0px -1591px;
  width: 68px;
  height: 68px;
}
.shop_eyewear_special_wondercon_black {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -69px -1591px;
  width: 68px;
  height: 68px;
}
.shop_eyewear_special_wondercon_red {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -138px -1591px;
  width: 68px;
  height: 68px;
}
.eyewear_special_aetherMask {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -460px -663px;
  width: 114px;
  height: 90px;
}
.eyewear_special_blackTopFrame {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1092px -1224px;
  width: 90px;
  height: 90px;
}
.customize-option.eyewear_special_blackTopFrame {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1117px -1239px;
  width: 60px;
  height: 60px;
}
.eyewear_special_blueTopFrame {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1183px -1224px;
  width: 90px;
  height: 90px;
}
.customize-option.eyewear_special_blueTopFrame {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1208px -1239px;
  width: 60px;
  height: 60px;
}
.eyewear_special_greenTopFrame {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1274px -1224px;
  width: 90px;
  height: 90px;
}
.customize-option.eyewear_special_greenTopFrame {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1299px -1239px;
  width: 60px;
  height: 60px;
}
.eyewear_special_pinkTopFrame {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1366px 0px;
  width: 90px;
  height: 90px;
}
.customize-option.eyewear_special_pinkTopFrame {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1391px -15px;
  width: 60px;
  height: 60px;
}
.eyewear_special_redTopFrame {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1366px -91px;
  width: 90px;
  height: 90px;
}
.customize-option.eyewear_special_redTopFrame {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1391px -106px;
  width: 60px;
  height: 60px;
}
.eyewear_special_whiteTopFrame {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1366px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.eyewear_special_whiteTopFrame {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1391px -197px;
  width: 60px;
  height: 60px;
}
.eyewear_special_yellowTopFrame {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1366px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.eyewear_special_yellowTopFrame {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1391px -288px;
  width: 60px;
  height: 60px;
}
.shop_eyewear_special_aetherMask {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -759px -1591px;
  width: 68px;
  height: 68px;
}
.shop_eyewear_special_blackTopFrame {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -828px -1591px;
  width: 68px;
  height: 68px;
}
.shop_eyewear_special_blueTopFrame {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -897px -1591px;
  width: 68px;
  height: 68px;
}
.shop_eyewear_special_greenTopFrame {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -966px -1591px;
  width: 68px;
  height: 68px;
}
.shop_eyewear_special_pinkTopFrame {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1035px -1591px;
  width: 68px;
  height: 68px;
}
.shop_eyewear_special_redTopFrame {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1104px -1591px;
  width: 68px;
  height: 68px;
}
.shop_eyewear_special_whiteTopFrame {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1173px -1591px;
  width: 68px;
  height: 68px;
}
.shop_eyewear_special_yellowTopFrame {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1242px -1591px;
  width: 68px;
  height: 68px;
}
.head_0 {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1366px -364px;
  width: 90px;
  height: 90px;
}
.customize-option.head_0 {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1391px -379px;
  width: 60px;
  height: 60px;
}
.head_healer_1 {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1366px -455px;
  width: 90px;
  height: 90px;
}
.head_healer_2 {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1366px -546px;
  width: 90px;
  height: 90px;
}
.head_healer_3 {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1366px -637px;
  width: 90px;
  height: 90px;
}
.head_healer_4 {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1366px -728px;
  width: 90px;
  height: 90px;
}
.head_healer_5 {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1366px -819px;
  width: 90px;
  height: 90px;
}
.head_rogue_1 {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1366px -910px;
  width: 90px;
  height: 90px;
}
.head_rogue_2 {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1366px -1001px;
  width: 90px;
  height: 90px;
}
.head_rogue_3 {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -1366px -1092px;
  width: 90px;
  height: 90px;
}
.head_rogue_4 {
  background-image: url(/static/images/spritesmith-main-9.605cc82.png);
  background-position: -91px -951px;
  width: 90px;
  height: 90px;
}

.headAccessory_special_bearEars {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1142px -1135px;
  width: 90px;
  height: 90px;
}
.customize-option.headAccessory_special_bearEars {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1167px -1150px;
  width: 60px;
  height: 60px;
}
.headAccessory_special_blackHeadband {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -967px -628px;
  width: 114px;
  height: 90px;
}
.headAccessory_special_blueHeadband {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -771px -854px;
  width: 114px;
  height: 90px;
}
.headAccessory_special_cactusEars {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1242px -182px;
  width: 90px;
  height: 90px;
}
.customize-option.headAccessory_special_cactusEars {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1267px -197px;
  width: 60px;
  height: 60px;
}
.headAccessory_special_foxEars {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1242px -273px;
  width: 90px;
  height: 90px;
}
.customize-option.headAccessory_special_foxEars {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1267px -288px;
  width: 60px;
  height: 60px;
}
.headAccessory_special_greenHeadband {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -886px -854px;
  width: 114px;
  height: 90px;
}
.headAccessory_special_lionEars {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1242px -455px;
  width: 90px;
  height: 90px;
}
.customize-option.headAccessory_special_lionEars {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1267px -470px;
  width: 60px;
  height: 60px;
}
.headAccessory_special_pandaEars {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1242px -546px;
  width: 90px;
  height: 90px;
}
.customize-option.headAccessory_special_pandaEars {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1267px -561px;
  width: 60px;
  height: 60px;
}
.headAccessory_special_pigEars {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1242px -637px;
  width: 90px;
  height: 90px;
}
.customize-option.headAccessory_special_pigEars {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1267px -652px;
  width: 60px;
  height: 60px;
}
.headAccessory_special_pinkHeadband {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1001px -854px;
  width: 114px;
  height: 90px;
}
.headAccessory_special_redHeadband {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -190px -993px;
  width: 114px;
  height: 90px;
}
.headAccessory_special_tigerEars {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1242px -910px;
  width: 90px;
  height: 90px;
}
.customize-option.headAccessory_special_tigerEars {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1267px -925px;
  width: 60px;
  height: 60px;
}
.headAccessory_special_whiteHeadband {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -656px -854px;
  width: 114px;
  height: 90px;
}
.headAccessory_special_wolfEars {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1242px -1092px;
  width: 90px;
  height: 90px;
}
.customize-option.headAccessory_special_wolfEars {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1267px -1107px;
  width: 60px;
  height: 60px;
}
.headAccessory_special_yellowHeadband {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -305px -993px;
  width: 114px;
  height: 90px;
}
.shop_headAccessory_special_bearEars {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1584px -1380px;
  width: 68px;
  height: 68px;
}
.shop_headAccessory_special_blackHeadband {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1584px -1311px;
  width: 68px;
  height: 68px;
}
.shop_headAccessory_special_blueHeadband {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1584px -1242px;
  width: 68px;
  height: 68px;
}
.shop_headAccessory_special_cactusEars {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1584px -1173px;
  width: 68px;
  height: 68px;
}
.shop_headAccessory_special_foxEars {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1584px -1104px;
  width: 68px;
  height: 68px;
}
.shop_headAccessory_special_greenHeadband {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1584px -1035px;
  width: 68px;
  height: 68px;
}
.shop_headAccessory_special_lionEars {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1584px -966px;
  width: 68px;
  height: 68px;
}
.shop_headAccessory_special_pandaEars {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1584px -897px;
  width: 68px;
  height: 68px;
}
.shop_headAccessory_special_pigEars {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1584px -828px;
  width: 68px;
  height: 68px;
}
.shop_headAccessory_special_pinkHeadband {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1584px -759px;
  width: 68px;
  height: 68px;
}
.shop_headAccessory_special_redHeadband {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1584px -690px;
  width: 68px;
  height: 68px;
}
.shop_headAccessory_special_tigerEars {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1584px -621px;
  width: 68px;
  height: 68px;
}
.shop_headAccessory_special_whiteHeadband {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1584px -552px;
  width: 68px;
  height: 68px;
}
.shop_headAccessory_special_wolfEars {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1584px -483px;
  width: 68px;
  height: 68px;
}
.shop_headAccessory_special_yellowHeadband {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1584px -414px;
  width: 68px;
  height: 68px;
}
.head_rogue_5 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1333px -1001px;
  width: 90px;
  height: 90px;
}
.head_special_2 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -546px -1408px;
  width: 90px;
  height: 90px;
}
.head_special_bardHat {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1142px -1037px;
  width: 90px;
  height: 90px;
}
.head_special_clandestineCowl {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -414px -1135px;
  width: 90px;
  height: 90px;
}
.head_special_dandyHat {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -505px -1135px;
  width: 90px;
  height: 90px;
}
.head_special_fireCoralCirclet {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1242px 0px;
  width: 90px;
  height: 90px;
}
.head_special_kabuto {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1242px -91px;
  width: 90px;
  height: 90px;
}
.head_special_lunarWarriorHelm {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1242px -364px;
  width: 90px;
  height: 90px;
}
.head_special_mammothRiderHelm {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1242px -728px;
  width: 90px;
  height: 90px;
}
.head_special_namingDay2017 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1242px -819px;
  width: 90px;
  height: 90px;
}
.head_special_pageHelm {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1242px -1001px;
  width: 90px;
  height: 90px;
}
.head_special_pyromancersTurban {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: 0px -1226px;
  width: 90px;
  height: 90px;
}
.head_special_roguishRainbowMessengerHood {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1333px -728px;
  width: 90px;
  height: 90px;
}
.head_special_snowSovereignCrown {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1333px -819px;
  width: 90px;
  height: 90px;
}
.head_special_spikedHelm {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1333px -910px;
  width: 90px;
  height: 90px;
}
.head_special_turkeyHelmBase {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -967px -719px;
  width: 114px;
  height: 90px;
}
.head_warrior_1 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1333px -1092px;
  width: 90px;
  height: 90px;
}
.head_warrior_2 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1333px -1183px;
  width: 90px;
  height: 90px;
}
.head_warrior_3 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -91px -1317px;
  width: 90px;
  height: 90px;
}
.head_warrior_4 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -182px -1317px;
  width: 90px;
  height: 90px;
}
.head_warrior_5 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -728px -1317px;
  width: 90px;
  height: 90px;
}
.head_wizard_1 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1424px -273px;
  width: 90px;
  height: 90px;
}
.head_wizard_2 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1424px -546px;
  width: 90px;
  height: 90px;
}
.head_wizard_3 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1142px -491px;
  width: 90px;
  height: 90px;
}
.head_wizard_4 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1142px -582px;
  width: 90px;
  height: 90px;
}
.head_wizard_5 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1142px -946px;
  width: 90px;
  height: 90px;
}
.shop_head_healer_1 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -621px -1568px;
  width: 68px;
  height: 68px;
}
.shop_head_healer_2 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1653px -1242px;
  width: 68px;
  height: 68px;
}
.shop_head_healer_3 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1653px -1311px;
  width: 68px;
  height: 68px;
}
.shop_head_healer_4 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1653px -1449px;
  width: 68px;
  height: 68px;
}
.shop_head_healer_5 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1653px -1518px;
  width: 68px;
  height: 68px;
}
.shop_head_rogue_1 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: 0px -1637px;
  width: 68px;
  height: 68px;
}
.shop_head_rogue_2 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -345px -1637px;
  width: 68px;
  height: 68px;
}
.shop_head_rogue_3 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -414px -1637px;
  width: 68px;
  height: 68px;
}
.shop_head_rogue_4 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -483px -1637px;
  width: 68px;
  height: 68px;
}
.shop_head_rogue_5 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -552px -1637px;
  width: 68px;
  height: 68px;
}
.shop_head_special_0 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -621px -1637px;
  width: 68px;
  height: 68px;
}
.shop_head_special_1 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -690px -1637px;
  width: 68px;
  height: 68px;
}
.shop_head_special_2 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -759px -1637px;
  width: 68px;
  height: 68px;
}
.shop_head_special_bardHat {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -828px -1637px;
  width: 68px;
  height: 68px;
}
.shop_head_special_clandestineCowl {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -897px -1637px;
  width: 68px;
  height: 68px;
}
.shop_head_special_dandyHat {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -966px -1637px;
  width: 68px;
  height: 68px;
}
.shop_head_special_fireCoralCirclet {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1035px -1637px;
  width: 68px;
  height: 68px;
}
.shop_head_special_kabuto {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1104px -1637px;
  width: 68px;
  height: 68px;
}
.shop_head_special_lunarWarriorHelm {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1173px -1637px;
  width: 68px;
  height: 68px;
}
.shop_head_special_mammothRiderHelm {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1242px -1637px;
  width: 68px;
  height: 68px;
}
.shop_head_special_namingDay2017 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1722px -408px;
  width: 40px;
  height: 40px;
}
.shop_head_special_pageHelm {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1311px -1637px;
  width: 68px;
  height: 68px;
}
.shop_head_special_pyromancersTurban {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1380px -1637px;
  width: 68px;
  height: 68px;
}
.shop_head_special_roguishRainbowMessengerHood {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1449px -1637px;
  width: 68px;
  height: 68px;
}
.shop_head_special_snowSovereignCrown {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -276px -1637px;
  width: 68px;
  height: 68px;
}
.shop_head_special_spikedHelm {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -138px -1637px;
  width: 68px;
  height: 68px;
}
.shop_head_special_turkeyHelmBase {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -690px -1568px;
  width: 68px;
  height: 68px;
}
.shop_head_warrior_1 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -552px -1568px;
  width: 68px;
  height: 68px;
}
.shop_head_warrior_2 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -220px -339px;
  width: 68px;
  height: 68px;
}
.shop_head_warrior_3 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -414px -1568px;
  width: 68px;
  height: 68px;
}
.shop_head_warrior_4 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -345px -1568px;
  width: 68px;
  height: 68px;
}
.shop_head_warrior_5 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -276px -1568px;
  width: 68px;
  height: 68px;
}
.shop_head_wizard_1 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -207px -1568px;
  width: 68px;
  height: 68px;
}
.shop_head_wizard_2 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -138px -1568px;
  width: 68px;
  height: 68px;
}
.shop_head_wizard_3 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -69px -1568px;
  width: 68px;
  height: 68px;
}
.shop_head_wizard_4 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: 0px -1568px;
  width: 68px;
  height: 68px;
}
.shop_head_wizard_5 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1584px -1449px;
  width: 68px;
  height: 68px;
}
.shield_healer_1 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1333px -182px;
  width: 90px;
  height: 90px;
}
.shield_healer_2 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1333px -273px;
  width: 90px;
  height: 90px;
}
.shield_healer_3 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1333px -364px;
  width: 90px;
  height: 90px;
}
.shield_healer_4 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1333px -455px;
  width: 90px;
  height: 90px;
}
.shield_healer_5 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1333px -546px;
  width: 90px;
  height: 90px;
}
.shield_rogue_0 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1333px -637px;
  width: 90px;
  height: 90px;
}
.shield_rogue_1 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: 0px -1135px;
  width: 103px;
  height: 90px;
}
.shield_rogue_2 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -104px -1135px;
  width: 103px;
  height: 90px;
}
.shield_rogue_3 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -541px -854px;
  width: 114px;
  height: 90px;
}
.shield_rogue_4 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1142px -400px;
  width: 96px;
  height: 90px;
}
.shield_rogue_5 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -426px -854px;
  width: 114px;
  height: 90px;
}
.shield_rogue_6 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -311px -854px;
  width: 114px;
  height: 90px;
}
.shield_special_1 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: 0px -1317px;
  width: 90px;
  height: 90px;
}
.shield_special_diamondStave {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -311px -1135px;
  width: 102px;
  height: 90px;
}
.shield_special_goldenknight {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -420px -993px;
  width: 111px;
  height: 90px;
}
.shield_special_lootBag {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -273px -1317px;
  width: 90px;
  height: 90px;
}
.shield_special_mammothRiderHorn {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -364px -1317px;
  width: 90px;
  height: 90px;
}
.shield_special_moonpearlShield {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -455px -1317px;
  width: 90px;
  height: 90px;
}
.shield_special_roguishRainbowMessage {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -546px -1317px;
  width: 90px;
  height: 90px;
}
.shield_special_wakizashi {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -532px -993px;
  width: 114px;
  height: 87px;
}
.shield_special_wintryMirror {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -647px -993px;
  width: 114px;
  height: 87px;
}
.shield_warrior_1 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -819px -1317px;
  width: 90px;
  height: 90px;
}
.shield_warrior_2 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -910px -1317px;
  width: 90px;
  height: 90px;
}
.shield_warrior_3 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1001px -1317px;
  width: 90px;
  height: 90px;
}
.shield_warrior_4 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1092px -1317px;
  width: 90px;
  height: 90px;
}
.shield_warrior_5 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1183px -1317px;
  width: 90px;
  height: 90px;
}
.shop_shield_healer_1 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1584px -345px;
  width: 68px;
  height: 68px;
}
.shop_shield_healer_2 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1584px -276px;
  width: 68px;
  height: 68px;
}
.shop_shield_healer_3 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1584px -207px;
  width: 68px;
  height: 68px;
}
.shop_shield_healer_4 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1584px -138px;
  width: 68px;
  height: 68px;
}
.shop_shield_healer_5 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1584px -69px;
  width: 68px;
  height: 68px;
}
.shop_shield_rogue_0 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1584px 0px;
  width: 68px;
  height: 68px;
}
.shop_shield_rogue_1 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1449px -1499px;
  width: 68px;
  height: 68px;
}
.shop_shield_rogue_2 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1380px -1499px;
  width: 68px;
  height: 68px;
}
.shop_shield_rogue_3 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1311px -1499px;
  width: 68px;
  height: 68px;
}
.shop_shield_rogue_4 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1242px -1499px;
  width: 68px;
  height: 68px;
}
.shop_shield_rogue_5 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1173px -1499px;
  width: 68px;
  height: 68px;
}
.shop_shield_rogue_6 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1104px -1499px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_0 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1035px -1499px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_1 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -966px -1499px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_diamondStave {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -897px -1499px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_goldenknight {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -828px -1499px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_lootBag {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -759px -1499px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_mammothRiderHorn {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -690px -1499px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_moonpearlShield {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -621px -1499px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_roguishRainbowMessage {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -552px -1499px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_wakizashi {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -483px -1499px;
  width: 68px;
  height: 68px;
}
.shop_shield_special_wintryMirror {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -414px -1499px;
  width: 68px;
  height: 68px;
}
.shop_shield_warrior_1 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1515px -69px;
  width: 68px;
  height: 68px;
}
.shop_shield_warrior_2 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1653px -1104px;
  width: 68px;
  height: 68px;
}
.shop_shield_warrior_3 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -483px -1568px;
  width: 68px;
  height: 68px;
}
.shop_shield_warrior_4 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -660px -544px;
  width: 68px;
  height: 68px;
}
.shop_shield_warrior_5 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -887px -643px;
  width: 68px;
  height: 68px;
}
.shop_weapon_healer_0 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -887px -712px;
  width: 68px;
  height: 68px;
}
.shop_weapon_healer_1 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -762px -993px;
  width: 68px;
  height: 68px;
}
.shop_weapon_healer_2 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -831px -993px;
  width: 68px;
  height: 68px;
}
.shop_weapon_healer_3 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -900px -993px;
  width: 68px;
  height: 68px;
}
.shop_weapon_healer_4 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -969px -993px;
  width: 68px;
  height: 68px;
}
.shop_weapon_healer_5 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1038px -993px;
  width: 68px;
  height: 68px;
}
.shop_weapon_healer_6 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -637px -1408px;
  width: 68px;
  height: 68px;
}
.shop_weapon_rogue_0 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -706px -1408px;
  width: 68px;
  height: 68px;
}
.shop_weapon_rogue_1 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -775px -1408px;
  width: 68px;
  height: 68px;
}
.shop_weapon_rogue_2 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -844px -1408px;
  width: 68px;
  height: 68px;
}
.shop_weapon_rogue_3 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -913px -1408px;
  width: 68px;
  height: 68px;
}
.shop_weapon_rogue_4 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -982px -1408px;
  width: 68px;
  height: 68px;
}
.shop_weapon_rogue_5 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1051px -1408px;
  width: 68px;
  height: 68px;
}
.shop_weapon_rogue_6 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1120px -1408px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_0 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1189px -1408px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_1 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1258px -1408px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_2 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1327px -1408px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_3 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1396px -1408px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_aetherCrystals {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1515px 0px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_bardInstrument {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1518px -1637px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_critical {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1515px -138px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_fencingFoil {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1515px -207px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_lunarScythe {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1515px -276px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_mammothRiderSpear {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1515px -345px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_nomadsScimitar {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1515px -414px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_pageBanner {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1515px -483px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_roguishRainbowMessage {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1515px -552px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_skeletonKey {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1515px -621px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_tachi {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1515px -690px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_taskwoodsLantern {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1515px -759px;
  width: 68px;
  height: 68px;
}
.shop_weapon_special_tridentOfCrashingTides {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1515px -828px;
  width: 68px;
  height: 68px;
}
.shop_weapon_warrior_0 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1515px -897px;
  width: 68px;
  height: 68px;
}
.shop_weapon_warrior_1 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1515px -966px;
  width: 68px;
  height: 68px;
}
.shop_weapon_warrior_2 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1515px -1035px;
  width: 68px;
  height: 68px;
}
.shop_weapon_warrior_3 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1515px -1104px;
  width: 68px;
  height: 68px;
}
.shop_weapon_warrior_4 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1515px -1173px;
  width: 68px;
  height: 68px;
}
.shop_weapon_warrior_5 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1515px -1242px;
  width: 68px;
  height: 68px;
}
.shop_weapon_warrior_6 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1515px -1311px;
  width: 68px;
  height: 68px;
}
.shop_weapon_wizard_0 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1515px -1380px;
  width: 68px;
  height: 68px;
}
.shop_weapon_wizard_1 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: 0px -1499px;
  width: 68px;
  height: 68px;
}
.shop_weapon_wizard_2 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -69px -1499px;
  width: 68px;
  height: 68px;
}
.shop_weapon_wizard_3 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -138px -1499px;
  width: 68px;
  height: 68px;
}
.shop_weapon_wizard_4 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -207px -1499px;
  width: 68px;
  height: 68px;
}
.shop_weapon_wizard_5 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -276px -1499px;
  width: 68px;
  height: 68px;
}
.shop_weapon_wizard_6 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -345px -1499px;
  width: 68px;
  height: 68px;
}
.weapon_healer_0 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -455px -1408px;
  width: 90px;
  height: 90px;
}
.weapon_healer_1 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -364px -1408px;
  width: 90px;
  height: 90px;
}
.weapon_healer_2 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -273px -1408px;
  width: 90px;
  height: 90px;
}
.weapon_healer_3 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -182px -1408px;
  width: 90px;
  height: 90px;
}
.weapon_healer_4 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -91px -1408px;
  width: 90px;
  height: 90px;
}
.weapon_healer_5 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: 0px -1408px;
  width: 90px;
  height: 90px;
}
.weapon_healer_6 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1424px -1274px;
  width: 90px;
  height: 90px;
}
.weapon_rogue_0 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1424px -1183px;
  width: 90px;
  height: 90px;
}
.weapon_rogue_1 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1424px -1092px;
  width: 90px;
  height: 90px;
}
.weapon_rogue_2 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1424px -1001px;
  width: 90px;
  height: 90px;
}
.weapon_rogue_3 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1424px -910px;
  width: 90px;
  height: 90px;
}
.weapon_rogue_4 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1424px -819px;
  width: 90px;
  height: 90px;
}
.weapon_rogue_5 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1424px -728px;
  width: 90px;
  height: 90px;
}
.weapon_rogue_6 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1424px -637px;
  width: 90px;
  height: 90px;
}
.weapon_special_1 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -208px -1135px;
  width: 102px;
  height: 90px;
}
.weapon_special_2 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1424px -455px;
  width: 90px;
  height: 90px;
}
.weapon_special_3 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1424px -364px;
  width: 90px;
  height: 90px;
}
.weapon_special_aetherCrystals {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -196px -854px;
  width: 114px;
  height: 90px;
}
.weapon_special_bardInstrument {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1424px -182px;
  width: 90px;
  height: 90px;
}
.weapon_special_fencingFoil {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1424px -91px;
  width: 90px;
  height: 90px;
}
.weapon_special_lunarScythe {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1424px 0px;
  width: 90px;
  height: 90px;
}
.weapon_special_mammothRiderSpear {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1274px -1317px;
  width: 90px;
  height: 90px;
}
.weapon_special_nomadsScimitar {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1333px -91px;
  width: 90px;
  height: 90px;
}
.weapon_special_pageBanner {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1333px 0px;
  width: 90px;
  height: 90px;
}
.weapon_special_roguishRainbowMessage {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1183px -1226px;
  width: 90px;
  height: 90px;
}
.weapon_special_skeletonKey {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1092px -1226px;
  width: 90px;
  height: 90px;
}
.weapon_special_tachi {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1001px -1226px;
  width: 90px;
  height: 90px;
}
.weapon_special_taskwoodsLantern {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -910px -1226px;
  width: 90px;
  height: 90px;
}
.weapon_special_tridentOfCrashingTides {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -819px -1226px;
  width: 90px;
  height: 90px;
}
.weapon_warrior_0 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -728px -1226px;
  width: 90px;
  height: 90px;
}
.weapon_warrior_1 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -637px -1226px;
  width: 90px;
  height: 90px;
}
.weapon_warrior_2 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -546px -1226px;
  width: 90px;
  height: 90px;
}
.weapon_warrior_3 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -455px -1226px;
  width: 90px;
  height: 90px;
}
.weapon_warrior_4 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -364px -1226px;
  width: 90px;
  height: 90px;
}
.weapon_warrior_5 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -273px -1226px;
  width: 90px;
  height: 90px;
}
.weapon_warrior_6 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -182px -1226px;
  width: 90px;
  height: 90px;
}
.weapon_wizard_0 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -91px -1226px;
  width: 90px;
  height: 90px;
}
.weapon_wizard_1 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1051px -1135px;
  width: 90px;
  height: 90px;
}
.weapon_wizard_2 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -960px -1135px;
  width: 90px;
  height: 90px;
}
.weapon_wizard_3 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -869px -1135px;
  width: 90px;
  height: 90px;
}
.weapon_wizard_4 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -778px -1135px;
  width: 90px;
  height: 90px;
}
.weapon_wizard_5 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -687px -1135px;
  width: 90px;
  height: 90px;
}
.weapon_wizard_6 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -596px -1135px;
  width: 90px;
  height: 90px;
}
.Pet_Currency_Gem {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1653px -1173px;
  width: 68px;
  height: 68px;
}
.Pet_Currency_Gem1x {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1759px -150px;
  width: 15px;
  height: 13px;
}
.Pet_Currency_Gem2x {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1722px -623px;
  width: 30px;
  height: 26px;
}
.PixelPaw-Gold {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1722px -170px;
  width: 51px;
  height: 51px;
}
.PixelPaw {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1722px -222px;
  width: 51px;
  height: 51px;
}
.PixelPaw002 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1722px -274px;
  width: 51px;
  height: 51px;
}
.avatar_floral_healer {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1142px 0px;
  width: 99px;
  height: 99px;
}
.avatar_floral_rogue {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1142px -200px;
  width: 99px;
  height: 99px;
}
.avatar_floral_warrior {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1142px -300px;
  width: 99px;
  height: 99px;
}
.avatar_floral_wizard {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1142px -100px;
  width: 99px;
  height: 99px;
}
.empty_bottles {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1518px -1499px;
  width: 64px;
  height: 54px;
}
.ghost {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1142px -855px;
  width: 90px;
  height: 90px;
}
.inventory_present {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1653px 0px;
  width: 68px;
  height: 68px;
}
.inventory_present_01 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -759px -1568px;
  width: 68px;
  height: 68px;
}
.inventory_present_02 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -828px -1568px;
  width: 68px;
  height: 68px;
}
.inventory_present_03 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -897px -1568px;
  width: 68px;
  height: 68px;
}
.inventory_present_04 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -966px -1568px;
  width: 68px;
  height: 68px;
}
.inventory_present_05 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1035px -1568px;
  width: 68px;
  height: 68px;
}
.inventory_present_06 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1104px -1568px;
  width: 68px;
  height: 68px;
}
.inventory_present_07 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1173px -1568px;
  width: 68px;
  height: 68px;
}
.inventory_present_08 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1242px -1568px;
  width: 68px;
  height: 68px;
}
.inventory_present_09 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1311px -1568px;
  width: 68px;
  height: 68px;
}
.inventory_present_10 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1380px -1568px;
  width: 68px;
  height: 68px;
}
.inventory_present_11 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1449px -1568px;
  width: 68px;
  height: 68px;
}
.inventory_present_12 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1518px -1568px;
  width: 68px;
  height: 68px;
}
.inventory_special_birthday {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1653px -69px;
  width: 68px;
  height: 68px;
}
.inventory_special_congrats {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1653px -138px;
  width: 68px;
  height: 68px;
}
.inventory_special_fortify {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1653px -207px;
  width: 68px;
  height: 68px;
}
.inventory_special_getwell {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1653px -276px;
  width: 68px;
  height: 68px;
}
.inventory_special_goodluck {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1653px -345px;
  width: 68px;
  height: 68px;
}
.inventory_special_greeting {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1653px -414px;
  width: 68px;
  height: 68px;
}
.inventory_special_nye {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1653px -483px;
  width: 68px;
  height: 68px;
}
.inventory_special_opaquePotion {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1653px -552px;
  width: 68px;
  height: 68px;
}
.inventory_special_seafoam {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1653px -621px;
  width: 68px;
  height: 68px;
}
.inventory_special_shinySeed {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1653px -690px;
  width: 68px;
  height: 68px;
}
.inventory_special_snowball {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1653px -759px;
  width: 68px;
  height: 68px;
}
.inventory_special_spookySparkles {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1653px -828px;
  width: 68px;
  height: 68px;
}
.inventory_special_thankyou {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1653px -897px;
  width: 68px;
  height: 68px;
}
.inventory_special_trinket {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1653px -966px;
  width: 68px;
  height: 68px;
}
.inventory_special_valentine {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1653px -1035px;
  width: 68px;
  height: 68px;
}
.knockout {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -196px -945px;
  width: 120px;
  height: 47px;
}
.pet_key {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1653px -1380px;
  width: 68px;
  height: 68px;
}
.rebirth_orb {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -69px -1637px;
  width: 68px;
  height: 68px;
}
.seafoam_star {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1142px -764px;
  width: 90px;
  height: 90px;
}
.shop_armoire {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -207px -1637px;
  width: 68px;
  height: 68px;
}
.snowman {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1142px -673px;
  width: 90px;
  height: 90px;
}
.zzz {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1722px -367px;
  width: 40px;
  height: 40px;
}
.zzz_light {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1722px -326px;
  width: 40px;
  height: 40px;
}
.notif_inventory_present_01 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1751px -507px;
  width: 28px;
  height: 28px;
}
.notif_inventory_present_02 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1751px -594px;
  width: 28px;
  height: 28px;
}
.notif_inventory_present_03 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1722px -594px;
  width: 28px;
  height: 28px;
}
.notif_inventory_present_04 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1751px -565px;
  width: 28px;
  height: 28px;
}
.notif_inventory_present_05 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1722px -565px;
  width: 28px;
  height: 28px;
}
.notif_inventory_present_06 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1751px -536px;
  width: 28px;
  height: 28px;
}
.notif_inventory_present_07 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1722px -536px;
  width: 28px;
  height: 28px;
}
.notif_inventory_present_08 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1751px -478px;
  width: 28px;
  height: 28px;
}
.notif_inventory_present_09 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1722px -507px;
  width: 28px;
  height: 28px;
}
.notif_inventory_present_10 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1722px -478px;
  width: 28px;
  height: 28px;
}
.notif_inventory_present_11 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1751px -449px;
  width: 28px;
  height: 28px;
}
.notif_inventory_present_12 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1722px -449px;
  width: 28px;
  height: 28px;
}
.notif_inventory_special_birthday {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1759px -100px;
  width: 20px;
  height: 24px;
}
.notif_inventory_special_congrats {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1722px -675px;
  width: 20px;
  height: 22px;
}
.notif_inventory_special_getwell {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1743px -675px;
  width: 20px;
  height: 22px;
}
.notif_inventory_special_goodluck {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1759px -73px;
  width: 20px;
  height: 26px;
}
.notif_inventory_special_greeting {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1743px -650px;
  width: 20px;
  height: 22px;
}
.notif_inventory_special_nye {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1753px -623px;
  width: 24px;
  height: 26px;
}
.notif_inventory_special_thankyou {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1722px -650px;
  width: 20px;
  height: 24px;
}
.notif_inventory_special_valentine {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1759px -125px;
  width: 20px;
  height: 24px;
}
.npc_alex {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -967px -365px;
  width: 162px;
  height: 138px;
}
.npc_bailey {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1722px 0px;
  width: 60px;
  height: 72px;
}
.npc_daniel {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -967px -504px;
  width: 135px;
  height: 123px;
}
.npc_ian {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -220px -203px;
  width: 75px;
  height: 135px;
}
.npc_justin {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -660px -423px;
  width: 84px;
  height: 120px;
}
.npc_justin_head {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1722px -73px;
  width: 36px;
  height: 96px;
}
.npc_matt {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: 0px -854px;
  width: 195px;
  height: 138px;
}
.npc_sabe {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -637px -1317px;
  width: 90px;
  height: 90px;
}
.background_dysheartener {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: 0px 0px;
  width: 306px;
  height: 202px;
}
.banner_flair_dysheartener {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -1424px -1365px;
  width: 69px;
  height: 18px;
}
.phobia_dysheartener {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -527px -220px;
  width: 201px;
  height: 195px;
}
.quest_armadillo {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: 0px -423px;
  width: 219px;
  height: 219px;
}
.quest_atom1 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -428px -643px;
  width: 250px;
  height: 150px;
}
.quest_atom2 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -679px -643px;
  width: 207px;
  height: 138px;
}
.quest_atom3 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -211px -643px;
  width: 216px;
  height: 180px;
}
.quest_axolotl {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -747px 0px;
  width: 219px;
  height: 219px;
}
.quest_badger {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -747px -220px;
  width: 219px;
  height: 219px;
}
.quest_basilist {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: 0px -993px;
  width: 189px;
  height: 141px;
}
.quest_beetle {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -747px -440px;
  width: 204px;
  height: 201px;
}
.quest_bunny {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -307px -220px;
  width: 210px;
  height: 186px;
}
.quest_butterfly {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -440px -423px;
  width: 219px;
  height: 219px;
}
.quest_cheetah {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -220px -423px;
  width: 219px;
  height: 219px;
}
.quest_cow {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -967px 0px;
  width: 174px;
  height: 213px;
}
.quest_dilatory {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -307px 0px;
  width: 219px;
  height: 219px;
}
.quest_dilatoryDistress1 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: 0px -643px;
  width: 210px;
  height: 210px;
}
.quest_dilatoryDistress2 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -967px -214px;
  width: 150px;
  height: 150px;
}
.quest_dilatoryDistress3 {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: 0px -203px;
  width: 219px;
  height: 219px;
}
.quest_dilatory_derby {
  background-image: url(/static/images/spritesmith-main-10.a2256b1.png);
  background-position: -527px 0px;
  width: 219px;
  height: 219px;
}

.quest_TEMPLATE_FOR_MISSING_IMAGE {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -719px -1546px;
  width: 221px;
  height: 39px;
}
.quest_dustbunnies {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -220px -452px;
  width: 219px;
  height: 219px;
}
.quest_egg {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -1757px -537px;
  width: 165px;
  height: 207px;
}
.quest_evilsanta {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -1757px -1198px;
  width: 118px;
  height: 131px;
}
.quest_evilsanta2 {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -440px 0px;
  width: 219px;
  height: 219px;
}
.quest_falcon {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: 0px -232px;
  width: 219px;
  height: 219px;
}
.quest_ferret {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -220px -232px;
  width: 219px;
  height: 219px;
}
.quest_frog {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -1100px -1112px;
  width: 221px;
  height: 213px;
}
.quest_ghost_stag {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -660px 0px;
  width: 219px;
  height: 219px;
}
.quest_goldenknight1 {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -660px -220px;
  width: 219px;
  height: 219px;
}
.quest_goldenknight2 {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -217px -1546px;
  width: 250px;
  height: 150px;
}
.quest_goldenknight3 {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: 0px 0px;
  width: 219px;
  height: 231px;
}
.quest_gryphon {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -1314px -1332px;
  width: 216px;
  height: 177px;
}
.quest_guineapig {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -660px -452px;
  width: 219px;
  height: 219px;
}
.quest_harpy {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -880px 0px;
  width: 219px;
  height: 219px;
}
.quest_hedgehog {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -220px -1332px;
  width: 219px;
  height: 186px;
}
.quest_hippo {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -880px -440px;
  width: 219px;
  height: 219px;
}
.quest_horse {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: 0px -672px;
  width: 219px;
  height: 219px;
}
.quest_kangaroo {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -220px -672px;
  width: 219px;
  height: 219px;
}
.quest_kraken {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -1322px -1112px;
  width: 216px;
  height: 177px;
}
.quest_lostMasterclasser1 {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -660px -672px;
  width: 219px;
  height: 219px;
}
.quest_lostMasterclasser2 {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -880px -672px;
  width: 219px;
  height: 219px;
}
.quest_lostMasterclasser3 {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -1100px 0px;
  width: 219px;
  height: 219px;
}
.quest_mayhemMistiflying1 {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -1757px -1047px;
  width: 150px;
  height: 150px;
}
.quest_mayhemMistiflying2 {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -1100px -440px;
  width: 219px;
  height: 219px;
}
.quest_mayhemMistiflying3 {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -1100px -660px;
  width: 219px;
  height: 219px;
}
.quest_monkey {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: 0px -892px;
  width: 219px;
  height: 219px;
}
.quest_moon1 {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -1540px -651px;
  width: 216px;
  height: 216px;
}
.quest_moon2 {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -440px -892px;
  width: 219px;
  height: 219px;
}
.quest_moon3 {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -660px -892px;
  width: 219px;
  height: 219px;
}
.quest_moonstone1 {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -880px -892px;
  width: 219px;
  height: 219px;
}
.quest_moonstone2 {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -1100px -892px;
  width: 219px;
  height: 219px;
}
.quest_moonstone3 {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -220px 0px;
  width: 219px;
  height: 219px;
}
.quest_nudibranch {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -1540px 0px;
  width: 216px;
  height: 216px;
}
.quest_octopus {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -440px -1332px;
  width: 222px;
  height: 177px;
}
.quest_owl {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -1320px -660px;
  width: 219px;
  height: 219px;
}
.quest_peacock {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -1540px -217px;
  width: 216px;
  height: 216px;
}
.quest_penguin {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -1757px -353px;
  width: 190px;
  height: 183px;
}
.quest_pterodactyl {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -220px -1112px;
  width: 219px;
  height: 219px;
}
.quest_rat {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -440px -1112px;
  width: 219px;
  height: 219px;
}
.quest_rock {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -1540px -868px;
  width: 216px;
  height: 216px;
}
.quest_rooster {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -1757px 0px;
  width: 213px;
  height: 174px;
}
.quest_sabretooth {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -660px -1112px;
  width: 219px;
  height: 219px;
}
.quest_seaserpent {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: 0px -1112px;
  width: 219px;
  height: 219px;
}
.quest_sheep {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -1320px -880px;
  width: 219px;
  height: 219px;
}
.quest_slime {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -1320px -440px;
  width: 219px;
  height: 219px;
}
.quest_sloth {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -1320px -220px;
  width: 219px;
  height: 219px;
}
.quest_snail {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: 0px -1332px;
  width: 219px;
  height: 213px;
}
.quest_snake {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -1097px -1332px;
  width: 216px;
  height: 177px;
}
.quest_spider {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -468px -1546px;
  width: 250px;
  height: 150px;
}
.quest_squirrel {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -1320px 0px;
  width: 219px;
  height: 219px;
}
.quest_stoikalmCalamity1 {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -1757px -896px;
  width: 150px;
  height: 150px;
}
.quest_stoikalmCalamity2 {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -440px -672px;
  width: 219px;
  height: 219px;
}
.quest_stoikalmCalamity3 {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -880px -220px;
  width: 219px;
  height: 219px;
}
.quest_taskwoodsTerror1 {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -1757px -745px;
  width: 150px;
  height: 150px;
}
.quest_taskwoodsTerror2 {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -1540px -1085px;
  width: 216px;
  height: 216px;
}
.quest_taskwoodsTerror3 {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -440px -452px;
  width: 219px;
  height: 219px;
}
.quest_treeling {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: 0px -1546px;
  width: 216px;
  height: 177px;
}
.quest_trex {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -1757px -175px;
  width: 204px;
  height: 177px;
}
.quest_trex_undead {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -1531px -1332px;
  width: 216px;
  height: 177px;
}
.quest_triceratops {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -440px -232px;
  width: 219px;
  height: 219px;
}
.quest_turtle {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -880px -1112px;
  width: 219px;
  height: 219px;
}
.quest_unicorn {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: 0px -452px;
  width: 219px;
  height: 219px;
}
.quest_vice1 {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -880px -1332px;
  width: 216px;
  height: 177px;
}
.quest_vice2 {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -220px -892px;
  width: 219px;
  height: 219px;
}
.quest_vice3 {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -663px -1332px;
  width: 216px;
  height: 177px;
}
.quest_whale {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -1100px -220px;
  width: 219px;
  height: 219px;
}
.quest_yarn {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -1540px -434px;
  width: 216px;
  height: 216px;
}
.quest_atom1_soapBars {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -1908px -745px;
  width: 48px;
  height: 51px;
}
.quest_dilatoryDistress1_blueFins {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -1908px -797px;
  width: 51px;
  height: 48px;
}
.quest_dilatoryDistress1_fireCoral {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -1908px -896px;
  width: 48px;
  height: 51px;
}
.quest_egg_plainEgg {
  background-image: url(/static/images/spritesmith-main-11.84d8c1c.png);
  background-position: -1908px -948px;
  width: 48px;
  height: 51px;
}

.quest_evilsanta2_branches {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1684px -199px;
  width: 48px;
  height: 51px;
}
.quest_evilsanta2_tracks {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1684px -138px;
  width: 54px;
  height: 60px;
}
.quest_goldenknight1_testimony {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1684px -251px;
  width: 48px;
  height: 51px;
}
.quest_lostMasterclasser1_ancientTome {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1684px -1450px;
  width: 33px;
  height: 42px;
}
.quest_lostMasterclasser1_forbiddenTome {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1718px -1407px;
  width: 33px;
  height: 42px;
}
.quest_lostMasterclasser1_hiddenTome {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1684px -1407px;
  width: 33px;
  height: 42px;
}
.quest_mayhemMistiflying2_mistifly1 {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1684px -303px;
  width: 48px;
  height: 51px;
}
.quest_mayhemMistiflying2_mistifly2 {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1684px -355px;
  width: 48px;
  height: 51px;
}
.quest_mayhemMistiflying2_mistifly3 {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1684px -407px;
  width: 48px;
  height: 51px;
}
.quest_moon1_shard {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1684px -667px;
  width: 42px;
  height: 42px;
}
.quest_moonstone1_moonstone {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1718px -1450px;
  width: 30px;
  height: 30px;
}
.quest_stoikalmCalamity2_icicleCoin {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1684px -459px;
  width: 48px;
  height: 51px;
}
.quest_taskwoodsTerror2_brownie {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1684px -511px;
  width: 48px;
  height: 51px;
}
.quest_taskwoodsTerror2_dryad {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1684px -563px;
  width: 48px;
  height: 51px;
}
.quest_taskwoodsTerror2_pixie {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1684px -615px;
  width: 48px;
  height: 51px;
}
.quest_vice2_lightCrystal {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1684px -956px;
  width: 40px;
  height: 40px;
}
.inventory_quest_scroll_armadillo {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -345px -1226px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_atom1 {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -483px -1226px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_atom1_locked {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -414px -1226px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_atom2 {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -621px -1226px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_atom2_locked {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -552px -1226px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_atom3 {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -759px -1226px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_atom3_locked {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -690px -1226px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_axolotl {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -828px -1226px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_badger {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -897px -1226px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_basilist {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -966px -1226px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_beetle {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1035px -1226px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_bunny {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1104px -1226px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_butterfly {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1173px -1226px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_cheetah {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1242px -1226px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_cow {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1311px -1226px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_dilatoryDistress1 {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -621px -1433px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_dilatoryDistress2 {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -759px -1433px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_dilatoryDistress2_locked {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -690px -1433px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_dilatoryDistress3 {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -897px -1433px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_dilatoryDistress3_locked {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -828px -1433px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_dilatory_derby {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1408px -621px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_dustbunnies {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -966px -1433px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_egg {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1035px -1433px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_evilsanta {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1104px -1433px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_evilsanta2 {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1173px -1433px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_falcon {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1242px -1433px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_ferret {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1311px -1433px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_frog {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1380px -1433px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_ghost_stag {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1449px -1433px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_goldenknight1 {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1546px -69px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_goldenknight1_locked {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1546px 0px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_goldenknight2 {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1546px -207px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_goldenknight2_locked {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1546px -138px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_goldenknight3 {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1546px -345px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_goldenknight3_locked {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1546px -276px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_gryphon {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1546px -414px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_guineapig {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1546px -483px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_harpy {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1546px -552px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_hedgehog {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1546px -621px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_hippo {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1546px -690px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_horse {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1546px -759px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_kangaroo {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1546px -828px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_kraken {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1546px -897px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_lostMasterclasser1 {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1546px -1035px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_lostMasterclasser1_locked {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1546px -966px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_lostMasterclasser2 {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1546px -1173px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_lostMasterclasser2_locked {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1546px -1104px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_lostMasterclasser3 {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1546px -1311px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_lostMasterclasser3_locked {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1546px -1242px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_lostMasterclasser4 {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: 0px -1502px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_lostMasterclasser4_locked {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1546px -1380px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_mayhemMistiflying1 {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -69px -1502px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_mayhemMistiflying2 {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -207px -1502px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_mayhemMistiflying2_locked {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -138px -1502px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_mayhemMistiflying3 {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -345px -1502px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_mayhemMistiflying3_locked {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -276px -1502px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_monkey {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -414px -1502px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_moon1 {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -552px -1502px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_moon1_locked {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -483px -1502px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_moon2 {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -690px -1502px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_moon2_locked {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -621px -1502px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_moon3 {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -828px -1502px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_moon3_locked {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -759px -1502px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_moonstone1 {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -966px -1502px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_moonstone1_locked {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -897px -1502px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_moonstone2 {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1104px -1502px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_moonstone2_locked {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1035px -1502px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_moonstone3 {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1242px -1502px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_moonstone3_locked {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1173px -1502px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_nudibranch {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1311px -1502px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_octopus {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1380px -1502px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_owl {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1449px -1502px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_peacock {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1518px -1502px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_penguin {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1615px 0px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_pterodactyl {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1615px -69px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_rat {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1615px -138px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_rock {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1615px -207px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_rooster {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1615px -276px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_sabretooth {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1615px -345px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_seaserpent {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1615px -414px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_sheep {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1615px -483px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_slime {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1615px -552px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_sloth {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1615px -621px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_snail {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1615px -690px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_snake {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1615px -759px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_spider {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1615px -828px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_squirrel {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1615px -897px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_stoikalmCalamity1 {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1615px -966px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_stoikalmCalamity2 {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1615px -1104px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_stoikalmCalamity2_locked {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1615px -1035px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_stoikalmCalamity3 {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1615px -1242px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_stoikalmCalamity3_locked {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1615px -1173px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_taskwoodsTerror1 {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1615px -1311px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_taskwoodsTerror2 {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1615px -1449px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_taskwoodsTerror2_locked {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1615px -1380px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_taskwoodsTerror3 {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -69px -1571px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_taskwoodsTerror3_locked {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: 0px -1571px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_treeling {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -138px -1571px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_trex {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -276px -1571px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_trex_undead {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -207px -1571px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_triceratops {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -345px -1571px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_turtle {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -414px -1571px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_unicorn {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -483px -1571px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_vice1 {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -621px -1571px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_vice1_locked {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -552px -1571px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_vice2 {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -759px -1571px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_vice2_locked {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -690px -1571px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_vice3 {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -897px -1571px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_vice3_locked {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -828px -1571px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_whale {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -966px -1571px;
  width: 68px;
  height: 68px;
}
.inventory_quest_scroll_yarn {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1035px -1571px;
  width: 68px;
  height: 68px;
}
.quest_bundle_aquaticAmigos {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1104px -1571px;
  width: 68px;
  height: 68px;
}
.quest_bundle_cuddleBuddies {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1173px -1571px;
  width: 68px;
  height: 68px;
}
.quest_bundle_farmFriends {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1242px -1571px;
  width: 68px;
  height: 68px;
}
.quest_bundle_featheredFriends {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1311px -1571px;
  width: 68px;
  height: 68px;
}
.quest_bundle_forestFriends {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1380px -1571px;
  width: 68px;
  height: 68px;
}
.quest_bundle_hugabug {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1449px -1571px;
  width: 68px;
  height: 68px;
}
.quest_bundle_splashyPals {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1518px -1571px;
  width: 68px;
  height: 68px;
}
.quest_bundle_winterQuests {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1587px -1571px;
  width: 68px;
  height: 68px;
}
.quest_bundle_witchyFamiliars {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1684px 0px;
  width: 68px;
  height: 68px;
}
.shop_gem {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1684px -69px;
  width: 68px;
  height: 68px;
}
.shop_opaquePotion {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1302px -530px;
  width: 68px;
  height: 68px;
}
.shop_potion {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1302px -599px;
  width: 68px;
  height: 68px;
}
.shop_seafoam {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1302px -668px;
  width: 68px;
  height: 68px;
}
.shop_shinySeed {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1302px -737px;
  width: 68px;
  height: 68px;
}
.shop_snowball {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1302px -806px;
  width: 68px;
  height: 68px;
}
.shop_spookySparkles {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1302px -875px;
  width: 68px;
  height: 68px;
}
.shop_mounts_MagicalBee-Base {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1302px -944px;
  width: 68px;
  height: 68px;
}
.shop_mounts_Mammoth-Base {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1302px -1013px;
  width: 68px;
  height: 68px;
}
.shop_mounts_MantisShrimp-Base {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1302px -1082px;
  width: 68px;
  height: 68px;
}
.shop_mounts_Phoenix-Base {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1302px -1151px;
  width: 68px;
  height: 68px;
}
.shop_pets_MagicalBee-Base {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: 0px -1226px;
  width: 68px;
  height: 68px;
}
.shop_pets_Mammoth-Base {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -69px -1226px;
  width: 68px;
  height: 68px;
}
.shop_pets_MantisShrimp-Base {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -138px -1226px;
  width: 68px;
  height: 68px;
}
.shop_pets_Phoenix-Base {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -207px -1226px;
  width: 68px;
  height: 68px;
}
.shop_backStab {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1684px -1366px;
  width: 40px;
  height: 40px;
}
.shop_brightness {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1684px -874px;
  width: 40px;
  height: 40px;
}
.shop_defensiveStance {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1684px -833px;
  width: 40px;
  height: 40px;
}
.shop_earth {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1684px -792px;
  width: 40px;
  height: 40px;
}
.shop_fireball {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1684px -751px;
  width: 40px;
  height: 40px;
}
.shop_frost {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1684px -1120px;
  width: 40px;
  height: 40px;
}
.shop_heal {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1684px -1202px;
  width: 40px;
  height: 40px;
}
.shop_healAll {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1684px -997px;
  width: 40px;
  height: 40px;
}
.shop_intimidate {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1684px -1038px;
  width: 40px;
  height: 40px;
}
.shop_mpheal {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1684px -1079px;
  width: 40px;
  height: 40px;
}
.shop_pickPocket {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1684px -710px;
  width: 40px;
  height: 40px;
}
.shop_protectAura {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1684px -1243px;
  width: 40px;
  height: 40px;
}
.shop_smash {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1684px -1284px;
  width: 40px;
  height: 40px;
}
.shop_stealth {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1684px -1325px;
  width: 40px;
  height: 40px;
}
.shop_toolsOfTrade {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1684px -1161px;
  width: 40px;
  height: 40px;
}
.shop_valorousPresence {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1684px -915px;
  width: 40px;
  height: 40px;
}
.Pet_Egg_Armadillo {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: 0px -1295px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Axolotl {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -69px -1295px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Badger {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -138px -1295px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_BearCub {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -207px -1295px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Beetle {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -276px -1295px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Bunny {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -345px -1295px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Butterfly {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -414px -1295px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Cactus {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -483px -1295px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Cheetah {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -552px -1295px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Cow {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -621px -1295px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Cuttlefish {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -690px -1295px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Deer {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -759px -1295px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Dragon {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -828px -1295px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Egg {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -897px -1295px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Falcon {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -966px -1295px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Ferret {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1035px -1295px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_FlyingPig {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1104px -1295px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Fox {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1173px -1295px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Frog {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1242px -1295px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Gryphon {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1311px -1295px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_GuineaPig {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1408px 0px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Hedgehog {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1408px -69px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Hippo {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1408px -138px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Horse {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1408px -207px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Kangaroo {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1408px -276px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_LionCub {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1408px -345px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Monkey {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1408px -414px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Nudibranch {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1408px -483px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Octopus {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1408px -552px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Owl {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -276px -1226px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_PandaCub {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1408px -690px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Parrot {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1408px -759px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Peacock {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1408px -828px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Penguin {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1408px -897px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_PolarBear {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1408px -966px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Pterodactyl {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1408px -1035px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Rat {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1408px -1104px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Rock {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1408px -1173px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Rooster {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1408px -1242px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Sabretooth {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: 0px -1364px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_SeaSerpent {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -138px -1364px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Seahorse {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -69px -1364px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Sheep {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -207px -1364px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Slime {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -276px -1364px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Sloth {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -345px -1364px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Snail {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -414px -1364px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Snake {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -483px -1364px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Spider {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -552px -1364px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Squirrel {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -621px -1364px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_TRex {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -828px -1364px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_TigerCub {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -690px -1364px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Treeling {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -759px -1364px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Triceratops {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -897px -1364px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Turtle {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -966px -1364px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Unicorn {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1035px -1364px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Whale {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1104px -1364px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Wolf {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1173px -1364px;
  width: 68px;
  height: 68px;
}
.Pet_Egg_Yarn {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1242px -1364px;
  width: 68px;
  height: 68px;
}
.Pet_Food_Cake_Base {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1311px -1364px;
  width: 68px;
  height: 68px;
}
.Pet_Food_Cake_CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1380px -1364px;
  width: 68px;
  height: 68px;
}
.Pet_Food_Cake_CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1477px 0px;
  width: 68px;
  height: 68px;
}
.Pet_Food_Cake_Desert {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1477px -69px;
  width: 68px;
  height: 68px;
}
.Pet_Food_Cake_Golden {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1477px -138px;
  width: 68px;
  height: 68px;
}
.Pet_Food_Cake_Red {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1477px -207px;
  width: 68px;
  height: 68px;
}
.Pet_Food_Cake_Shade {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1477px -276px;
  width: 68px;
  height: 68px;
}
.Pet_Food_Cake_Skeleton {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1477px -345px;
  width: 68px;
  height: 68px;
}
.Pet_Food_Cake_White {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1477px -414px;
  width: 68px;
  height: 68px;
}
.Pet_Food_Cake_Zombie {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1477px -483px;
  width: 68px;
  height: 68px;
}
.Pet_Food_Candy_Base {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1477px -552px;
  width: 68px;
  height: 68px;
}
.Pet_Food_Candy_CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1477px -621px;
  width: 68px;
  height: 68px;
}
.Pet_Food_Candy_CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1477px -690px;
  width: 68px;
  height: 68px;
}
.Pet_Food_Candy_Desert {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1477px -759px;
  width: 68px;
  height: 68px;
}
.Pet_Food_Candy_Golden {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1477px -828px;
  width: 68px;
  height: 68px;
}
.Pet_Food_Candy_Red {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1477px -897px;
  width: 68px;
  height: 68px;
}
.Pet_Food_Candy_Shade {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1477px -966px;
  width: 68px;
  height: 68px;
}
.Pet_Food_Candy_Skeleton {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1477px -1035px;
  width: 68px;
  height: 68px;
}
.Pet_Food_Candy_White {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1477px -1104px;
  width: 68px;
  height: 68px;
}
.Pet_Food_Candy_Zombie {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1477px -1173px;
  width: 68px;
  height: 68px;
}
.Pet_Food_Chocolate {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1477px -1242px;
  width: 68px;
  height: 68px;
}
.Pet_Food_CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1477px -1311px;
  width: 68px;
  height: 68px;
}
.Pet_Food_CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: 0px -1433px;
  width: 68px;
  height: 68px;
}
.Pet_Food_Fish {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -69px -1433px;
  width: 68px;
  height: 68px;
}
.Pet_Food_Honey {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -138px -1433px;
  width: 68px;
  height: 68px;
}
.Pet_Food_Meat {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -207px -1433px;
  width: 68px;
  height: 68px;
}
.Pet_Food_Milk {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -276px -1433px;
  width: 68px;
  height: 68px;
}
.Pet_Food_Potatoe {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -345px -1433px;
  width: 68px;
  height: 68px;
}
.Pet_Food_RottenMeat {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -414px -1433px;
  width: 68px;
  height: 68px;
}
.Pet_Food_Saddle {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -483px -1433px;
  width: 68px;
  height: 68px;
}
.Pet_Food_Strawberry {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -552px -1433px;
  width: 68px;
  height: 68px;
}
.Mount_Body_Armadillo-Base {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -666px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Armadillo-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -666px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Armadillo-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -666px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Armadillo-Desert {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: 0px -590px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Armadillo-Golden {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -106px -590px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Armadillo-Red {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -212px -590px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Armadillo-Shade {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -318px -590px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Armadillo-Skeleton {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -424px -590px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Armadillo-White {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -530px -590px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Armadillo-Zombie {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -636px -590px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Axolotl-Base {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -772px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Axolotl-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -772px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Axolotl-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -772px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Axolotl-Desert {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -772px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Axolotl-Golden {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -772px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Axolotl-Red {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -772px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Axolotl-Shade {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: 0px -696px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Axolotl-Skeleton {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -106px -696px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Axolotl-White {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -212px -696px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Axolotl-Zombie {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -318px -696px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Badger-Base {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -424px -696px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Badger-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -530px -696px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Badger-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -636px -696px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Badger-Desert {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -742px -696px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Badger-Golden {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -878px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Badger-Red {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -878px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Badger-Shade {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -878px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Badger-Skeleton {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -878px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Badger-White {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -878px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Badger-Zombie {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -878px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Body_BearCub-Aquatic {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -878px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Body_BearCub-Base {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: 0px -802px;
  width: 105px;
  height: 105px;
}
.Mount_Body_BearCub-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -106px -802px;
  width: 105px;
  height: 105px;
}
.Mount_Body_BearCub-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -212px -802px;
  width: 105px;
  height: 105px;
}
.Mount_Body_BearCub-Cupid {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -318px -802px;
  width: 105px;
  height: 105px;
}
.Mount_Body_BearCub-Desert {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -424px -802px;
  width: 105px;
  height: 105px;
}
.Mount_Body_BearCub-Ember {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1302px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Body_BearCub-Fairy {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -636px -802px;
  width: 105px;
  height: 105px;
}
.Mount_Body_BearCub-Floral {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -742px -802px;
  width: 105px;
  height: 105px;
}
.Mount_Body_BearCub-Ghost {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -848px -802px;
  width: 105px;
  height: 105px;
}
.Mount_Body_BearCub-Glass {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -984px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Body_BearCub-Glow {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -984px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Body_BearCub-Golden {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -984px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Body_BearCub-Holly {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -984px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Body_BearCub-Peppermint {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -984px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Body_BearCub-Polar {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -984px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Body_BearCub-Rainbow {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -984px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Body_BearCub-Red {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -984px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Body_BearCub-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: 0px -908px;
  width: 105px;
  height: 105px;
}
.Mount_Body_BearCub-Shade {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -106px -908px;
  width: 105px;
  height: 105px;
}
.Mount_Body_BearCub-Shimmer {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -212px -908px;
  width: 105px;
  height: 105px;
}
.Mount_Body_BearCub-Skeleton {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -318px -908px;
  width: 105px;
  height: 105px;
}
.Mount_Body_BearCub-Spooky {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -424px -908px;
  width: 105px;
  height: 105px;
}
.Mount_Body_BearCub-StarryNight {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -121px 0px;
  width: 120px;
  height: 120px;
}
.Mount_Body_BearCub-Thunderstorm {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -636px -908px;
  width: 105px;
  height: 105px;
}
.Mount_Body_BearCub-White {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -742px -908px;
  width: 105px;
  height: 105px;
}
.Mount_Body_BearCub-Zombie {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -848px -908px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Beetle-Base {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -954px -908px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Beetle-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1090px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Beetle-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1090px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Beetle-Desert {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1090px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Beetle-Golden {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1090px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Beetle-Red {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1090px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Beetle-Shade {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1090px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Beetle-Skeleton {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1090px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Beetle-White {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1090px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Beetle-Zombie {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1090px -848px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Bunny-Base {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: 0px -1014px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Bunny-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -106px -1014px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Bunny-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -212px -1014px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Bunny-Desert {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -318px -1014px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Bunny-Golden {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -424px -1014px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Bunny-Red {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -530px -1014px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Bunny-Shade {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -636px -1014px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Bunny-Skeleton {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -742px -1014px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Bunny-White {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -848px -1014px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Bunny-Zombie {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -954px -1014px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Butterfly-Base {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: 0px -245px;
  width: 105px;
  height: 123px;
}
.Mount_Body_Butterfly-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -106px -245px;
  width: 105px;
  height: 123px;
}
.Mount_Body_Butterfly-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: 0px -121px;
  width: 105px;
  height: 123px;
}
.Mount_Body_Butterfly-Desert {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -318px -245px;
  width: 105px;
  height: 123px;
}
.Mount_Body_Butterfly-Golden {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -454px 0px;
  width: 105px;
  height: 123px;
}
.Mount_Body_Butterfly-Red {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -454px -124px;
  width: 105px;
  height: 123px;
}
.Mount_Body_Butterfly-Shade {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -212px -245px;
  width: 105px;
  height: 123px;
}
.Mount_Body_Butterfly-Skeleton {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -242px 0px;
  width: 105px;
  height: 123px;
}
.Mount_Body_Butterfly-White {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -348px 0px;
  width: 105px;
  height: 123px;
}
.Mount_Body_Butterfly-Zombie {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -106px -121px;
  width: 105px;
  height: 123px;
}
.Mount_Body_Cactus-Aquatic {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1196px -954px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cactus-Base {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: 0px -1120px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cactus-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -106px -1120px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cactus-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -212px -1120px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cactus-Cupid {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -318px -1120px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cactus-Desert {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -424px -1120px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cactus-Ember {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -530px -1120px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cactus-Fairy {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -636px -1120px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cactus-Floral {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -742px -1120px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cactus-Ghost {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -848px -1120px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cactus-Glass {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -954px -1120px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cactus-Glow {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1060px -1120px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cactus-Golden {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1166px -1120px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cactus-Holly {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1302px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cactus-Peppermint {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1302px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cactus-Rainbow {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1302px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cactus-Red {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1302px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cactus-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -318px -484px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cactus-Shade {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -666px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cactus-Shimmer {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -666px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cactus-Skeleton {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -530px -484px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cactus-Spooky {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -424px -484px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cactus-StarryNight {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: 0px 0px;
  width: 120px;
  height: 120px;
}
.Mount_Body_Cactus-Thunderstorm {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -212px -484px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cactus-White {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -106px -484px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cactus-Zombie {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: 0px -484px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cheetah-Base {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -560px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cheetah-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -560px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cheetah-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -560px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cheetah-Desert {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -560px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cheetah-Golden {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -424px -369px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cheetah-Red {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -318px -369px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cheetah-Shade {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -212px -369px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cheetah-Skeleton {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -106px -369px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cheetah-White {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1196px -848px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cheetah-Zombie {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1196px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cow-Base {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1196px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cow-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1196px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cow-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1196px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cow-Desert {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1196px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cow-Golden {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1196px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cow-Red {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1196px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cow-Shade {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1196px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cow-Skeleton {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -1060px -1014px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cow-White {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -530px -908px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cow-Zombie {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -530px -802px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Cuttlefish-Base {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -242px -124px;
  width: 105px;
  height: 114px;
}
.Mount_Body_Cuttlefish-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -454px -248px;
  width: 105px;
  height: 114px;
}
.Mount_Body_Cuttlefish-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: -348px -124px;
  width: 105px;
  height: 114px;
}
.Mount_Body_Cuttlefish-Desert {
  background-image: url(/static/images/spritesmith-main-12.c4531e0.png);
  background-position: 0px -369px;
  width: 105px;
  height: 114px;
}

.Mount_Body_Cuttlefish-Golden {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -566px 0px;
  width: 105px;
  height: 114px;
}
.Mount_Body_Cuttlefish-Red {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: 0px -242px;
  width: 105px;
  height: 114px;
}
.Mount_Body_Cuttlefish-Shade {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -460px 0px;
  width: 105px;
  height: 114px;
}
.Mount_Body_Cuttlefish-Skeleton {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -566px -115px;
  width: 105px;
  height: 114px;
}
.Mount_Body_Cuttlefish-White {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -242px -124px;
  width: 105px;
  height: 114px;
}
.Mount_Body_Cuttlefish-Zombie {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -424px -357px;
  width: 105px;
  height: 114px;
}
.Mount_Body_Deer-Base {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1096px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Deer-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: 0px -1108px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Deer-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -212px -1108px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Deer-Desert {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -424px -1108px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Deer-Golden {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -530px -1108px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Deer-Red {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -636px -1108px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Deer-Shade {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -742px -1108px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Deer-Skeleton {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -848px -1108px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Deer-White {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -954px -1108px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Deer-Zombie {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1060px -1108px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Dragon-Aquatic {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1166px -1108px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Dragon-Base {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1308px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Dragon-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1308px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Dragon-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -742px -1320px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Dragon-Cupid {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1626px -1060px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Dragon-Desert {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1626px -1272px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Dragon-Ember {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -212px -1532px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Dragon-Fairy {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -318px -1532px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Dragon-Floral {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -424px -1532px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Dragon-Ghost {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -566px -345px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Dragon-Glass {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -221px -472px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Dragon-Glow {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -327px -472px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Dragon-Golden {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -433px -472px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Dragon-Holly {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -539px -472px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Dragon-Peppermint {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -672px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Dragon-Rainbow {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -672px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Dragon-Red {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -672px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Dragon-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -672px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Dragon-Shade {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -672px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Dragon-Shimmer {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: 0px -578px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Dragon-Skeleton {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -106px -578px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Dragon-Spooky {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -212px -578px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Dragon-StarryNight {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: 0px 0px;
  width: 120px;
  height: 120px;
}
.Mount_Body_Dragon-Thunderstorm {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -424px -578px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Dragon-White {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -530px -578px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Dragon-Zombie {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -636px -578px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Egg-Base {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -778px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Egg-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -778px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Egg-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -778px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Egg-Desert {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -778px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Egg-Golden {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -778px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Egg-Red {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -778px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Egg-Shade {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: 0px -684px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Egg-Skeleton {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -106px -684px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Egg-White {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -212px -684px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Egg-Zombie {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -318px -684px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Falcon-Base {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -424px -684px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Falcon-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -530px -684px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Falcon-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -636px -684px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Falcon-Desert {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -742px -684px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Falcon-Golden {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -884px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Falcon-Red {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -884px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Falcon-Shade {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -884px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Falcon-Skeleton {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -884px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Falcon-White {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -884px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Falcon-Zombie {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -884px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Ferret-Base {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -884px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Ferret-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: 0px -790px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Ferret-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -106px -790px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Ferret-Desert {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -212px -790px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Ferret-Golden {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -318px -790px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Ferret-Red {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -424px -790px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Ferret-Shade {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -530px -790px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Ferret-Skeleton {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -636px -790px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Ferret-White {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -742px -790px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Ferret-Zombie {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -848px -790px;
  width: 105px;
  height: 105px;
}
.Mount_Body_FlyingPig-Aquatic {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -990px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Body_FlyingPig-Base {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -990px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Body_FlyingPig-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -990px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Body_FlyingPig-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -990px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Body_FlyingPig-Cupid {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -990px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Body_FlyingPig-Desert {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -990px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Body_FlyingPig-Ember {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -990px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Body_FlyingPig-Fairy {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -990px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Body_FlyingPig-Floral {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: 0px -896px;
  width: 105px;
  height: 105px;
}
.Mount_Body_FlyingPig-Ghost {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -106px -896px;
  width: 105px;
  height: 105px;
}
.Mount_Body_FlyingPig-Glass {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -212px -896px;
  width: 105px;
  height: 105px;
}
.Mount_Body_FlyingPig-Glow {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -318px -896px;
  width: 105px;
  height: 105px;
}
.Mount_Body_FlyingPig-Golden {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -424px -896px;
  width: 105px;
  height: 105px;
}
.Mount_Body_FlyingPig-Holly {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -530px -896px;
  width: 105px;
  height: 105px;
}
.Mount_Body_FlyingPig-Peppermint {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -636px -896px;
  width: 105px;
  height: 105px;
}
.Mount_Body_FlyingPig-Rainbow {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -742px -896px;
  width: 105px;
  height: 105px;
}
.Mount_Body_FlyingPig-Red {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -848px -896px;
  width: 105px;
  height: 105px;
}
.Mount_Body_FlyingPig-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -954px -896px;
  width: 105px;
  height: 105px;
}
.Mount_Body_FlyingPig-Shade {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1096px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Body_FlyingPig-Shimmer {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1096px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Body_FlyingPig-Skeleton {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1096px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Body_FlyingPig-Spooky {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1096px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Body_FlyingPig-StarryNight {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -121px 0px;
  width: 120px;
  height: 120px;
}
.Mount_Body_FlyingPig-Thunderstorm {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1096px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Body_FlyingPig-White {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1096px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Body_FlyingPig-Zombie {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1096px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Fox-Aquatic {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1096px -848px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Fox-Base {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: 0px -1002px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Fox-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -106px -1002px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Fox-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -212px -1002px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Fox-Cupid {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -318px -1002px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Fox-Desert {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -424px -1002px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Fox-Ember {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -530px -1002px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Fox-Fairy {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -636px -1002px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Fox-Floral {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -742px -1002px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Fox-Ghost {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -848px -1002px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Fox-Glass {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -954px -1002px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Fox-Glow {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1060px -1002px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Fox-Golden {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1202px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Fox-Holly {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1202px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Fox-Peppermint {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1202px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Fox-Rainbow {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1202px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Fox-Red {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1202px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Fox-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1202px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Fox-Shade {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1202px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Fox-Shimmer {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1202px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Fox-Skeleton {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1202px -848px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Fox-Spooky {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1202px -954px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Fox-StarryNight {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: 0px -121px;
  width: 120px;
  height: 120px;
}
.Mount_Body_Fox-Thunderstorm {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -106px -1108px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Fox-White {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1732px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Fox-Zombie {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -318px -1108px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Frog-Base {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -106px -242px;
  width: 105px;
  height: 114px;
}
.Mount_Body_Frog-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -212px -242px;
  width: 105px;
  height: 114px;
}
.Mount_Body_Frog-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -318px -242px;
  width: 105px;
  height: 114px;
}
.Mount_Body_Frog-Desert {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -348px -109px;
  width: 105px;
  height: 114px;
}
.Mount_Body_Frog-Golden {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -460px -115px;
  width: 105px;
  height: 114px;
}
.Mount_Body_Frog-Red {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -460px -230px;
  width: 105px;
  height: 114px;
}
.Mount_Body_Frog-Shade {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: 0px -357px;
  width: 105px;
  height: 114px;
}
.Mount_Body_Frog-Skeleton {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -106px -357px;
  width: 105px;
  height: 114px;
}
.Mount_Body_Frog-White {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -212px -357px;
  width: 105px;
  height: 114px;
}
.Mount_Body_Frog-Zombie {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -318px -357px;
  width: 105px;
  height: 114px;
}
.Mount_Body_Gryphon-Base {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1308px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Gryphon-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1308px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Gryphon-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1308px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Gryphon-Desert {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1308px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Gryphon-Golden {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1308px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Gryphon-Red {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1308px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Gryphon-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1308px -848px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Gryphon-Shade {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1308px -954px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Gryphon-Skeleton {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1308px -1060px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Gryphon-White {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: 0px -1214px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Gryphon-Zombie {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -106px -1214px;
  width: 105px;
  height: 105px;
}
.Mount_Body_GuineaPig-Base {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -212px -1214px;
  width: 105px;
  height: 105px;
}
.Mount_Body_GuineaPig-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -318px -1214px;
  width: 105px;
  height: 105px;
}
.Mount_Body_GuineaPig-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -424px -1214px;
  width: 105px;
  height: 105px;
}
.Mount_Body_GuineaPig-Desert {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -530px -1214px;
  width: 105px;
  height: 105px;
}
.Mount_Body_GuineaPig-Golden {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -636px -1214px;
  width: 105px;
  height: 105px;
}
.Mount_Body_GuineaPig-Red {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -742px -1214px;
  width: 105px;
  height: 105px;
}
.Mount_Body_GuineaPig-Shade {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -848px -1214px;
  width: 105px;
  height: 105px;
}
.Mount_Body_GuineaPig-Skeleton {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -954px -1214px;
  width: 105px;
  height: 105px;
}
.Mount_Body_GuineaPig-White {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1060px -1214px;
  width: 105px;
  height: 105px;
}
.Mount_Body_GuineaPig-Zombie {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1166px -1214px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Hedgehog-Base {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1272px -1214px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Hedgehog-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1414px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Hedgehog-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1414px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Hedgehog-Desert {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1414px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Hedgehog-Golden {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1414px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Hedgehog-Red {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1414px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Hedgehog-Shade {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1414px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Hedgehog-Skeleton {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1414px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Hedgehog-White {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1414px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Hedgehog-Zombie {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1414px -848px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Hippo-Base {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1414px -954px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Hippo-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1414px -1060px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Hippo-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1414px -1166px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Hippo-Desert {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: 0px -1320px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Hippo-Golden {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -106px -1320px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Hippo-Red {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -212px -1320px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Hippo-Shade {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -318px -1320px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Hippo-Skeleton {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -424px -1320px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Hippo-White {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -530px -1320px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Hippo-Zombie {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -636px -1320px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Hippogriff-Hopeful {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -348px 0px;
  width: 111px;
  height: 108px;
}
.Mount_Body_Horse-Base {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -848px -1320px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Horse-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -954px -1320px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Horse-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1060px -1320px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Horse-Desert {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1166px -1320px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Horse-Golden {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1272px -1320px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Horse-Red {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1378px -1320px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Horse-Shade {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1520px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Horse-Skeleton {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1520px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Horse-White {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1520px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Horse-Zombie {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1520px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Body_JackOLantern-Base {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1732px -424px;
  width: 90px;
  height: 105px;
}
.Mount_Body_JackOLantern-Ghost {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1732px -318px;
  width: 90px;
  height: 105px;
}
.Mount_Body_Jackalope-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1520px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Kangaroo-Base {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1520px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Kangaroo-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1520px -848px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Kangaroo-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1520px -954px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Kangaroo-Desert {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1520px -1060px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Kangaroo-Golden {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1520px -1166px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Kangaroo-Red {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1520px -1272px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Kangaroo-Shade {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: 0px -1426px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Kangaroo-Skeleton {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -106px -1426px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Kangaroo-White {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -212px -1426px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Kangaroo-Zombie {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -318px -1426px;
  width: 105px;
  height: 105px;
}
.Mount_Body_LionCub-Aquatic {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -424px -1426px;
  width: 105px;
  height: 105px;
}
.Mount_Body_LionCub-Base {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -530px -1426px;
  width: 105px;
  height: 105px;
}
.Mount_Body_LionCub-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -636px -1426px;
  width: 105px;
  height: 105px;
}
.Mount_Body_LionCub-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -742px -1426px;
  width: 105px;
  height: 105px;
}
.Mount_Body_LionCub-Cupid {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -848px -1426px;
  width: 105px;
  height: 105px;
}
.Mount_Body_LionCub-Desert {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -954px -1426px;
  width: 105px;
  height: 105px;
}
.Mount_Body_LionCub-Ember {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1060px -1426px;
  width: 105px;
  height: 105px;
}
.Mount_Body_LionCub-Ethereal {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1166px -1426px;
  width: 105px;
  height: 105px;
}
.Mount_Body_LionCub-Fairy {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1272px -1426px;
  width: 105px;
  height: 105px;
}
.Mount_Body_LionCub-Floral {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1378px -1426px;
  width: 105px;
  height: 105px;
}
.Mount_Body_LionCub-Ghost {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1484px -1426px;
  width: 105px;
  height: 105px;
}
.Mount_Body_LionCub-Glass {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1626px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Body_LionCub-Glow {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1626px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Body_LionCub-Golden {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1626px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Body_LionCub-Holly {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1626px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Body_LionCub-Peppermint {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1626px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Body_LionCub-Rainbow {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1626px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Body_LionCub-Red {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1626px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Body_LionCub-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1626px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Body_LionCub-Shade {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1626px -848px;
  width: 105px;
  height: 105px;
}
.Mount_Body_LionCub-Shimmer {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1626px -954px;
  width: 105px;
  height: 105px;
}
.Mount_Body_LionCub-Skeleton {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: 0px -472px;
  width: 111px;
  height: 105px;
}
.Mount_Body_LionCub-Spooky {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1626px -1166px;
  width: 105px;
  height: 105px;
}
.Mount_Body_LionCub-StarryNight {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -121px -121px;
  width: 120px;
  height: 120px;
}
.Mount_Body_LionCub-Thunderstorm {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1626px -1378px;
  width: 105px;
  height: 105px;
}
.Mount_Body_LionCub-White {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: 0px -1532px;
  width: 105px;
  height: 105px;
}
.Mount_Body_LionCub-Zombie {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -106px -1532px;
  width: 105px;
  height: 105px;
}
.Mount_Body_MagicalBee-Base {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -566px -230px;
  width: 105px;
  height: 114px;
}
.Mount_Body_Mammoth-Base {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -242px 0px;
  width: 105px;
  height: 123px;
}
.Mount_Body_MantisShrimp-Base {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -112px -472px;
  width: 108px;
  height: 105px;
}
.Mount_Body_Monkey-Base {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -530px -1532px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Monkey-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -636px -1532px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Monkey-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -742px -1532px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Monkey-Desert {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -848px -1532px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Monkey-Golden {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -954px -1532px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Monkey-Red {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1060px -1532px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Monkey-Shade {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1166px -1532px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Monkey-Skeleton {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1272px -1532px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Monkey-White {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1378px -1532px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Monkey-Zombie {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1484px -1532px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Nudibranch-Base {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1590px -1532px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Nudibranch-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1732px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Nudibranch-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1732px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Nudibranch-Desert {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1520px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Nudibranch-Golden {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -1520px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Nudibranch-Red {
  background-image: url(/static/images/spritesmith-main-13.dc88d1d.png);
  background-position: -318px -578px;
  width: 105px;
  height: 105px;
}

.Mount_Body_Nudibranch-Shade {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -212px -729px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Nudibranch-Skeleton {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -318px -1153px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Nudibranch-White {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -530px -1153px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Nudibranch-Zombie {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -636px -1153px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Octopus-Base {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -742px -1153px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Octopus-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -848px -1153px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Octopus-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -954px -1153px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Octopus-Desert {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1060px -1153px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Octopus-Golden {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1166px -1153px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Octopus-Red {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1286px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Octopus-Shade {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1286px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Octopus-Skeleton {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1286px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Octopus-White {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1604px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Octopus-Zombie {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1604px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Orca-Base {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1604px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Owl-Base {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1604px -848px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Owl-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1604px -954px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Owl-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1604px -1060px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Owl-Desert {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1604px -1166px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Owl-Golden {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1604px -1272px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Owl-Red {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1604px -1378px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Owl-Shade {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: 0px -1577px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Owl-Skeleton {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -106px -517px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Owl-White {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -212px -517px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Owl-Zombie {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -318px -517px;
  width: 105px;
  height: 105px;
}
.Mount_Body_PandaCub-Aquatic {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -424px -517px;
  width: 105px;
  height: 105px;
}
.Mount_Body_PandaCub-Base {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -530px -517px;
  width: 105px;
  height: 105px;
}
.Mount_Body_PandaCub-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -650px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Body_PandaCub-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -650px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Body_PandaCub-Cupid {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -650px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Body_PandaCub-Desert {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -650px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Body_PandaCub-Ember {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -650px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Body_PandaCub-Fairy {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: 0px -623px;
  width: 105px;
  height: 105px;
}
.Mount_Body_PandaCub-Floral {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -106px -623px;
  width: 105px;
  height: 105px;
}
.Mount_Body_PandaCub-Ghost {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -212px -623px;
  width: 105px;
  height: 105px;
}
.Mount_Body_PandaCub-Glass {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -318px -623px;
  width: 105px;
  height: 105px;
}
.Mount_Body_PandaCub-Glow {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -424px -623px;
  width: 105px;
  height: 105px;
}
.Mount_Body_PandaCub-Golden {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -530px -623px;
  width: 105px;
  height: 105px;
}
.Mount_Body_PandaCub-Holly {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -636px -623px;
  width: 105px;
  height: 105px;
}
.Mount_Body_PandaCub-Peppermint {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -756px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Body_PandaCub-Rainbow {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -756px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Body_PandaCub-Red {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -756px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Body_PandaCub-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -756px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Body_PandaCub-Shade {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -756px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Body_PandaCub-Shimmer {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -756px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Body_PandaCub-Skeleton {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: 0px -729px;
  width: 105px;
  height: 105px;
}
.Mount_Body_PandaCub-Spooky {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -106px -729px;
  width: 105px;
  height: 105px;
}
.Mount_Body_PandaCub-StarryNight {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -408px -136px;
  width: 120px;
  height: 120px;
}
.Mount_Body_PandaCub-Thunderstorm {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -318px -729px;
  width: 105px;
  height: 105px;
}
.Mount_Body_PandaCub-White {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -424px -729px;
  width: 105px;
  height: 105px;
}
.Mount_Body_PandaCub-Zombie {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -530px -729px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Parrot-Base {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -636px -729px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Parrot-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -742px -729px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Parrot-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -862px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Parrot-Desert {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -862px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Parrot-Golden {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -862px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Parrot-Red {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -862px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Parrot-Shade {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -862px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Parrot-Skeleton {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -862px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Parrot-White {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -862px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Parrot-Zombie {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: 0px -835px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Peacock-Base {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -106px -835px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Peacock-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -212px -835px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Peacock-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -318px -835px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Peacock-Desert {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -424px -835px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Peacock-Golden {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -530px -835px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Peacock-Red {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -636px -835px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Peacock-Shade {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -742px -835px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Peacock-Skeleton {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -848px -835px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Peacock-White {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -968px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Peacock-Zombie {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -968px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Penguin-Base {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -968px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Penguin-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -968px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Penguin-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -968px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Penguin-Desert {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -968px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Penguin-Golden {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -968px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Penguin-Red {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -968px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Penguin-Shade {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: 0px -941px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Penguin-Skeleton {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -106px -941px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Penguin-White {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -212px -941px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Penguin-Zombie {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -318px -941px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Phoenix-Base {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -424px -941px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Pterodactyl-Base {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -530px -941px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Pterodactyl-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -636px -941px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Pterodactyl-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -742px -941px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Pterodactyl-Desert {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -848px -941px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Pterodactyl-Golden {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -954px -941px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Pterodactyl-Red {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1074px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Pterodactyl-Shade {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1074px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Pterodactyl-Skeleton {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1074px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Pterodactyl-White {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1074px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Pterodactyl-Zombie {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1074px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Rat-Base {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1074px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Rat-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1074px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Rat-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1074px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Rat-Desert {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1074px -848px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Rat-Golden {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: 0px -1047px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Rat-Red {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -106px -1047px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Rat-Shade {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -212px -1047px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Rat-Skeleton {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -318px -1047px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Rat-White {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -424px -1047px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Rat-Zombie {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -530px -1047px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Rock-Base {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -636px -1047px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Rock-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -742px -1047px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Rock-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -848px -1047px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Rock-Desert {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -954px -1047px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Rock-Golden {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1060px -1047px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Rock-Red {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1180px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Rock-Shade {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1180px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Rock-Skeleton {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1180px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Rock-White {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1180px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Rock-Zombie {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1180px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Rooster-Base {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1180px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Rooster-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1180px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Rooster-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1180px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Rooster-Desert {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1180px -848px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Rooster-Golden {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1180px -954px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Rooster-Red {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: 0px -1153px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Rooster-Shade {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -106px -1153px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Rooster-Skeleton {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -212px -1153px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Rooster-White {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: 0px -517px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Rooster-Zombie {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -424px -1153px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Sabretooth-Base {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -272px -136px;
  width: 135px;
  height: 135px;
}
.Mount_Body_Sabretooth-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: 0px -136px;
  width: 135px;
  height: 135px;
}
.Mount_Body_Sabretooth-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -136px -136px;
  width: 135px;
  height: 135px;
}
.Mount_Body_Sabretooth-Desert {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -272px 0px;
  width: 135px;
  height: 135px;
}
.Mount_Body_Sabretooth-Golden {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: 0px 0px;
  width: 135px;
  height: 135px;
}
.Mount_Body_Sabretooth-Red {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: 0px -272px;
  width: 135px;
  height: 135px;
}
.Mount_Body_Sabretooth-Shade {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -136px -272px;
  width: 135px;
  height: 135px;
}
.Mount_Body_Sabretooth-Skeleton {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -272px -272px;
  width: 135px;
  height: 135px;
}
.Mount_Body_Sabretooth-White {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -408px 0px;
  width: 135px;
  height: 135px;
}
.Mount_Body_Sabretooth-Zombie {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -136px 0px;
  width: 135px;
  height: 135px;
}
.Mount_Body_SeaSerpent-Base {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -212px -1259px;
  width: 105px;
  height: 105px;
}
.Mount_Body_SeaSerpent-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -318px -1259px;
  width: 105px;
  height: 105px;
}
.Mount_Body_SeaSerpent-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -424px -1259px;
  width: 105px;
  height: 105px;
}
.Mount_Body_SeaSerpent-Desert {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -530px -1259px;
  width: 105px;
  height: 105px;
}
.Mount_Body_SeaSerpent-Golden {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -636px -1259px;
  width: 105px;
  height: 105px;
}
.Mount_Body_SeaSerpent-Red {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -742px -1259px;
  width: 105px;
  height: 105px;
}
.Mount_Body_SeaSerpent-Shade {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -848px -1259px;
  width: 105px;
  height: 105px;
}
.Mount_Body_SeaSerpent-Skeleton {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -954px -1259px;
  width: 105px;
  height: 105px;
}
.Mount_Body_SeaSerpent-White {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1060px -1259px;
  width: 105px;
  height: 105px;
}
.Mount_Body_SeaSerpent-Zombie {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1166px -1259px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Seahorse-Base {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1286px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Seahorse-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1286px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Seahorse-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1286px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Seahorse-Desert {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1286px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Seahorse-Golden {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1286px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Seahorse-Red {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1286px -848px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Seahorse-Shade {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1286px -954px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Seahorse-Skeleton {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1286px -1060px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Seahorse-White {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: 0px -1259px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Seahorse-Zombie {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -106px -1259px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Sheep-Base {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1272px -1259px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Sheep-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1392px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Sheep-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1392px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Sheep-Desert {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1392px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Sheep-Golden {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1392px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Sheep-Red {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1392px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Sheep-Shade {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1392px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Sheep-Skeleton {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1392px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Sheep-White {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1392px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Sheep-Zombie {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1392px -848px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Slime-Base {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1392px -954px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Slime-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1392px -1060px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Slime-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1392px -1166px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Slime-Desert {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: 0px -1365px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Slime-Golden {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -106px -1365px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Slime-Red {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -212px -1365px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Slime-Shade {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -318px -1365px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Slime-Skeleton {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -424px -1365px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Slime-White {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -530px -1365px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Slime-Zombie {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -636px -1365px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Sloth-Base {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -742px -1365px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Sloth-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -848px -1365px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Sloth-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -954px -1365px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Sloth-Desert {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1060px -1365px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Sloth-Golden {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1166px -1365px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Sloth-Red {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1272px -1365px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Sloth-Shade {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1378px -1365px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Sloth-Skeleton {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1498px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Sloth-White {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1498px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Sloth-Zombie {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1498px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Snail-Base {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1498px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Snail-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1498px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Snail-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1498px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Snail-Desert {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1498px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Snail-Golden {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1498px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Snail-Red {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1498px -848px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Snail-Shade {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1498px -954px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Snail-Skeleton {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1498px -1060px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Snail-White {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1498px -1166px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Snail-Zombie {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1498px -1272px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Snake-Base {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: 0px -1471px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Snake-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -106px -1471px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Snake-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -212px -1471px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Snake-Desert {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -318px -1471px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Snake-Golden {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -424px -1471px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Snake-Red {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -530px -1471px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Snake-Shade {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -636px -1471px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Snake-Skeleton {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -742px -1471px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Snake-White {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -848px -1471px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Snake-Zombie {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -954px -1471px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Spider-Base {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1060px -1471px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Spider-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1166px -1471px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Spider-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1272px -1471px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Spider-Desert {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1378px -1471px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Spider-Golden {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1484px -1471px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Spider-Red {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1604px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Spider-Shade {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1604px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Spider-Skeleton {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1604px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Spider-White {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1604px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Spider-Zombie {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1604px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Squirrel-Base {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: 0px -408px;
  width: 105px;
  height: 108px;
}
.Mount_Body_Squirrel-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -106px -408px;
  width: 105px;
  height: 108px;
}
.Mount_Body_Squirrel-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -212px -408px;
  width: 105px;
  height: 108px;
}
.Mount_Body_Squirrel-Desert {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -318px -408px;
  width: 105px;
  height: 108px;
}
.Mount_Body_Squirrel-Golden {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -424px -408px;
  width: 105px;
  height: 108px;
}
.Mount_Body_Squirrel-Red {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -544px 0px;
  width: 105px;
  height: 108px;
}
.Mount_Body_Squirrel-Shade {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -544px -109px;
  width: 105px;
  height: 108px;
}
.Mount_Body_Squirrel-Skeleton {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -544px -218px;
  width: 105px;
  height: 108px;
}
.Mount_Body_Squirrel-White {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -544px -327px;
  width: 105px;
  height: 108px;
}
.Mount_Body_Squirrel-Zombie {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -408px -257px;
  width: 105px;
  height: 108px;
}
.Mount_Body_TigerCub-Aquatic {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -106px -1577px;
  width: 105px;
  height: 105px;
}
.Mount_Body_TigerCub-Base {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -212px -1577px;
  width: 105px;
  height: 105px;
}
.Mount_Body_TigerCub-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -318px -1577px;
  width: 105px;
  height: 105px;
}
.Mount_Body_TigerCub-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -424px -1577px;
  width: 105px;
  height: 105px;
}
.Mount_Body_TigerCub-Cupid {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -530px -1577px;
  width: 105px;
  height: 105px;
}
.Mount_Body_TigerCub-Desert {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -636px -1577px;
  width: 105px;
  height: 105px;
}
.Mount_Body_TigerCub-Ember {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -742px -1577px;
  width: 105px;
  height: 105px;
}
.Mount_Body_TigerCub-Fairy {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -848px -1577px;
  width: 105px;
  height: 105px;
}
.Mount_Body_TigerCub-Floral {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -954px -1577px;
  width: 105px;
  height: 105px;
}
.Mount_Body_TigerCub-Ghost {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1060px -1577px;
  width: 105px;
  height: 105px;
}
.Mount_Body_TigerCub-Glass {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1166px -1577px;
  width: 105px;
  height: 105px;
}
.Mount_Body_TigerCub-Glow {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1272px -1577px;
  width: 105px;
  height: 105px;
}
.Mount_Body_TigerCub-Golden {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1378px -1577px;
  width: 105px;
  height: 105px;
}
.Mount_Body_TigerCub-Holly {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1484px -1577px;
  width: 105px;
  height: 105px;
}
.Mount_Body_TigerCub-Peppermint {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1590px -1577px;
  width: 105px;
  height: 105px;
}
.Mount_Body_TigerCub-Rainbow {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1710px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Body_TigerCub-Red {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1710px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Body_TigerCub-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1710px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Body_TigerCub-Shade {
  background-image: url(/static/images/spritesmith-main-14.2f67d2a.png);
  background-position: -1710px -318px;
  width: 105px;
  height: 105px;
}

.Mount_Body_TRex-Base {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -544px -272px;
  width: 135px;
  height: 135px;
}
.Mount_Body_TRex-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: 0px -136px;
  width: 135px;
  height: 135px;
}
.Mount_Body_TRex-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -136px -136px;
  width: 135px;
  height: 135px;
}
.Mount_Body_TRex-Desert {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -272px 0px;
  width: 135px;
  height: 135px;
}
.Mount_Body_TRex-Golden {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -272px -136px;
  width: 135px;
  height: 135px;
}
.Mount_Body_TRex-Red {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: 0px -272px;
  width: 135px;
  height: 135px;
}
.Mount_Body_TRex-Shade {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -136px -272px;
  width: 135px;
  height: 135px;
}
.Mount_Body_TRex-Skeleton {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -272px -272px;
  width: 135px;
  height: 135px;
}
.Mount_Body_TRex-White {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -408px 0px;
  width: 135px;
  height: 135px;
}
.Mount_Body_TRex-Zombie {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -408px -136px;
  width: 135px;
  height: 135px;
}
.Mount_Body_TigerCub-Shimmer {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1149px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Body_TigerCub-Skeleton {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -636px -1152px;
  width: 105px;
  height: 105px;
}
.Mount_Body_TigerCub-Spooky {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -954px -940px;
  width: 105px;
  height: 105px;
}
.Mount_Body_TigerCub-StarryNight {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -816px -121px;
  width: 120px;
  height: 120px;
}
.Mount_Body_TigerCub-Thunderstorm {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1149px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Body_TigerCub-White {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1149px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Body_TigerCub-Zombie {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1149px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Treeling-Base {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1149px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Treeling-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1149px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Treeling-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1149px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Treeling-Desert {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1149px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Treeling-Golden {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1149px -848px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Treeling-Red {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -424px -940px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Treeling-Shade {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -530px -940px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Treeling-Skeleton {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -636px -940px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Treeling-White {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -742px -940px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Treeling-Zombie {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -848px -940px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Triceratops-Base {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: 0px -1046px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Triceratops-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -106px -1046px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Triceratops-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -212px -1046px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Triceratops-Desert {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -318px -1046px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Triceratops-Golden {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -424px -1046px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Triceratops-Red {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -530px -1046px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Triceratops-Shade {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -636px -1046px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Triceratops-Skeleton {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -742px -1046px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Triceratops-White {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -848px -1046px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Triceratops-Zombie {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -954px -1046px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Turkey-Base {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1060px -1046px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Turkey-Gilded {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -530px -1364px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Turtle-Base {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -212px -1470px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Turtle-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -318px -1470px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Turtle-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -424px -1470px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Turtle-Desert {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -530px -1470px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Turtle-Golden {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -636px -1470px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Turtle-Red {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -742px -1470px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Turtle-Shade {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -848px -1470px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Turtle-Skeleton {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -954px -1470px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Turtle-White {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1060px -1470px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Turtle-Zombie {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1166px -1470px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Unicorn-Base {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -530px -1576px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Unicorn-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -212px -816px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Unicorn-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -318px -816px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Unicorn-Desert {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -424px -816px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Unicorn-Golden {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -530px -816px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Unicorn-Red {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -636px -816px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Unicorn-Shade {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -742px -816px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Unicorn-Skeleton {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -848px -816px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Unicorn-White {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1043px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Unicorn-Zombie {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1043px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Whale-Base {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1043px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Whale-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1043px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Whale-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1043px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Whale-Desert {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1043px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Whale-Golden {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1043px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Whale-Red {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1043px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Whale-Shade {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: 0px -940px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Whale-Skeleton {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -106px -940px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Whale-White {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -212px -940px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Whale-Zombie {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -318px -940px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Wolf-Aquatic {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -408px -272px;
  width: 135px;
  height: 135px;
}
.Mount_Body_Wolf-Base {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: 0px -408px;
  width: 135px;
  height: 135px;
}
.Mount_Body_Wolf-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -136px -408px;
  width: 135px;
  height: 135px;
}
.Mount_Body_Wolf-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -272px -408px;
  width: 135px;
  height: 135px;
}
.Mount_Body_Wolf-Cupid {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -408px -408px;
  width: 135px;
  height: 135px;
}
.Mount_Body_Wolf-Desert {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -544px 0px;
  width: 135px;
  height: 135px;
}
.Mount_Body_Wolf-Ember {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -544px -136px;
  width: 135px;
  height: 135px;
}
.Mount_Body_Wolf-Fairy {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: 0px 0px;
  width: 135px;
  height: 135px;
}
.Mount_Body_Wolf-Floral {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -544px -408px;
  width: 135px;
  height: 135px;
}
.Mount_Body_Wolf-Ghost {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: 0px -544px;
  width: 135px;
  height: 135px;
}
.Mount_Body_Wolf-Glass {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -136px -544px;
  width: 135px;
  height: 135px;
}
.Mount_Body_Wolf-Glow {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -272px -544px;
  width: 135px;
  height: 135px;
}
.Mount_Body_Wolf-Golden {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -408px -544px;
  width: 135px;
  height: 135px;
}
.Mount_Body_Wolf-Holly {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -136px 0px;
  width: 135px;
  height: 135px;
}
.Mount_Body_Wolf-Peppermint {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -544px -544px;
  width: 135px;
  height: 135px;
}
.Mount_Body_Wolf-Rainbow {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -680px 0px;
  width: 135px;
  height: 135px;
}
.Mount_Body_Wolf-Red {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -680px -136px;
  width: 135px;
  height: 135px;
}
.Mount_Body_Wolf-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -680px -272px;
  width: 135px;
  height: 135px;
}
.Mount_Body_Wolf-Shade {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -680px -408px;
  width: 135px;
  height: 135px;
}
.Mount_Body_Wolf-Shimmer {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -680px -544px;
  width: 135px;
  height: 135px;
}
.Mount_Body_Wolf-Skeleton {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: 0px -680px;
  width: 135px;
  height: 135px;
}
.Mount_Body_Wolf-Spooky {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -136px -680px;
  width: 135px;
  height: 135px;
}
.Mount_Body_Wolf-StarryNight {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -272px -680px;
  width: 135px;
  height: 135px;
}
.Mount_Body_Wolf-Thunderstorm {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -408px -680px;
  width: 135px;
  height: 135px;
}
.Mount_Body_Wolf-White {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -544px -680px;
  width: 135px;
  height: 135px;
}
.Mount_Body_Wolf-Zombie {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -680px -680px;
  width: 135px;
  height: 135px;
}
.Mount_Body_Yarn-Base {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1255px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Yarn-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1255px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Yarn-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1255px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Yarn-Desert {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1255px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Yarn-Golden {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1255px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Yarn-Red {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1255px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Yarn-Shade {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1255px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Yarn-Skeleton {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1255px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Yarn-White {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1255px -848px;
  width: 105px;
  height: 105px;
}
.Mount_Body_Yarn-Zombie {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1255px -954px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Armadillo-Base {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: 0px -1152px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Armadillo-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -106px -1152px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Armadillo-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -212px -1152px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Armadillo-Desert {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -318px -1152px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Armadillo-Golden {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -424px -1152px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Armadillo-Red {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -530px -1152px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Armadillo-Shade {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -106px -816px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Armadillo-Skeleton {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -742px -1152px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Armadillo-White {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -848px -1152px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Armadillo-Zombie {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -954px -1152px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Axolotl-Base {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1060px -1152px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Axolotl-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1166px -1152px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Axolotl-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1361px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Axolotl-Desert {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1361px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Axolotl-Golden {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1361px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Axolotl-Red {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1361px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Axolotl-Shade {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1361px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Axolotl-Skeleton {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1361px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Axolotl-White {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1361px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Axolotl-Zombie {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1361px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Badger-Base {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1361px -848px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Badger-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1361px -954px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Badger-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1361px -1060px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Badger-Desert {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: 0px -1258px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Badger-Golden {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -106px -1258px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Badger-Red {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -212px -1258px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Badger-Shade {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -318px -1258px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Badger-Skeleton {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -424px -1258px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Badger-White {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -530px -1258px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Badger-Zombie {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -636px -1258px;
  width: 105px;
  height: 105px;
}
.Mount_Head_BearCub-Aquatic {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -742px -1258px;
  width: 105px;
  height: 105px;
}
.Mount_Head_BearCub-Base {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -848px -1258px;
  width: 105px;
  height: 105px;
}
.Mount_Head_BearCub-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -954px -1258px;
  width: 105px;
  height: 105px;
}
.Mount_Head_BearCub-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1060px -1258px;
  width: 105px;
  height: 105px;
}
.Mount_Head_BearCub-Cupid {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1166px -1258px;
  width: 105px;
  height: 105px;
}
.Mount_Head_BearCub-Desert {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1272px -1258px;
  width: 105px;
  height: 105px;
}
.Mount_Head_BearCub-Ember {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1467px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Head_BearCub-Fairy {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1467px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Head_BearCub-Floral {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1467px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Head_BearCub-Ghost {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1467px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Head_BearCub-Glass {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1467px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Head_BearCub-Glow {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1467px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Head_BearCub-Golden {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1467px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Head_BearCub-Holly {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1467px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Head_BearCub-Peppermint {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1467px -848px;
  width: 105px;
  height: 105px;
}
.Mount_Head_BearCub-Polar {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1467px -954px;
  width: 105px;
  height: 105px;
}
.Mount_Head_BearCub-Rainbow {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1467px -1060px;
  width: 105px;
  height: 105px;
}
.Mount_Head_BearCub-Red {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1467px -1166px;
  width: 105px;
  height: 105px;
}
.Mount_Head_BearCub-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: 0px -1364px;
  width: 105px;
  height: 105px;
}
.Mount_Head_BearCub-Shade {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -106px -1364px;
  width: 105px;
  height: 105px;
}
.Mount_Head_BearCub-Shimmer {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -212px -1364px;
  width: 105px;
  height: 105px;
}
.Mount_Head_BearCub-Skeleton {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -318px -1364px;
  width: 105px;
  height: 105px;
}
.Mount_Head_BearCub-Spooky {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -424px -1364px;
  width: 105px;
  height: 105px;
}
.Mount_Head_BearCub-StarryNight {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -816px -242px;
  width: 120px;
  height: 120px;
}
.Mount_Head_BearCub-Thunderstorm {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -636px -1364px;
  width: 105px;
  height: 105px;
}
.Mount_Head_BearCub-White {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -742px -1364px;
  width: 105px;
  height: 105px;
}
.Mount_Head_BearCub-Zombie {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -848px -1364px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Beetle-Base {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -954px -1364px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Beetle-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1060px -1364px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Beetle-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1166px -1364px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Beetle-Desert {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1272px -1364px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Beetle-Golden {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1378px -1364px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Beetle-Red {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1573px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Beetle-Shade {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1573px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Beetle-Skeleton {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1573px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Beetle-White {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1573px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Beetle-Zombie {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1573px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Bunny-Base {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1573px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Bunny-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1573px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Bunny-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1573px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Bunny-Desert {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1573px -848px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Bunny-Golden {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1573px -954px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Bunny-Red {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1573px -1060px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Bunny-Shade {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1573px -1166px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Bunny-Skeleton {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1573px -1272px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Bunny-White {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: 0px -1470px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Bunny-Zombie {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -106px -1470px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Butterfly-Base {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -816px -487px;
  width: 105px;
  height: 123px;
}
.Mount_Head_Butterfly-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -937px -248px;
  width: 105px;
  height: 123px;
}
.Mount_Head_Butterfly-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -816px -611px;
  width: 105px;
  height: 123px;
}
.Mount_Head_Butterfly-Desert {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -937px 0px;
  width: 105px;
  height: 123px;
}
.Mount_Head_Butterfly-Golden {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -937px -124px;
  width: 105px;
  height: 123px;
}
.Mount_Head_Butterfly-Red {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -816px -363px;
  width: 105px;
  height: 123px;
}
.Mount_Head_Butterfly-Shade {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -937px -372px;
  width: 105px;
  height: 123px;
}
.Mount_Head_Butterfly-Skeleton {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -937px -496px;
  width: 105px;
  height: 123px;
}
.Mount_Head_Butterfly-White {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -937px -620px;
  width: 105px;
  height: 123px;
}
.Mount_Head_Butterfly-Zombie {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: 0px -816px;
  width: 105px;
  height: 123px;
}
.Mount_Head_Cactus-Aquatic {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1272px -1470px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cactus-Base {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1378px -1470px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cactus-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1484px -1470px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cactus-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1679px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cactus-Cupid {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1679px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cactus-Desert {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1679px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cactus-Ember {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1679px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cactus-Fairy {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1679px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cactus-Floral {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1679px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cactus-Ghost {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1679px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cactus-Glass {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1679px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cactus-Glow {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1679px -848px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cactus-Golden {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1679px -954px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cactus-Holly {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1679px -1060px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cactus-Peppermint {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1679px -1166px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cactus-Rainbow {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1679px -1272px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cactus-Red {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1679px -1378px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cactus-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: 0px -1576px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cactus-Shade {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -106px -1576px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cactus-Shimmer {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -212px -1576px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cactus-Skeleton {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -318px -1576px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cactus-Spooky {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -424px -1576px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cactus-StarryNight {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -816px 0px;
  width: 120px;
  height: 120px;
}
.Mount_Head_Cactus-Thunderstorm {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -636px -1576px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cactus-White {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -742px -1576px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cactus-Zombie {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -848px -1576px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cheetah-Base {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -954px -1576px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cheetah-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1060px -1576px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cheetah-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1166px -1576px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cheetah-Desert {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1272px -1576px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cheetah-Golden {
  background-image: url(/static/images/spritesmith-main-15.5a12871.png);
  background-position: -1378px -1576px;
  width: 105px;
  height: 105px;
}

.Mount_Head_Cheetah-Red {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -106px -1220px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cheetah-Shade {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -212px -1114px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cheetah-Skeleton {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -212px -1220px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cheetah-White {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -318px -1220px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cheetah-Zombie {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -424px -1220px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cow-Base {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -530px -1220px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cow-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -636px -1220px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cow-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -742px -1220px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cow-Desert {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -848px -1220px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cow-Golden {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -954px -1220px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cow-Red {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1514px -1272px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cow-Shade {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -878px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cow-Skeleton {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1196px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cow-White {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1302px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cow-Zombie {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: 0px -1220px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Cuttlefish-Base {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -560px -345px;
  width: 105px;
  height: 114px;
}
.Mount_Head_Cuttlefish-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -454px 0px;
  width: 105px;
  height: 114px;
}
.Mount_Head_Cuttlefish-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -318px -242px;
  width: 105px;
  height: 114px;
}
.Mount_Head_Cuttlefish-Desert {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -212px -242px;
  width: 105px;
  height: 114px;
}
.Mount_Head_Cuttlefish-Golden {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -242px -115px;
  width: 105px;
  height: 114px;
}
.Mount_Head_Cuttlefish-Red {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -454px -230px;
  width: 105px;
  height: 114px;
}
.Mount_Head_Cuttlefish-Shade {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -348px 0px;
  width: 105px;
  height: 114px;
}
.Mount_Head_Cuttlefish-Skeleton {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -348px -115px;
  width: 105px;
  height: 114px;
}
.Mount_Head_Cuttlefish-White {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: 0px -242px;
  width: 105px;
  height: 114px;
}
.Mount_Head_Cuttlefish-Zombie {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -106px -242px;
  width: 105px;
  height: 114px;
}
.Mount_Head_Deer-Base {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1272px -1432px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Deer-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1590px -1538px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Deer-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -318px -472px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Deer-Desert {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -424px -472px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Deer-Golden {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -530px -472px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Deer-Red {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -666px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Deer-Shade {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -666px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Deer-Skeleton {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -666px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Deer-White {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -666px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Deer-Zombie {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -666px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Dragon-Aquatic {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: 0px -584px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Dragon-Base {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -106px -584px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Dragon-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -212px -584px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Dragon-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -318px -584px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Dragon-Cupid {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -424px -584px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Dragon-Desert {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -530px -584px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Dragon-Ember {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -636px -584px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Dragon-Fairy {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -772px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Dragon-Floral {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -772px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Dragon-Ghost {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -772px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Dragon-Glass {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -772px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Dragon-Glow {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -772px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Dragon-Golden {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -772px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Dragon-Holly {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: 0px -690px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Dragon-Peppermint {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -106px -690px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Dragon-Rainbow {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -212px -690px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Dragon-Red {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -318px -690px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Dragon-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -424px -690px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Dragon-Shade {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -530px -690px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Dragon-Shimmer {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -636px -690px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Dragon-Skeleton {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -742px -690px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Dragon-Spooky {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -878px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Dragon-StarryNight {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -121px -121px;
  width: 120px;
  height: 120px;
}
.Mount_Head_Dragon-Thunderstorm {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -878px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Dragon-White {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -878px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Dragon-Zombie {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -878px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Egg-Base {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -878px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Egg-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -878px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Egg-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: 0px -796px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Egg-Desert {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -106px -796px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Egg-Golden {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -212px -796px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Egg-Red {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -318px -796px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Egg-Shade {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -424px -796px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Egg-Skeleton {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -530px -796px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Egg-White {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -636px -796px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Egg-Zombie {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -742px -796px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Falcon-Base {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -848px -796px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Falcon-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -984px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Falcon-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -984px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Falcon-Desert {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -984px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Falcon-Golden {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -984px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Falcon-Red {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -984px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Falcon-Shade {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -984px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Falcon-Skeleton {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -984px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Falcon-White {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -984px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Falcon-Zombie {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: 0px -902px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Ferret-Base {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -106px -902px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Ferret-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -212px -902px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Ferret-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -318px -902px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Ferret-Desert {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -424px -902px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Ferret-Golden {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -530px -902px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Ferret-Red {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -636px -902px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Ferret-Shade {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -742px -902px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Ferret-Skeleton {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -848px -902px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Ferret-White {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -954px -902px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Ferret-Zombie {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1090px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Head_FlyingPig-Aquatic {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1090px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Head_FlyingPig-Base {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1090px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Head_FlyingPig-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1090px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Head_FlyingPig-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1090px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Head_FlyingPig-Cupid {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1090px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Head_FlyingPig-Desert {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1090px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Head_FlyingPig-Ember {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1090px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Head_FlyingPig-Fairy {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1090px -848px;
  width: 105px;
  height: 105px;
}
.Mount_Head_FlyingPig-Floral {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: 0px -1008px;
  width: 105px;
  height: 105px;
}
.Mount_Head_FlyingPig-Ghost {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -106px -1008px;
  width: 105px;
  height: 105px;
}
.Mount_Head_FlyingPig-Glass {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -212px -1008px;
  width: 105px;
  height: 105px;
}
.Mount_Head_FlyingPig-Glow {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -318px -1008px;
  width: 105px;
  height: 105px;
}
.Mount_Head_FlyingPig-Golden {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -424px -1008px;
  width: 105px;
  height: 105px;
}
.Mount_Head_FlyingPig-Holly {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -530px -1008px;
  width: 105px;
  height: 105px;
}
.Mount_Head_FlyingPig-Peppermint {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -636px -1008px;
  width: 105px;
  height: 105px;
}
.Mount_Head_FlyingPig-Rainbow {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -742px -1008px;
  width: 105px;
  height: 105px;
}
.Mount_Head_FlyingPig-Red {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -848px -1008px;
  width: 105px;
  height: 105px;
}
.Mount_Head_FlyingPig-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -954px -1008px;
  width: 105px;
  height: 105px;
}
.Mount_Head_FlyingPig-Shade {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1060px -1008px;
  width: 105px;
  height: 105px;
}
.Mount_Head_FlyingPig-Shimmer {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1196px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Head_FlyingPig-Skeleton {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1196px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Head_FlyingPig-Spooky {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1196px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Head_FlyingPig-StarryNight {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: 0px -121px;
  width: 120px;
  height: 120px;
}
.Mount_Head_FlyingPig-Thunderstorm {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1196px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Head_FlyingPig-White {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1196px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Head_FlyingPig-Zombie {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1196px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Fox-Aquatic {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1196px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Fox-Base {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1196px -848px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Fox-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1196px -954px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Fox-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: 0px -1114px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Fox-Cupid {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -106px -1114px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Fox-Desert {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -212px -472px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Fox-Ember {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -318px -1114px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Fox-Fairy {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -424px -1114px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Fox-Floral {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -530px -1114px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Fox-Ghost {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -636px -1114px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Fox-Glass {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -742px -1114px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Fox-Glow {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -848px -1114px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Fox-Golden {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -954px -1114px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Fox-Holly {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1060px -1114px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Fox-Peppermint {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1166px -1114px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Fox-Rainbow {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1302px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Fox-Red {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1302px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Fox-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1302px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Fox-Shade {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1302px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Fox-Shimmer {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1302px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Fox-Skeleton {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1302px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Fox-Spooky {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1302px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Fox-StarryNight {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: 0px 0px;
  width: 120px;
  height: 120px;
}
.Mount_Head_Fox-Thunderstorm {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1302px -848px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Fox-White {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1302px -954px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Fox-Zombie {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1302px -1060px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Frog-Base {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -454px -115px;
  width: 105px;
  height: 114px;
}
.Mount_Head_Frog-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -242px 0px;
  width: 105px;
  height: 114px;
}
.Mount_Head_Frog-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: 0px -357px;
  width: 105px;
  height: 114px;
}
.Mount_Head_Frog-Desert {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -106px -357px;
  width: 105px;
  height: 114px;
}
.Mount_Head_Frog-Golden {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -212px -357px;
  width: 105px;
  height: 114px;
}
.Mount_Head_Frog-Red {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -318px -357px;
  width: 105px;
  height: 114px;
}
.Mount_Head_Frog-Shade {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -424px -357px;
  width: 105px;
  height: 114px;
}
.Mount_Head_Frog-Skeleton {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -560px 0px;
  width: 105px;
  height: 114px;
}
.Mount_Head_Frog-White {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -560px -115px;
  width: 105px;
  height: 114px;
}
.Mount_Head_Frog-Zombie {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -560px -230px;
  width: 105px;
  height: 114px;
}
.Mount_Head_Gryphon-Base {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1060px -1220px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Gryphon-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1166px -1220px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Gryphon-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1272px -1220px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Gryphon-Desert {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1408px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Gryphon-Golden {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1408px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Gryphon-Red {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1408px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Gryphon-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1408px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Gryphon-Shade {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1408px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Gryphon-Skeleton {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1408px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Gryphon-White {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1408px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Gryphon-Zombie {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1408px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Head_GuineaPig-Base {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1408px -848px;
  width: 105px;
  height: 105px;
}
.Mount_Head_GuineaPig-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1408px -954px;
  width: 105px;
  height: 105px;
}
.Mount_Head_GuineaPig-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1408px -1060px;
  width: 105px;
  height: 105px;
}
.Mount_Head_GuineaPig-Desert {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1408px -1166px;
  width: 105px;
  height: 105px;
}
.Mount_Head_GuineaPig-Golden {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: 0px -1326px;
  width: 105px;
  height: 105px;
}
.Mount_Head_GuineaPig-Red {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -106px -1326px;
  width: 105px;
  height: 105px;
}
.Mount_Head_GuineaPig-Shade {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -212px -1326px;
  width: 105px;
  height: 105px;
}
.Mount_Head_GuineaPig-Skeleton {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -318px -1326px;
  width: 105px;
  height: 105px;
}
.Mount_Head_GuineaPig-White {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -424px -1326px;
  width: 105px;
  height: 105px;
}
.Mount_Head_GuineaPig-Zombie {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -530px -1326px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Hedgehog-Base {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -636px -1326px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Hedgehog-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -742px -1326px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Hedgehog-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -848px -1326px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Hedgehog-Desert {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -954px -1326px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Hedgehog-Golden {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1060px -1326px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Hedgehog-Red {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1166px -1326px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Hedgehog-Shade {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1272px -1326px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Hedgehog-Skeleton {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1378px -1326px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Hedgehog-White {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1514px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Hedgehog-Zombie {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1514px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Hippo-Base {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1514px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Hippo-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1514px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Hippo-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1514px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Hippo-Desert {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1514px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Hippo-Golden {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1514px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Hippo-Red {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1514px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Hippo-Shade {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1514px -848px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Hippo-Skeleton {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1514px -954px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Hippo-White {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1514px -1060px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Hippo-Zombie {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1514px -1166px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Hippogriff-Hopeful {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: 0px -472px;
  width: 105px;
  height: 111px;
}
.Mount_Head_Horse-Base {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: 0px -1432px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Horse-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -106px -1432px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Horse-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -212px -1432px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Horse-Desert {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -318px -1432px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Horse-Golden {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -424px -1432px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Horse-Red {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -530px -1432px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Horse-Shade {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -636px -1432px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Horse-Skeleton {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -742px -1432px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Horse-White {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -848px -1432px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Horse-Zombie {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -954px -1432px;
  width: 105px;
  height: 105px;
}
.Mount_Head_JackOLantern-Base {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1726px -318px;
  width: 90px;
  height: 105px;
}
.Mount_Head_JackOLantern-Ghost {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1726px -212px;
  width: 90px;
  height: 105px;
}
.Mount_Head_Jackalope-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1060px -1432px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Kangaroo-Base {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1378px -1432px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Kangaroo-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1484px -1432px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Kangaroo-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1620px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Kangaroo-Desert {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1620px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Kangaroo-Golden {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1620px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Kangaroo-Red {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1620px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Kangaroo-Shade {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1620px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Kangaroo-Skeleton {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1620px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Kangaroo-White {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1620px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Kangaroo-Zombie {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1620px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Head_LionCub-Aquatic {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1620px -848px;
  width: 105px;
  height: 105px;
}
.Mount_Head_LionCub-Base {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1620px -954px;
  width: 105px;
  height: 105px;
}
.Mount_Head_LionCub-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1620px -1060px;
  width: 105px;
  height: 105px;
}
.Mount_Head_LionCub-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1620px -1166px;
  width: 105px;
  height: 105px;
}
.Mount_Head_LionCub-Cupid {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1620px -1272px;
  width: 105px;
  height: 105px;
}
.Mount_Head_LionCub-Desert {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1620px -1378px;
  width: 105px;
  height: 105px;
}
.Mount_Head_LionCub-Ember {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: 0px -1538px;
  width: 105px;
  height: 105px;
}
.Mount_Head_LionCub-Ethereal {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -106px -1538px;
  width: 105px;
  height: 105px;
}
.Mount_Head_LionCub-Fairy {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -212px -1538px;
  width: 105px;
  height: 105px;
}
.Mount_Head_LionCub-Floral {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -318px -1538px;
  width: 105px;
  height: 105px;
}
.Mount_Head_LionCub-Ghost {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -424px -1538px;
  width: 105px;
  height: 105px;
}
.Mount_Head_LionCub-Glass {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -530px -1538px;
  width: 105px;
  height: 105px;
}
.Mount_Head_LionCub-Glow {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -636px -1538px;
  width: 105px;
  height: 105px;
}
.Mount_Head_LionCub-Golden {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -742px -1538px;
  width: 105px;
  height: 105px;
}
.Mount_Head_LionCub-Holly {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -848px -1538px;
  width: 105px;
  height: 105px;
}
.Mount_Head_LionCub-Peppermint {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -954px -1538px;
  width: 105px;
  height: 105px;
}
.Mount_Head_LionCub-Rainbow {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1060px -1538px;
  width: 105px;
  height: 105px;
}
.Mount_Head_LionCub-Red {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1166px -1538px;
  width: 105px;
  height: 105px;
}
.Mount_Head_LionCub-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1272px -1538px;
  width: 105px;
  height: 105px;
}
.Mount_Head_LionCub-Shade {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1378px -1538px;
  width: 105px;
  height: 105px;
}
.Mount_Head_LionCub-Shimmer {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1484px -1538px;
  width: 105px;
  height: 105px;
}
.Mount_Head_LionCub-Skeleton {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -106px -472px;
  width: 105px;
  height: 110px;
}
.Mount_Head_LionCub-Spooky {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1726px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Head_LionCub-StarryNight {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -121px 0px;
  width: 120px;
  height: 120px;
}
.Mount_Head_LionCub-Thunderstorm {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1166px -1432px;
  width: 105px;
  height: 105px;
}
.Mount_Head_LionCub-White {
  background-image: url(/static/images/spritesmith-main-16.46bf37f.png);
  background-position: -1726px -106px;
  width: 105px;
  height: 105px;
}

.Mount_Head_LionCub-Zombie {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -742px -841px;
  width: 105px;
  height: 105px;
}
.Mount_Head_MagicalBee-Base {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: 0px -408px;
  width: 105px;
  height: 114px;
}
.Mount_Head_Mammoth-Base {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -408px -257px;
  width: 105px;
  height: 123px;
}
.Mount_Head_MantisShrimp-Base {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -106px -408px;
  width: 108px;
  height: 105px;
}
.Mount_Head_Monkey-Base {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -318px -1159px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Monkey-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -212px -1265px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Monkey-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -318px -1265px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Monkey-Desert {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -424px -1265px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Monkey-Golden {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -530px -1265px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Monkey-Red {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -636px -1265px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Monkey-Shade {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -742px -1265px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Monkey-Skeleton {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -848px -1265px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Monkey-White {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -954px -1265px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Monkey-Zombie {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1060px -1265px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Nudibranch-Base {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1166px -1265px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Nudibranch-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -321px -408px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Nudibranch-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -427px -408px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Nudibranch-Desert {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -544px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Nudibranch-Golden {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -544px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Nudibranch-Red {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -544px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Nudibranch-Shade {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -544px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Nudibranch-Skeleton {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: 0px -523px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Nudibranch-White {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -106px -523px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Nudibranch-Zombie {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -212px -523px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Octopus-Base {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -318px -523px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Octopus-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -424px -523px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Octopus-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -530px -523px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Octopus-Desert {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -650px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Octopus-Golden {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -650px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Octopus-Red {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -650px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Octopus-Shade {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -650px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Octopus-Skeleton {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -650px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Octopus-White {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: 0px -629px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Octopus-Zombie {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -106px -629px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Orca-Base {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -212px -629px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Owl-Base {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -318px -629px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Owl-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -424px -629px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Owl-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -530px -629px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Owl-Desert {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -636px -629px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Owl-Golden {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -756px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Owl-Red {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -756px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Owl-Shade {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -756px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Owl-Skeleton {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -756px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Owl-White {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -756px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Owl-Zombie {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -756px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Head_PandaCub-Aquatic {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: 0px -735px;
  width: 105px;
  height: 105px;
}
.Mount_Head_PandaCub-Base {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -106px -735px;
  width: 105px;
  height: 105px;
}
.Mount_Head_PandaCub-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -212px -735px;
  width: 105px;
  height: 105px;
}
.Mount_Head_PandaCub-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -318px -735px;
  width: 105px;
  height: 105px;
}
.Mount_Head_PandaCub-Cupid {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -424px -735px;
  width: 105px;
  height: 105px;
}
.Mount_Head_PandaCub-Desert {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -530px -735px;
  width: 105px;
  height: 105px;
}
.Mount_Head_PandaCub-Ember {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -636px -735px;
  width: 105px;
  height: 105px;
}
.Mount_Head_PandaCub-Fairy {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -742px -735px;
  width: 105px;
  height: 105px;
}
.Mount_Head_PandaCub-Floral {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -862px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Head_PandaCub-Ghost {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -862px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Head_PandaCub-Glass {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -862px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Head_PandaCub-Glow {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -862px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Head_PandaCub-Golden {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -862px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Head_PandaCub-Holly {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -862px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Head_PandaCub-Peppermint {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -862px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Head_PandaCub-Rainbow {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: 0px -841px;
  width: 105px;
  height: 105px;
}
.Mount_Head_PandaCub-Red {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -106px -841px;
  width: 105px;
  height: 105px;
}
.Mount_Head_PandaCub-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -212px -841px;
  width: 105px;
  height: 105px;
}
.Mount_Head_PandaCub-Shade {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -318px -841px;
  width: 105px;
  height: 105px;
}
.Mount_Head_PandaCub-Shimmer {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -424px -841px;
  width: 105px;
  height: 105px;
}
.Mount_Head_PandaCub-Skeleton {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -530px -841px;
  width: 105px;
  height: 105px;
}
.Mount_Head_PandaCub-Spooky {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -636px -841px;
  width: 105px;
  height: 105px;
}
.Mount_Head_PandaCub-StarryNight {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -408px -136px;
  width: 120px;
  height: 120px;
}
.Mount_Head_PandaCub-Thunderstorm {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -848px -841px;
  width: 105px;
  height: 105px;
}
.Mount_Head_PandaCub-White {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -968px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Head_PandaCub-Zombie {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -968px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Parrot-Base {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -968px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Parrot-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -968px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Parrot-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -968px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Parrot-Desert {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -968px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Parrot-Golden {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -968px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Parrot-Red {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -968px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Parrot-Shade {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: 0px -947px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Parrot-Skeleton {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -106px -947px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Parrot-White {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -212px -947px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Parrot-Zombie {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -318px -947px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Peacock-Base {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -424px -947px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Peacock-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -530px -947px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Peacock-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -636px -947px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Peacock-Desert {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -742px -947px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Peacock-Golden {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -848px -947px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Peacock-Red {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -954px -947px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Peacock-Shade {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1074px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Peacock-Skeleton {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1074px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Peacock-White {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1074px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Peacock-Zombie {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1074px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Penguin-Base {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1074px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Penguin-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1074px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Penguin-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1074px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Penguin-Desert {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1074px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Penguin-Golden {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1074px -848px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Penguin-Red {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: 0px -1053px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Penguin-Shade {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -106px -1053px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Penguin-Skeleton {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -212px -1053px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Penguin-White {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -318px -1053px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Penguin-Zombie {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -424px -1053px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Phoenix-Base {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -530px -1053px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Pterodactyl-Base {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -636px -1053px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Pterodactyl-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -742px -1053px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Pterodactyl-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -848px -1053px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Pterodactyl-Desert {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -954px -1053px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Pterodactyl-Golden {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1060px -1053px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Pterodactyl-Red {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1180px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Pterodactyl-Shade {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1180px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Pterodactyl-Skeleton {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1180px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Pterodactyl-White {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1180px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Pterodactyl-Zombie {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1180px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Rat-Base {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1180px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Rat-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1180px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Rat-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1180px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Rat-Desert {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1180px -848px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Rat-Golden {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1180px -954px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Rat-Red {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: 0px -1159px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Rat-Shade {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -106px -1159px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Rat-Skeleton {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -212px -1159px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Rat-White {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -215px -408px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Rat-Zombie {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -424px -1159px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Rock-Base {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -530px -1159px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Rock-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -636px -1159px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Rock-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -742px -1159px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Rock-Desert {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -848px -1159px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Rock-Golden {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -954px -1159px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Rock-Red {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1060px -1159px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Rock-Shade {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1166px -1159px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Rock-Skeleton {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1286px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Rock-White {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1286px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Rock-Zombie {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1286px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Rooster-Base {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1286px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Rooster-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1286px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Rooster-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1286px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Rooster-Desert {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1286px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Rooster-Golden {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1286px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Rooster-Red {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1286px -848px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Rooster-Shade {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1286px -954px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Rooster-Skeleton {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1286px -1060px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Rooster-White {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: 0px -1265px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Rooster-Zombie {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -106px -1265px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Sabretooth-Base {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -272px -136px;
  width: 135px;
  height: 135px;
}
.Mount_Head_Sabretooth-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: 0px -272px;
  width: 135px;
  height: 135px;
}
.Mount_Head_Sabretooth-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: 0px 0px;
  width: 135px;
  height: 135px;
}
.Mount_Head_Sabretooth-Desert {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -272px -272px;
  width: 135px;
  height: 135px;
}
.Mount_Head_Sabretooth-Golden {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -408px 0px;
  width: 135px;
  height: 135px;
}
.Mount_Head_Sabretooth-Red {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -136px -272px;
  width: 135px;
  height: 135px;
}
.Mount_Head_Sabretooth-Shade {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -272px 0px;
  width: 135px;
  height: 135px;
}
.Mount_Head_Sabretooth-Skeleton {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -136px -136px;
  width: 135px;
  height: 135px;
}
.Mount_Head_Sabretooth-White {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: 0px -136px;
  width: 135px;
  height: 135px;
}
.Mount_Head_Sabretooth-Zombie {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -136px 0px;
  width: 135px;
  height: 135px;
}
.Mount_Head_SeaSerpent-Base {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1392px -954px;
  width: 105px;
  height: 105px;
}
.Mount_Head_SeaSerpent-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1392px -1060px;
  width: 105px;
  height: 105px;
}
.Mount_Head_SeaSerpent-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1392px -1166px;
  width: 105px;
  height: 105px;
}
.Mount_Head_SeaSerpent-Desert {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: 0px -1371px;
  width: 105px;
  height: 105px;
}
.Mount_Head_SeaSerpent-Golden {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -106px -1371px;
  width: 105px;
  height: 105px;
}
.Mount_Head_SeaSerpent-Red {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -212px -1371px;
  width: 105px;
  height: 105px;
}
.Mount_Head_SeaSerpent-Shade {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -318px -1371px;
  width: 105px;
  height: 105px;
}
.Mount_Head_SeaSerpent-Skeleton {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -424px -1371px;
  width: 105px;
  height: 105px;
}
.Mount_Head_SeaSerpent-White {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -530px -1371px;
  width: 105px;
  height: 105px;
}
.Mount_Head_SeaSerpent-Zombie {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -636px -1371px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Seahorse-Base {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1272px -1265px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Seahorse-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1392px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Seahorse-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1392px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Seahorse-Desert {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1392px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Seahorse-Golden {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1392px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Seahorse-Red {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1392px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Seahorse-Shade {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1392px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Seahorse-Skeleton {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1392px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Seahorse-White {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1392px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Seahorse-Zombie {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1392px -848px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Sheep-Base {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -742px -1371px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Sheep-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -848px -1371px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Sheep-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -954px -1371px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Sheep-Desert {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1060px -1371px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Sheep-Golden {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1166px -1371px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Sheep-Red {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1272px -1371px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Sheep-Shade {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1378px -1371px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Sheep-Skeleton {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1498px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Sheep-White {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1498px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Sheep-Zombie {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1498px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Slime-Base {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1498px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Slime-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1498px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Slime-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1498px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Slime-Desert {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1498px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Slime-Golden {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1498px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Slime-Red {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1498px -848px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Slime-Shade {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1498px -954px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Slime-Skeleton {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1498px -1060px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Slime-White {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1498px -1166px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Slime-Zombie {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1498px -1272px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Sloth-Base {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: 0px -1477px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Sloth-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -106px -1477px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Sloth-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -212px -1477px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Sloth-Desert {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -318px -1477px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Sloth-Golden {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -424px -1477px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Sloth-Red {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -530px -1477px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Sloth-Shade {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -636px -1477px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Sloth-Skeleton {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -742px -1477px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Sloth-White {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -848px -1477px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Sloth-Zombie {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -954px -1477px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Snail-Base {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1060px -1477px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Snail-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1166px -1477px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Snail-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1272px -1477px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Snail-Desert {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1378px -1477px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Snail-Golden {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1484px -1477px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Snail-Red {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1604px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Snail-Shade {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1604px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Snail-Skeleton {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1604px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Snail-White {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1604px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Snail-Zombie {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1604px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Snake-Base {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1604px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Snake-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1604px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Snake-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1604px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Snake-Desert {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1604px -848px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Snake-Golden {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1604px -954px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Snake-Red {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1604px -1060px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Snake-Shade {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1604px -1166px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Snake-Skeleton {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1604px -1272px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Snake-White {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1604px -1378px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Snake-Zombie {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: 0px -1583px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Spider-Base {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -106px -1583px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Spider-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -212px -1583px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Spider-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -318px -1583px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Spider-Desert {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -424px -1583px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Spider-Golden {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -530px -1583px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Spider-Red {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -636px -1583px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Spider-Shade {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -742px -1583px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Spider-Skeleton {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -848px -1583px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Spider-White {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -954px -1583px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Spider-Zombie {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1060px -1583px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Squirrel-Base {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1166px -1583px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Squirrel-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1272px -1583px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Squirrel-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1378px -1583px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Squirrel-Desert {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1484px -1583px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Squirrel-Golden {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1590px -1583px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Squirrel-Red {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1710px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Squirrel-Shade {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1710px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Squirrel-Skeleton {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1710px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Squirrel-White {
  background-image: url(/static/images/spritesmith-main-17.8443877.png);
  background-position: -1710px -318px;
  width: 105px;
  height: 105px;
}

.Mount_Head_Squirrel-Zombie {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -106px -1134px;
  width: 105px;
  height: 105px;
}
.Mount_Head_TRex-Base {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: 0px -136px;
  width: 135px;
  height: 135px;
}
.Mount_Head_TRex-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -136px -136px;
  width: 135px;
  height: 135px;
}
.Mount_Head_TRex-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -272px 0px;
  width: 135px;
  height: 135px;
}
.Mount_Head_TRex-Desert {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -272px -136px;
  width: 135px;
  height: 135px;
}
.Mount_Head_TRex-Golden {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: 0px -272px;
  width: 135px;
  height: 135px;
}
.Mount_Head_TRex-Red {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -136px -272px;
  width: 135px;
  height: 135px;
}
.Mount_Head_TRex-Shade {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -272px -272px;
  width: 135px;
  height: 135px;
}
.Mount_Head_TRex-Skeleton {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -408px 0px;
  width: 135px;
  height: 135px;
}
.Mount_Head_TRex-White {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -408px -136px;
  width: 135px;
  height: 135px;
}
.Mount_Head_TRex-Zombie {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -408px -272px;
  width: 135px;
  height: 135px;
}
.Mount_Head_TigerCub-Aquatic {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -530px -1240px;
  width: 105px;
  height: 105px;
}
.Mount_Head_TigerCub-Base {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -318px -922px;
  width: 105px;
  height: 105px;
}
.Mount_Head_TigerCub-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1255px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Head_TigerCub-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1255px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Head_TigerCub-Cupid {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -816px -227px;
  width: 105px;
  height: 105px;
}
.Mount_Head_TigerCub-Desert {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -816px -333px;
  width: 105px;
  height: 105px;
}
.Mount_Head_TigerCub-Ember {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -816px -439px;
  width: 105px;
  height: 105px;
}
.Mount_Head_TigerCub-Fairy {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -816px -545px;
  width: 105px;
  height: 105px;
}
.Mount_Head_TigerCub-Floral {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -816px -651px;
  width: 105px;
  height: 105px;
}
.Mount_Head_TigerCub-Ghost {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: 0px -816px;
  width: 105px;
  height: 105px;
}
.Mount_Head_TigerCub-Glass {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -106px -816px;
  width: 105px;
  height: 105px;
}
.Mount_Head_TigerCub-Glow {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -212px -816px;
  width: 105px;
  height: 105px;
}
.Mount_Head_TigerCub-Golden {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1149px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Head_TigerCub-Holly {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1149px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Head_TigerCub-Peppermint {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1149px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Head_TigerCub-Rainbow {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1149px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Head_TigerCub-Red {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1149px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Head_TigerCub-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1149px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Head_TigerCub-Shade {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1149px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Head_TigerCub-Shimmer {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1149px -848px;
  width: 105px;
  height: 105px;
}
.Mount_Head_TigerCub-Skeleton {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1149px -954px;
  width: 105px;
  height: 105px;
}
.Mount_Head_TigerCub-Spooky {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: 0px -1134px;
  width: 105px;
  height: 105px;
}
.Mount_Head_TigerCub-StarryNight {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -816px 0px;
  width: 120px;
  height: 120px;
}
.Mount_Head_TigerCub-Thunderstorm {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -212px -1134px;
  width: 105px;
  height: 105px;
}
.Mount_Head_TigerCub-White {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -318px -1134px;
  width: 105px;
  height: 105px;
}
.Mount_Head_TigerCub-Zombie {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -424px -1134px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Treeling-Base {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -530px -1134px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Treeling-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -636px -1134px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Treeling-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -742px -1134px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Treeling-Desert {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -848px -1134px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Treeling-Golden {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -954px -1134px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Treeling-Red {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1060px -1134px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Treeling-Shade {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1255px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Treeling-Skeleton {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1255px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Treeling-White {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1255px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Treeling-Zombie {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1255px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Triceratops-Base {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -318px -816px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Triceratops-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -424px -816px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Triceratops-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -530px -816px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Triceratops-Desert {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -636px -816px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Triceratops-Golden {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -742px -816px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Triceratops-Red {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -937px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Triceratops-Shade {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -937px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Triceratops-Skeleton {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -937px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Triceratops-White {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -937px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Triceratops-Zombie {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -937px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Turkey-Base {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -937px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Turkey-Gilded {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -937px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Turtle-Base {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -937px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Turtle-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: 0px -922px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Turtle-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -106px -922px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Turtle-Desert {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -212px -922px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Turtle-Golden {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -816px -121px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Turtle-Red {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -424px -922px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Turtle-Shade {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -530px -922px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Turtle-Skeleton {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -636px -922px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Turtle-White {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -742px -922px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Turtle-Zombie {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -848px -922px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Unicorn-Base {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1043px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Unicorn-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1043px -106px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Unicorn-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1043px -212px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Unicorn-Desert {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1043px -318px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Unicorn-Golden {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1043px -424px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Unicorn-Red {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1043px -530px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Unicorn-Shade {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1043px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Unicorn-Skeleton {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1043px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Unicorn-White {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1043px -848px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Unicorn-Zombie {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: 0px -1028px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Whale-Base {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -106px -1028px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Whale-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -212px -1028px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Whale-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -318px -1028px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Whale-Desert {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -424px -1028px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Whale-Golden {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -530px -1028px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Whale-Red {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -636px -1028px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Whale-Shade {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -742px -1028px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Whale-Skeleton {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -848px -1028px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Whale-White {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -954px -1028px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Whale-Zombie {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1149px 0px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Wolf-Aquatic {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: 0px -408px;
  width: 135px;
  height: 135px;
}
.Mount_Head_Wolf-Base {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -136px -408px;
  width: 135px;
  height: 135px;
}
.Mount_Head_Wolf-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -272px -408px;
  width: 135px;
  height: 135px;
}
.Mount_Head_Wolf-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -408px -408px;
  width: 135px;
  height: 135px;
}
.Mount_Head_Wolf-Cupid {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -544px 0px;
  width: 135px;
  height: 135px;
}
.Mount_Head_Wolf-Desert {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -544px -136px;
  width: 135px;
  height: 135px;
}
.Mount_Head_Wolf-Ember {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -544px -272px;
  width: 135px;
  height: 135px;
}
.Mount_Head_Wolf-Fairy {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: 0px 0px;
  width: 135px;
  height: 135px;
}
.Mount_Head_Wolf-Floral {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: 0px -544px;
  width: 135px;
  height: 135px;
}
.Mount_Head_Wolf-Ghost {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -136px -544px;
  width: 135px;
  height: 135px;
}
.Mount_Head_Wolf-Glass {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -272px -544px;
  width: 135px;
  height: 135px;
}
.Mount_Head_Wolf-Glow {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -408px -544px;
  width: 135px;
  height: 135px;
}
.Mount_Head_Wolf-Golden {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -544px -544px;
  width: 135px;
  height: 135px;
}
.Mount_Head_Wolf-Holly {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -680px 0px;
  width: 135px;
  height: 135px;
}
.Mount_Head_Wolf-Peppermint {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -680px -136px;
  width: 135px;
  height: 135px;
}
.Mount_Head_Wolf-Rainbow {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -680px -272px;
  width: 135px;
  height: 135px;
}
.Mount_Head_Wolf-Red {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -680px -408px;
  width: 135px;
  height: 135px;
}
.Mount_Head_Wolf-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -680px -544px;
  width: 135px;
  height: 135px;
}
.Mount_Head_Wolf-Shade {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: 0px -680px;
  width: 135px;
  height: 135px;
}
.Mount_Head_Wolf-Shimmer {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -136px -680px;
  width: 135px;
  height: 135px;
}
.Mount_Head_Wolf-Skeleton {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -272px -680px;
  width: 135px;
  height: 135px;
}
.Mount_Head_Wolf-Spooky {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -408px -680px;
  width: 135px;
  height: 135px;
}
.Mount_Head_Wolf-StarryNight {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -544px -680px;
  width: 135px;
  height: 135px;
}
.Mount_Head_Wolf-Thunderstorm {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -680px -680px;
  width: 135px;
  height: 135px;
}
.Mount_Head_Wolf-White {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -544px -408px;
  width: 135px;
  height: 135px;
}
.Mount_Head_Wolf-Zombie {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -136px 0px;
  width: 135px;
  height: 135px;
}
.Mount_Head_Yarn-Base {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1255px -636px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Yarn-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1255px -742px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Yarn-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1255px -848px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Yarn-Desert {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1255px -954px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Yarn-Golden {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1255px -1060px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Yarn-Red {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: 0px -1240px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Yarn-Shade {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -106px -1240px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Yarn-Skeleton {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -212px -1240px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Yarn-White {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -318px -1240px;
  width: 105px;
  height: 105px;
}
.Mount_Head_Yarn-Zombie {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -424px -1240px;
  width: 105px;
  height: 105px;
}
.Mount_Icon_Aether-Invisible {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -848px -816px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Armadillo-Base {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -954px -922px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Armadillo-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1060px -1028px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Armadillo-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1166px -1134px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Armadillo-Desert {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -636px -1240px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Armadillo-Golden {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1689px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Armadillo-Red {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -800px -1240px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Armadillo-Shade {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -882px -1240px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Armadillo-Skeleton {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -964px -1240px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Armadillo-White {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1046px -1240px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Armadillo-Zombie {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1128px -1240px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Axolotl-Base {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1210px -1240px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Axolotl-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1361px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Axolotl-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1361px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Axolotl-Desert {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1361px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Axolotl-Golden {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1361px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Axolotl-Red {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1361px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Axolotl-Shade {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1361px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Axolotl-Skeleton {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1361px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Axolotl-White {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1361px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Axolotl-Zombie {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1361px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Badger-Base {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1361px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Badger-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1361px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Badger-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1361px -1100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Badger-Desert {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1361px -1200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Badger-Golden {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1443px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Badger-Red {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1443px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Badger-Shade {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1443px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Badger-Skeleton {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1443px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Badger-White {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1443px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Badger-Zombie {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1443px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_BearCub-Aquatic {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1443px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_BearCub-Base {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1443px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_BearCub-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1443px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_BearCub-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1443px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_BearCub-Cupid {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1443px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_BearCub-Desert {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1443px -1100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_BearCub-Ember {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1443px -1200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_BearCub-Fairy {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: 0px -1346px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_BearCub-Floral {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -82px -1346px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_BearCub-Ghost {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -164px -1346px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_BearCub-Glass {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -246px -1346px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_BearCub-Glow {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -328px -1346px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_BearCub-Golden {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -410px -1346px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_BearCub-Holly {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -492px -1346px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_BearCub-Peppermint {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -574px -1346px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_BearCub-Polar {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -656px -1346px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_BearCub-Rainbow {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -738px -1346px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_BearCub-Red {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -820px -1346px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_BearCub-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -902px -1346px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_BearCub-Shade {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -984px -1346px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_BearCub-Shimmer {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1066px -1346px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_BearCub-Skeleton {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1148px -1346px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_BearCub-Spooky {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1230px -1346px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_BearCub-StarryNight {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1312px -1346px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_BearCub-Thunderstorm {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1394px -1346px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_BearCub-White {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1525px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_BearCub-Zombie {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1525px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Beetle-Base {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1525px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Beetle-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1525px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Beetle-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1525px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Beetle-Desert {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1525px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Beetle-Golden {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1525px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Beetle-Red {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1525px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Beetle-Shade {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1525px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Beetle-Skeleton {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1525px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Beetle-White {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1525px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Beetle-Zombie {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1525px -1100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Bunny-Base {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1525px -1200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Bunny-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1525px -1300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Bunny-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: 0px -1446px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Bunny-Desert {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -82px -1446px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Bunny-Golden {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -164px -1446px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Bunny-Red {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -246px -1446px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Bunny-Shade {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -328px -1446px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Bunny-Skeleton {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -410px -1446px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Bunny-White {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -492px -1446px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Bunny-Zombie {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -574px -1446px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Butterfly-Base {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -656px -1446px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Butterfly-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -738px -1446px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Butterfly-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -820px -1446px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Butterfly-Desert {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -902px -1446px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Butterfly-Golden {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -984px -1446px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Butterfly-Red {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1066px -1446px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Butterfly-Shade {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1148px -1446px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Butterfly-Skeleton {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1230px -1446px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Butterfly-White {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1312px -1446px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Butterfly-Zombie {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1394px -1446px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cactus-Aquatic {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1476px -1446px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cactus-Base {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1607px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cactus-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1607px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cactus-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1607px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cactus-Cupid {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1607px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cactus-Desert {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1607px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cactus-Ember {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1607px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cactus-Fairy {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1607px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cactus-Floral {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1607px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cactus-Ghost {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1607px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cactus-Glass {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1607px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cactus-Glow {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1607px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cactus-Golden {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1607px -1100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cactus-Holly {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1607px -1200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cactus-Peppermint {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1607px -1300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cactus-Rainbow {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1607px -1400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cactus-Red {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: 0px -1546px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cactus-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -82px -1546px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cactus-Shade {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -164px -1546px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cactus-Shimmer {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -246px -1546px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cactus-Skeleton {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -328px -1546px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cactus-Spooky {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -410px -1546px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cactus-StarryNight {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -492px -1546px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cactus-Thunderstorm {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -574px -1546px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cactus-White {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -656px -1546px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cactus-Zombie {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -738px -1546px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cheetah-Base {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -820px -1546px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cheetah-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -902px -1546px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cheetah-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -984px -1546px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cheetah-Desert {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1066px -1546px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cheetah-Golden {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1148px -1546px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cheetah-Red {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1230px -1546px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cheetah-Shade {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1312px -1546px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cheetah-Skeleton {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1394px -1546px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cheetah-White {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1476px -1546px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cheetah-Zombie {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1558px -1546px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cow-Base {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1689px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cow-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1689px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cow-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1689px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cow-Desert {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1689px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cow-Golden {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1689px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cow-Red {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1689px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cow-Shade {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1689px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cow-Skeleton {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1689px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cow-White {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1689px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cow-Zombie {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -1689px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cuttlefish-Base {
  background-image: url(/static/images/spritesmith-main-18.b45b36d.png);
  background-position: -718px -1240px;
  width: 81px;
  height: 99px;
}

.Mount_Icon_Cuttlefish-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -82px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cuttlefish-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -82px -1100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cuttlefish-Desert {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -164px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cuttlefish-Golden {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: 0px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cuttlefish-Red {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -82px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cuttlefish-Shade {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -164px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cuttlefish-Skeleton {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -246px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cuttlefish-White {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -246px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Cuttlefish-Zombie {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: 0px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Deer-Base {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -82px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Deer-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -164px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Deer-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -246px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Deer-Desert {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -328px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Deer-Golden {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -328px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Deer-Red {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -328px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Deer-Shade {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: 0px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Deer-Skeleton {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -82px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Deer-White {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -164px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Deer-Zombie {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -246px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Dragon-Aquatic {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -328px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Dragon-Base {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -410px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Dragon-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -410px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Dragon-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -410px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Dragon-Cupid {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -410px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Dragon-Desert {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -492px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Dragon-Ember {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -492px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Dragon-Fairy {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -492px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Dragon-Floral {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -492px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Dragon-Ghost {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: 0px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Dragon-Glass {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -82px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Dragon-Glow {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -164px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Dragon-Golden {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -246px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Dragon-Holly {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -328px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Dragon-Peppermint {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -410px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Dragon-Rainbow {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -492px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Dragon-Red {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -574px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Dragon-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -574px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Dragon-Shade {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -574px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Dragon-Shimmer {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -574px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Dragon-Skeleton {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -574px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Dragon-Spooky {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: 0px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Dragon-StarryNight {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -82px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Dragon-Thunderstorm {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -164px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Dragon-White {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -246px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Dragon-Zombie {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -328px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Egg-Base {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -410px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Egg-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -492px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Egg-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -574px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Egg-Desert {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -656px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Egg-Golden {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -656px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Egg-Red {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -656px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Egg-Shade {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -656px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Egg-Skeleton {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -656px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Egg-White {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -656px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Egg-Zombie {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: 0px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Falcon-Base {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -82px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Falcon-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -164px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Falcon-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -246px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Falcon-Desert {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -328px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Falcon-Golden {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -410px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Falcon-Red {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -492px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Falcon-Shade {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -574px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Falcon-Skeleton {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -656px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Falcon-White {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -738px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Falcon-Zombie {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -738px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Ferret-Base {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -738px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Ferret-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -738px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Ferret-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -738px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Ferret-Desert {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -738px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Ferret-Golden {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -738px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Ferret-Red {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: 0px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Ferret-Shade {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -82px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Ferret-Skeleton {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -164px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Ferret-White {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -246px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Ferret-Zombie {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -328px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_FlyingPig-Aquatic {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -410px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_FlyingPig-Base {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -492px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_FlyingPig-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -574px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_FlyingPig-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -656px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_FlyingPig-Cupid {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -738px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_FlyingPig-Desert {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -820px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_FlyingPig-Ember {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -820px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_FlyingPig-Fairy {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -820px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_FlyingPig-Floral {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -820px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_FlyingPig-Ghost {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -820px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_FlyingPig-Glass {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -820px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_FlyingPig-Glow {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -820px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_FlyingPig-Golden {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -820px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_FlyingPig-Holly {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: 0px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_FlyingPig-Peppermint {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -82px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_FlyingPig-Rainbow {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -164px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_FlyingPig-Red {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -246px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_FlyingPig-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -328px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_FlyingPig-Shade {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -410px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_FlyingPig-Shimmer {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -492px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_FlyingPig-Skeleton {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -574px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_FlyingPig-Spooky {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -656px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_FlyingPig-StarryNight {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -738px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_FlyingPig-Thunderstorm {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -820px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_FlyingPig-White {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -902px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_FlyingPig-Zombie {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -902px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Fox-Aquatic {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -902px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Fox-Base {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -902px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Fox-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -902px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Fox-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -902px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Fox-Cupid {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -902px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Fox-Desert {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -902px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Fox-Ember {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -902px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Fox-Fairy {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -984px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Fox-Floral {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -984px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Fox-Ghost {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -984px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Fox-Glass {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -984px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Fox-Glow {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -984px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Fox-Golden {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -984px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Fox-Holly {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -984px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Fox-Peppermint {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -984px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Fox-Rainbow {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -984px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Fox-Red {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: 0px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Fox-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -82px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Fox-Shade {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -164px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Fox-Shimmer {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -246px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Fox-Skeleton {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -328px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Fox-Spooky {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -410px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Fox-StarryNight {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -492px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Fox-Thunderstorm {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -574px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Fox-White {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -656px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Fox-Zombie {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -738px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Frog-Base {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -820px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Frog-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -902px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Frog-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -984px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Frog-Desert {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1066px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Frog-Golden {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1066px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Frog-Red {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1066px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Frog-Shade {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1066px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Frog-Skeleton {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1066px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Frog-White {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1066px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Frog-Zombie {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1066px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Gryphon-Base {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1066px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Gryphon-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1066px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Gryphon-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1066px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Gryphon-Desert {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: 0px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Gryphon-Golden {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -82px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Gryphon-Red {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -164px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Gryphon-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -246px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Gryphon-Shade {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -328px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Gryphon-Skeleton {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -410px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Gryphon-White {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -492px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Gryphon-Zombie {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -574px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_GuineaPig-Base {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -656px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_GuineaPig-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -738px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_GuineaPig-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -820px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_GuineaPig-Desert {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -902px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_GuineaPig-Golden {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -984px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_GuineaPig-Red {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1066px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_GuineaPig-Shade {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1148px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_GuineaPig-Skeleton {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1148px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_GuineaPig-White {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1148px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_GuineaPig-Zombie {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1148px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Hedgehog-Base {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1148px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Hedgehog-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1148px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Hedgehog-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1148px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Hedgehog-Desert {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1148px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Hedgehog-Golden {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1148px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Hedgehog-Red {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1148px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Hedgehog-Shade {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1148px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Hedgehog-Skeleton {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: 0px -1100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Hedgehog-White {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: 0px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Hedgehog-Zombie {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -164px -1100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Hippo-Base {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -246px -1100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Hippo-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -328px -1100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Hippo-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -410px -1100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Hippo-Desert {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -492px -1100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Hippo-Golden {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -574px -1100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Hippo-Red {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -656px -1100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Hippo-Shade {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -738px -1100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Hippo-Skeleton {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -820px -1100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Hippo-White {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -902px -1100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Hippo-Zombie {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -984px -1100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Hippogriff-Hopeful {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1066px -1100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Horse-Base {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1148px -1100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Horse-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1230px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Horse-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1230px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Horse-Desert {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1230px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Horse-Golden {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1230px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Horse-Red {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1230px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Horse-Shade {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1230px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Horse-Skeleton {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1230px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Horse-White {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1230px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Horse-Zombie {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1230px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_JackOLantern-Base {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1230px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_JackOLantern-Ghost {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1230px -1100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Jackalope-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1230px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Kangaroo-Base {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: 0px -1200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Kangaroo-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -82px -1200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Kangaroo-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -164px -1200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Kangaroo-Desert {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -246px -1200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Kangaroo-Golden {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -328px -1200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Kangaroo-Red {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -410px -1200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Kangaroo-Shade {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -492px -1200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Kangaroo-Skeleton {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -574px -1200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Kangaroo-White {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -656px -1200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Kangaroo-Zombie {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -738px -1200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_LionCub-Aquatic {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -820px -1200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_LionCub-Base {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -902px -1200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_LionCub-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -984px -1200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_LionCub-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1066px -1200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_LionCub-Cupid {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1148px -1200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_LionCub-Desert {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1230px -1200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_LionCub-Ember {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1312px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_LionCub-Ethereal {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1312px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_LionCub-Fairy {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1312px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_LionCub-Floral {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1312px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_LionCub-Ghost {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1312px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_LionCub-Glass {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1312px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_LionCub-Glow {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1312px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_LionCub-Golden {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1312px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_LionCub-Holly {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1312px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_LionCub-Peppermint {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1312px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_LionCub-Rainbow {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1312px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_LionCub-Red {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1312px -1100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_LionCub-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1312px -1200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_LionCub-Shade {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1394px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_LionCub-Shimmer {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1394px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_LionCub-Skeleton {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1394px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_LionCub-Spooky {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1394px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_LionCub-StarryNight {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1394px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_LionCub-Thunderstorm {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1394px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_LionCub-White {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1394px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_LionCub-Zombie {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1394px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_MagicalBee-Base {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1394px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Mammoth-Base {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1640px -1087px;
  width: 78px;
  height: 86px;
}
.Mount_Icon_MantisShrimp-Base {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1394px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Monkey-Base {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1394px -1100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Monkey-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1394px -1200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Monkey-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: 0px -1300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Monkey-Desert {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -82px -1300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Monkey-Golden {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -164px -1300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Monkey-Red {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -246px -1300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Monkey-Shade {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -328px -1300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Monkey-Skeleton {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -410px -1300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Monkey-White {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -492px -1300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Monkey-Zombie {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -574px -1300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Nudibranch-Base {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -656px -1300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Nudibranch-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -738px -1300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Nudibranch-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -820px -1300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Nudibranch-Desert {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -902px -1300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Nudibranch-Golden {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -984px -1300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Nudibranch-Red {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1066px -1300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Nudibranch-Shade {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1148px -1300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Nudibranch-Skeleton {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1230px -1300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Nudibranch-White {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1312px -1300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Nudibranch-Zombie {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1394px -1300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Octopus-Base {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1476px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Octopus-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1476px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Octopus-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1476px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Octopus-Desert {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1476px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Octopus-Golden {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1476px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Octopus-Red {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1476px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Octopus-Shade {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1476px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Octopus-Skeleton {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1476px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Octopus-White {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1476px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Octopus-Zombie {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1476px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Orca-Base {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1640px -1000px;
  width: 78px;
  height: 86px;
}
.Mount_Icon_Owl-Base {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1476px -1100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Owl-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1476px -1200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Owl-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1476px -1300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Owl-Desert {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: 0px -1400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Owl-Golden {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -82px -1400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Owl-Red {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -164px -1400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Owl-Shade {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -246px -1400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Owl-Skeleton {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -328px -1400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Owl-White {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -410px -1400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Owl-Zombie {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -492px -1400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_PandaCub-Aquatic {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -574px -1400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_PandaCub-Base {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -656px -1400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_PandaCub-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -738px -1400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_PandaCub-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -820px -1400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_PandaCub-Cupid {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -902px -1400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_PandaCub-Desert {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -984px -1400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_PandaCub-Ember {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1066px -1400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_PandaCub-Fairy {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1148px -1400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_PandaCub-Floral {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1230px -1400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_PandaCub-Ghost {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1312px -1400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_PandaCub-Glass {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1394px -1400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_PandaCub-Glow {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1476px -1400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_PandaCub-Golden {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1558px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_PandaCub-Holly {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1558px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_PandaCub-Peppermint {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1558px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_PandaCub-Rainbow {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1558px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_PandaCub-Red {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1558px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_PandaCub-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1558px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_PandaCub-Shade {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1558px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_PandaCub-Shimmer {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1558px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_PandaCub-Skeleton {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1558px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_PandaCub-Spooky {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1558px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_PandaCub-StarryNight {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1558px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_PandaCub-Thunderstorm {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1558px -1100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_PandaCub-White {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1558px -1200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_PandaCub-Zombie {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1558px -1300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Parrot-Base {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1558px -1400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Parrot-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: 0px -1500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Parrot-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -82px -1500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Parrot-Desert {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -164px -1500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Parrot-Golden {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -246px -1500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Parrot-Red {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -328px -1500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Parrot-Shade {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -410px -1500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Parrot-Skeleton {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -492px -1500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Parrot-White {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -574px -1500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Parrot-Zombie {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -656px -1500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Peacock-Base {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -738px -1500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Peacock-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -820px -1500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Peacock-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -902px -1500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Peacock-Desert {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -984px -1500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Peacock-Golden {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1066px -1500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Peacock-Red {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1148px -1500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Peacock-Shade {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1230px -1500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Peacock-Skeleton {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1312px -1500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Peacock-White {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1394px -1500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Peacock-Zombie {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1476px -1500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Penguin-Base {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1558px -1500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Penguin-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1640px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Penguin-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1640px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Penguin-Desert {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1640px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Penguin-Golden {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1640px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Penguin-Red {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1640px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Penguin-Shade {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1640px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Penguin-Skeleton {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1640px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Penguin-White {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1640px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Penguin-Zombie {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1640px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Phoenix-Base {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1476px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Pterodactyl-Base {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1394px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Pterodactyl-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-19.7698387.png);
  background-position: -1640px -900px;
  width: 81px;
  height: 99px;
}

.Mount_Icon_Pterodactyl-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -82px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Pterodactyl-Desert {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -164px -1100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Pterodactyl-Golden {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -164px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Pterodactyl-Red {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: 0px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Pterodactyl-Shade {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -82px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Pterodactyl-Skeleton {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -164px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Pterodactyl-White {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -246px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Pterodactyl-Zombie {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -246px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Rat-Base {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: 0px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Rat-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -82px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Rat-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -164px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Rat-Desert {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -246px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Rat-Golden {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -328px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Rat-Red {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -328px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Rat-Shade {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -328px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Rat-Skeleton {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: 0px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Rat-White {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -82px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Rat-Zombie {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -164px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Rock-Base {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -246px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Rock-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -328px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Rock-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -410px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Rock-Desert {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -410px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Rock-Golden {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -410px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Rock-Red {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -410px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Rock-Shade {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -492px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Rock-Skeleton {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -492px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Rock-White {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -492px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Rock-Zombie {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -492px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Rooster-Base {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: 0px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Rooster-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -82px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Rooster-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -164px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Rooster-Desert {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -246px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Rooster-Golden {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -328px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Rooster-Red {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -410px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Rooster-Shade {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -492px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Rooster-Skeleton {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -574px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Rooster-White {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -574px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Rooster-Zombie {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -574px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Sabretooth-Base {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -574px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Sabretooth-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -574px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Sabretooth-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: 0px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Sabretooth-Desert {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -82px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Sabretooth-Golden {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -164px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Sabretooth-Red {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -246px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Sabretooth-Shade {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -328px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Sabretooth-Skeleton {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -410px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Sabretooth-White {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -492px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Sabretooth-Zombie {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -574px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_SeaSerpent-Base {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -328px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_SeaSerpent-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -410px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_SeaSerpent-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -492px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_SeaSerpent-Desert {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -574px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_SeaSerpent-Golden {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -656px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_SeaSerpent-Red {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -738px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_SeaSerpent-Shade {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -738px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_SeaSerpent-Skeleton {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -738px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_SeaSerpent-White {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -738px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_SeaSerpent-Zombie {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -738px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Seahorse-Base {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -656px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Seahorse-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -656px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Seahorse-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -656px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Seahorse-Desert {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -656px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Seahorse-Golden {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -656px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Seahorse-Red {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -656px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Seahorse-Shade {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: 0px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Seahorse-Skeleton {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -82px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Seahorse-White {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -164px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Seahorse-Zombie {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -246px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Sheep-Base {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -738px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Sheep-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -738px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Sheep-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: 0px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Sheep-Desert {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -82px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Sheep-Golden {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -164px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Sheep-Red {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -246px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Sheep-Shade {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -328px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Sheep-Skeleton {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -410px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Sheep-White {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -492px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Sheep-Zombie {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -574px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Slime-Base {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -656px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Slime-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -738px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Slime-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -820px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Slime-Desert {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -820px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Slime-Golden {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -820px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Slime-Red {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -820px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Slime-Shade {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -820px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Slime-Skeleton {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -820px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Slime-White {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -820px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Slime-Zombie {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -820px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Sloth-Base {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: 0px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Sloth-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -82px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Sloth-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -164px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Sloth-Desert {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -246px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Sloth-Golden {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -328px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Sloth-Red {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -410px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Sloth-Shade {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -492px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Sloth-Skeleton {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -574px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Sloth-White {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -656px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Sloth-Zombie {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -738px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Snail-Base {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -820px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Snail-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -902px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Snail-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -902px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Snail-Desert {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -902px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Snail-Golden {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -902px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Snail-Red {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -902px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Snail-Shade {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -902px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Snail-Skeleton {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -902px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Snail-White {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -902px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Snail-Zombie {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -902px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Snake-Base {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -984px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Snake-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -984px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Snake-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -984px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Snake-Desert {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -984px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Snake-Golden {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -984px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Snake-Red {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -984px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Snake-Shade {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -984px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Snake-Skeleton {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -984px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Snake-White {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -984px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Snake-Zombie {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: 0px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Spider-Base {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -82px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Spider-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -164px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Spider-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -246px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Spider-Desert {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -328px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Spider-Golden {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -410px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Spider-Red {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -492px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Spider-Shade {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -574px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Spider-Skeleton {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -656px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Spider-White {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -738px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Spider-Zombie {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -820px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Squirrel-Base {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -902px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Squirrel-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -984px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Squirrel-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1066px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Squirrel-Desert {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1066px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Squirrel-Golden {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1066px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Squirrel-Red {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1066px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Squirrel-Shade {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1066px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Squirrel-Skeleton {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1066px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Squirrel-White {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1066px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Squirrel-Zombie {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1066px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_TRex-Base {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -738px -1100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_TRex-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -820px -1100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_TRex-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -902px -1100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_TRex-Desert {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -984px -1100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_TRex-Golden {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1066px -1100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_TRex-Red {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1148px -1100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_TRex-Shade {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1230px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_TRex-Skeleton {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1230px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_TRex-White {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1230px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_TRex-Zombie {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1230px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_TigerCub-Aquatic {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1066px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_TigerCub-Base {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1066px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_TigerCub-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: 0px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_TigerCub-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -82px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_TigerCub-Cupid {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -164px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_TigerCub-Desert {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -246px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_TigerCub-Ember {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -328px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_TigerCub-Fairy {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -410px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_TigerCub-Floral {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -492px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_TigerCub-Ghost {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -574px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_TigerCub-Glass {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -656px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_TigerCub-Glow {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -738px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_TigerCub-Golden {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -820px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_TigerCub-Holly {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -902px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_TigerCub-Peppermint {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -984px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_TigerCub-Rainbow {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1066px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_TigerCub-Red {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1148px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_TigerCub-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1148px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_TigerCub-Shade {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1148px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_TigerCub-Shimmer {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1148px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_TigerCub-Skeleton {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1148px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_TigerCub-Spooky {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1148px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_TigerCub-StarryNight {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1148px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_TigerCub-Thunderstorm {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1148px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_TigerCub-White {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1148px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_TigerCub-Zombie {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1148px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Treeling-Base {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1148px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Treeling-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: 0px -1100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Treeling-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -82px -1100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Treeling-Desert {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: 0px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Treeling-Golden {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -246px -1100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Treeling-Red {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -328px -1100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Treeling-Shade {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -410px -1100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Treeling-Skeleton {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -492px -1100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Treeling-White {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -574px -1100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Treeling-Zombie {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -656px -1100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Triceratops-Base {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1230px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Triceratops-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1230px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Triceratops-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1230px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Triceratops-Desert {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1230px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Triceratops-Golden {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1230px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Triceratops-Red {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1230px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Triceratops-Shade {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1230px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Triceratops-Skeleton {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1230px -1100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Triceratops-White {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: 0px -1200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Triceratops-Zombie {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -82px -1200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Turkey-Base {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -164px -1200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Turkey-Gilded {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -246px -1200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Turtle-Base {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -328px -1200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Turtle-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -410px -1200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Turtle-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -492px -1200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Turtle-Desert {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -574px -1200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Turtle-Golden {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -656px -1200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Turtle-Red {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -738px -1200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Turtle-Shade {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -820px -1200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Turtle-Skeleton {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -902px -1200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Turtle-White {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -984px -1200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Turtle-Zombie {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1066px -1200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Unicorn-Base {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1148px -1200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Unicorn-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1230px -1200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Unicorn-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1312px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Unicorn-Desert {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1312px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Unicorn-Golden {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1312px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Unicorn-Red {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1312px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Unicorn-Shade {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1312px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Unicorn-Skeleton {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1312px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Unicorn-White {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1312px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Unicorn-Zombie {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1312px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Whale-Base {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1640px -1096px;
  width: 78px;
  height: 86px;
}
.Mount_Icon_Whale-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1640px -1009px;
  width: 78px;
  height: 86px;
}
.Mount_Icon_Whale-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1640px -922px;
  width: 78px;
  height: 86px;
}
.Mount_Icon_Whale-Desert {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1640px -835px;
  width: 78px;
  height: 86px;
}
.Mount_Icon_Whale-Golden {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1640px -1183px;
  width: 78px;
  height: 86px;
}
.Mount_Icon_Whale-Red {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1640px -661px;
  width: 78px;
  height: 86px;
}
.Mount_Icon_Whale-Shade {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1640px -574px;
  width: 78px;
  height: 86px;
}
.Mount_Icon_Whale-Skeleton {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1640px -487px;
  width: 78px;
  height: 86px;
}
.Mount_Icon_Whale-White {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1640px -748px;
  width: 78px;
  height: 86px;
}
.Mount_Icon_Whale-Zombie {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1640px -400px;
  width: 78px;
  height: 86px;
}
.Mount_Icon_Wolf-Aquatic {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1394px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Wolf-Base {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1394px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Wolf-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1394px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Wolf-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1394px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Wolf-Cupid {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1394px -900px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Wolf-Desert {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1394px -1000px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Wolf-Ember {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1394px -1100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Wolf-Fairy {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1394px -1200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Wolf-Floral {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: 0px -1300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Wolf-Ghost {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -82px -1300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Wolf-Glass {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -164px -1300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Wolf-Glow {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -246px -1300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Wolf-Golden {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -328px -1300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Wolf-Holly {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -410px -1300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Wolf-Peppermint {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -492px -1300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Wolf-Rainbow {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -574px -1300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Wolf-Red {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -656px -1300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Wolf-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -738px -1300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Wolf-Shade {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -820px -1300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Wolf-Shimmer {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -902px -1300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Wolf-Skeleton {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -984px -1300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Wolf-Spooky {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1066px -1300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Wolf-StarryNight {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1148px -1300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Wolf-Thunderstorm {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1230px -1300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Wolf-White {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1312px -1300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Wolf-Zombie {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1394px -1300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Yarn-Base {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1476px 0px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Yarn-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1476px -100px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Yarn-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1476px -200px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Yarn-Desert {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1476px -300px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Yarn-Golden {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1476px -400px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Yarn-Red {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1476px -500px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Yarn-Shade {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1476px -600px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Yarn-Skeleton {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1476px -700px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Yarn-White {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1476px -800px;
  width: 81px;
  height: 99px;
}
.Mount_Icon_Yarn-Zombie {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1476px -900px;
  width: 81px;
  height: 99px;
}
.Pet-Armadillo-Base {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1476px -1000px;
  width: 81px;
  height: 99px;
}
.Pet-Armadillo-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1476px -1100px;
  width: 81px;
  height: 99px;
}
.Pet-Armadillo-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1476px -1200px;
  width: 81px;
  height: 99px;
}
.Pet-Armadillo-Desert {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1476px -1300px;
  width: 81px;
  height: 99px;
}
.Pet-Armadillo-Golden {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: 0px -1400px;
  width: 81px;
  height: 99px;
}
.Pet-Armadillo-Red {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -82px -1400px;
  width: 81px;
  height: 99px;
}
.Pet-Armadillo-Shade {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -164px -1400px;
  width: 81px;
  height: 99px;
}
.Pet-Armadillo-Skeleton {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -246px -1400px;
  width: 81px;
  height: 99px;
}
.Pet-Armadillo-White {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -328px -1400px;
  width: 81px;
  height: 99px;
}
.Pet-Armadillo-Zombie {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -410px -1400px;
  width: 81px;
  height: 99px;
}
.Pet-Axolotl-Base {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -492px -1400px;
  width: 81px;
  height: 99px;
}
.Pet-Axolotl-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -574px -1400px;
  width: 81px;
  height: 99px;
}
.Pet-Axolotl-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -656px -1400px;
  width: 81px;
  height: 99px;
}
.Pet-Axolotl-Desert {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -738px -1400px;
  width: 81px;
  height: 99px;
}
.Pet-Axolotl-Golden {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -820px -1400px;
  width: 81px;
  height: 99px;
}
.Pet-Axolotl-Red {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -902px -1400px;
  width: 81px;
  height: 99px;
}
.Pet-Axolotl-Shade {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -984px -1400px;
  width: 81px;
  height: 99px;
}
.Pet-Axolotl-Skeleton {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1066px -1400px;
  width: 81px;
  height: 99px;
}
.Pet-Axolotl-White {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1148px -1400px;
  width: 81px;
  height: 99px;
}
.Pet-Axolotl-Zombie {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1230px -1400px;
  width: 81px;
  height: 99px;
}
.Pet-Badger-Base {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1312px -1400px;
  width: 81px;
  height: 99px;
}
.Pet-Badger-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1394px -1400px;
  width: 81px;
  height: 99px;
}
.Pet-Badger-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1476px -1400px;
  width: 81px;
  height: 99px;
}
.Pet-Badger-Desert {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1558px 0px;
  width: 81px;
  height: 99px;
}
.Pet-Badger-Golden {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1558px -100px;
  width: 81px;
  height: 99px;
}
.Pet-Badger-Red {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1558px -200px;
  width: 81px;
  height: 99px;
}
.Pet-Badger-Shade {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1558px -300px;
  width: 81px;
  height: 99px;
}
.Pet-Badger-Skeleton {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1558px -400px;
  width: 81px;
  height: 99px;
}
.Pet-Badger-White {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1558px -500px;
  width: 81px;
  height: 99px;
}
.Pet-Badger-Zombie {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1558px -600px;
  width: 81px;
  height: 99px;
}
.Pet-Bear-Veteran {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1558px -700px;
  width: 81px;
  height: 99px;
}
.Pet-BearCub-Aquatic {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1558px -800px;
  width: 81px;
  height: 99px;
}
.Pet-BearCub-Base {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1558px -900px;
  width: 81px;
  height: 99px;
}
.Pet-BearCub-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1558px -1000px;
  width: 81px;
  height: 99px;
}
.Pet-BearCub-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1558px -1100px;
  width: 81px;
  height: 99px;
}
.Pet-BearCub-Cupid {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1558px -1200px;
  width: 81px;
  height: 99px;
}
.Pet-BearCub-Desert {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1558px -1300px;
  width: 81px;
  height: 99px;
}
.Pet-BearCub-Ember {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1558px -1400px;
  width: 81px;
  height: 99px;
}
.Pet-BearCub-Fairy {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: 0px -1500px;
  width: 81px;
  height: 99px;
}
.Pet-BearCub-Floral {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -82px -1500px;
  width: 81px;
  height: 99px;
}
.Pet-BearCub-Ghost {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -164px -1500px;
  width: 81px;
  height: 99px;
}
.Pet-BearCub-Glass {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -246px -1500px;
  width: 81px;
  height: 99px;
}
.Pet-BearCub-Glow {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -328px -1500px;
  width: 81px;
  height: 99px;
}
.Pet-BearCub-Golden {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -410px -1500px;
  width: 81px;
  height: 99px;
}
.Pet-BearCub-Holly {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -492px -1500px;
  width: 81px;
  height: 99px;
}
.Pet-BearCub-Peppermint {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -574px -1500px;
  width: 81px;
  height: 99px;
}
.Pet-BearCub-Polar {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -656px -1500px;
  width: 81px;
  height: 99px;
}
.Pet-BearCub-Rainbow {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -738px -1500px;
  width: 81px;
  height: 99px;
}
.Pet-BearCub-Red {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -820px -1500px;
  width: 81px;
  height: 99px;
}
.Pet-BearCub-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -902px -1500px;
  width: 81px;
  height: 99px;
}
.Pet-BearCub-Shade {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -984px -1500px;
  width: 81px;
  height: 99px;
}
.Pet-BearCub-Shimmer {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1066px -1500px;
  width: 81px;
  height: 99px;
}
.Pet-BearCub-Skeleton {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1148px -1500px;
  width: 81px;
  height: 99px;
}
.Pet-BearCub-Spooky {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1230px -1500px;
  width: 81px;
  height: 99px;
}
.Pet-BearCub-StarryNight {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1312px -1500px;
  width: 81px;
  height: 99px;
}
.Pet-BearCub-Thunderstorm {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1394px -1500px;
  width: 81px;
  height: 99px;
}
.Pet-BearCub-White {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1476px -1500px;
  width: 81px;
  height: 99px;
}
.Pet-BearCub-Zombie {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1558px -1500px;
  width: 81px;
  height: 99px;
}
.Pet-Beetle-Base {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1640px 0px;
  width: 81px;
  height: 99px;
}
.Pet-Beetle-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1640px -100px;
  width: 81px;
  height: 99px;
}
.Pet-Beetle-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1640px -200px;
  width: 81px;
  height: 99px;
}
.Pet-Beetle-Desert {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1394px -400px;
  width: 81px;
  height: 99px;
}
.Pet-Beetle-Golden {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1394px -300px;
  width: 81px;
  height: 99px;
}
.Pet-Beetle-Red {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1394px -200px;
  width: 81px;
  height: 99px;
}
.Pet-Beetle-Shade {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1394px -100px;
  width: 81px;
  height: 99px;
}
.Pet-Beetle-Skeleton {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1394px 0px;
  width: 81px;
  height: 99px;
}
.Pet-Beetle-White {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1312px -1200px;
  width: 81px;
  height: 99px;
}
.Pet-Beetle-Zombie {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1312px -1100px;
  width: 81px;
  height: 99px;
}
.Pet-Bunny-Base {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1312px -1000px;
  width: 81px;
  height: 99px;
}
.Pet-Bunny-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1312px -900px;
  width: 81px;
  height: 99px;
}
.Pet-Bunny-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1312px -800px;
  width: 81px;
  height: 99px;
}
.Pet-Bunny-Desert {
  background-image: url(/static/images/spritesmith-main-20.8171652.png);
  background-position: -1640px -300px;
  width: 81px;
  height: 99px;
}

.Pet-Bunny-Golden {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -738px -803px;
  width: 81px;
  height: 99px;
}
.Pet-Bunny-Red {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -82px -1103px;
  width: 81px;
  height: 99px;
}
.Pet-Bunny-Shade {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -164px 0px;
  width: 81px;
  height: 99px;
}
.Pet-Bunny-Skeleton {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: 0px -103px;
  width: 81px;
  height: 99px;
}
.Pet-Bunny-White {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -82px -103px;
  width: 81px;
  height: 99px;
}
.Pet-Bunny-Zombie {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -164px -103px;
  width: 81px;
  height: 99px;
}
.Pet-Butterfly-Base {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -246px 0px;
  width: 81px;
  height: 99px;
}
.Pet-Butterfly-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -246px -100px;
  width: 81px;
  height: 99px;
}
.Pet-Butterfly-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: 0px -203px;
  width: 81px;
  height: 99px;
}
.Pet-Butterfly-Desert {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -82px -203px;
  width: 81px;
  height: 99px;
}
.Pet-Butterfly-Golden {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -164px -203px;
  width: 81px;
  height: 99px;
}
.Pet-Butterfly-Red {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -246px -203px;
  width: 81px;
  height: 99px;
}
.Pet-Butterfly-Shade {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -328px 0px;
  width: 81px;
  height: 99px;
}
.Pet-Butterfly-Skeleton {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -328px -100px;
  width: 81px;
  height: 99px;
}
.Pet-Butterfly-White {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -328px -200px;
  width: 81px;
  height: 99px;
}
.Pet-Butterfly-Zombie {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: 0px -303px;
  width: 81px;
  height: 99px;
}
.Pet-Cactus-Aquatic {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -82px -303px;
  width: 81px;
  height: 99px;
}
.Pet-Cactus-Base {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -164px -303px;
  width: 81px;
  height: 99px;
}
.Pet-Cactus-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -246px -303px;
  width: 81px;
  height: 99px;
}
.Pet-Cactus-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -328px -303px;
  width: 81px;
  height: 99px;
}
.Pet-Cactus-Cupid {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -410px 0px;
  width: 81px;
  height: 99px;
}
.Pet-Cactus-Desert {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -410px -100px;
  width: 81px;
  height: 99px;
}
.Pet-Cactus-Ember {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -410px -200px;
  width: 81px;
  height: 99px;
}
.Pet-Cactus-Fairy {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -410px -300px;
  width: 81px;
  height: 99px;
}
.Pet-Cactus-Floral {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -492px 0px;
  width: 81px;
  height: 99px;
}
.Pet-Cactus-Ghost {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -492px -100px;
  width: 81px;
  height: 99px;
}
.Pet-Cactus-Glass {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -492px -200px;
  width: 81px;
  height: 99px;
}
.Pet-Cactus-Glow {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -492px -300px;
  width: 81px;
  height: 99px;
}
.Pet-Cactus-Golden {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: 0px -403px;
  width: 81px;
  height: 99px;
}
.Pet-Cactus-Holly {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -82px -403px;
  width: 81px;
  height: 99px;
}
.Pet-Cactus-Peppermint {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -164px -403px;
  width: 81px;
  height: 99px;
}
.Pet-Cactus-Rainbow {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -246px -403px;
  width: 81px;
  height: 99px;
}
.Pet-Cactus-Red {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -328px -403px;
  width: 81px;
  height: 99px;
}
.Pet-Cactus-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -410px -403px;
  width: 81px;
  height: 99px;
}
.Pet-Cactus-Shade {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -492px -403px;
  width: 81px;
  height: 99px;
}
.Pet-Cactus-Shimmer {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -574px 0px;
  width: 81px;
  height: 99px;
}
.Pet-Cactus-Skeleton {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -574px -100px;
  width: 81px;
  height: 99px;
}
.Pet-Cactus-Spooky {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -574px -200px;
  width: 81px;
  height: 99px;
}
.Pet-Cactus-StarryNight {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -574px -300px;
  width: 81px;
  height: 99px;
}
.Pet-Cactus-Thunderstorm {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -574px -400px;
  width: 81px;
  height: 99px;
}
.Pet-Cactus-White {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: 0px -503px;
  width: 81px;
  height: 99px;
}
.Pet-Cactus-Zombie {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -82px -503px;
  width: 81px;
  height: 99px;
}
.Pet-Cheetah-Base {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -164px -503px;
  width: 81px;
  height: 99px;
}
.Pet-Cheetah-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -246px -503px;
  width: 81px;
  height: 99px;
}
.Pet-Cheetah-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -328px -503px;
  width: 81px;
  height: 99px;
}
.Pet-Cheetah-Desert {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -410px -503px;
  width: 81px;
  height: 99px;
}
.Pet-Cheetah-Golden {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -492px -503px;
  width: 81px;
  height: 99px;
}
.Pet-Cheetah-Red {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -574px -503px;
  width: 81px;
  height: 99px;
}
.Pet-Cheetah-Shade {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -656px 0px;
  width: 81px;
  height: 99px;
}
.Pet-Cheetah-Skeleton {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -656px -100px;
  width: 81px;
  height: 99px;
}
.Pet-Cheetah-White {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -656px -200px;
  width: 81px;
  height: 99px;
}
.Pet-Cheetah-Zombie {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -656px -300px;
  width: 81px;
  height: 99px;
}
.Pet-Cow-Base {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -656px -400px;
  width: 81px;
  height: 99px;
}
.Pet-Cow-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -656px -500px;
  width: 81px;
  height: 99px;
}
.Pet-Cow-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: 0px -603px;
  width: 81px;
  height: 99px;
}
.Pet-Cow-Desert {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -82px -603px;
  width: 81px;
  height: 99px;
}
.Pet-Cow-Golden {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -164px -603px;
  width: 81px;
  height: 99px;
}
.Pet-Cow-Red {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -246px -603px;
  width: 81px;
  height: 99px;
}
.Pet-Cow-Shade {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -328px -603px;
  width: 81px;
  height: 99px;
}
.Pet-Cow-Skeleton {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -410px -603px;
  width: 81px;
  height: 99px;
}
.Pet-Cow-White {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -492px -603px;
  width: 81px;
  height: 99px;
}
.Pet-Cow-Zombie {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -574px -603px;
  width: 81px;
  height: 99px;
}
.Pet-Cuttlefish-Base {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -656px -603px;
  width: 81px;
  height: 99px;
}
.Pet-Cuttlefish-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -738px 0px;
  width: 81px;
  height: 99px;
}
.Pet-Cuttlefish-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -738px -100px;
  width: 81px;
  height: 99px;
}
.Pet-Cuttlefish-Desert {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -738px -200px;
  width: 81px;
  height: 99px;
}
.Pet-Cuttlefish-Golden {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -738px -300px;
  width: 81px;
  height: 99px;
}
.Pet-Cuttlefish-Red {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -738px -400px;
  width: 81px;
  height: 99px;
}
.Pet-Cuttlefish-Shade {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -738px -500px;
  width: 81px;
  height: 99px;
}
.Pet-Cuttlefish-Skeleton {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -738px -600px;
  width: 81px;
  height: 99px;
}
.Pet-Cuttlefish-White {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: 0px -703px;
  width: 81px;
  height: 99px;
}
.Pet-Cuttlefish-Zombie {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -82px -703px;
  width: 81px;
  height: 99px;
}
.Pet-Deer-Base {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -164px -703px;
  width: 81px;
  height: 99px;
}
.Pet-Deer-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -246px -703px;
  width: 81px;
  height: 99px;
}
.Pet-Deer-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -328px -703px;
  width: 81px;
  height: 99px;
}
.Pet-Deer-Desert {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -410px -703px;
  width: 81px;
  height: 99px;
}
.Pet-Deer-Golden {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -492px -703px;
  width: 81px;
  height: 99px;
}
.Pet-Deer-Red {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -574px -703px;
  width: 81px;
  height: 99px;
}
.Pet-Deer-Shade {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -656px -703px;
  width: 81px;
  height: 99px;
}
.Pet-Deer-Skeleton {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -738px -703px;
  width: 81px;
  height: 99px;
}
.Pet-Deer-White {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -820px 0px;
  width: 81px;
  height: 99px;
}
.Pet-Deer-Zombie {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -820px -100px;
  width: 81px;
  height: 99px;
}
.Pet-Dragon-Aquatic {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -820px -200px;
  width: 81px;
  height: 99px;
}
.Pet-Dragon-Base {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -820px -300px;
  width: 81px;
  height: 99px;
}
.Pet-Dragon-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -820px -400px;
  width: 81px;
  height: 99px;
}
.Pet-Dragon-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -820px -500px;
  width: 81px;
  height: 99px;
}
.Pet-Dragon-Cupid {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -820px -600px;
  width: 81px;
  height: 99px;
}
.Pet-Dragon-Desert {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -820px -700px;
  width: 81px;
  height: 99px;
}
.Pet-Dragon-Ember {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -902px 0px;
  width: 81px;
  height: 99px;
}
.Pet-Dragon-Fairy {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -902px -100px;
  width: 81px;
  height: 99px;
}
.Pet-Dragon-Floral {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -902px -200px;
  width: 81px;
  height: 99px;
}
.Pet-Dragon-Ghost {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -902px -300px;
  width: 81px;
  height: 99px;
}
.Pet-Dragon-Glass {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -902px -400px;
  width: 81px;
  height: 99px;
}
.Pet-Dragon-Glow {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -902px -500px;
  width: 81px;
  height: 99px;
}
.Pet-Dragon-Golden {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -902px -600px;
  width: 81px;
  height: 99px;
}
.Pet-Dragon-Holly {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -902px -700px;
  width: 81px;
  height: 99px;
}
.Pet-Dragon-Hydra {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: 0px -803px;
  width: 81px;
  height: 99px;
}
.Pet-Dragon-Peppermint {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -82px -803px;
  width: 81px;
  height: 99px;
}
.Pet-Dragon-Rainbow {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -164px -803px;
  width: 81px;
  height: 99px;
}
.Pet-Dragon-Red {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -246px -803px;
  width: 81px;
  height: 99px;
}
.Pet-Dragon-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -328px -803px;
  width: 81px;
  height: 99px;
}
.Pet-Dragon-Shade {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -410px -803px;
  width: 81px;
  height: 99px;
}
.Pet-Dragon-Shimmer {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -492px -803px;
  width: 81px;
  height: 99px;
}
.Pet-Dragon-Skeleton {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -574px -803px;
  width: 81px;
  height: 99px;
}
.Pet-Dragon-Spooky {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -656px -803px;
  width: 81px;
  height: 99px;
}
.Pet-Dragon-StarryNight {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: 0px 0px;
  width: 81px;
  height: 102px;
}
.Pet-Dragon-Thunderstorm {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -820px -803px;
  width: 81px;
  height: 99px;
}
.Pet-Dragon-White {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -902px -803px;
  width: 81px;
  height: 99px;
}
.Pet-Dragon-Zombie {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -984px 0px;
  width: 81px;
  height: 99px;
}
.Pet-Egg-Base {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -984px -100px;
  width: 81px;
  height: 99px;
}
.Pet-Egg-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -984px -200px;
  width: 81px;
  height: 99px;
}
.Pet-Egg-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -984px -300px;
  width: 81px;
  height: 99px;
}
.Pet-Egg-Desert {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -984px -400px;
  width: 81px;
  height: 99px;
}
.Pet-Egg-Golden {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -984px -500px;
  width: 81px;
  height: 99px;
}
.Pet-Egg-Red {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -984px -600px;
  width: 81px;
  height: 99px;
}
.Pet-Egg-Shade {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -984px -700px;
  width: 81px;
  height: 99px;
}
.Pet-Egg-Skeleton {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -984px -800px;
  width: 81px;
  height: 99px;
}
.Pet-Egg-White {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: 0px -903px;
  width: 81px;
  height: 99px;
}
.Pet-Egg-Zombie {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -82px -903px;
  width: 81px;
  height: 99px;
}
.Pet-Falcon-Base {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -164px -903px;
  width: 81px;
  height: 99px;
}
.Pet-Falcon-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -246px -903px;
  width: 81px;
  height: 99px;
}
.Pet-Falcon-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -328px -903px;
  width: 81px;
  height: 99px;
}
.Pet-Falcon-Desert {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -410px -903px;
  width: 81px;
  height: 99px;
}
.Pet-Falcon-Golden {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -492px -903px;
  width: 81px;
  height: 99px;
}
.Pet-Falcon-Red {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -574px -903px;
  width: 81px;
  height: 99px;
}
.Pet-Falcon-Shade {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -656px -903px;
  width: 81px;
  height: 99px;
}
.Pet-Falcon-Skeleton {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -738px -903px;
  width: 81px;
  height: 99px;
}
.Pet-Falcon-White {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -820px -903px;
  width: 81px;
  height: 99px;
}
.Pet-Falcon-Zombie {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -902px -903px;
  width: 81px;
  height: 99px;
}
.Pet-Ferret-Base {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -984px -903px;
  width: 81px;
  height: 99px;
}
.Pet-Ferret-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1066px 0px;
  width: 81px;
  height: 99px;
}
.Pet-Ferret-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1066px -100px;
  width: 81px;
  height: 99px;
}
.Pet-Ferret-Desert {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1066px -200px;
  width: 81px;
  height: 99px;
}
.Pet-Ferret-Golden {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1066px -300px;
  width: 81px;
  height: 99px;
}
.Pet-Ferret-Red {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1066px -400px;
  width: 81px;
  height: 99px;
}
.Pet-Ferret-Shade {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1066px -500px;
  width: 81px;
  height: 99px;
}
.Pet-Ferret-Skeleton {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1066px -600px;
  width: 81px;
  height: 99px;
}
.Pet-Ferret-White {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1066px -700px;
  width: 81px;
  height: 99px;
}
.Pet-Ferret-Zombie {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1066px -800px;
  width: 81px;
  height: 99px;
}
.Pet-FlyingPig-Aquatic {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1066px -900px;
  width: 81px;
  height: 99px;
}
.Pet-FlyingPig-Base {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: 0px -1003px;
  width: 81px;
  height: 99px;
}
.Pet-FlyingPig-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -82px -1003px;
  width: 81px;
  height: 99px;
}
.Pet-FlyingPig-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -164px -1003px;
  width: 81px;
  height: 99px;
}
.Pet-FlyingPig-Cupid {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -246px -1003px;
  width: 81px;
  height: 99px;
}
.Pet-FlyingPig-Desert {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -328px -1003px;
  width: 81px;
  height: 99px;
}
.Pet-FlyingPig-Ember {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -410px -1003px;
  width: 81px;
  height: 99px;
}
.Pet-FlyingPig-Fairy {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -492px -1003px;
  width: 81px;
  height: 99px;
}
.Pet-FlyingPig-Floral {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -574px -1003px;
  width: 81px;
  height: 99px;
}
.Pet-FlyingPig-Ghost {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -656px -1003px;
  width: 81px;
  height: 99px;
}
.Pet-FlyingPig-Glass {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -738px -1003px;
  width: 81px;
  height: 99px;
}
.Pet-FlyingPig-Glow {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -820px -1003px;
  width: 81px;
  height: 99px;
}
.Pet-FlyingPig-Golden {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -902px -1003px;
  width: 81px;
  height: 99px;
}
.Pet-FlyingPig-Holly {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -984px -1003px;
  width: 81px;
  height: 99px;
}
.Pet-FlyingPig-Peppermint {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1066px -1003px;
  width: 81px;
  height: 99px;
}
.Pet-FlyingPig-Rainbow {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1148px 0px;
  width: 81px;
  height: 99px;
}
.Pet-FlyingPig-Red {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1148px -100px;
  width: 81px;
  height: 99px;
}
.Pet-FlyingPig-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1148px -200px;
  width: 81px;
  height: 99px;
}
.Pet-FlyingPig-Shade {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1148px -300px;
  width: 81px;
  height: 99px;
}
.Pet-FlyingPig-Shimmer {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1148px -400px;
  width: 81px;
  height: 99px;
}
.Pet-FlyingPig-Skeleton {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1148px -500px;
  width: 81px;
  height: 99px;
}
.Pet-FlyingPig-Spooky {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1148px -600px;
  width: 81px;
  height: 99px;
}
.Pet-FlyingPig-StarryNight {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1148px -700px;
  width: 81px;
  height: 99px;
}
.Pet-FlyingPig-Thunderstorm {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1148px -800px;
  width: 81px;
  height: 99px;
}
.Pet-FlyingPig-White {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1148px -900px;
  width: 81px;
  height: 99px;
}
.Pet-FlyingPig-Zombie {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1148px -1000px;
  width: 81px;
  height: 99px;
}
.Pet-Fox-Aquatic {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: 0px -1103px;
  width: 81px;
  height: 99px;
}
.Pet-Fox-Base {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -82px 0px;
  width: 81px;
  height: 99px;
}
.Pet-Fox-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -164px -1103px;
  width: 81px;
  height: 99px;
}
.Pet-Fox-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -246px -1103px;
  width: 81px;
  height: 99px;
}
.Pet-Fox-Cupid {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -328px -1103px;
  width: 81px;
  height: 99px;
}
.Pet-Fox-Desert {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -410px -1103px;
  width: 81px;
  height: 99px;
}
.Pet-Fox-Ember {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -492px -1103px;
  width: 81px;
  height: 99px;
}
.Pet-Fox-Fairy {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -574px -1103px;
  width: 81px;
  height: 99px;
}
.Pet-Fox-Floral {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -656px -1103px;
  width: 81px;
  height: 99px;
}
.Pet-Fox-Ghost {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -738px -1103px;
  width: 81px;
  height: 99px;
}
.Pet-Fox-Glass {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -820px -1103px;
  width: 81px;
  height: 99px;
}
.Pet-Fox-Glow {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -902px -1103px;
  width: 81px;
  height: 99px;
}
.Pet-Fox-Golden {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -984px -1103px;
  width: 81px;
  height: 99px;
}
.Pet-Fox-Holly {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1066px -1103px;
  width: 81px;
  height: 99px;
}
.Pet-Fox-Peppermint {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1148px -1103px;
  width: 81px;
  height: 99px;
}
.Pet-Fox-Rainbow {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1230px 0px;
  width: 81px;
  height: 99px;
}
.Pet-Fox-Red {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1230px -100px;
  width: 81px;
  height: 99px;
}
.Pet-Fox-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1230px -200px;
  width: 81px;
  height: 99px;
}
.Pet-Fox-Shade {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1230px -300px;
  width: 81px;
  height: 99px;
}
.Pet-Fox-Shimmer {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1230px -400px;
  width: 81px;
  height: 99px;
}
.Pet-Fox-Skeleton {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1230px -500px;
  width: 81px;
  height: 99px;
}
.Pet-Fox-Spooky {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1230px -600px;
  width: 81px;
  height: 99px;
}
.Pet-Fox-StarryNight {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1230px -700px;
  width: 81px;
  height: 99px;
}
.Pet-Fox-Thunderstorm {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1230px -800px;
  width: 81px;
  height: 99px;
}
.Pet-Fox-White {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1230px -900px;
  width: 81px;
  height: 99px;
}
.Pet-Fox-Zombie {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1230px -1000px;
  width: 81px;
  height: 99px;
}
.Pet-Frog-Base {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1230px -1100px;
  width: 81px;
  height: 99px;
}
.Pet-Frog-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: 0px -1203px;
  width: 81px;
  height: 99px;
}
.Pet-Frog-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -82px -1203px;
  width: 81px;
  height: 99px;
}
.Pet-Frog-Desert {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -164px -1203px;
  width: 81px;
  height: 99px;
}
.Pet-Frog-Golden {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -246px -1203px;
  width: 81px;
  height: 99px;
}
.Pet-Frog-Red {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -328px -1203px;
  width: 81px;
  height: 99px;
}
.Pet-Frog-Shade {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -410px -1203px;
  width: 81px;
  height: 99px;
}
.Pet-Frog-Skeleton {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -492px -1203px;
  width: 81px;
  height: 99px;
}
.Pet-Frog-White {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -574px -1203px;
  width: 81px;
  height: 99px;
}
.Pet-Frog-Zombie {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -656px -1203px;
  width: 81px;
  height: 99px;
}
.Pet-Gryphon-Base {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -738px -1203px;
  width: 81px;
  height: 99px;
}
.Pet-Gryphon-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -820px -1203px;
  width: 81px;
  height: 99px;
}
.Pet-Gryphon-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -902px -1203px;
  width: 81px;
  height: 99px;
}
.Pet-Gryphon-Desert {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -984px -1203px;
  width: 81px;
  height: 99px;
}
.Pet-Gryphon-Golden {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1066px -1203px;
  width: 81px;
  height: 99px;
}
.Pet-Gryphon-Red {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1148px -1203px;
  width: 81px;
  height: 99px;
}
.Pet-Gryphon-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1230px -1203px;
  width: 81px;
  height: 99px;
}
.Pet-Gryphon-Shade {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1312px 0px;
  width: 81px;
  height: 99px;
}
.Pet-Gryphon-Skeleton {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1312px -100px;
  width: 81px;
  height: 99px;
}
.Pet-Gryphon-White {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1312px -200px;
  width: 81px;
  height: 99px;
}
.Pet-Gryphon-Zombie {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1312px -300px;
  width: 81px;
  height: 99px;
}
.Pet-GuineaPig-Base {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1312px -400px;
  width: 81px;
  height: 99px;
}
.Pet-GuineaPig-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1312px -500px;
  width: 81px;
  height: 99px;
}
.Pet-GuineaPig-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1312px -600px;
  width: 81px;
  height: 99px;
}
.Pet-GuineaPig-Desert {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1312px -700px;
  width: 81px;
  height: 99px;
}
.Pet-GuineaPig-Golden {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1312px -800px;
  width: 81px;
  height: 99px;
}
.Pet-GuineaPig-Red {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1312px -900px;
  width: 81px;
  height: 99px;
}
.Pet-GuineaPig-Shade {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1312px -1000px;
  width: 81px;
  height: 99px;
}
.Pet-GuineaPig-Skeleton {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1312px -1100px;
  width: 81px;
  height: 99px;
}
.Pet-GuineaPig-White {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1312px -1200px;
  width: 81px;
  height: 99px;
}
.Pet-GuineaPig-Zombie {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1394px 0px;
  width: 81px;
  height: 99px;
}
.Pet-Hedgehog-Base {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1394px -100px;
  width: 81px;
  height: 99px;
}
.Pet-Hedgehog-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1394px -200px;
  width: 81px;
  height: 99px;
}
.Pet-Hedgehog-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1394px -300px;
  width: 81px;
  height: 99px;
}
.Pet-Hedgehog-Desert {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1394px -400px;
  width: 81px;
  height: 99px;
}
.Pet-Hedgehog-Golden {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1394px -500px;
  width: 81px;
  height: 99px;
}
.Pet-Hedgehog-Red {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1394px -600px;
  width: 81px;
  height: 99px;
}
.Pet-Hedgehog-Shade {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1394px -700px;
  width: 81px;
  height: 99px;
}
.Pet-Hedgehog-Skeleton {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1394px -800px;
  width: 81px;
  height: 99px;
}
.Pet-Hedgehog-White {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1394px -900px;
  width: 81px;
  height: 99px;
}
.Pet-Hedgehog-Zombie {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1394px -1000px;
  width: 81px;
  height: 99px;
}
.Pet-Hippo-Base {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1394px -1100px;
  width: 81px;
  height: 99px;
}
.Pet-Hippo-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1394px -1200px;
  width: 81px;
  height: 99px;
}
.Pet-Hippo-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: 0px -1303px;
  width: 81px;
  height: 99px;
}
.Pet-Hippo-Desert {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -82px -1303px;
  width: 81px;
  height: 99px;
}
.Pet-Hippo-Golden {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -164px -1303px;
  width: 81px;
  height: 99px;
}
.Pet-Hippo-Red {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -246px -1303px;
  width: 81px;
  height: 99px;
}
.Pet-Hippo-Shade {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -328px -1303px;
  width: 81px;
  height: 99px;
}
.Pet-Hippo-Skeleton {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -410px -1303px;
  width: 81px;
  height: 99px;
}
.Pet-Hippo-White {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -492px -1303px;
  width: 81px;
  height: 99px;
}
.Pet-Hippo-Zombie {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -574px -1303px;
  width: 81px;
  height: 99px;
}
.Pet-Hippogriff-Hopeful {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -656px -1303px;
  width: 81px;
  height: 99px;
}
.Pet-Horse-Base {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -738px -1303px;
  width: 81px;
  height: 99px;
}
.Pet-Horse-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -820px -1303px;
  width: 81px;
  height: 99px;
}
.Pet-Horse-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -902px -1303px;
  width: 81px;
  height: 99px;
}
.Pet-Horse-Desert {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -984px -1303px;
  width: 81px;
  height: 99px;
}
.Pet-Horse-Golden {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1066px -1303px;
  width: 81px;
  height: 99px;
}
.Pet-Horse-Red {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1148px -1303px;
  width: 81px;
  height: 99px;
}
.Pet-Horse-Shade {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1230px -1303px;
  width: 81px;
  height: 99px;
}
.Pet-Horse-Skeleton {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1312px -1303px;
  width: 81px;
  height: 99px;
}
.Pet-Horse-White {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1394px -1303px;
  width: 81px;
  height: 99px;
}
.Pet-Horse-Zombie {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1476px 0px;
  width: 81px;
  height: 99px;
}
.Pet-JackOLantern-Base {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1476px -200px;
  width: 81px;
  height: 99px;
}
.Pet-JackOLantern-Ghost {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1476px -300px;
  width: 81px;
  height: 99px;
}
.Pet-Jackalope-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1476px -100px;
  width: 81px;
  height: 99px;
}
.Pet-Kangaroo-Base {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1476px -400px;
  width: 81px;
  height: 99px;
}
.Pet-Kangaroo-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1476px -500px;
  width: 81px;
  height: 99px;
}
.Pet-Kangaroo-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1476px -600px;
  width: 81px;
  height: 99px;
}
.Pet-Kangaroo-Desert {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1476px -700px;
  width: 81px;
  height: 99px;
}
.Pet-Kangaroo-Golden {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1476px -800px;
  width: 81px;
  height: 99px;
}
.Pet-Kangaroo-Red {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1476px -900px;
  width: 81px;
  height: 99px;
}
.Pet-Kangaroo-Shade {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1476px -1000px;
  width: 81px;
  height: 99px;
}
.Pet-Kangaroo-Skeleton {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1476px -1100px;
  width: 81px;
  height: 99px;
}
.Pet-Kangaroo-White {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1476px -1200px;
  width: 81px;
  height: 99px;
}
.Pet-Kangaroo-Zombie {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1476px -1300px;
  width: 81px;
  height: 99px;
}
.Pet-Lion-Veteran {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: 0px -1403px;
  width: 81px;
  height: 99px;
}
.Pet-LionCub-Aquatic {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -82px -1403px;
  width: 81px;
  height: 99px;
}
.Pet-LionCub-Base {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -164px -1403px;
  width: 81px;
  height: 99px;
}
.Pet-LionCub-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -246px -1403px;
  width: 81px;
  height: 99px;
}
.Pet-LionCub-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -328px -1403px;
  width: 81px;
  height: 99px;
}
.Pet-LionCub-Cupid {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -410px -1403px;
  width: 81px;
  height: 99px;
}
.Pet-LionCub-Desert {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -492px -1403px;
  width: 81px;
  height: 99px;
}
.Pet-LionCub-Ember {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -574px -1403px;
  width: 81px;
  height: 99px;
}
.Pet-LionCub-Fairy {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -656px -1403px;
  width: 81px;
  height: 99px;
}
.Pet-LionCub-Floral {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -738px -1403px;
  width: 81px;
  height: 99px;
}
.Pet-LionCub-Ghost {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -820px -1403px;
  width: 81px;
  height: 99px;
}
.Pet-LionCub-Glass {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -902px -1403px;
  width: 81px;
  height: 99px;
}
.Pet-LionCub-Glow {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -984px -1403px;
  width: 81px;
  height: 99px;
}
.Pet-LionCub-Golden {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1066px -1403px;
  width: 81px;
  height: 99px;
}
.Pet-LionCub-Holly {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1148px -1403px;
  width: 81px;
  height: 99px;
}
.Pet-LionCub-Peppermint {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1230px -1403px;
  width: 81px;
  height: 99px;
}
.Pet-LionCub-Rainbow {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1312px -1403px;
  width: 81px;
  height: 99px;
}
.Pet-LionCub-Red {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1394px -1403px;
  width: 81px;
  height: 99px;
}
.Pet-LionCub-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1476px -1403px;
  width: 81px;
  height: 99px;
}
.Pet-LionCub-Shade {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1558px 0px;
  width: 81px;
  height: 99px;
}
.Pet-LionCub-Shimmer {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1558px -100px;
  width: 81px;
  height: 99px;
}
.Pet-LionCub-Skeleton {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1558px -200px;
  width: 81px;
  height: 99px;
}
.Pet-LionCub-Spooky {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1558px -300px;
  width: 81px;
  height: 99px;
}
.Pet-LionCub-StarryNight {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1558px -400px;
  width: 81px;
  height: 99px;
}
.Pet-LionCub-Thunderstorm {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1558px -500px;
  width: 81px;
  height: 99px;
}
.Pet-LionCub-White {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1558px -600px;
  width: 81px;
  height: 99px;
}
.Pet-LionCub-Zombie {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1558px -700px;
  width: 81px;
  height: 99px;
}
.Pet-MagicalBee-Base {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1558px -800px;
  width: 81px;
  height: 99px;
}
.Pet-Mammoth-Base {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1558px -900px;
  width: 81px;
  height: 99px;
}
.Pet-MantisShrimp-Base {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1558px -1000px;
  width: 81px;
  height: 99px;
}
.Pet-Monkey-Base {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1558px -1100px;
  width: 81px;
  height: 99px;
}
.Pet-Monkey-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1558px -1200px;
  width: 81px;
  height: 99px;
}
.Pet-Monkey-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1558px -1300px;
  width: 81px;
  height: 99px;
}
.Pet-Monkey-Desert {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1558px -1400px;
  width: 81px;
  height: 99px;
}
.Pet-Monkey-Golden {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: 0px -1503px;
  width: 81px;
  height: 99px;
}
.Pet-Monkey-Red {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -82px -1503px;
  width: 81px;
  height: 99px;
}
.Pet-Monkey-Shade {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -164px -1503px;
  width: 81px;
  height: 99px;
}
.Pet-Monkey-Skeleton {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -246px -1503px;
  width: 81px;
  height: 99px;
}
.Pet-Monkey-White {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -328px -1503px;
  width: 81px;
  height: 99px;
}
.Pet-Monkey-Zombie {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -410px -1503px;
  width: 81px;
  height: 99px;
}
.Pet-Nudibranch-Base {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -492px -1503px;
  width: 81px;
  height: 99px;
}
.Pet-Nudibranch-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -574px -1503px;
  width: 81px;
  height: 99px;
}
.Pet-Nudibranch-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -656px -1503px;
  width: 81px;
  height: 99px;
}
.Pet-Nudibranch-Desert {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -738px -1503px;
  width: 81px;
  height: 99px;
}
.Pet-Nudibranch-Golden {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -820px -1503px;
  width: 81px;
  height: 99px;
}
.Pet-Nudibranch-Red {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -902px -1503px;
  width: 81px;
  height: 99px;
}
.Pet-Nudibranch-Shade {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -984px -1503px;
  width: 81px;
  height: 99px;
}
.Pet-Nudibranch-Skeleton {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1066px -1503px;
  width: 81px;
  height: 99px;
}
.Pet-Nudibranch-White {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1148px -1503px;
  width: 81px;
  height: 99px;
}
.Pet-Nudibranch-Zombie {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1230px -1503px;
  width: 81px;
  height: 99px;
}
.Pet-Octopus-Base {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1312px -1503px;
  width: 81px;
  height: 99px;
}
.Pet-Octopus-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1394px -1503px;
  width: 81px;
  height: 99px;
}
.Pet-Octopus-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1476px -1503px;
  width: 81px;
  height: 99px;
}
.Pet-Octopus-Desert {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1558px -1503px;
  width: 81px;
  height: 99px;
}
.Pet-Octopus-Golden {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1640px 0px;
  width: 81px;
  height: 99px;
}
.Pet-Octopus-Red {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1640px -100px;
  width: 81px;
  height: 99px;
}
.Pet-Octopus-Shade {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1640px -200px;
  width: 81px;
  height: 99px;
}
.Pet-Octopus-Skeleton {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1640px -300px;
  width: 81px;
  height: 99px;
}
.Pet-Octopus-White {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1640px -400px;
  width: 81px;
  height: 99px;
}
.Pet-Octopus-Zombie {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1640px -500px;
  width: 81px;
  height: 99px;
}
.Pet-Orca-Base {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1640px -600px;
  width: 81px;
  height: 99px;
}
.Pet-Owl-Base {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1640px -700px;
  width: 81px;
  height: 99px;
}
.Pet-Owl-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1640px -800px;
  width: 81px;
  height: 99px;
}
.Pet-Owl-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1640px -900px;
  width: 81px;
  height: 99px;
}
.Pet-Owl-Desert {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1640px -1000px;
  width: 81px;
  height: 99px;
}
.Pet-Owl-Golden {
  background-image: url(/static/images/spritesmith-main-21.6d5a910.png);
  background-position: -1640px -1100px;
  width: 81px;
  height: 99px;
}

.Pet-Owl-Red {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -82px 0px;
  width: 81px;
  height: 99px;
}
.Pet-Owl-Shade {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -246px -1100px;
  width: 81px;
  height: 99px;
}
.Pet-Owl-Skeleton {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -164px 0px;
  width: 81px;
  height: 99px;
}
.Pet-Owl-White {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: 0px -100px;
  width: 81px;
  height: 99px;
}
.Pet-Owl-Zombie {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -82px -100px;
  width: 81px;
  height: 99px;
}
.Pet-PandaCub-Aquatic {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -164px -100px;
  width: 81px;
  height: 99px;
}
.Pet-PandaCub-Base {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -246px 0px;
  width: 81px;
  height: 99px;
}
.Pet-PandaCub-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -246px -100px;
  width: 81px;
  height: 99px;
}
.Pet-PandaCub-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: 0px -200px;
  width: 81px;
  height: 99px;
}
.Pet-PandaCub-Cupid {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -82px -200px;
  width: 81px;
  height: 99px;
}
.Pet-PandaCub-Desert {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -164px -200px;
  width: 81px;
  height: 99px;
}
.Pet-PandaCub-Ember {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -246px -200px;
  width: 81px;
  height: 99px;
}
.Pet-PandaCub-Fairy {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -328px 0px;
  width: 81px;
  height: 99px;
}
.Pet-PandaCub-Floral {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -328px -100px;
  width: 81px;
  height: 99px;
}
.Pet-PandaCub-Ghost {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -328px -200px;
  width: 81px;
  height: 99px;
}
.Pet-PandaCub-Glass {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: 0px -300px;
  width: 81px;
  height: 99px;
}
.Pet-PandaCub-Glow {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -82px -300px;
  width: 81px;
  height: 99px;
}
.Pet-PandaCub-Golden {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -164px -300px;
  width: 81px;
  height: 99px;
}
.Pet-PandaCub-Holly {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -246px -300px;
  width: 81px;
  height: 99px;
}
.Pet-PandaCub-Peppermint {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -328px -300px;
  width: 81px;
  height: 99px;
}
.Pet-PandaCub-Rainbow {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -410px 0px;
  width: 81px;
  height: 99px;
}
.Pet-PandaCub-Red {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -410px -100px;
  width: 81px;
  height: 99px;
}
.Pet-PandaCub-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -410px -200px;
  width: 81px;
  height: 99px;
}
.Pet-PandaCub-Shade {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -410px -300px;
  width: 81px;
  height: 99px;
}
.Pet-PandaCub-Shimmer {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -492px 0px;
  width: 81px;
  height: 99px;
}
.Pet-PandaCub-Skeleton {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -492px -100px;
  width: 81px;
  height: 99px;
}
.Pet-PandaCub-Spooky {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -492px -200px;
  width: 81px;
  height: 99px;
}
.Pet-PandaCub-StarryNight {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -492px -300px;
  width: 81px;
  height: 99px;
}
.Pet-PandaCub-Thunderstorm {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: 0px -400px;
  width: 81px;
  height: 99px;
}
.Pet-PandaCub-White {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -82px -400px;
  width: 81px;
  height: 99px;
}
.Pet-PandaCub-Zombie {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -164px -400px;
  width: 81px;
  height: 99px;
}
.Pet-Parrot-Base {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -246px -400px;
  width: 81px;
  height: 99px;
}
.Pet-Parrot-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -328px -400px;
  width: 81px;
  height: 99px;
}
.Pet-Parrot-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -410px -400px;
  width: 81px;
  height: 99px;
}
.Pet-Parrot-Desert {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -492px -400px;
  width: 81px;
  height: 99px;
}
.Pet-Parrot-Golden {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -574px 0px;
  width: 81px;
  height: 99px;
}
.Pet-Parrot-Red {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -574px -100px;
  width: 81px;
  height: 99px;
}
.Pet-Parrot-Shade {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -574px -200px;
  width: 81px;
  height: 99px;
}
.Pet-Parrot-Skeleton {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -574px -300px;
  width: 81px;
  height: 99px;
}
.Pet-Parrot-White {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -574px -400px;
  width: 81px;
  height: 99px;
}
.Pet-Parrot-Zombie {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: 0px -500px;
  width: 81px;
  height: 99px;
}
.Pet-Peacock-Base {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -82px -500px;
  width: 81px;
  height: 99px;
}
.Pet-Peacock-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -164px -500px;
  width: 81px;
  height: 99px;
}
.Pet-Peacock-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -246px -500px;
  width: 81px;
  height: 99px;
}
.Pet-Peacock-Desert {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -328px -500px;
  width: 81px;
  height: 99px;
}
.Pet-Peacock-Golden {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -410px -500px;
  width: 81px;
  height: 99px;
}
.Pet-Peacock-Red {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -492px -500px;
  width: 81px;
  height: 99px;
}
.Pet-Peacock-Shade {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -574px -500px;
  width: 81px;
  height: 99px;
}
.Pet-Peacock-Skeleton {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -656px 0px;
  width: 81px;
  height: 99px;
}
.Pet-Peacock-White {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -656px -100px;
  width: 81px;
  height: 99px;
}
.Pet-Peacock-Zombie {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -656px -200px;
  width: 81px;
  height: 99px;
}
.Pet-Penguin-Base {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -656px -300px;
  width: 81px;
  height: 99px;
}
.Pet-Penguin-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -656px -400px;
  width: 81px;
  height: 99px;
}
.Pet-Penguin-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -656px -500px;
  width: 81px;
  height: 99px;
}
.Pet-Penguin-Desert {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: 0px -600px;
  width: 81px;
  height: 99px;
}
.Pet-Penguin-Golden {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -82px -600px;
  width: 81px;
  height: 99px;
}
.Pet-Penguin-Red {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -164px -600px;
  width: 81px;
  height: 99px;
}
.Pet-Penguin-Shade {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -246px -600px;
  width: 81px;
  height: 99px;
}
.Pet-Penguin-Skeleton {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -328px -600px;
  width: 81px;
  height: 99px;
}
.Pet-Penguin-White {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -410px -600px;
  width: 81px;
  height: 99px;
}
.Pet-Penguin-Zombie {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -492px -600px;
  width: 81px;
  height: 99px;
}
.Pet-Phoenix-Base {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -574px -600px;
  width: 81px;
  height: 99px;
}
.Pet-Pterodactyl-Base {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -656px -600px;
  width: 81px;
  height: 99px;
}
.Pet-Pterodactyl-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -738px 0px;
  width: 81px;
  height: 99px;
}
.Pet-Pterodactyl-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -738px -100px;
  width: 81px;
  height: 99px;
}
.Pet-Pterodactyl-Desert {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -738px -200px;
  width: 81px;
  height: 99px;
}
.Pet-Pterodactyl-Golden {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -738px -300px;
  width: 81px;
  height: 99px;
}
.Pet-Pterodactyl-Red {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -738px -400px;
  width: 81px;
  height: 99px;
}
.Pet-Pterodactyl-Shade {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -738px -500px;
  width: 81px;
  height: 99px;
}
.Pet-Pterodactyl-Skeleton {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -738px -600px;
  width: 81px;
  height: 99px;
}
.Pet-Pterodactyl-White {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: 0px -700px;
  width: 81px;
  height: 99px;
}
.Pet-Pterodactyl-Zombie {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -82px -700px;
  width: 81px;
  height: 99px;
}
.Pet-Rat-Base {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -164px -700px;
  width: 81px;
  height: 99px;
}
.Pet-Rat-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -246px -700px;
  width: 81px;
  height: 99px;
}
.Pet-Rat-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -328px -700px;
  width: 81px;
  height: 99px;
}
.Pet-Rat-Desert {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -410px -700px;
  width: 81px;
  height: 99px;
}
.Pet-Rat-Golden {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -492px -700px;
  width: 81px;
  height: 99px;
}
.Pet-Rat-Red {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -574px -700px;
  width: 81px;
  height: 99px;
}
.Pet-Rat-Shade {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -656px -700px;
  width: 81px;
  height: 99px;
}
.Pet-Rat-Skeleton {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -738px -700px;
  width: 81px;
  height: 99px;
}
.Pet-Rat-White {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -820px 0px;
  width: 81px;
  height: 99px;
}
.Pet-Rat-Zombie {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -820px -100px;
  width: 81px;
  height: 99px;
}
.Pet-Rock-Base {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -820px -200px;
  width: 81px;
  height: 99px;
}
.Pet-Rock-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -820px -300px;
  width: 81px;
  height: 99px;
}
.Pet-Rock-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -820px -400px;
  width: 81px;
  height: 99px;
}
.Pet-Rock-Desert {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -820px -500px;
  width: 81px;
  height: 99px;
}
.Pet-Rock-Golden {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -820px -600px;
  width: 81px;
  height: 99px;
}
.Pet-Rock-Red {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -820px -700px;
  width: 81px;
  height: 99px;
}
.Pet-Rock-Shade {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: 0px -800px;
  width: 81px;
  height: 99px;
}
.Pet-Rock-Skeleton {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -82px -800px;
  width: 81px;
  height: 99px;
}
.Pet-Rock-White {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -164px -800px;
  width: 81px;
  height: 99px;
}
.Pet-Rock-Zombie {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -246px -800px;
  width: 81px;
  height: 99px;
}
.Pet-Rooster-Base {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -328px -800px;
  width: 81px;
  height: 99px;
}
.Pet-Rooster-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -410px -800px;
  width: 81px;
  height: 99px;
}
.Pet-Rooster-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -492px -800px;
  width: 81px;
  height: 99px;
}
.Pet-Rooster-Desert {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -574px -800px;
  width: 81px;
  height: 99px;
}
.Pet-Rooster-Golden {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -656px -800px;
  width: 81px;
  height: 99px;
}
.Pet-Rooster-Red {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -738px -800px;
  width: 81px;
  height: 99px;
}
.Pet-Rooster-Shade {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -820px -800px;
  width: 81px;
  height: 99px;
}
.Pet-Rooster-Skeleton {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -902px 0px;
  width: 81px;
  height: 99px;
}
.Pet-Rooster-White {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -902px -100px;
  width: 81px;
  height: 99px;
}
.Pet-Rooster-Zombie {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -902px -200px;
  width: 81px;
  height: 99px;
}
.Pet-Sabretooth-Base {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -902px -300px;
  width: 81px;
  height: 99px;
}
.Pet-Sabretooth-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -902px -400px;
  width: 81px;
  height: 99px;
}
.Pet-Sabretooth-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -902px -500px;
  width: 81px;
  height: 99px;
}
.Pet-Sabretooth-Desert {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -902px -600px;
  width: 81px;
  height: 99px;
}
.Pet-Sabretooth-Golden {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -902px -700px;
  width: 81px;
  height: 99px;
}
.Pet-Sabretooth-Red {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -902px -800px;
  width: 81px;
  height: 99px;
}
.Pet-Sabretooth-Shade {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -984px 0px;
  width: 81px;
  height: 99px;
}
.Pet-Sabretooth-Skeleton {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -984px -100px;
  width: 81px;
  height: 99px;
}
.Pet-Sabretooth-White {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -984px -200px;
  width: 81px;
  height: 99px;
}
.Pet-Sabretooth-Zombie {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -984px -300px;
  width: 81px;
  height: 99px;
}
.Pet-SeaSerpent-Base {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -410px -900px;
  width: 81px;
  height: 99px;
}
.Pet-SeaSerpent-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -492px -900px;
  width: 81px;
  height: 99px;
}
.Pet-SeaSerpent-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -574px -900px;
  width: 81px;
  height: 99px;
}
.Pet-SeaSerpent-Desert {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -656px -900px;
  width: 81px;
  height: 99px;
}
.Pet-SeaSerpent-Golden {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -738px -900px;
  width: 81px;
  height: 99px;
}
.Pet-SeaSerpent-Red {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -820px -900px;
  width: 81px;
  height: 99px;
}
.Pet-SeaSerpent-Shade {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -902px -900px;
  width: 81px;
  height: 99px;
}
.Pet-SeaSerpent-Skeleton {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -984px -900px;
  width: 81px;
  height: 99px;
}
.Pet-SeaSerpent-White {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1066px 0px;
  width: 81px;
  height: 99px;
}
.Pet-SeaSerpent-Zombie {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1066px -100px;
  width: 81px;
  height: 99px;
}
.Pet-Seahorse-Base {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -984px -400px;
  width: 81px;
  height: 99px;
}
.Pet-Seahorse-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -984px -500px;
  width: 81px;
  height: 99px;
}
.Pet-Seahorse-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -984px -600px;
  width: 81px;
  height: 99px;
}
.Pet-Seahorse-Desert {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -984px -700px;
  width: 81px;
  height: 99px;
}
.Pet-Seahorse-Golden {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -984px -800px;
  width: 81px;
  height: 99px;
}
.Pet-Seahorse-Red {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: 0px -900px;
  width: 81px;
  height: 99px;
}
.Pet-Seahorse-Shade {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -82px -900px;
  width: 81px;
  height: 99px;
}
.Pet-Seahorse-Skeleton {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -164px -900px;
  width: 81px;
  height: 99px;
}
.Pet-Seahorse-White {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -246px -900px;
  width: 81px;
  height: 99px;
}
.Pet-Seahorse-Zombie {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -328px -900px;
  width: 81px;
  height: 99px;
}
.Pet-Sheep-Base {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1066px -200px;
  width: 81px;
  height: 99px;
}
.Pet-Sheep-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1066px -300px;
  width: 81px;
  height: 99px;
}
.Pet-Sheep-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1066px -400px;
  width: 81px;
  height: 99px;
}
.Pet-Sheep-Desert {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1066px -500px;
  width: 81px;
  height: 99px;
}
.Pet-Sheep-Golden {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1066px -600px;
  width: 81px;
  height: 99px;
}
.Pet-Sheep-Red {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1066px -700px;
  width: 81px;
  height: 99px;
}
.Pet-Sheep-Shade {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1066px -800px;
  width: 81px;
  height: 99px;
}
.Pet-Sheep-Skeleton {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1066px -900px;
  width: 81px;
  height: 99px;
}
.Pet-Sheep-White {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: 0px -1000px;
  width: 81px;
  height: 99px;
}
.Pet-Sheep-Zombie {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -82px -1000px;
  width: 81px;
  height: 99px;
}
.Pet-Slime-Base {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -164px -1000px;
  width: 81px;
  height: 99px;
}
.Pet-Slime-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -246px -1000px;
  width: 81px;
  height: 99px;
}
.Pet-Slime-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -328px -1000px;
  width: 81px;
  height: 99px;
}
.Pet-Slime-Desert {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -410px -1000px;
  width: 81px;
  height: 99px;
}
.Pet-Slime-Golden {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -492px -1000px;
  width: 81px;
  height: 99px;
}
.Pet-Slime-Red {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -574px -1000px;
  width: 81px;
  height: 99px;
}
.Pet-Slime-Shade {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -656px -1000px;
  width: 81px;
  height: 99px;
}
.Pet-Slime-Skeleton {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -738px -1000px;
  width: 81px;
  height: 99px;
}
.Pet-Slime-White {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -820px -1000px;
  width: 81px;
  height: 99px;
}
.Pet-Slime-Zombie {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -902px -1000px;
  width: 81px;
  height: 99px;
}
.Pet-Sloth-Base {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -984px -1000px;
  width: 81px;
  height: 99px;
}
.Pet-Sloth-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1066px -1000px;
  width: 81px;
  height: 99px;
}
.Pet-Sloth-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1148px 0px;
  width: 81px;
  height: 99px;
}
.Pet-Sloth-Desert {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1148px -100px;
  width: 81px;
  height: 99px;
}
.Pet-Sloth-Golden {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1148px -200px;
  width: 81px;
  height: 99px;
}
.Pet-Sloth-Red {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1148px -300px;
  width: 81px;
  height: 99px;
}
.Pet-Sloth-Shade {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1148px -400px;
  width: 81px;
  height: 99px;
}
.Pet-Sloth-Skeleton {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1148px -500px;
  width: 81px;
  height: 99px;
}
.Pet-Sloth-White {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1148px -600px;
  width: 81px;
  height: 99px;
}
.Pet-Sloth-Zombie {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1148px -700px;
  width: 81px;
  height: 99px;
}
.Pet-Snail-Base {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1148px -800px;
  width: 81px;
  height: 99px;
}
.Pet-Snail-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1148px -900px;
  width: 81px;
  height: 99px;
}
.Pet-Snail-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1148px -1000px;
  width: 81px;
  height: 99px;
}
.Pet-Snail-Desert {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: 0px -1100px;
  width: 81px;
  height: 99px;
}
.Pet-Snail-Golden {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -82px -1100px;
  width: 81px;
  height: 99px;
}
.Pet-Snail-Red {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -164px -1100px;
  width: 81px;
  height: 99px;
}
.Pet-Snail-Shade {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: 0px 0px;
  width: 81px;
  height: 99px;
}
.Pet-Snail-Skeleton {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -328px -1100px;
  width: 81px;
  height: 99px;
}
.Pet-Snail-White {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -410px -1100px;
  width: 81px;
  height: 99px;
}
.Pet-Snail-Zombie {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -492px -1100px;
  width: 81px;
  height: 99px;
}
.Pet-Snake-Base {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -574px -1100px;
  width: 81px;
  height: 99px;
}
.Pet-Snake-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -656px -1100px;
  width: 81px;
  height: 99px;
}
.Pet-Snake-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -738px -1100px;
  width: 81px;
  height: 99px;
}
.Pet-Snake-Desert {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -820px -1100px;
  width: 81px;
  height: 99px;
}
.Pet-Snake-Golden {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -902px -1100px;
  width: 81px;
  height: 99px;
}
.Pet-Snake-Red {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -984px -1100px;
  width: 81px;
  height: 99px;
}
.Pet-Snake-Shade {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1066px -1100px;
  width: 81px;
  height: 99px;
}
.Pet-Snake-Skeleton {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1148px -1100px;
  width: 81px;
  height: 99px;
}
.Pet-Snake-White {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1230px 0px;
  width: 81px;
  height: 99px;
}
.Pet-Snake-Zombie {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1230px -100px;
  width: 81px;
  height: 99px;
}
.Pet-Spider-Base {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1230px -200px;
  width: 81px;
  height: 99px;
}
.Pet-Spider-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1230px -300px;
  width: 81px;
  height: 99px;
}
.Pet-Spider-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1230px -400px;
  width: 81px;
  height: 99px;
}
.Pet-Spider-Desert {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1230px -500px;
  width: 81px;
  height: 99px;
}
.Pet-Spider-Golden {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1230px -600px;
  width: 81px;
  height: 99px;
}
.Pet-Spider-Red {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1230px -700px;
  width: 81px;
  height: 99px;
}
.Pet-Spider-Shade {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1230px -800px;
  width: 81px;
  height: 99px;
}
.Pet-Spider-Skeleton {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1230px -900px;
  width: 81px;
  height: 99px;
}
.Pet-Spider-White {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1230px -1000px;
  width: 81px;
  height: 99px;
}
.Pet-Spider-Zombie {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1230px -1100px;
  width: 81px;
  height: 99px;
}
.Pet-Squirrel-Base {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: 0px -1200px;
  width: 81px;
  height: 99px;
}
.Pet-Squirrel-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -82px -1200px;
  width: 81px;
  height: 99px;
}
.Pet-Squirrel-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -164px -1200px;
  width: 81px;
  height: 99px;
}
.Pet-Squirrel-Desert {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -246px -1200px;
  width: 81px;
  height: 99px;
}
.Pet-Squirrel-Golden {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -328px -1200px;
  width: 81px;
  height: 99px;
}
.Pet-Squirrel-Red {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -410px -1200px;
  width: 81px;
  height: 99px;
}
.Pet-Squirrel-Shade {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -492px -1200px;
  width: 81px;
  height: 99px;
}
.Pet-Squirrel-Skeleton {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -574px -1200px;
  width: 81px;
  height: 99px;
}
.Pet-Squirrel-White {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -656px -1200px;
  width: 81px;
  height: 99px;
}
.Pet-Squirrel-Zombie {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -738px -1200px;
  width: 81px;
  height: 99px;
}
.Pet-TRex-Base {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -410px -1300px;
  width: 81px;
  height: 99px;
}
.Pet-TRex-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -492px -1300px;
  width: 81px;
  height: 99px;
}
.Pet-TRex-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -574px -1300px;
  width: 81px;
  height: 99px;
}
.Pet-TRex-Desert {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -656px -1300px;
  width: 81px;
  height: 99px;
}
.Pet-TRex-Golden {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -738px -1300px;
  width: 81px;
  height: 99px;
}
.Pet-TRex-Red {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -820px -1300px;
  width: 81px;
  height: 99px;
}
.Pet-TRex-Shade {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -902px -1300px;
  width: 81px;
  height: 99px;
}
.Pet-TRex-Skeleton {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -984px -1300px;
  width: 81px;
  height: 99px;
}
.Pet-TRex-White {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1066px -1300px;
  width: 81px;
  height: 99px;
}
.Pet-TRex-Zombie {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1148px -1300px;
  width: 81px;
  height: 99px;
}
.Pet-Tiger-Veteran {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -820px -1200px;
  width: 81px;
  height: 99px;
}
.Pet-TigerCub-Aquatic {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -902px -1200px;
  width: 81px;
  height: 99px;
}
.Pet-TigerCub-Base {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -984px -1200px;
  width: 81px;
  height: 99px;
}
.Pet-TigerCub-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1066px -1200px;
  width: 81px;
  height: 99px;
}
.Pet-TigerCub-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1148px -1200px;
  width: 81px;
  height: 99px;
}
.Pet-TigerCub-Cupid {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1230px -1200px;
  width: 81px;
  height: 99px;
}
.Pet-TigerCub-Desert {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1312px 0px;
  width: 81px;
  height: 99px;
}
.Pet-TigerCub-Ember {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1312px -100px;
  width: 81px;
  height: 99px;
}
.Pet-TigerCub-Fairy {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1312px -200px;
  width: 81px;
  height: 99px;
}
.Pet-TigerCub-Floral {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1312px -300px;
  width: 81px;
  height: 99px;
}
.Pet-TigerCub-Ghost {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1312px -400px;
  width: 81px;
  height: 99px;
}
.Pet-TigerCub-Glass {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1312px -500px;
  width: 81px;
  height: 99px;
}
.Pet-TigerCub-Glow {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1312px -600px;
  width: 81px;
  height: 99px;
}
.Pet-TigerCub-Golden {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1312px -700px;
  width: 81px;
  height: 99px;
}
.Pet-TigerCub-Holly {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1312px -800px;
  width: 81px;
  height: 99px;
}
.Pet-TigerCub-Peppermint {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1312px -900px;
  width: 81px;
  height: 99px;
}
.Pet-TigerCub-Rainbow {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1312px -1000px;
  width: 81px;
  height: 99px;
}
.Pet-TigerCub-Red {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1312px -1100px;
  width: 81px;
  height: 99px;
}
.Pet-TigerCub-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1312px -1200px;
  width: 81px;
  height: 99px;
}
.Pet-TigerCub-Shade {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1394px 0px;
  width: 81px;
  height: 99px;
}
.Pet-TigerCub-Shimmer {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1394px -100px;
  width: 81px;
  height: 99px;
}
.Pet-TigerCub-Skeleton {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1394px -200px;
  width: 81px;
  height: 99px;
}
.Pet-TigerCub-Spooky {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1394px -300px;
  width: 81px;
  height: 99px;
}
.Pet-TigerCub-StarryNight {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1394px -400px;
  width: 81px;
  height: 99px;
}
.Pet-TigerCub-Thunderstorm {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1394px -500px;
  width: 81px;
  height: 99px;
}
.Pet-TigerCub-White {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1394px -600px;
  width: 81px;
  height: 99px;
}
.Pet-TigerCub-Zombie {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1394px -700px;
  width: 81px;
  height: 99px;
}
.Pet-Treeling-Base {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1394px -800px;
  width: 81px;
  height: 99px;
}
.Pet-Treeling-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1394px -900px;
  width: 81px;
  height: 99px;
}
.Pet-Treeling-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1394px -1000px;
  width: 81px;
  height: 99px;
}
.Pet-Treeling-Desert {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1394px -1100px;
  width: 81px;
  height: 99px;
}
.Pet-Treeling-Golden {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1394px -1200px;
  width: 81px;
  height: 99px;
}
.Pet-Treeling-Red {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: 0px -1300px;
  width: 81px;
  height: 99px;
}
.Pet-Treeling-Shade {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -82px -1300px;
  width: 81px;
  height: 99px;
}
.Pet-Treeling-Skeleton {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -164px -1300px;
  width: 81px;
  height: 99px;
}
.Pet-Treeling-White {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -246px -1300px;
  width: 81px;
  height: 99px;
}
.Pet-Treeling-Zombie {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -328px -1300px;
  width: 81px;
  height: 99px;
}
.Pet-Triceratops-Base {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1230px -1300px;
  width: 81px;
  height: 99px;
}
.Pet-Triceratops-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1312px -1300px;
  width: 81px;
  height: 99px;
}
.Pet-Triceratops-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1394px -1300px;
  width: 81px;
  height: 99px;
}
.Pet-Triceratops-Desert {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1476px 0px;
  width: 81px;
  height: 99px;
}
.Pet-Triceratops-Golden {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1476px -100px;
  width: 81px;
  height: 99px;
}
.Pet-Triceratops-Red {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1476px -200px;
  width: 81px;
  height: 99px;
}
.Pet-Triceratops-Shade {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1476px -300px;
  width: 81px;
  height: 99px;
}
.Pet-Triceratops-Skeleton {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1476px -400px;
  width: 81px;
  height: 99px;
}
.Pet-Triceratops-White {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1476px -500px;
  width: 81px;
  height: 99px;
}
.Pet-Triceratops-Zombie {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1476px -600px;
  width: 81px;
  height: 99px;
}
.Pet-Turkey-Base {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1476px -700px;
  width: 81px;
  height: 99px;
}
.Pet-Turkey-Gilded {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1476px -800px;
  width: 81px;
  height: 99px;
}
.Pet-Turtle-Base {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1476px -900px;
  width: 81px;
  height: 99px;
}
.Pet-Turtle-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1476px -1000px;
  width: 81px;
  height: 99px;
}
.Pet-Turtle-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1476px -1100px;
  width: 81px;
  height: 99px;
}
.Pet-Turtle-Desert {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1476px -1200px;
  width: 81px;
  height: 99px;
}
.Pet-Turtle-Golden {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1476px -1300px;
  width: 81px;
  height: 99px;
}
.Pet-Turtle-Red {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: 0px -1400px;
  width: 81px;
  height: 99px;
}
.Pet-Turtle-Shade {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -82px -1400px;
  width: 81px;
  height: 99px;
}
.Pet-Turtle-Skeleton {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -164px -1400px;
  width: 81px;
  height: 99px;
}
.Pet-Turtle-White {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -246px -1400px;
  width: 81px;
  height: 99px;
}
.Pet-Turtle-Zombie {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -328px -1400px;
  width: 81px;
  height: 99px;
}
.Pet-Unicorn-Base {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -410px -1400px;
  width: 81px;
  height: 99px;
}
.Pet-Unicorn-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -492px -1400px;
  width: 81px;
  height: 99px;
}
.Pet-Unicorn-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -574px -1400px;
  width: 81px;
  height: 99px;
}
.Pet-Unicorn-Desert {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -656px -1400px;
  width: 81px;
  height: 99px;
}
.Pet-Unicorn-Golden {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -738px -1400px;
  width: 81px;
  height: 99px;
}
.Pet-Unicorn-Red {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -820px -1400px;
  width: 81px;
  height: 99px;
}
.Pet-Unicorn-Shade {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -902px -1400px;
  width: 81px;
  height: 99px;
}
.Pet-Unicorn-Skeleton {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -984px -1400px;
  width: 81px;
  height: 99px;
}
.Pet-Unicorn-White {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1066px -1400px;
  width: 81px;
  height: 99px;
}
.Pet-Unicorn-Zombie {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1148px -1400px;
  width: 81px;
  height: 99px;
}
.Pet-Whale-Base {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1230px -1400px;
  width: 81px;
  height: 99px;
}
.Pet-Whale-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1312px -1400px;
  width: 81px;
  height: 99px;
}
.Pet-Whale-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1394px -1400px;
  width: 81px;
  height: 99px;
}
.Pet-Whale-Desert {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1476px -1400px;
  width: 81px;
  height: 99px;
}
.Pet-Whale-Golden {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1558px 0px;
  width: 81px;
  height: 99px;
}
.Pet-Whale-Red {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1558px -100px;
  width: 81px;
  height: 99px;
}
.Pet-Whale-Shade {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1558px -200px;
  width: 81px;
  height: 99px;
}
.Pet-Whale-Skeleton {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1558px -300px;
  width: 81px;
  height: 99px;
}
.Pet-Whale-White {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1558px -400px;
  width: 81px;
  height: 99px;
}
.Pet-Whale-Zombie {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1558px -500px;
  width: 81px;
  height: 99px;
}
.Pet-Wolf-Aquatic {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1558px -600px;
  width: 81px;
  height: 99px;
}
.Pet-Wolf-Base {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1558px -700px;
  width: 81px;
  height: 99px;
}
.Pet-Wolf-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1558px -800px;
  width: 81px;
  height: 99px;
}
.Pet-Wolf-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1558px -900px;
  width: 81px;
  height: 99px;
}
.Pet-Wolf-Cupid {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1558px -1000px;
  width: 81px;
  height: 99px;
}
.Pet-Wolf-Desert {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1558px -1100px;
  width: 81px;
  height: 99px;
}
.Pet-Wolf-Ember {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1558px -1200px;
  width: 81px;
  height: 99px;
}
.Pet-Wolf-Fairy {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1558px -1300px;
  width: 81px;
  height: 99px;
}
.Pet-Wolf-Floral {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1558px -1400px;
  width: 81px;
  height: 99px;
}
.Pet-Wolf-Ghost {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: 0px -1500px;
  width: 81px;
  height: 99px;
}
.Pet-Wolf-Glass {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -82px -1500px;
  width: 81px;
  height: 99px;
}
.Pet-Wolf-Glow {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -164px -1500px;
  width: 81px;
  height: 99px;
}
.Pet-Wolf-Golden {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -246px -1500px;
  width: 81px;
  height: 99px;
}
.Pet-Wolf-Holly {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -328px -1500px;
  width: 81px;
  height: 99px;
}
.Pet-Wolf-Peppermint {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -410px -1500px;
  width: 81px;
  height: 99px;
}
.Pet-Wolf-Rainbow {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -492px -1500px;
  width: 81px;
  height: 99px;
}
.Pet-Wolf-Red {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -574px -1500px;
  width: 81px;
  height: 99px;
}
.Pet-Wolf-RoyalPurple {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -656px -1500px;
  width: 81px;
  height: 99px;
}
.Pet-Wolf-Shade {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -738px -1500px;
  width: 81px;
  height: 99px;
}
.Pet-Wolf-Shimmer {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -820px -1500px;
  width: 81px;
  height: 99px;
}
.Pet-Wolf-Skeleton {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -902px -1500px;
  width: 81px;
  height: 99px;
}
.Pet-Wolf-Spooky {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -984px -1500px;
  width: 81px;
  height: 99px;
}
.Pet-Wolf-StarryNight {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1066px -1500px;
  width: 81px;
  height: 99px;
}
.Pet-Wolf-Thunderstorm {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1148px -1500px;
  width: 81px;
  height: 99px;
}
.Pet-Wolf-Veteran {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1230px -1500px;
  width: 81px;
  height: 99px;
}
.Pet-Wolf-White {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1312px -1500px;
  width: 81px;
  height: 99px;
}
.Pet-Wolf-Zombie {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1394px -1500px;
  width: 81px;
  height: 99px;
}
.Pet-Yarn-Base {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1476px -1500px;
  width: 81px;
  height: 99px;
}
.Pet-Yarn-CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1558px -1500px;
  width: 81px;
  height: 99px;
}
.Pet-Yarn-CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1640px 0px;
  width: 81px;
  height: 99px;
}
.Pet-Yarn-Desert {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1640px -100px;
  width: 81px;
  height: 99px;
}
.Pet-Yarn-Golden {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1640px -200px;
  width: 81px;
  height: 99px;
}
.Pet-Yarn-Red {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1640px -300px;
  width: 81px;
  height: 99px;
}
.Pet-Yarn-Shade {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1640px -400px;
  width: 81px;
  height: 99px;
}
.Pet-Yarn-Skeleton {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1640px -500px;
  width: 81px;
  height: 99px;
}
.Pet-Yarn-White {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1640px -600px;
  width: 81px;
  height: 99px;
}
.Pet-Yarn-Zombie {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1640px -700px;
  width: 81px;
  height: 99px;
}
.Pet_HatchingPotion_Aquatic {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1640px -800px;
  width: 68px;
  height: 68px;
}
.Pet_HatchingPotion_Base {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1640px -869px;
  width: 68px;
  height: 68px;
}
.Pet_HatchingPotion_CottonCandyBlue {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1640px -938px;
  width: 68px;
  height: 68px;
}
.Pet_HatchingPotion_CottonCandyPink {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1640px -1007px;
  width: 68px;
  height: 68px;
}
.Pet_HatchingPotion_Cupid {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1640px -1076px;
  width: 68px;
  height: 68px;
}
.Pet_HatchingPotion_Desert {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1640px -1145px;
  width: 68px;
  height: 68px;
}
.Pet_HatchingPotion_Ember {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1640px -1214px;
  width: 68px;
  height: 68px;
}
.Pet_HatchingPotion_Fairy {
  background-image: url(/static/images/spritesmith-main-22.9f9879e.png);
  background-position: -1640px -1283px;
  width: 68px;
  height: 68px;
}

.Pet_HatchingPotion_Floral {
  background-image: url(data:image/png;base64,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);
  background-position: -69px 0px;
  width: 68px;
  height: 68px;
}
.Pet_HatchingPotion_Ghost {
  background-image: url(data:image/png;base64,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);
  background-position: -207px 0px;
  width: 68px;
  height: 68px;
}
.Pet_HatchingPotion_Glass {
  background-image: url(data:image/png;base64,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);
  background-position: 0px -69px;
  width: 68px;
  height: 68px;
}
.Pet_HatchingPotion_Glow {
  background-image: url(data:image/png;base64,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);
  background-position: -69px -69px;
  width: 68px;
  height: 68px;
}
.Pet_HatchingPotion_Golden {
  background-image: url(data:image/png;base64,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);
  background-position: -138px 0px;
  width: 68px;
  height: 68px;
}
.Pet_HatchingPotion_Holly {
  background-image: url(data:image/png;base64,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);
  background-position: -138px -69px;
  width: 68px;
  height: 68px;
}
.Pet_HatchingPotion_Peppermint {
  background-image: url(data:image/png;base64,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);
  background-position: 0px -138px;
  width: 68px;
  height: 68px;
}
.Pet_HatchingPotion_Purple {
  background-image: url(data:image/png;base64,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);
  background-position: -69px -138px;
  width: 68px;
  height: 68px;
}
.Pet_HatchingPotion_Rainbow {
  background-image: url(data:image/png;base64,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);
  background-position: -138px -138px;
  width: 68px;
  height: 68px;
}
.Pet_HatchingPotion_Red {
  background-image: url(data:image/png;base64,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);
  background-position: 0px 0px;
  width: 68px;
  height: 68px;
}
.Pet_HatchingPotion_RoyalPurple {
  background-image: url(data:image/png;base64,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);
  background-position: -207px -69px;
  width: 68px;
  height: 68px;
}
.Pet_HatchingPotion_Shade {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVgAAAETCAMAAABELe7dAAACN1BMVEUAAAAAAACaltq+u+rc2u4AAAAFBQVpPwN7SgORWAbAwMDS0tLw8PD///8e5Cpr9nKU+ZkyWG5XZaFtfLoAbLgAqMYCkKkITwQSYg4S8R8TYiUXOg8XdS0Yei8aTRAbTLogaxEg8i0idB4lYQEoKCgs9DcvcwcyF183hzM4ODg5fhA5jiY9PT0/etI/oM8/9ElCQkJDQkJEbcxGP9JGcdNJSUlLTE1MH4pPT09QuexRUVFSjS5Tm09UsORWVlZaQRpfJqZg9mljY2NlidtnqaFpPwNpaWlpkVFr9nJuYHRyEA5ynkN7SgN8fHx9OdJ9QYCCgoKDl+GFtOCGrW+G4/mIFBKIf4+Kv5eLi4uMpuORDg6RWAaUlJSU+ZmWIBKWr+qXmpyXs2aaX8acPN+hxYuiyp6jDw+kpKSpSOqpewCqah2rKCisw+6zBQW07fu1bZm4EBC6s8a61ue7+768h4fAaATCX8vCbxDEmprHFBTH/MrJFBTMNh7MfB7NuCTP3PzQFBTQ0NDS0tLTorfUurrWnADX0eDYwcHY0izZ/dvahATbzzrct+fezADe3t7f09PgFBTh40jlggflwgrm5ubnmcnn77foT07obQno5uDo6OjpQUHp8vTrMzPu3f/v4j3wVVHw6Sjw8PDyzxjzv+P09lH14Tf2riT298f4n0348v/4+Pj5TEz6tr382KH84HD929/+PYr+2Gb/ZGP/txv/3Bv/7AH/8Q//9WH/94//+pz//Jz////clpoaAAAAFHRSTlMAAYCAgLe3t7e3t7e3t7+/v8zMzA6EYVkAAArgSURBVHja7ZyNVxRVH8dHiDIUX5DejZdSZFhhRVBTkChJQAxhTSAKMeyhfMACIiwpXwosenNSLEzQokR6A6VXcv64Z35crzPs+jznub+ZcZc53885O3vvPWe/3Pmc3XuZ2bM/TQMAAAAAAAAAAAAAAAAAwP/glVdiWwyGhuwjk2XLYlvKmGZsC2ITSaxu4eLltbXOENGLz0zeeIOOKRZ2j6lVzsSVWoj1Rayu79370kvsEwqFokPECGMZsENYy8ELLwitS5fef79QK0aU+Ouv6NMRIxCbKGLpLf/cc3v3Mj+E2dl3ChGjd3cmUmtKyn33LV0qlwNFtVLrwpmw1EKsT2JFjItNIzMzOkSMsJYCGcJaCuyty8X29ccf0acjRiA2kcSKtz3734rHHnOGUC9eM6GLArkUsC8Rfv/dORPqQWwiiZVveFf/midOiFwE5DOLYgtNi0SKiwPhJFBiF76QGZM4IQtlMtUWF0civb3UikQC4CRQYulF4+OyRy1GTOxLmCFzc7JHLUYIiUxLkz1qMdTKv0tqhV7m6UCsT2IJw3DpRHDhguuQyUlNu3GDHkyxUil7MRB/d2zM1guxiSJW17u7SalYDMbHf/lF0wYGFGN0PRSiW9s7d1JPfDETCimHzM6SUrEYzM2R2nPnFENSUlIt7r1XXBakpaWm0lFRra6fsRgbO3PG+ax8OhDrk9iWlu7u8XHDILV0NIzubuWQ7OxQaOfO774jtZ2dtbWhUHa2csiRI7Ozc3OTk6T2xg1SOzvLELt8uXiQXjqmpiqL7ek5c6a3VwgVzz09EJtIYk+dMgwh1TAGBjo6WGJJbW1tZ+fTT3d2XriQmckSe/785CSppeO5c0NDLLFpacstli0TLYbYxsYei97enp6xMfHc2AixiSO2o0OqNYxTp1hiMzOzs00zNA9pPX36zTcZYoeGpNrJyfPnmWKXWQi1aRa0HCiLralpbIxEpNyenkikoIBuyUBs/MVKtSSXYGgVIadPf/yxaWbfQlmrrZbkEgytttrU1LQ0plZxC6agoPEWkUhjY02NslaI9U2sUCthaZVqM2/DDjlyG5ZW+yJBwr5tWDNPQQEd2acDsb6Itb/odf2tSmKEpDhwORP6YiYQTgImFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIGKtXx7bUGR6Obaly6VJsS5nt22NbEBsgsenpdJS/DhE9dY4fd6aIHk+rzGCq/e03Z4joMXH5ixmI9UXsmjUiwq5HLUbUaG3VlixMsUYUeffd6JmIEZZWO4St1mXdcs/EahDrIClJvuWd9ajF6P9PdfWdUsSoqtaFGYpqxWYVHcLawlxWC4dYn8RqWnKyjJERYkSNcDg6RYyocPRodIYYUeLrr6NDxAhTrYvtC2J9Eqtp99zjrEdNPQ45Oc4U6qlDIu0MhlaisNAZQj22WJfVwiHWJ7EeVMZeskTzpr52wKqFexICsbER/713d1MCVi0cYn0J8aS8trZww6Lbhuop9IqyMtmjFrNssn0RS61FXbccYv0Ru2qVfI19Gavrq1bxZmLLdXE6ttz41y2HWA/F6np6On0dI76SkUe1mJUrdb21lT7+4iuZ4WG6nB0e1vWVK1VmkpdHSoXWS5fo9ktZmXJJz8JCuuUibrts3y7a8albDrE+iV2zJt3CNEkqSV692jTVQlas0PXq6uPHw+FHHiG1OTnUbm3V9RUrVGbyxBOklqDbhUePlpXl5SmfzoYNFRWFhXV1pFQ8V1Qoh/T1DQ6Oj5umqFtumobx0UcQmyhik5LWzJOeLhSTWnWxYYu33mptJcHV1a2t1FIV+9BDUi0tBPRgiq2ouHy5ro601tVVVGzbxhI7MmKapJaOZ88ODt51sUsg9s4hyRZJ8wi9pFb9HZtjUV39zDPr15PScLi6OidHXezDD5PavDxaCOjBErtt2+XLP/1EakkrU+w770i1pjkyArGJI5ZiTDM5WeglsapabbXh8Pr14TA901FNq63WCet/e6G24hbKWm21JJdgaYVY38RKtXytzuWAtNJRXatUa8O+47fhNiytUq2EqRVifRPrTWVsUmvD0erVTAIWArEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQPD58MPYljKeVMZ+773YFsRC7EJ++IGO8tchoqeMJ5Wx33/fGSJ6TDz5sYvLEIj1JURqtetRM9R6Uhn7ypXoEDHCMuKqbrknIRDrS4jYrKLrUStuYZ5Uxl679k4hYpTxCXZVXtuDEIj1LcTeulxsX55Uxs7IiA4RI0wrrrcvlyEQ61sIffDtetTMSwRPKmMfPuwMoR7bievy2h6EQKxvISg5jpDFFIKS4whZTCEL61F3dMS3Mvbnny/cyFyejovy2t9+K3vUcj0TiPVUrFTKfuN7WhnbvoyNd93y0lIPQiDWU7FUj7qvz65HPTjIqkftSWXsEyfoNqG4VZiRQUvB66/Hp7z21av792saPej46qukmDETiPVFbEsL1aM2DFGPmtQy6lF7Uhn77bc/+eSKBS0FDzxAag8fVg7ZuHHLlvHx8nJxOs8+axhbtiiHPPlkfv7+/VVVtG1VVVHr4kWITRyxhjEyYlicPUv10wcG+vriUxn74EFb7eOPC7UssTt2lJeTWjo+9dSmTSyxFy9WVUmppaW5uRCbOGI7OqgeNamletQDAx0d8amMfeDAwYPHjtlqH3wwI4MhdtMmqba8fMcOnthDh3Lz80tLq+Yptbh6FWITQ6xUS/Wouy3Yhb49qYy9Zw+pPXbsU4u1ax99lBVCakkuwdAqF4Pc3C+/zM/PP3Qon7EQQKyPYoXalhaqRk2K41sZe8+eAwf+bXHCgh2y8TYsrVKthKkVYn0Ti5LjCFlsIQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAwOjvl61ff43vTEZHY1vK3LwZ24LYAIn98Uc6yl+HTE+7iHL5E5Nr15whoqfMzIwzRPQgNkBi//5bzMOuR/3PP2ytripjS612CEPtyZPRIWIEYgMitrJSfm6c9aibmpjLgIui1mKzig5R3MLa2u4UIkYhNhBiNa2rS85FzqOhwcXW5WL7srcuF9vX5s3RIWIEYgMjVtM++8xZj7q93cU/Wy6LWtMH3w5hXiJkZTlDqAexAROL8toQu7jEorw2xC4msfSXp6Zkjy5nmSWCm5tlj1rMkK1bZY9azJDvv5c9asVLLcT6vBDQ7cI//yS1Lopa19e7+AjKl9hyXYTYciE2UGJ1vaGBlIrFYGqK1E5PK5evfO21+vrdu8Vi0Nz88sua9vzzyiFbLdatE1qpTUflkKwsuiQQlwWyHQ+1EOub2H37Ghqmpr76itRevz41df16U5Py6XzxxcTEBx+YZnPz7t3ffGOa9fUTE8oho6PXrtGD9FJr3brRUeWQF1+cmWlr27VLKN28mR4QGyix/f1dXZWV/7KYmqJjZWVXF0tsUZF5i6Kin38eGWGJLSq6dgtqMcTOzNy8KdW2tVELYgMmdt++9vaGhqYmkltZOT3d1NTQwBCr60VFQq1oscSKl5JW0WKIFTJLSnbtKimRkiE2QGLFYtDeTnK7ukiwslZb7cjIxDzUYoWQSFoQhFplrVJtSUlWFqkVkuN35QWxPi4H/f3iwdIq1UpYWqVaG3bISQfxvR8Lsb6pRXltiF1MYgEAAAAAAAAAAAAAAACAROc/+JchUsRZHkAAAAAASUVORK5CYII=);
  background-position: -207px -138px;
  width: 68px;
  height: 68px;
}
.Pet_HatchingPotion_Shimmer {
  background-image: url(data:image/png;base64,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);
  background-position: 0px -207px;
  width: 68px;
  height: 68px;
}
.Pet_HatchingPotion_Skeleton {
  background-image: url(data:image/png;base64,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);
  background-position: -69px -207px;
  width: 68px;
  height: 68px;
}
.Pet_HatchingPotion_Spooky {
  background-image: url(data:image/png;base64,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);
  background-position: -138px -207px;
  width: 68px;
  height: 68px;
}
.Pet_HatchingPotion_StarryNight {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVgAAAETCAMAAABELe7dAAACN1BMVEUAAAAAAACaltq+u+rc2u4AAAAFBQVpPwN7SgORWAbAwMDS0tLw8PD///8e5Cpr9nKU+ZkyWG5XZaFtfLoAbLgAqMYCkKkITwQSYg4S8R8TYiUXOg8XdS0Yei8aTRAbTLogaxEg8i0idB4lYQEoKCgs9DcvcwcyF183hzM4ODg5fhA5jiY9PT0/etI/oM8/9ElCQkJDQkJEbcxGP9JGcdNJSUlLTE1MH4pPT09QuexRUVFSjS5Tm09UsORWVlZaQRpfJqZg9mljY2NlidtnqaFpPwNpaWlpkVFr9nJuYHRyEA5ynkN7SgN8fHx9OdJ9QYCCgoKDl+GFtOCGrW+G4/mIFBKIf4+Kv5eLi4uMpuORDg6RWAaUlJSU+ZmWIBKWr+qXmpyXs2aaX8acPN+hxYuiyp6jDw+kpKSpSOqpewCqah2rKCisw+6zBQW07fu1bZm4EBC6s8a61ue7+768h4fAaATCX8vCbxDEmprHFBTH/MrJFBTMNh7MfB7NuCTP3PzQFBTQ0NDS0tLTorfUurrWnADX0eDYwcHY0izZ/dvahATbzzrct+fezADe3t7f09PgFBTh40jlggflwgrm5ubnmcnn77foT07obQno5uDo6OjpQUHp8vTrMzPu3f/v4j3wVVHw6Sjw8PDyzxjzv+P09lH14Tf2riT298f4n0348v/4+Pj5TEz6tr382KH84HD929/+PYr+2Gb/ZGP/txv/3Bv/7AH/8Q//9WH/94//+pz//Jz////clpoaAAAAFHRSTlMAAYCAgLe3t7e3t7e3t7+/v8zMzA6EYVkAAArgSURBVHja7ZyNVxRVH8dHiDIUX5DejZdSZFhhRVBTkChJQAxhTSAKMeyhfMACIiwpXwosenNSLEzQokR6A6VXcv64Z35crzPs+jznub+ZcZc53885O3vvPWe/3Pmc3XuZ2bM/TQMAAAAAAAAAAAAAAAAAwP/glVdiWwyGhuwjk2XLYlvKmGZsC2ITSaxu4eLltbXOENGLz0zeeIOOKRZ2j6lVzsSVWoj1Rayu79370kvsEwqFokPECGMZsENYy8ELLwitS5fef79QK0aU+Ouv6NMRIxCbKGLpLf/cc3v3Mj+E2dl3ChGjd3cmUmtKyn33LV0qlwNFtVLrwpmw1EKsT2JFjItNIzMzOkSMsJYCGcJaCuyty8X29ccf0acjRiA2kcSKtz3734rHHnOGUC9eM6GLArkUsC8Rfv/dORPqQWwiiZVveFf/midOiFwE5DOLYgtNi0SKiwPhJFBiF76QGZM4IQtlMtUWF0civb3UikQC4CRQYulF4+OyRy1GTOxLmCFzc7JHLUYIiUxLkz1qMdTKv0tqhV7m6UCsT2IJw3DpRHDhguuQyUlNu3GDHkyxUil7MRB/d2zM1guxiSJW17u7SalYDMbHf/lF0wYGFGN0PRSiW9s7d1JPfDETCimHzM6SUrEYzM2R2nPnFENSUlIt7r1XXBakpaWm0lFRra6fsRgbO3PG+ax8OhDrk9iWlu7u8XHDILV0NIzubuWQ7OxQaOfO774jtZ2dtbWhUHa2csiRI7Ozc3OTk6T2xg1SOzvLELt8uXiQXjqmpiqL7ek5c6a3VwgVzz09EJtIYk+dMgwh1TAGBjo6WGJJbW1tZ+fTT3d2XriQmckSe/785CSppeO5c0NDLLFpacstli0TLYbYxsYei97enp6xMfHc2AixiSO2o0OqNYxTp1hiMzOzs00zNA9pPX36zTcZYoeGpNrJyfPnmWKXWQi1aRa0HCiLralpbIxEpNyenkikoIBuyUBs/MVKtSSXYGgVIadPf/yxaWbfQlmrrZbkEgytttrU1LQ0plZxC6agoPEWkUhjY02NslaI9U2sUCthaZVqM2/DDjlyG5ZW+yJBwr5tWDNPQQEd2acDsb6Itb/odf2tSmKEpDhwORP6YiYQTgImFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIGKtXx7bUGR6Obaly6VJsS5nt22NbEBsgsenpdJS/DhE9dY4fd6aIHk+rzGCq/e03Z4joMXH5ixmI9UXsmjUiwq5HLUbUaG3VlixMsUYUeffd6JmIEZZWO4St1mXdcs/EahDrIClJvuWd9ajF6P9PdfWdUsSoqtaFGYpqxWYVHcLawlxWC4dYn8RqWnKyjJERYkSNcDg6RYyocPRodIYYUeLrr6NDxAhTrYvtC2J9Eqtp99zjrEdNPQ45Oc4U6qlDIu0MhlaisNAZQj22WJfVwiHWJ7EeVMZeskTzpr52wKqFexICsbER/713d1MCVi0cYn0J8aS8trZww6Lbhuop9IqyMtmjFrNssn0RS61FXbccYv0Ru2qVfI19Gavrq1bxZmLLdXE6ttz41y2HWA/F6np6On0dI76SkUe1mJUrdb21lT7+4iuZ4WG6nB0e1vWVK1VmkpdHSoXWS5fo9ktZmXJJz8JCuuUibrts3y7a8albDrE+iV2zJt3CNEkqSV692jTVQlas0PXq6uPHw+FHHiG1OTnUbm3V9RUrVGbyxBOklqDbhUePlpXl5SmfzoYNFRWFhXV1pFQ8V1Qoh/T1DQ6Oj5umqFtumobx0UcQmyhik5LWzJOeLhSTWnWxYYu33mptJcHV1a2t1FIV+9BDUi0tBPRgiq2ouHy5ro601tVVVGzbxhI7MmKapJaOZ88ODt51sUsg9s4hyRZJ8wi9pFb9HZtjUV39zDPr15PScLi6OidHXezDD5PavDxaCOjBErtt2+XLP/1EakkrU+w770i1pjkyArGJI5ZiTDM5WeglsapabbXh8Pr14TA901FNq63WCet/e6G24hbKWm21JJdgaYVY38RKtXytzuWAtNJRXatUa8O+47fhNiytUq2EqRVifRPrTWVsUmvD0erVTAIWArEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQPD58MPYljKeVMZ+773YFsRC7EJ++IGO8tchoqeMJ5Wx33/fGSJ6TDz5sYvLEIj1JURqtetRM9R6Uhn7ypXoEDHCMuKqbrknIRDrS4jYrKLrUStuYZ5Uxl679k4hYpTxCXZVXtuDEIj1LcTeulxsX55Uxs7IiA4RI0wrrrcvlyEQ61sIffDtetTMSwRPKmMfPuwMoR7bievy2h6EQKxvISg5jpDFFIKS4whZTCEL61F3dMS3Mvbnny/cyFyejovy2t9+K3vUcj0TiPVUrFTKfuN7WhnbvoyNd93y0lIPQiDWU7FUj7qvz65HPTjIqkftSWXsEyfoNqG4VZiRQUvB66/Hp7z21av792saPej46qukmDETiPVFbEsL1aM2DFGPmtQy6lF7Uhn77bc/+eSKBS0FDzxAag8fVg7ZuHHLlvHx8nJxOs8+axhbtiiHPPlkfv7+/VVVtG1VVVHr4kWITRyxhjEyYlicPUv10wcG+vriUxn74EFb7eOPC7UssTt2lJeTWjo+9dSmTSyxFy9WVUmppaW5uRCbOGI7OqgeNamletQDAx0d8amMfeDAwYPHjtlqH3wwI4MhdtMmqba8fMcOnthDh3Lz80tLq+Yptbh6FWITQ6xUS/Wouy3Yhb49qYy9Zw+pPXbsU4u1ax99lBVCakkuwdAqF4Pc3C+/zM/PP3Qon7EQQKyPYoXalhaqRk2K41sZe8+eAwf+bXHCgh2y8TYsrVKthKkVYn0Ti5LjCFlsIQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAwOjvl61ff43vTEZHY1vK3LwZ24LYAIn98Uc6yl+HTE+7iHL5E5Nr15whoqfMzIwzRPQgNkBi//5bzMOuR/3PP2ytripjS612CEPtyZPRIWIEYgMitrJSfm6c9aibmpjLgIui1mKzig5R3MLa2u4UIkYhNhBiNa2rS85FzqOhwcXW5WL7srcuF9vX5s3RIWIEYgMjVtM++8xZj7q93cU/Wy6LWtMH3w5hXiJkZTlDqAexAROL8toQu7jEorw2xC4msfSXp6Zkjy5nmSWCm5tlj1rMkK1bZY9azJDvv5c9asVLLcT6vBDQ7cI//yS1Lopa19e7+AjKl9hyXYTYciE2UGJ1vaGBlIrFYGqK1E5PK5evfO21+vrdu8Vi0Nz88sua9vzzyiFbLdatE1qpTUflkKwsuiQQlwWyHQ+1EOub2H37Ghqmpr76itRevz41df16U5Py6XzxxcTEBx+YZnPz7t3ffGOa9fUTE8oho6PXrtGD9FJr3brRUeWQF1+cmWlr27VLKN28mR4QGyix/f1dXZWV/7KYmqJjZWVXF0tsUZF5i6Kin38eGWGJLSq6dgtqMcTOzNy8KdW2tVELYgMmdt++9vaGhqYmkltZOT3d1NTQwBCr60VFQq1oscSKl5JW0WKIFTJLSnbtKimRkiE2QGLFYtDeTnK7ukiwslZb7cjIxDzUYoWQSFoQhFplrVJtSUlWFqkVkuN35QWxPi4H/f3iwdIq1UpYWqVaG3bISQfxvR8Lsb6pRXltiF1MYgEAAAAAAAAAAAAAAACAROc/+JchUsRZHkAAAAAASUVORK5CYII=);
  background-position: -207px -207px;
  width: 68px;
  height: 68px;
}
.Pet_HatchingPotion_Thunderstorm {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVgAAAETCAMAAABELe7dAAACN1BMVEUAAAAAAACaltq+u+rc2u4AAAAFBQVpPwN7SgORWAbAwMDS0tLw8PD///8e5Cpr9nKU+ZkyWG5XZaFtfLoAbLgAqMYCkKkITwQSYg4S8R8TYiUXOg8XdS0Yei8aTRAbTLogaxEg8i0idB4lYQEoKCgs9DcvcwcyF183hzM4ODg5fhA5jiY9PT0/etI/oM8/9ElCQkJDQkJEbcxGP9JGcdNJSUlLTE1MH4pPT09QuexRUVFSjS5Tm09UsORWVlZaQRpfJqZg9mljY2NlidtnqaFpPwNpaWlpkVFr9nJuYHRyEA5ynkN7SgN8fHx9OdJ9QYCCgoKDl+GFtOCGrW+G4/mIFBKIf4+Kv5eLi4uMpuORDg6RWAaUlJSU+ZmWIBKWr+qXmpyXs2aaX8acPN+hxYuiyp6jDw+kpKSpSOqpewCqah2rKCisw+6zBQW07fu1bZm4EBC6s8a61ue7+768h4fAaATCX8vCbxDEmprHFBTH/MrJFBTMNh7MfB7NuCTP3PzQFBTQ0NDS0tLTorfUurrWnADX0eDYwcHY0izZ/dvahATbzzrct+fezADe3t7f09PgFBTh40jlggflwgrm5ubnmcnn77foT07obQno5uDo6OjpQUHp8vTrMzPu3f/v4j3wVVHw6Sjw8PDyzxjzv+P09lH14Tf2riT298f4n0348v/4+Pj5TEz6tr382KH84HD929/+PYr+2Gb/ZGP/txv/3Bv/7AH/8Q//9WH/94//+pz//Jz////clpoaAAAAFHRSTlMAAYCAgLe3t7e3t7e3t7+/v8zMzA6EYVkAAArgSURBVHja7ZyNVxRVH8dHiDIUX5DejZdSZFhhRVBTkChJQAxhTSAKMeyhfMACIiwpXwosenNSLEzQokR6A6VXcv64Z35crzPs+jznub+ZcZc53885O3vvPWe/3Pmc3XuZ2bM/TQMAAAAAAAAAAAAAAAAAwP/glVdiWwyGhuwjk2XLYlvKmGZsC2ITSaxu4eLltbXOENGLz0zeeIOOKRZ2j6lVzsSVWoj1Rayu79370kvsEwqFokPECGMZsENYy8ELLwitS5fef79QK0aU+Ouv6NMRIxCbKGLpLf/cc3v3Mj+E2dl3ChGjd3cmUmtKyn33LV0qlwNFtVLrwpmw1EKsT2JFjItNIzMzOkSMsJYCGcJaCuyty8X29ccf0acjRiA2kcSKtz3734rHHnOGUC9eM6GLArkUsC8Rfv/dORPqQWwiiZVveFf/midOiFwE5DOLYgtNi0SKiwPhJFBiF76QGZM4IQtlMtUWF0civb3UikQC4CRQYulF4+OyRy1GTOxLmCFzc7JHLUYIiUxLkz1qMdTKv0tqhV7m6UCsT2IJw3DpRHDhguuQyUlNu3GDHkyxUil7MRB/d2zM1guxiSJW17u7SalYDMbHf/lF0wYGFGN0PRSiW9s7d1JPfDETCimHzM6SUrEYzM2R2nPnFENSUlIt7r1XXBakpaWm0lFRra6fsRgbO3PG+ax8OhDrk9iWlu7u8XHDILV0NIzubuWQ7OxQaOfO774jtZ2dtbWhUHa2csiRI7Ozc3OTk6T2xg1SOzvLELt8uXiQXjqmpiqL7ek5c6a3VwgVzz09EJtIYk+dMgwh1TAGBjo6WGJJbW1tZ+fTT3d2XriQmckSe/785CSppeO5c0NDLLFpacstli0TLYbYxsYei97enp6xMfHc2AixiSO2o0OqNYxTp1hiMzOzs00zNA9pPX36zTcZYoeGpNrJyfPnmWKXWQi1aRa0HCiLralpbIxEpNyenkikoIBuyUBs/MVKtSSXYGgVIadPf/yxaWbfQlmrrZbkEgytttrU1LQ0plZxC6agoPEWkUhjY02NslaI9U2sUCthaZVqM2/DDjlyG5ZW+yJBwr5tWDNPQQEd2acDsb6Itb/odf2tSmKEpDhwORP6YiYQTgImFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIGKtXx7bUGR6Obaly6VJsS5nt22NbEBsgsenpdJS/DhE9dY4fd6aIHk+rzGCq/e03Z4joMXH5ixmI9UXsmjUiwq5HLUbUaG3VlixMsUYUeffd6JmIEZZWO4St1mXdcs/EahDrIClJvuWd9ajF6P9PdfWdUsSoqtaFGYpqxWYVHcLawlxWC4dYn8RqWnKyjJERYkSNcDg6RYyocPRodIYYUeLrr6NDxAhTrYvtC2J9Eqtp99zjrEdNPQ45Oc4U6qlDIu0MhlaisNAZQj22WJfVwiHWJ7EeVMZeskTzpr52wKqFexICsbER/713d1MCVi0cYn0J8aS8trZww6Lbhuop9IqyMtmjFrNssn0RS61FXbccYv0Ru2qVfI19Gavrq1bxZmLLdXE6ttz41y2HWA/F6np6On0dI76SkUe1mJUrdb21lT7+4iuZ4WG6nB0e1vWVK1VmkpdHSoXWS5fo9ktZmXJJz8JCuuUibrts3y7a8albDrE+iV2zJt3CNEkqSV692jTVQlas0PXq6uPHw+FHHiG1OTnUbm3V9RUrVGbyxBOklqDbhUePlpXl5SmfzoYNFRWFhXV1pFQ8V1Qoh/T1DQ6Oj5umqFtumobx0UcQmyhik5LWzJOeLhSTWnWxYYu33mptJcHV1a2t1FIV+9BDUi0tBPRgiq2ouHy5ro601tVVVGzbxhI7MmKapJaOZ88ODt51sUsg9s4hyRZJ8wi9pFb9HZtjUV39zDPr15PScLi6OidHXezDD5PavDxaCOjBErtt2+XLP/1EakkrU+w770i1pjkyArGJI5ZiTDM5WeglsapabbXh8Pr14TA901FNq63WCet/e6G24hbKWm21JJdgaYVY38RKtXytzuWAtNJRXatUa8O+47fhNiytUq2EqRVifRPrTWVsUmvD0erVTAIWArEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQPD58MPYljKeVMZ+773YFsRC7EJ++IGO8tchoqeMJ5Wx33/fGSJ6TDz5sYvLEIj1JURqtetRM9R6Uhn7ypXoEDHCMuKqbrknIRDrS4jYrKLrUStuYZ5Uxl679k4hYpTxCXZVXtuDEIj1LcTeulxsX55Uxs7IiA4RI0wrrrcvlyEQ61sIffDtetTMSwRPKmMfPuwMoR7bievy2h6EQKxvISg5jpDFFIKS4whZTCEL61F3dMS3Mvbnny/cyFyejovy2t9+K3vUcj0TiPVUrFTKfuN7WhnbvoyNd93y0lIPQiDWU7FUj7qvz65HPTjIqkftSWXsEyfoNqG4VZiRQUvB66/Hp7z21av792saPej46qukmDETiPVFbEsL1aM2DFGPmtQy6lF7Uhn77bc/+eSKBS0FDzxAag8fVg7ZuHHLlvHx8nJxOs8+axhbtiiHPPlkfv7+/VVVtG1VVVHr4kWITRyxhjEyYlicPUv10wcG+vriUxn74EFb7eOPC7UssTt2lJeTWjo+9dSmTSyxFy9WVUmppaW5uRCbOGI7OqgeNamletQDAx0d8amMfeDAwYPHjtlqH3wwI4MhdtMmqba8fMcOnthDh3Lz80tLq+Yptbh6FWITQ6xUS/Wouy3Yhb49qYy9Zw+pPXbsU4u1ax99lBVCakkuwdAqF4Pc3C+/zM/PP3Qon7EQQKyPYoXalhaqRk2K41sZe8+eAwf+bXHCgh2y8TYsrVKthKkVYn0Ti5LjCFlsIQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAwOjvl61ff43vTEZHY1vK3LwZ24LYAIn98Uc6yl+HTE+7iHL5E5Nr15whoqfMzIwzRPQgNkBi//5bzMOuR/3PP2ytripjS612CEPtyZPRIWIEYgMitrJSfm6c9aibmpjLgIui1mKzig5R3MLa2u4UIkYhNhBiNa2rS85FzqOhwcXW5WL7srcuF9vX5s3RIWIEYgMjVtM++8xZj7q93cU/Wy6LWtMH3w5hXiJkZTlDqAexAROL8toQu7jEorw2xC4msfSXp6Zkjy5nmSWCm5tlj1rMkK1bZY9azJDvv5c9asVLLcT6vBDQ7cI//yS1Lopa19e7+AjKl9hyXYTYciE2UGJ1vaGBlIrFYGqK1E5PK5evfO21+vrdu8Vi0Nz88sua9vzzyiFbLdatE1qpTUflkKwsuiQQlwWyHQ+1EOub2H37Ghqmpr76itRevz41df16U5Py6XzxxcTEBx+YZnPz7t3ffGOa9fUTE8oho6PXrtGD9FJr3brRUeWQF1+cmWlr27VLKN28mR4QGyix/f1dXZWV/7KYmqJjZWVXF0tsUZF5i6Kin38eGWGJLSq6dgtqMcTOzNy8KdW2tVELYgMmdt++9vaGhqYmkltZOT3d1NTQwBCr60VFQq1oscSKl5JW0WKIFTJLSnbtKimRkiE2QGLFYtDeTnK7ukiwslZb7cjIxDzUYoWQSFoQhFplrVJtSUlWFqkVkuN35QWxPi4H/f3iwdIq1UpYWqVaG3bISQfxvR8Lsb6pRXltiF1MYgEAAAAAAAAAAAAAAACAROc/+JchUsRZHkAAAAAASUVORK5CYII=);
  background-position: -276px 0px;
  width: 68px;
  height: 68px;
}
.Pet_HatchingPotion_White {
  background-image: url(data:image/png;base64,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);
  background-position: -276px -69px;
  width: 68px;
  height: 68px;
}
.Pet_HatchingPotion_Zombie {
  background-image: url(data:image/png;base64,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);
  background-position: -276px -138px;
  width: 68px;
  height: 68px;
}

.quest_dysheartener {
  background: url(/static/images/quest_dysheartener.a93d5ea.gif) no-repeat;
  width: 219px;
  height: 219px;
}
.quest_lostMasterclasser4 {
  background: url(/static/images/quest_lostMasterclasser4.8f74d72.gif) no-repeat;
  width: 219px;
  height: 219px;
}
.Gems {
  display:inline-block;
  margin-right:5px;
  border-style:none;
  margin-left:0px;
  margin-top:2px;
}
.inline-gems {
  vertical-align: middle;
  margin-left: 0px;
  display: inline-block;
}

/* Both */
.customize-menu .locked {
  background-color: #727272;
}

/* These sprites are oversized until a move to 105 avatar box happens*/

/* Backer */
.weapon_special_0, .head_special_0 {
  width: 105px;
  height: 105px;
  margin-left: -3px;
  margin-top: -18px;
}
.slim_armor_special_0, .broad_armor_special_0, .shield_special_0 {
  width: 90px;
  height: 90px;
}

/* Critical */
.weapon_special_critical {
  background: url(data:image/gif;base64,R0lGODlhWgBaALMJAH19fVdXVyOtADP/AERERGVlZXxVDampqQAAAP///wAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFIwAJACwAAAAAWgBaAAAE/zDJSau9OOvNu/9gKI5kaZ5oqq5s675wLM90bd94ru987//AoHBIlCCOyOILmVS2mEenChmoQhFSE9UKzZa2gas3BAaYq+HumFM+c5lr9hFtBqDFcUphz0ce/gKBaINveQl8fUd/B4EChINNcYh7foCCj4V5iQiNA551ngN1eJKUR52fZqGjaqUFSKiiqqkApGtIoQS6dY2scIZGR7m7Zr1mtnm4nroEvIG+kbdHzgLMzKHICdFFSNTWutitE9tE3cWB3wThvxTkQOYAoWihjUibE3WL7jzw8lX0geyZwiIh3599O/p5muep3pF7Bc3oi/IDjDEAF+9AYaZMVi2KPvcsPjsnoI5GJhyF0UJ4Q2RJkibfIEmJYNUxkD3APDJ4gNRMXfCG6CTE0+cRmnWEzsEUoGirnwSCcoPCcAApb99Y8qP6z9NVkum0JuQaYF0krNbE5iQbqdKBOr4MyFWb48rJcYr+wL2JQK4BujjsZtKW9+1eJH4B68iGl13jxOIqRm43GfHcyWsdV8hm+S9mYBo6gx4hejSZI35Nn2bX9uEe1YRZgxRYALZRgrH5wLbQuaPiMb1VWsW5Ozbkml6JFw/W9zLu5bxRO4eOIfhz6r4/786uGTr3367Aj4ZIHQP58ujTq1/Pvr379/Djy59Pv779+/jzD4kAACH5BAUjAAkALA8AGAAzAC0AAASFMMlJ67g16837vIMnjiJIniMorNMqoHCmspIb39L81jRO2haMDwakmIao4keIJB0pyqbn2epJp8zq7ropuqjcbu+bDWu8K7A5x1SLoqin2wM/ycuj+nrP7/vzVhtzUnpGeFyFSyF/jI2Oj5CRkpOUlZaXmJmaGYmOnY2fm6KjiIGToX9wEQA7) no-repeat;
  width: 90px;
  height: 90px;
  margin-left:-12px;
  margin-top:12px;
}

/* This is oversized until a move to 105 avatar box happens*/
.weapon_special_1 {
  margin-left: -12px;
}
.broad_armor_special_1, .slim_armor_special_1, .head_special_1 {
  width: 90px;
  height: 90px;
}
.head_special_0 {
  background: url(data:image/gif;base64,R0lGODlhaQBpALMJAGQuZnGElKYkL71OV+SevZ0KF////zg4OGBYb////wAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQF6AMJACwAAAAAaQBpAAAE/zDJSau9OOvNu/9gKI5kaZ5oqq5s675wLM90bd94ru987//AoHBILBqPyKRyyWw6n9CoFHioWqqHqQp7tWpR3Er4O8Iizlgz2kv+qBHp6hnObnfe8cN8PAz4+Sd5c3txK1h+ASWIgCaCg3RphlWIin91gXGPkIwlh36dcmtZEpwYWAKob4QHqAKlF2N4lyCyowmvXaypoYOnu7Ycsby4G7UTxBS+rryrrcjHbMYkWADVi8OFplWtmprOs9Bpq4jVAM/aB+XXeqKvyt2P38BimaLk1eewVeqW7JvgpLahgjdIXgZHkO6ZA0hrnzU/3n6FK8eN4JlW5YTpEqBJYb5gDv8BIIq4zBa1ahUtYsQXTSDHRx4ZijgpEmI8iQHToRxoEcHKhSZddvSTUea0kHNGXvylaunLgjx7xUmpFEHReSxoJrXpkykzpyQ15aHK9WoMrWeqymva9emclKvepS3LEquLPPwCvG3F161TuH/7bg1w9SOmNHn39o2qGHDbxYMLG80aJ3FgviQdLyZLuK5hyv56tm0c1THBz2e/qiwtGKxoUUPYEkwJ2fVr1DBorpvN2LbYSUTrxg65G57m3lIPxLTLQ3c/3n5Hw/PUGaiRN8Wlr35KfVUS7M99G4/aHTYS8AHemL7JHbhe80fQ/hPXM88bs+eRtqtn0T4v/PHpN5+ubI/45w+A3wk4GFvlDYLgEvItqFqDczyoRIRzpTehe5pYyAR6uTCy3Bcg0hNJBSNqUWIy2VCQIhlviOChirzIKJwdOc1ho3U43lJjCDNOESOQN+I4JAhBkvhjAppMkGQbRzYpwZMwLillAlTaQaBVRfaowZZZ9ghml14WY+BkZZpoYJoNncnmm3DGKeecdNZp55145qnnnnz26eefgAYq6KCEFmrooYgmquiig0YAACH5BAUUAAkALDkAKgAGAAYAAAQK0EhCpaHE4s07jgAh+QQFFAAJACw2ACcADAAMAAAEH5DIRKu8pFqcdbrVII5eMpLeKZbqwKrvuXUaR8+gd0UAIfkEBRQACQAsLQAhAB4AEgAABFQwyUnqvLgSzJPumQVS4uiV42ee26qab4qC8Trc3D2snZ7jPIxPCOxoaomCcsk5OpFLZuh55ESVTWe2lbySuDLutfDlvcblYGJ4YavXxYlbPYfvQBEAIfkEBRQACQAsJAAeADAAFQAABIgwyUkruTWnS7T/GQdK4miG2FiebDK85ju0rRzD9GmP+7l+PSAOxPl5gsfhp5gCITVPVIfU/BSumWvBZNxUPdosVvX1TkHhSppYnnBkT4F8noG/ulL7rDKnV/R4Fhd6GX1ydXaBOkOGAhNROYh7CY2PSpFJk5USkJhiW2pjnixrE6WjI6cJqiYRACH5BAUUAAkALCQAHgAwABUAAAR3MMlJ67g1pzu0/xkHSuJohthYnmxSvOZbtK0cw/Rpj/u5fj0gDsT5eYLH4aeYAiE1T1SH1PwIrpmrwGTcVD3aLFb19U5B4UqaWJ7IZOva+317x1lzOm9+1+WVOX1iWzkmgmpjhWiJVoyKi4QUh49gjgmTlIOaOREAIfkEBRQACQAsJwAeACoADwAABEUwyUlluTWnW7T/3DeFYmlhJWmKQmu2wlrCryt/9GzfWs7uvIoPBwxOhh6kRmW8cZjN1RMVlalgyht2m9nGol6ltxreRQAAOw==) no-repeat;
}
.head_special_1 {
  background: url(data:image/gif;base64,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) no-repeat;
  margin-top: 3px;
}
.broad_armor_special_0,.slim_armor_special_0 {
  background: url(data:image/gif;base64,R0lGODlhWgBaALMKAFBQUKYkL2QuZmBYb3GElOSevb8mM71OV8DA9zg4OP///wAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQF6AMKACwAAAAAWgBaAAAE/1DJSau9OOvNu/9gKI5kaZ5oqq5s675wLM90bd94ru987//AoHBILBqPyKRyyWw6n9CodEqtWq/YrHbL7Xq/4LB4TC6bz+i0es3eJt6EOGDumgPihHdCp8fb63N4enxwcnQtdoJvPX1xAo8ojwKKez+NBJKRj5RAl5knkpw5l3gDppKfIKiPpgN4ojKkca2rAiK1ra9xgzOyBLSrt6u5urw1esCodgHMHMwBdrimxjfIp6vLzRvP0cPTi6NvyZLZAc7M3ait1OEJz896es+trfDx7u8B7Dvy+ff4AeiZshcvnz5wPvq9+zdPIEGFBDu9MUCxokJir+ox01PRIkJGE4s7GrhoStevgRtDdtxHKIHIkW8autKl8aBLkSx56LEDkZnAAQZ3zsmZ8A3PmPl+BjU69KMQoQB6BnToj2lUp0cUHo1XjmgSrU25zokYBexVsQDIQoG6lW1YKW7PxvWKZO49O1vhWt0HlW7WvVj7YmUiuBKFwlX8+iU8uMLiJYobt5lMubLly5gzG4kAACH5BAUUAAoALAAAAAABAAEAAAQCUEUAIfkEBRQACgAsNgA/AAYAAwAABAUQyUnrjAAh+QQFFAAKACwzADwADAAJAAAEGrBIRau8pVqctboVIY6eMpLeKW6dxrUs6F0RACH5BAUUAAoALCoAOQAeAA8AAARFUMlZ6ry4FsyV7pkFUuLoleSGHSzHHpz2rS0Nh7JbX2+MSjNTcDQEFTtHn0pY6dmSOCePBb1opJNXNWUC/pBfZfe0JH4jACH5BAUUAAoALCcAOQAkAAwAAARMUMk5j6W43sypPZ23hdxHSmZXrCkVvNkbZN9qF+0kxzBW37iRruciag7A2/GkaCWTy5PzqUQJO9NqybLDyHJM66FbDIDDH/LQfKVEAAAh+QQFFAAKACwnADkAJAAPAAAER1DJOYOluN7MqQ2dt4XcR0pmd6zpeX5rfLRuCMvzWHc3vmqg18jnA7paRJxRGFQUeTpoc6egSalLkrUWc3Wxzt/piyWHzJgIADs=) no-repeat;
}
.broad_armor_special_1,.slim_armor_special_1 {
  background: url(/static/images/ContributorOnly-Equip-CrystalArmor.f221ab1.gif) no-repeat;
}
.shield_special_0 {
  background: url(data:image/gif;base64,R0lGODlhWgBaAKIHAO3sz9jYzqmpjhQiJbkSGzg4OPv6xf///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQFeAUHACwAAAAAWgBaAAAD/3i63P4wykmrvTjrzbv/YCiOZGmeaKqubOu+cCzPdG3feK7vfO//wKBwSCwaj8ikcslsOp/QqHRKrVqv2Kx2y+16v+CweEwuXwrotHo9XbvV7fcbmhbYDfiAHm+wC9JNdXd5e3h+gEyCAnx6AXyHaEqKjI2FfH12iEWThJWXhpmRRpwGlZaPoQVHaZ+lp614mkSsn42wn7JDtJe2t3y5P2kAw5SOncV8wwDAO8LEx9CuxgbKzDrOAMjRvdTD1jnY3MXcytWiwWjK4p3k5cvnPuGv0u3l3zjYA/rKvsr6A+ZUAcm37xksfwXfCURXACFAg60cBgxC8N8AXxYT3rtR8WAfxowTB6YblvHirZIhhZDi4/ETpIWz0Php1fLSy1UyB12qieoPvFEjs91KKSloP28/kWA7qjBQTp8Ffj3dqHIqGqkFbiayGjUWVzrnNFHFuVBsUqdlw541w7at27dGEgAAIfkEBRQABwAsUQBFAAMAAwAAAwNIupsAIfkEBRQABwAsPwBFABUABgAAAxdIetz+Iyryqotj2o23BaDmPSAgjk05JQAh+QQJMgAHACw8AEUAGwAJAAADKHg6rP4wPjakvfRqRfp+RiiMTkd8TmiMQumhh8rCkuqetGJzb74fpgQAIfkECQoABwAsAAAAAFoAWgAAA7x4utz+MMpJq7046827/2AojmRpnmiqrmzrvnAsz3Rt33iu73zv/8CgcEgsGo/IpHLJbDqf0Kh0Sq1ar9isdsvter/gsHhMLpvP6LR6zW673/C4fE6v2+8+gH7A7xv+gIB9fXoAR4WDfIGLiQOFh3uJi4GNj0YFmAKak36LmgKYBUehn5yKnpqho5mbjKeBn6pJoYWTgIWyS7R6tn+4mE27AL0Gv6JJBMkdyQRHzMvKRs8c03jW19jZ2tsOCQAh+QQFCgAHACwAAAAAWgBaAAAD/3i63P4wykmrvTjrzbv/YCiOZGmeaKqubOu+cCzPdG3feK7vfO//wKBwSCwaj8ikcslsOp/QqHRKrVqv2Kx2y+16v+CweEwuXwrotHo9XbvV7fcbmhbYDfiAHm+wC9JNdXd5e3h+gEyCAnx6AXyHaEqKjI2FfH12iEWThJWXhpmRRpwGlZaPoQVHaZ+lp614mkSsn42wn7JDtJe2t3y5P2kAw5SOncV8wwDAO8LEx9CuxgbKzDrOAMjRvdTD1jnY3MXcytWiwWjK4p3k5cvnPuGv0u3l3zjYA/rKvsr6A+ZUAcm37xksfwXfCURXACFAg60cBgxC8N8AXxYT3rtR8WwfxowTB6YblvHirZIhhZDi4/ETpIWz0Php1fLSy1UyB12qieoPvFEjs91KKSloP28/kWA7qjBQTp8Ffj3dqHIqGqkFbiayGjUWVyUEwi7QRPZcWAJHzo49V3ahWiNvD7Rd61asmbt48+o1kgAAOw==) no-repeat;
}
.weapon_special_0 {
  background: url(data:image/gif;base64,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) no-repeat;
}
.Pet-Wolf-Cerberus {
  width: 105px;
  height: 72px;
  background: url(/static/images/BackerOnly-Pet-CerberusPup.83717ea.gif) no-repeat;
}

/* FIXME figure out how to handle customize menu!!
.customize-menu .f_head_0 {
  width: 60px;
  height: 60px;
  background-position: -1917px -9px;
}
*/
[class*="Mount_Head_"],
[class*="Mount_Body_"] {
  margin-top:18px; /* Sprite accommodates 105x123 box */
}
.Pet_Currency_Gem {
  margin-top: 5px;
  margin-bottom: 5px
}
/*!
 * smartbanner.js v1.9.1 <https://github.com/ain/smartbanner.js>
 * Copyright © 2018 Ain Tohvri, contributors. Licensed under GPL-3.0.
 */
.smartbanner{position:absolute;top:0;left:0;overflow-x:hidden;width:100%;height:84px;background:#f3f3f3;font-family:Helvetica, sans, sans-serif
}
.smartbanner__exit{position:absolute;top:calc(50% - 6px);left:9px;display:block;margin:0;width:12px;height:12px;border:0;text-align:center
}
.smartbanner__exit::before,.smartbanner__exit::after{position:absolute;width:1px;height:12px;background:#767676;content:' '
}
.smartbanner__exit::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)
}
.smartbanner__exit::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)
}
.smartbanner__icon{position:absolute;top:10px;left:30px;width:64px;height:64px;border-radius:15px;background-size:64px 64px
}
.smartbanner__info{position:absolute;top:10px;left:104px;display:-webkit-box;display:-ms-flexbox;display:flex;overflow-y:hidden;width:60%;height:64px;-webkit-box-align:center;-ms-flex-align:center;align-items:center
}
.smartbanner__info__title{font-size:14px
}
.smartbanner__info__author,.smartbanner__info__price{font-size:12px
}
.smartbanner__button{position:absolute;top:32px;right:10px;z-index:1;display:block;padding:0 10px;min-width:10%;border-radius:5px;background:#f3f3f3;color:#1474fc;font-size:18px;text-align:center;text-decoration:none
}
.smartbanner__button__label{text-align:center
}
.smartbanner.smartbanner--android{background:#3d3d3d url(data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7);-webkit-box-shadow:inset 0 4px 0 #88b131;box-shadow:inset 0 4px 0 #88b131
}
.smartbanner.smartbanner--android .smartbanner__exit{left:6px;margin-right:7px;width:17px;height:17px;border-radius:14px;background:#1c1e21;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.8) inset,0 1px 1px rgba(255,255,255,0.3);box-shadow:0 1px 2px rgba(0,0,0,0.8) inset,0 1px 1px rgba(255,255,255,0.3);color:#b1b1b3;font-family:'ArialRoundedMTBold', Arial;font-size:20px;-webkit-font-smoothing:subpixel-antialiased;line-height:17px;text-shadow:0 1px 1px #000
}
.smartbanner.smartbanner--android .smartbanner__exit::before,.smartbanner.smartbanner--android .smartbanner__exit::after{top:3px;left:8px;width:2px;height:11px;background:#b1b1b3
}
.smartbanner.smartbanner--android .smartbanner__exit:active,.smartbanner.smartbanner--android .smartbanner__exit:hover{color:#eee
}
.smartbanner.smartbanner--android .smartbanner__icon{background-color:transparent;-webkit-box-shadow:none;box-shadow:none
}
.smartbanner.smartbanner--android .smartbanner__info{color:#ccc;text-shadow:0 1px 2px #000
}
.smartbanner.smartbanner--android .smartbanner__info__title{color:#fff;font-weight:bold
}
.smartbanner.smartbanner--android .smartbanner__button{top:30px;right:20px;padding:0;min-width:12%;border-radius:0;background:none;-webkit-box-shadow:0 0 0 1px #333, 0 0 0 2px #dddcdc;box-shadow:0 0 0 1px #333, 0 0 0 2px #dddcdc;color:#d1d1d1;font-size:14px;font-weight:bold
}
.smartbanner.smartbanner--android .smartbanner__button:active,.smartbanner.smartbanner--android .smartbanner__button:hover{background:none
}
.smartbanner.smartbanner--android .smartbanner__button__label{display:block;padding:0 10px;background:#42b6c9;background:-webkit-gradient(linear, left top, left bottom, from(#42b6c9), to(#39a9bb));background:linear-gradient(to bottom, #42b6c9, #39a9bb);-webkit-box-shadow:none;box-shadow:none;line-height:24px;text-align:center;text-shadow:none;text-transform:none
}
.smartbanner.smartbanner--android .smartbanner__button__label:active,.smartbanner.smartbanner--android .smartbanner__button__label:hover{background:#2ac7e1
}

@media only screen and (max-width: 1200px) {
.gryphon[data-v-afe38474] {
    background-image: url(data:image/png;base64,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);
    width: 30px;
    height: 30px;
    background-size: cover;
    color: #FFFFFF;
    margin: 0 auto;
}
.topbar-item[data-v-afe38474] {
    font-size: 14px !important;
}
}
@media only screen and (min-width: 992px) {
.mobile-only[data-v-afe38474] {
    display: none !important;
}
.topbar[data-v-afe38474] {
    max-height: 56px;
}
.topbar .currency-tray[data-v-afe38474] {
      margin-left: auto;
}
.topbar .topbar-item[data-v-afe38474] {
      padding-top: 5px;
      height: 56px;
}
.topbar .topbar-item.active[data-v-afe38474]:not(:hover) {
        -webkit-box-shadow: 0px -4px 0px #6133B4 inset;
                box-shadow: 0px -4px 0px #6133B4 inset;
}
.topbar .topbar-dropdown[data-v-afe38474] {
      position: absolute;
}
}
@media only screen and (max-width: 992px) {
.brand[data-v-afe38474] {
    margin: 0;
}
.gryphon[data-v-afe38474] {
    position: absolute;
    left: calc(50% - 30px);
    top: 10px;
}
#menu_collapse[data-v-afe38474] {
    margin: 0.6em -16px -8px;
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #432874;
}
#menu_collapse .menu-list[data-v-afe38474] {
      width: 100%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      text-align: center;
}
#menu_collapse .menu-list .topbar-dropdown-item[data-v-afe38474] {
        background: #432874;
        border-bottom: #6133b4 solid 1px;
}
#menu_collapse .menu-list .topbar-item[data-v-afe38474] {
        background: #4f2a93;
        border-bottom: #6133b4 solid 1px;
}
#menu_collapse .menu-list .topbar-item.active[data-v-afe38474] {
          background: #6133b4;
}
.currency-tray[data-v-afe38474] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 40px;
    background: #271b3d;
    width: 100%;
}
.desktop-only[data-v-afe38474] {
    display: none !important;
}
}
.menu-toggle[data-v-afe38474] {
  border: none;
}
#menu_collapse[data-v-afe38474] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.topbar[data-v-afe38474] {
  background: #432874 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='128' height='56' viewBox='0 0 128 56'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%236133B4' d='M24 0h8v8h-8z'/%3E%3Cpath fill='%234F2A93' d='M16 0h8v8h-8zm8 8h8v8h-8z'/%3E%3Cpath fill='%23432874' d='M16 8h8v8h-8zm16-8h8v8h-8zm0 8h8v8h-8z'/%3E%3Cpath fill='%234F2A93' d='M40 0h8v8h-8z'/%3E%3Cpath fill='%23432874' d='M40 8h8v8h-8zm8-8h8v8h-8z'/%3E%3Cpath fill='%236133B4' d='M48 8h8v8h-8zm8-8h8v8h-8z'/%3E%3Cpath fill='%234F2A93' d='M56 8h8v8h-8z'/%3E%3Cpath fill='%236133B4' d='M64 0h8v8h-8z'/%3E%3Cpath fill='%234F2A93' d='M64 8h8v8h-8zm8-8h8v8h-8z'/%3E%3Cpath fill='%236133B4' d='M72 8h8v8h-8zm8-8h8v8h-8z'/%3E%3Cpath fill='%234F2A93' d='M80 8h8v8h-8z'/%3E%3Cpath fill='%236133B4' d='M88 0h8v8h-8z'/%3E%3Cpath fill='%234F2A93' d='M88 8h8v8h-8z'/%3E%3Cpath fill='%23432874' d='M96 0h8v8h-8z'/%3E%3Cpath fill='%236133B4' d='M96 8h8v8h-8z'/%3E%3Cpath fill='%23432874' d='M24 16h8v8h-8zm-8 0h8v8h-8z'/%3E%3Cpath fill='%234F2A93' d='M8 16h8v8H8z'/%3E%3Cpath fill='%236133B4' d='M32 16h8v8h-8z'/%3E%3Cpath fill='%234F2A93' d='M40 16h8v8h-8zm8 0h8v8h-8zm8 0h8v8h-8z'/%3E%3Cpath fill='%236133B4' d='M64 16h8v8h-8z'/%3E%3Cpath fill='%234F2A93' d='M72 16h8v8h-8z'/%3E%3Cpath fill='%23432874' d='M80 16h8v8h-8z'/%3E%3Cpath fill='%234F2A93' d='M88 16h8v8h-8zm8 0h8v8h-8z'/%3E%3Cpath fill='%23432874' d='M24 24h8v8h-8z'/%3E%3Cpath fill='%236133B4' d='M16 24h8v8h-8z'/%3E%3Cpath fill='%234F2A93' d='M32 24h8v8h-8z'/%3E%3Cpath fill='%23432874' d='M40 24h8v8h-8zm8 0h8v8h-8z'/%3E%3Cpath fill='%234F2A93' d='M56 24h8v8h-8z'/%3E%3Cpath fill='%23432874' d='M64 24h8v8h-8z'/%3E%3Cpath fill='%234F2A93' d='M72 24h8v8h-8zm8 0h8v8h-8z'/%3E%3Cpath fill='%23432874' d='M88 24h8v8h-8z'/%3E%3Cpath fill='%234F2A93' d='M96 24h8v8h-8z'/%3E%3Cpath fill='%23432874' d='M24 32h8v8h-8zm-8 0h8v8h-8zm-8 0h8v8H8z'/%3E%3Cpath fill='%236133B4' d='M32 32h8v8h-8z'/%3E%3Cpath fill='%234F2A93' d='M40 32h8v8h-8z'/%3E%3Cpath fill='%236133B4' d='M48 32h8v8h-8z'/%3E%3Cpath fill='%23432874' d='M56 32h8v8h-8z'/%3E%3Cpath fill='%234F2A93' d='M64 32h8v8h-8z'/%3E%3Cpath fill='%236133B4' d='M72 32h8v8h-8z'/%3E%3Cpath fill='%234F2A93' d='M80 32h8v8h-8z'/%3E%3Cpath fill='%236133B4' d='M88 32h8v8h-8z'/%3E%3Cpath fill='%234F2A93' d='M96 32h8v8h-8zm-72 8h8v8h-8z'/%3E%3Cpath fill='%23432874' d='M16 40h8v8h-8zm-8 0h8v8H8z'/%3E%3Cpath fill='%234F2A93' d='M0 40h8v8H0z'/%3E%3Cpath fill='%23432874' d='M32 40h8v8h-8zm8 0h8v8h-8z'/%3E%3Cpath fill='%236133B4' d='M48 40h8v8h-8zm8 0h8v8h-8zm8 0h8v8h-8z'/%3E%3Cpath fill='%23432874' d='M72 40h8v8h-8zm8 0h8v8h-8z'/%3E%3Cpath fill='%236133B4' d='M88 40h8v8h-8z'/%3E%3Cpath fill='%23432874' d='M96 40h8v8h-8z'/%3E%3Cpath fill='%236133B4' d='M24 48h8v8h-8z'/%3E%3Cpath fill='%234F2A93' d='M16 48h8v8h-8zm16 0h8v8h-8z'/%3E%3Cpath fill='%23432874' d='M40 48h8v8h-8z'/%3E%3Cpath fill='%234F2A93' d='M48 48h8v8h-8z'/%3E%3Cpath fill='%23432874' d='M56 48h8v8h-8z'/%3E%3Cpath fill='%234F2A93' d='M64 48h8v8h-8zm8 0h8v8h-8z'/%3E%3Cpath fill='%236133B4' d='M80 48h8v8h-8z'/%3E%3Cpath fill='%23432874' d='M88 48h8v8h-8z'/%3E%3Cpath fill='%236133B4' d='M96 48h8v8h-8z'/%3E%3Cpath fill='%234F2A93' d='M104 0h8v8h-8z'/%3E%3Cpath fill='%23432874' d='M104 8h8v8h-8z'/%3E%3Cpath fill='%236133B4' d='M104 16h8v8h-8z'/%3E%3Cpath fill='%234F2A93' d='M104 24h8v8h-8z'/%3E%3Cpath fill='%23432874' d='M104 32h8v8h-8z'/%3E%3Cpath fill='%236133B4' d='M104 40h8v8h-8z'/%3E%3Cpath fill='%234F2A93' d='M104 48h8v8h-8z'/%3E%3Cpath fill='%23432874' d='M112 0h8v8h-8z'/%3E%3Cpath fill='%236133B4' d='M112 8h8v8h-8z'/%3E%3Cpath fill='%234F2A93' d='M112 16h8v8h-8z'/%3E%3Cpath fill='%236133B4' d='M112 24h8v8h-8zm0 8h8v8h-8z'/%3E%3Cpath fill='%234F2A93' d='M112 40h8v8h-8z'/%3E%3Cpath fill='%23432874' d='M112 48h8v8h-8zm8-48h8v8h-8z'/%3E%3Cpath fill='%234F2A93' d='M120 8h8v8h-8zm0 8h8v8h-8z'/%3E%3Cpath fill='%23432874' d='M120 24h8v8h-8zm0 8h8v8h-8z'/%3E%3Cpath fill='%236133B4' d='M120 40h8v8h-8z'/%3E%3Cpath fill='%234F2A93' d='M120 48h8v8h-8z'/%3E%3C/g%3E%3C/svg%3E") right top no-repeat;
  min-height: 56px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(26, 24, 29, 0.24);
          box-shadow: 0 1px 2px 0 rgba(26, 24, 29, 0.24);
}
.topbar a[data-v-afe38474] {
    color: white !important;
}
.navbar-z-index-normal[data-v-afe38474] {
  z-index: 1080;
}
.navbar-z-index-modal[data-v-afe38474] {
  z-index: 1035;
  z-index: 1042;
}
.logo[data-v-afe38474] {
  padding-left: 10px;
  width: 128px;
  height: 28px;
}
.quick-menu[data-v-afe38474] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.currency-tray[data-v-afe38474] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topbar-item[data-v-afe38474] {
  font-size: 16px;
  color: #FFFFFF !important;
  font-weight: bold;
  -webkit-transition: none;
  transition: none;
}
.topbar-item .topbar-dropdown[data-v-afe38474] {
    display: none;
}
.topbar-item > a[data-v-afe38474] {
    padding: .8em 1em !important;
}
.topbar-item[data-v-afe38474]:hover {
    color: #FFFFFF !important;
    background: #4F2A93;
}
.topbar-item:hover .topbar-dropdown[data-v-afe38474] {
      display: block;
      margin-top: 0;
      background: #4F2A93;
      border-radius: 0px;
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 0px;
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px;
}
.topbar-item:hover .topbar-dropdown .topbar-dropdown-item[data-v-afe38474] {
        font-size: 16px;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #FFFFFF;
        border: none;
        line-height: 1.5;
        display: list-item;
}
.topbar-item:hover .topbar-dropdown .topbar-dropdown-item.active[data-v-afe38474] {
          background: #6133B4;
}
.topbar-item:hover .topbar-dropdown .topbar-dropdown-item[data-v-afe38474]:hover {
          background: #6133B4;
}
.topbar-item:hover .topbar-dropdown .topbar-dropdown-item[data-v-afe38474]:hover:last-child {
            border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px;
}
.dropdown + .dropdown[data-v-afe38474] {
  margin-left: 0px;
}
.item-with-icon[data-v-afe38474] {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
}
.item-with-icon span[data-v-afe38474] {
    font-weight: bold;
}
.item-with-icon.gold[data-v-afe38474] {
    margin-right: 24px;
}
.item-with-icon[data-v-afe38474]:hover .top-menu-icon.svg-icon {
    color: #FFFFFF;
}
.item-with-icon[data-v-afe38474] .top-menu-icon.svg-icon {
    color: #D5C8FF;
    vertical-align: bottom;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    margin-left: 12px;
}
.menu-icon[data-v-afe38474] {
  margin-left: 24px;
}
.gem[data-v-afe38474]:hover {
  cursor: pointer;
}
.message-count[data-v-afe38474] {
  background-color: #46A7D9;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  float: right;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}
.message-count.top-count[data-v-afe38474] {
  background-color: #F74E52;
  position: absolute;
  right: 0;
  top: -0.5em;
  padding: .2em;
}

.header-wrap[data-v-50639fc8] {
  padding: 0.5em;
}
.header-wrap h2[data-v-50639fc8] {
    margin: 0;
    line-height: 1;
}
.envelope[data-v-50639fc8] {
  color: #C3C0C7 !important;
  margin: 0;
}
.sidebar[data-v-50639fc8] {
  background-color: #F9F9F9;
  min-height: 600px;
  padding: 0;
}
.sidebar .search-section[data-v-50639fc8] {
    padding: 1em;
    -webkit-box-shadow: 0 1px 2px 0 rgba(26, 24, 29, 0.24);
            box-shadow: 0 1px 2px 0 rgba(26, 24, 29, 0.24);
}
.messages[data-v-50639fc8] {
  position: relative;
  padding-left: 0;
  padding-bottom: 6em;
}
.message-scroll[data-v-50639fc8] {
  max-height: 500px;
  overflow-x: scroll;
}
@media (min-width: 992px) {
.message-scroll[data-v-50639fc8] {
      overflow-x: hidden;
      overflow-y: scroll;
}
}
.to-form input[data-v-50639fc8] {
  width: 60%;
  display: inline-block;
  margin-left: 1em;
}
.empty-messages[data-v-50639fc8] {
  margin-top: 10em;
  color: #C3C0C7;
  padding: 1em;
}
.empty-messages h4[data-v-50639fc8] {
    color: #C3C0C7;
    margin-top: 1em;
}
.empty-messages .envelope[data-v-50639fc8] {
    width: 30px;
    margin: 0 auto;
}
.pm-disabled-caption[data-v-50639fc8] {
  padding-top: 1em;
  background-color: #F9F9F9;
  z-index: 2;
}
.pm-disabled-caption h4[data-v-50639fc8], .pm-disabled-caption p[data-v-50639fc8] {
    color: #A5A1AC;
}
.pm-disabled-caption h4[data-v-50639fc8] {
    margin-top: 0;
    margin-bottom: 0.4em;
}
.pm-disabled-caption p[data-v-50639fc8] {
    font-size: 12px;
    margin-bottom: 0;
}
.new-message-row[data-v-50639fc8] {
  background-color: #F9F9F9;
  position: absolute;
  bottom: 0;
  height: 88px;
  width: 100%;
  padding: 1em;
}
.new-message-row textarea[data-v-50639fc8] {
    height: 80%;
    display: inline-block;
    vertical-align: bottom;
    width: 80%;
}
.new-message-row button[data-v-50639fc8] {
    vertical-align: bottom;
    display: inline-block;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-left: 1em;
}
.conversations[data-v-50639fc8] {
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.conversation[data-v-50639fc8] {
  padding: 1.5em;
  background: #FFFFFF;
  height: 80px;
}
.conversation .timeago[data-v-50639fc8] {
    margin-left: 1em;
}
.conversation.active[data-v-50639fc8] {
  border: 1px solid #9A62FF;
}
.conversation[data-v-50639fc8]:hover {
  cursor: pointer;
}

.toggle-switch[data-v-038a7d91] {
  position: relative;
  width: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-left: 9px;
}
.toggle-switch-description[data-v-038a7d91] {
  height: 20px;
}
.toggle-switch-description.hasPopOver[data-v-038a7d91] {
    border-bottom: 1px dashed #878190;
}
.toggle-switch-checkbox[data-v-038a7d91] {
  display: none;
}
.toggle-switch-label[data-v-038a7d91] {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 100px;
  margin-bottom: 0px;
  margin-top: 3px;
}
.toggle-switch-inner[data-v-038a7d91] {
  display: block;
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.toggle-switch-inner[data-v-038a7d91]:before, .toggle-switch-inner[data-v-038a7d91]:after {
  display: block;
  float: left;
  width: 50%;
  height: 16px;
  padding: 0;
}
.toggle-switch-inner[data-v-038a7d91]:before {
  content: "";
  padding-left: 10px;
  background-color: #9A62FF;
}
.toggle-switch-inner[data-v-038a7d91]:after {
  content: "";
  padding-right: 10px;
  background-color: #878190;
  text-align: right;
}
.toggle-switch-switch[data-v-038a7d91] {
  -webkit-box-shadow: 0 1px 2px 0 rgba(26, 24, 29, 0.32);
          box-shadow: 0 1px 2px 0 rgba(26, 24, 29, 0.32);
  display: block;
  width: 20px;
  margin: -2px;
  margin-top: 1px;
  height: 20px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.toggle-switch-checkbox:checked + .toggle-switch-label .toggle-switch-inner[data-v-038a7d91] {
  margin-left: 0;
}
.toggle-switch-checkbox:checked + .toggle-switch-label .toggle-switch-switch[data-v-038a7d91] {
  right: 0px;
}

.hr[data-v-08fab925] {
  width: 100%;
  height: 20px;
  border-bottom: 1px solid #E1E0E3;
  text-align: center;
  margin: 2em 0;
}
.hr-middle[data-v-08fab925] {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Roboto Condensed';
  line-height: 1.5;
  text-align: center;
  color: #878190;
  background-color: #F9F9F9;
  padding: .2em;
  margin-top: .2em;
  display: inline-block;
  width: 100px;
}
.card[data-v-08fab925] {
  margin-bottom: .5em;
}

.avatar[data-v-186433de] {
  width: 140px;
  height: 147px;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -webkit-optimize-contrast;
      image-rendering: -moz-crisp-edges;
      image-rendering: -o-pixelated;
      image-rendering: pixelated;
  position: relative;
  cursor: pointer;
}
.character-sprites[data-v-186433de] {
  width: 90px;
  height: 90px;
}
.character-sprites span[data-v-186433de] {
  position: absolute;
}
.current-pet[data-v-186433de] {
  bottom: 0px;
  left: 0px;
}
.offset-kangaroo[data-v-186433de] {
  margin-top: 24px;
}

.class-badge[data-v-c98849e0] {
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.16), 0 1px 4px 0 rgba(26, 24, 29, 0.12);
          box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.16), 0 1px 4px 0 rgba(26, 24, 29, 0.12);
  border-radius: 100px;
}
.class-badge.under-avatar[data-v-c98849e0] {
    position: absolute;
    left: calc(50% - (16px));
    bottom: -16px;
    z-index: 1;
}
.class-badge .svg-icon[data-v-c98849e0] {
    width: 19px;
    height: 19px;
}

.task[data-v-e0915686] {
  margin-bottom: 2px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.16), 0 1px 4px 0 rgba(26, 24, 29, 0.12);
          box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.16), 0 1px 4px 0 rgba(26, 24, 29, 0.12);
  background: transparent;
  border-radius: 2px;
  position: relative;
}
.task[data-v-e0915686]:hover {
    -webkit-box-shadow: 0 1px 8px 0 rgba(26, 24, 29, 0.12), 0 4px 4px 0 rgba(26, 24, 29, 0.16);
            box-shadow: 0 1px 8px 0 rgba(26, 24, 29, 0.12), 0 4px 4px 0 rgba(26, 24, 29, 0.16);
}
.task:hover .left-control[data-v-e0915686], .task:hover .right-control[data-v-e0915686], .task:hover .task-content[data-v-e0915686] {
      border-color: #9A62FF;
}
.task-habit-disabled-control-habit[data-v-e0915686]:hover {
  cursor: initial;
}
.task-title[data-v-e0915686] {
  padding-bottom: 8px;
  color: #34313A;
  font-weight: normal;
  margin-bottom: 0px;
  margin-right: 15px;
  line-height: 1.43;
  font-size: 14px;
  min-width: 0px;
  overflow-wrap: break-word;
  /**
  * Fix flex-wrapping for IE 11
  * https://github.com/HabitRPG/habitica/issues/9754
  */
}
.task-title.has-notes[data-v-e0915686] {
    padding-bottom: 4px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.task-title[data-v-e0915686] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
}
.task-clickable-area[data-v-e0915686] {
  padding: 7px 8px;
  padding-bottom: 0px;
}
.task-clickable-area-user[data-v-e0915686] {
    padding-right: 0px;
}
.task-title + .task-dropdown[data-v-e0915686] .dropdown-menu {
  margin-top: 2px !important;
}
.dropdown-icon[data-v-e0915686] {
  width: 4px;
  height: 16px;
  margin-right: 0px;
  color: #686274 !important;
}
.task[data-v-e0915686] .habitica-menu-dropdown .habitica-menu-dropdown-toggle {
  opacity: 0;
  padding: 0 8px;
  -webkit-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
}
.task[data-v-e0915686]:hover .habitica-menu-dropdown .habitica-menu-dropdown-toggle {
  opacity: 1;
}
.task-clickable-area[data-v-e0915686] .habitica-menu-dropdown.open .habitica-menu-dropdown-toggle {
  opacity: 1;
}
.task-clickable-area[data-v-e0915686] .habitica-menu-dropdown.open .habitica-menu-dropdown-toggle .svg-icon {
    color: #9A62FF !important;
}
.task-clickable-area[data-v-e0915686] .habitica-menu-dropdown .habitica-menu-dropdown-toggle:hover .svg-icon {
  color: #9A62FF !important;
}
.task-dropdown[data-v-e0915686] {
  max-height: 16px;
}
.task-dropdown[data-v-e0915686] .dropdown-menu .dropdown-item {
  cursor: pointer !important;
  -webkit-transition: none;
  transition: none;
}
.task-dropdown[data-v-e0915686] .dropdown-menu .dropdown-item * {
    -webkit-transition: none;
    transition: none;
}
.task-dropdown[data-v-e0915686] .dropdown-menu .dropdown-item:hover {
    color: #6133B4;
}
.task-dropdown[data-v-e0915686] .dropdown-menu .dropdown-item:hover .svg-icon.push-to-top *, .task-dropdown[data-v-e0915686] .dropdown-menu .dropdown-item:hover .svg-icon.push-to-bottom * {
      stroke: #6133B4;
}
.task-notes[data-v-e0915686] {
  color: #686274;
  font-style: normal;
  padding-right: 20px;
  min-width: 0px;
  overflow-wrap: break-word;
}
.task-notes.has-checklist[data-v-e0915686] {
    padding-bottom: 8px;
}
.task-content[data-v-e0915686] {
  padding-top: 0px;
  padding-bottom: 7px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid transparent;
  -webkit-transition-duration: 0.15;
          transition-duration: 0.15;
  min-width: 0px;
}
.task-content.no-right-border[data-v-e0915686] {
    border-right: none !important;
}
.task-content.reward-content[data-v-e0915686] {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.checklist[data-v-e0915686] {
  margin-bottom: 2px;
  margin-top: -3px;
}
.collapse-checklist[data-v-e0915686] {
  padding: 2px 6px;
  margin-bottom: 9px;
  border-radius: 1px;
  background-color: #EDECEE;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
  color: #878190;
}
.collapse-checklist span[data-v-e0915686] {
    margin: 0px 4px;
}
.collapse-checklist .svg-icon[data-v-e0915686] {
    width: 12px;
    height: 8px;
}
.checklist-item[data-v-e0915686] {
  color: #4E4A57;
  font-size: 14px;
  line-height: 1.43;
  margin-bottom: -3px;
  min-height: 0px;
  width: 100%;
  margin-left: 8px;
  padding-right: 20px;
  overflow-wrap: break-word;
}
.checklist-item-done[data-v-e0915686] {
    color: #A5A1AC;
    text-decoration: line-through;
}
.checklist-item .custom-control-label[data-v-e0915686]::before, .checklist-item .custom-control-label[data-v-e0915686]::after {
    margin-top: -2px;
}
.checklist-item .custom-control-label[data-v-e0915686] {
    margin-left: 6px;
    padding-top: 0px;
    min-width: 0px;
}
.icons[data-v-e0915686], .checklist[data-v-e0915686] {
  padding: 0 8px;
}
.icons[data-v-e0915686] {
  margin-top: 4px;
  color: #A5A1AC;
  font-style: normal;
}
.icons-right[data-v-e0915686] {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.icons-right .svg-icon[data-v-e0915686] {
  margin-left: 8px;
}
.icons span[data-v-e0915686] {
  margin-left: 4px;
}
.svg-icon.streak[data-v-e0915686] {
  width: 11.6px;
  height: 7.1px;
}
.delete-task-item[data-v-e0915686] {
  color: #F23035;
}
.edit-task-item span.text[data-v-e0915686] {
  margin-left: -3px;
}
.svg-icon.edit-icon[data-v-e0915686] {
  width: 16px;
  height: 16px;
}
.svg-icon.push-to-top[data-v-e0915686], .svg-icon.push-to-bottom[data-v-e0915686] {
  width: 10px;
  height: 11px;
  margin-left: 3px;
}
.svg-icon.push-to-top svg[data-v-e0915686], .svg-icon.push-to-bottom svg[data-v-e0915686] {
    stroke: #6133B4;
}
.svg-icon.delete[data-v-e0915686] {
  width: 14px;
  height: 16px;
}
.tags.svg-icon[data-v-e0915686], .calendar.svg-icon[data-v-e0915686] {
  width: 14px;
  height: 14px;
}
.tags[data-v-e0915686]:hover {
  color: #BDA8FF;
}
.due-overdue[data-v-e0915686] {
  color: #F74E52;
}
.calendar.svg-icon[data-v-e0915686] {
  margin-right: 2px;
  margin-top: -2px;
}
.challenge.svg-icon[data-v-e0915686] {
  width: 14px;
  height: 12px;
}
.check.svg-icon[data-v-e0915686] {
  width: 12.3px;
  height: 9.8px;
  margin: 9px 8px;
}
.challenge.broken[data-v-e0915686] {
  color: #F74E52;
}
.left-control[data-v-e0915686], .right-control[data-v-e0915686] {
  width: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.left-control[data-v-e0915686], .right-control[data-v-e0915686], .task-control[data-v-e0915686] {
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: border-color, background, color;
  transition-property: border-color, background, color;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}
.left-control[data-v-e0915686] {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  min-height: 60px;
  border: 1px solid transparent;
  border-right: none;
}
.left-control + .task-content[data-v-e0915686] {
    border-left: none;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.right-control[data-v-e0915686] {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  min-height: 56px;
  border: 1px solid transparent;
  border-left: none;
}
.task-control[data-v-e0915686], .reward-control[data-v-e0915686] {
  cursor: pointer;
}
.task-not-scoreable .task-control[data-v-e0915686], .task-not-scoreable .reward-control[data-v-e0915686] {
  cursor: default !important;
}
.task-not-scoreable .svg-icon.check[data-v-e0915686] {
  display: none !important;
}
.daily-todo-control[data-v-e0915686] {
  margin-top: 16px;
  border-radius: 2px;
  margin-left: -1px;
}
.reward-control[data-v-e0915686] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 8px;
  padding-bottom: 4px;
}
.reward-control .svg-icon[data-v-e0915686] {
    width: 24px;
    height: 24px;
}
.reward-control .small-text[data-v-e0915686] {
    margin-top: 4px;
    font-style: initial;
    font-weight: bold;
}
.tags-popover[data-v-e0915686] .tags-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -3px;
  margin-bottom: -3px;
}
.tags-popover[data-v-e0915686] .tags-popover-title {
  margin-right: 4px;
  display: block;
  float: left;
  margin-top: -3px;
  margin-bottom: -3px;
}
.tags-popover[data-v-e0915686] .tag-label {
  display: block;
  float: left;
  margin-left: 4px;
  border-radius: 100px;
  background-color: #4E4A57;
  padding: 4px 10px;
  color: #A5A1AC;
  white-space: nowrap;
  margin-top: 3px;
  margin-bottom: 3px;
}

.claim-bottom-message[data-v-42286d3c] {
  z-index: 9;
}
.approval[data-v-42286d3c] {
  background: #24cc8f;
  color: #fff;
}

.claim-bottom-message[data-v-cf028da0] {
  z-index: 9;
}
.task-unclaimed span[data-v-cf028da0] {
  margin-right: 0.25rem;
}
.task-unclaimed a[data-v-cf028da0] {
  display: inline-block;
}

.row.approval[data-v-11d13cee] {
  padding-top: 1em;
  padding-bottom: 1em;
}

.habitica-menu-dropdown.open .habitica-menu-dropdown-toggle .svg-icon {
  color: #FFFFFF !important;
}

.dropdown[data-v-4258a4a7]:hover {
  cursor: pointer;
}
.dropdown .dropdown-menu[data-v-4258a4a7] {
  cursor: auto;
  -webkit-box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.16), 0 1px 4px 0 rgba(26, 24, 29, 0.12);
          box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.16), 0 1px 4px 0 rgba(26, 24, 29, 0.12);
  max-height: calc(100vh - 100px);
  overflow: auto;
  left: inherit;
  right: 0px !important;
}
.dropdown .dropdown-menu[data-v-4258a4a7] .dropdown-separated {
    border-bottom: 1px solid #E1E0E3;
}
.dropdown.open .dropdown-menu[data-v-4258a4a7] {
  display: block;
  margin-top: 8px;
}

#report-flag h5 {
  color: #f23035;
}

.modal-body[data-v-100c6548] {
  margin-top: 1em;
}
blockquote[data-v-100c6548] {
  border-radius: 2px;
  background-color: #f4f4f4;
  padding: 1em;
  margin-top: 1em;
}
textarea[data-v-100c6548] {
  margin-top: 1em;
  margin-bottom: 1em;
  border-radius: 2px;
  border: solid 1px #C3C0C7;
  min-height: 106px;
}
.footer[data-v-100c6548] {
  padding: 1em;
  padding-bottom: 2em;
}
a.cancel-link[data-v-100c6548] {
  color: #2995CD;
  margin-right: .5em;
}
.optional[data-v-100c6548] {
  color: #878190;
  float: right;
}

.tier1[data-v-1032623e] {
  color: #c42870;
}
.tier2[data-v-1032623e] {
  color: #b01515;
}
.tier3[data-v-1032623e] {
  color: #d70e14;
}
.tier4[data-v-1032623e] {
  color: #c24d00;
}
.tier5[data-v-1032623e] {
  color: #9e650f;
}
.tier6[data-v-1032623e] {
  color: #2b8363;
}
.tier7[data-v-1032623e] {
  color: #167e87;
}
.tier8[data-v-1032623e] {
  color: #277eab;
}
.tier9[data-v-1032623e] {
  color: #6133b4;
}
.tierNPC[data-v-1032623e], .npc[data-v-1032623e] {
  color: #77f4c7;
  fill: #77f4c7;
  stroke: #005737;
}
.mentioned-icon[data-v-1032623e] {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #bda8ff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(26, 24, 29, 0.12);
          box-shadow: 0 1px 1px 0 rgba(26, 24, 29, 0.12);
  position: absolute;
  right: -.5em;
  top: -.5em;
}
.message-hidden[data-v-1032623e] {
  margin-left: 1.5em;
  margin-top: 1em;
  color: red;
}
.card-body .leader[data-v-1032623e] {
  margin-bottom: 0;
}
.card-body h3[data-v-1032623e] {
  cursor: pointer;
  display: inline-block;
}
.card-body h3 .svg-icon[data-v-1032623e] {
    width: 10px;
    display: inline-block;
    margin-left: .5em;
}
.card-body .time[data-v-1032623e] {
  font-size: 12px;
  color: #878190;
  width: 150px;
}
.card-body .text[data-v-1032623e] {
  font-size: 14px;
  color: #4e4a57;
  text-align: left !important;
}
.action[data-v-1032623e] {
  display: inline-block;
  color: #878190;
  margin-right: 1em;
}
.action[data-v-1032623e]:hover {
  cursor: pointer;
}
.liked[data-v-1032623e]:hover {
  cursor: default;
}
.action .svg-icon[data-v-1032623e] {
  margin-right: .2em;
  width: 16px;
  display: inline-block;
  color: #A5A1AC;
}
.action.active[data-v-1032623e], .active .svg-icon[data-v-1032623e] {
  color: #46a7d9;
}

.dropdown-item[data-v-5f4fd63b] {
  padding: 16px 24px;
  width: 378px;
}
.dropdown-title[data-v-5f4fd63b] {
  margin-bottom: 0px;
  margin-right: 8px;
  line-height: 1.5;
}
.no-notifications h2[data-v-5f4fd63b], .no-notifications p[data-v-5f4fd63b] {
  text-align: center;
  color: #878190 !important;
}
.no-notifications h2[data-v-5f4fd63b] {
  margin-top: 24px;
}
.no-notifications p[data-v-5f4fd63b] {
  white-space: normal;
  margin-bottom: 43px;
  margin-left: 24px;
  margin-right: 24px;
}
.no-notifications .svg-icon[data-v-5f4fd63b] {
  margin: 0 auto;
  width: 256px;
  height: 104px;
}

.message-count {
  background-color: #46A7D9;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  float: right;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}
.message-count.top-count {
  position: absolute;
  right: 0.3em;
  top: -0.8em;
  padding: 0.2em;
  background-color: #F74E52;
}
.message-count.top-count-gray {
  background-color: #878190;
}

.notification-small {
  font-size: 12px;
  line-height: 1.33;
  color: #878190;
}
.notification-ellipses {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.notification-bold {
  font-weight: bold;
}
.notification-bold-blue {
  font-weight: bold;
  color: #2995CD;
}
.notification-bold-purple {
  font-weight: bold;
  color: #6133B4;
}
.notification-yellow {
  color: #bf7d1a;
}
.notification-green {
  color: #1CA372;
}

.notification[data-v-543bce3e] {
  width: 378px;
  max-width: 100%;
  padding: 9px 20px 10px 24px;
  overflow: hidden;
}
.notification[data-v-543bce3e]:active, .notification[data-v-543bce3e]:hover {
    color: inherit;
}
.notification-icon[data-v-543bce3e] {
  margin-right: 16px;
}
.notification-icon.is-not-bailey[data-v-543bce3e] {
    width: 31px;
    height: 32px;
}
.notifications-buttons[data-v-543bce3e] {
  margin-top: 12px;
}
.notifications-buttons .btn[data-v-543bce3e] {
    margin-right: 8px;
}
.notification-content[data-v-543bce3e] {
  margin-top: 6px;
  margin-bottom: 6px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  white-space: normal;
  font-size: 14px;
  line-height: 1.43;
  color: #4E4A57;
  max-width: calc(100% - 26px);
}
.notification-remove[data-v-543bce3e] {
  margin-top: 7px;
  width: 18px;
  height: 18px;
  margin-left: 12px;
  padding: 4px;
}
.notification-remove .svg-icon[data-v-543bce3e] {
    width: 10px;
    height: 10px;
}

.message {
  margin-bottom: 8px;
}

dt[data-v-207d290e] {
  font-size: 1.3em;
  line-height: 1.2;
  color: #4E4A57;
}
.col-8[data-v-207d290e] {
  text-align: left;
}
.col-8[data-v-207d290e]:not(:last-child) {
  margin-bottom: 4px;
}
.svg-icon[data-v-207d290e] {
  margin-right: 4px;
}
.small-version[data-v-207d290e] {
  font-size: 12px;
  line-height: 1.33;
}
.small-version .svg-icon[data-v-207d290e] {
    margin-top: 1px;
}

.questPopover dt {
  color: inherit;
  font-size: 1em;
  white-space: nowrap;
}

.svg-icon[data-v-6aa88728] {
  width: 23px;
  height: 28px;
}

.background[data-v-34bb0fba] {
  position: relative;
}
.notification[data-v-34bb0fba] {
  background-image: -webkit-gradient(linear, left top, right top, from(#410f2a), color-stop(50%, #931f4d), to(#410f2a)) !important;
  background-image: linear-gradient(to right, #410f2a, #931f4d 50%, #410f2a) !important;
  padding: 0 !important;
}
.notification[data-v-34bb0fba] .notification-content {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.title[data-v-34bb0fba], .sub-title[data-v-34bb0fba] {
  color: #fff;
}
.title[data-v-34bb0fba] {
  font-size: 14px;
  font-weight: bold;
}
.text[data-v-34bb0fba] {
  position: absolute;
  margin-top: 1em;
  margin-left: 1em;
}
.sub-title[data-v-34bb0fba] {
  font-size: 14px;
}
.left-hearts[data-v-34bb0fba] {
  background-size: 100%;
  margin-left: 2em;
  margin-right: 1em;
  width: 106px;
  height: 41px;
  background-size: contain;
}
.left-hearts[data-v-34bb0fba] {
  background-image: url(data:image/png;base64,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);
}
.quest_dysheartener_notification[data-v-34bb0fba], .phobia_dysheartener_notification[data-v-34bb0fba] {
  width: 219px;
  height: 64px;
  background-size: 100%;
}
.phobia_dysheartener_notification[data-v-34bb0fba] {
  display: none;
}
.quest_dysheartener_notification[data-v-34bb0fba] {
  background-image: url(/static/images/mantis-static-notification@3x.49ab392.png);
}
.phobia_dysheartener_notification[data-v-34bb0fba] {
  display: none;
  background-image: url(/static/images/heart-translucent-shadow-notification@3x.bdb7013.png);
}
.health-bar[data-v-34bb0fba] {
  width: 378px;
  height: 24px;
  background-color: #410f2a;
}
.boss-health-wrap[data-v-34bb0fba] {
  margin-left: .5em;
  margin-right: .5em;
  width: 274px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.24);
  border-radius: 2px;
}
.boss-health-bar[data-v-34bb0fba] {
  background-color: #f74e52;
  height: 12px;
  margin-bottom: .5em;
  border-radius: 2px;
}
.svg-icon[data-v-34bb0fba] {
  width: 16px;
  height: 16px;
}
.pending-damage[data-v-34bb0fba] {
  color: #fff;
}
.pending-damage .svg-icon[data-v-34bb0fba] {
    display: inline-block;
    margin-right: .2em;
    margin-bottom: .2em;
}
.pending-damage span[data-v-34bb0fba], .pending-damage .svg-icon[data-v-34bb0fba] {
    vertical-align: bottom;
}

.username-notification-title {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: bold;
  color: #6133B4;
}
.current-username-container {
  border-radius: 2px;
  background-color: #f9f9f9;
  border: solid 1px #e1e0e3;
  padding: 8px 16px 8px 16px;
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 16px;
}
.current-username-container label {
    display: inline;
}
.current-username-container .notification-buttons {
    display: inline-block;
}






































































































































































































































































































































































































/* @TODO do not rely on avatar-modal___BV_modal_body_,
   it already changed once when bootstrap-vue reached version 1 */
.page-2 #avatar-modal___BV_modal_body_ {
  margin-top: 9em;
}
.page-2 .modal-content {
  margin-top: 7em;
}
#avatar-modal___BV_modal_body_, #avatar-modal___BV_modal_body_ {
  padding: 0;
}

#creator-background[data-v-edea0464] {
  background-color: #4F2A93;
}
#creator-modal[data-v-edea0464] {
  width: 448px;
  height: 670px;
  border-radius: 8px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 16px 0 rgba(26, 24, 29, 0.32);
          box-shadow: 0 2px 16px 0 rgba(26, 24, 29, 0.32);
  margin: 0 auto;
  padding-top: 1em;
  position: relative;
}
.purchase-all[data-v-edea0464] {
  margin-bottom: 1em;
}
.section[data-v-edea0464] {
  margin-top: 2em;
}
.edit-modal[data-v-edea0464] {
  margin-top: 10em;
}
.row.sub-menu + .row.sub-menu[data-v-edea0464] {
  margin-top: 0.5em;
}
.welcome-section[data-v-edea0464] {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
.logo[data-v-edea0464] {
  width: 190px;
  margin: 0 auto;
}
.user-creation-bg[data-v-edea0464] {
  background-image: url(/static/images/creator-hills-bg.d739925.png);
  height: 105px;
  width: 219px;
  margin: 0 auto;
}
.avatar[data-v-edea0464] {
  position: absolute;
  top: -22px;
  left: 4em;
}
.edit-avatar[data-v-edea0464] {
  left: 9.2em;
}
.justin-message[data-v-edea0464] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='400' height='144' viewBox='0 0 400 144'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h400v144H0z'/%3E%3Cpath id='b' d='M0 0h10v10H0z'/%3E%3Cpath id='c' d='M0 0h10v10H0z'/%3E%3Cpath id='d' d='M0 0h10v10H0z'/%3E%3Cpath id='e' d='M0 0h10v10H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23FFF' xlink:href='%23a'/%3E%3Cpath stroke='%23FFA623' stroke-width='4' d='M2 2h396v140H2z'/%3E%3Cpath stroke='%23B36213' stroke-width='2' d='M1 1h398v142H1z'/%3E%3Cg transform='translate(0 134)'%3E%3Cuse fill='%23FFBE5D' xlink:href='%23b'/%3E%3Cpath stroke='%23FFA623' stroke-width='4' d='M2 2h6v6H2z'/%3E%3Cpath stroke='%23B36213' stroke-width='2' d='M1 1h8v8H1z'/%3E%3C/g%3E%3Cg transform='translate(390 134)'%3E%3Cuse fill='%23FFBE5D' xlink:href='%23c'/%3E%3Cpath stroke='%23FFA623' stroke-width='4' d='M2 2h6v6H2z'/%3E%3Cpath stroke='%23B36213' stroke-width='2' d='M1 1h8v8H1z'/%3E%3C/g%3E%3Cg transform='translate(390)'%3E%3Cuse fill='%23FFBE5D' xlink:href='%23d'/%3E%3Cpath stroke='%23FFA623' stroke-width='4' d='M2 2h6v6H2z'/%3E%3Cpath stroke='%23B36213' stroke-width='2' d='M1 1h8v8H1z'/%3E%3C/g%3E%3Cg%3E%3Cuse fill='%23FFBE5D' xlink:href='%23e'/%3E%3Cpath stroke='%23FFA623' stroke-width='4' d='M2 2h6v6H2z'/%3E%3Cpath stroke='%23B36213' stroke-width='2' d='M1 1h8v8H1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  height: 144px;
  width: 400px;
  padding: 2em;
  margin: 0 auto;
  position: relative;
}
.justin-message .featured-label[data-v-edea0464] {
    position: absolute;
    top: -1em;
}
.justin-message .featured-label .text[data-v-edea0464] {
      min-height: auto;
      color: #FFFFFF;
}
.justin-message .npc_justin_textbox[data-v-edea0464] {
    position: absolute;
    right: 1em;
    top: -3.6em;
    width: 48px;
    height: 52px;
    background-image: url(/static/images/justin_textbox.29cc541.png);
}
.justin-message p[data-v-edea0464] {
    margin: auto;
}
.justin-message p + p[data-v-edea0464] {
    margin-top: 1em;
}
.justin-message-section[data-v-edea0464] {
  margin-top: 4em;
  margin-bottom: 2em;
}
.justin-message-section.top[data-v-edea0464] {
  position: absolute;
  top: -16em;
  left: 3.5em;
}
.circles[data-v-edea0464] {
  padding-left: 2em;
}
.circle[data-v-edea0464] {
  width: 8px;
  height: 8px;
  background-color: #d8d8d8;
  border-radius: 50%;
  display: inline-block;
  margin-right: 1em;
}
.circle.active[data-v-edea0464] {
  background-color: #bda8ff;
}
.customize-menu .menu-item .svg-icon[data-v-edea0464] {
  width: 32px;
  height: 32px;
  margin: 0 auto;
}
.customize-menu .menu-container[data-v-edea0464] {
  color: #a5a1ac;
}
.customize-menu .menu-container[data-v-edea0464]:hover, .customize-menu .menu-container.active[data-v-edea0464] {
  cursor: pointer;
  color: #6133B4;
}
.sub-menu[data-v-edea0464]:hover {
  cursor: pointer;
}
.sub-menu-item[data-v-edea0464] {
  text-align: center;
  border-bottom: 2px solid #f9f9f9;
}
.sub-menu .sub-menu-item[data-v-edea0464]:hover, .sub-menu .sub-menu-item.active[data-v-edea0464] {
  color: #4F2A93;
  border-bottom: 2px solid #4F2A93;
}
.customize-section[data-v-edea0464] {
  text-align: center;
  padding-bottom: 2em;
}
.option.hide[data-v-edea0464] {
  display: none !important;
}
.customize-options .option[data-v-edea0464] {
  display: inline-block;
  vertical-align: bottom;
  padding: .5em;
  height: 90px;
  width: 90px;
  margin: 1em .5em .5em 0;
  border: 4px solid #F9F9F9;
  border-radius: 4px;
}
.customize-options .option.locked[data-v-edea0464] {
    border: none;
    border-radius: 2px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.16), 0 1px 4px 0 rgba(26, 24, 29, 0.12);
            box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.16), 0 1px 4px 0 rgba(26, 24, 29, 0.12);
    margin-top: 0;
}
.customize-options .option .sprite.customize-option[data-v-edea0464] {
    margin: 0 auto;
}
.text-center .gem-lock[data-v-edea0464], .text-center .gold-lock[data-v-edea0464] {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 1.6em;
  vertical-align: bottom;
}
.gem-lock .svg-icon[data-v-edea0464], .gold-lock .svg-icon[data-v-edea0464] {
  width: 16px;
}
.gem-lock span[data-v-edea0464], .gold-lock span[data-v-edea0464] {
  font-weight: bold;
  margin-left: .5em;
}
.gem-lock .svg-icon[data-v-edea0464], .gem-lock span[data-v-edea0464], .gold-lock .svg-icon[data-v-edea0464], .gold-lock span[data-v-edea0464] {
  display: inline-block;
  vertical-align: bottom;
}
.gem-lock span[data-v-edea0464] {
  color: #24CC8F;
}
.gold-lock span[data-v-edea0464] {
  color: #FFA623;
}
.option.active[data-v-edea0464] {
  border-color: #4F2A93;
}
.option[data-v-edea0464]:hover {
  cursor: pointer;
}
.customize-section[data-v-edea0464] {
  background-color: #f9f9f9;
  padding-top: 1em;
  min-height: 280px;
}
.interests-section[data-v-edea0464] {
  margin-top: 3em;
}
.interests-section .task-option[data-v-edea0464] {
    margin: 0 auto;
    width: 70%;
}
#backgrounds .title-row[data-v-edea0464] {
  margin-bottom: 1em;
}
#backgrounds .backgroundFilterToggle[data-v-edea0464] {
  margin-left: auto;
  margin-right: auto;
}
#backgrounds .set-title[data-v-edea0464] {
  margin-top: 1em;
  margin-bottom: 1em;
}
#backgrounds .background[data-v-edea0464] {
  margin: 0 auto;
  -webkit-box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.16), 0 1px 4px 0 rgba(26, 24, 29, 0.12);
          box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.16), 0 1px 4px 0 rgba(26, 24, 29, 0.12);
  border-radius: 2px;
}
#backgrounds strong[data-v-edea0464] {
  margin: 0 auto;
}
#backgrounds .incentive-background[data-v-edea0464] {
  background-image: none;
  width: 68px;
  height: 68px;
  border-radius: 8px;
  background-color: #92b6bd;
  margin: 0 auto;
  padding-top: .3em;
}
#backgrounds .incentive-background .small-rectangle[data-v-edea0464] {
    width: 60px;
    height: 40px;
    border-radius: 4px;
    margin: 0 auto;
    opacity: .6;
    background: white;
}
#backgrounds .background_violet[data-v-edea0464] {
  background-color: #a993ed;
}
#backgrounds .background_blue[data-v-edea0464] {
  background-color: #92b6bd;
}
#backgrounds .background_green[data-v-edea0464] {
  background-color: #92bd94;
}
#backgrounds .background_purple[data-v-edea0464] {
  background-color: #9397bd;
}
#backgrounds .background_red[data-v-edea0464] {
  background-color: #b77e80;
}
#backgrounds .background_yellow[data-v-edea0464] {
  background-color: #bcbb91;
}
#backgrounds .incentive-background[data-v-edea0464]:hover {
  cursor: pointer;
}
#backgrounds .background[data-v-edea0464]:hover {
  cursor: pointer;
}
#backgrounds .purchase-background[data-v-edea0464] {
  margin: 0 auto;
  background: #fff;
  padding: 0.5em;
  border-radius: 0 0 2px 2px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.16), 0 1px 4px 0 rgba(26, 24, 29, 0.12);
          box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.16), 0 1px 4px 0 rgba(26, 24, 29, 0.12);
  cursor: pointer;
}
#backgrounds .purchase-background span[data-v-edea0464] {
    font-weight: bold;
    font-size: 12px;
}
#backgrounds .purchase-background span.price[data-v-edea0464] {
    color: #24cc8f;
}
#backgrounds .purchase-background .gem[data-v-edea0464], #backgrounds .purchase-background .coin[data-v-edea0464] {
    width: 16px;
}
#backgrounds .purchase-background.single[data-v-edea0464] {
    width: 141px;
}
#backgrounds .purchase-background.set[data-v-edea0464] {
    width: 100%;
}
#backgrounds .purchase-background.set span[data-v-edea0464] {
      font-size: 14px;
}
#backgrounds .purchase-background.set .gem[data-v-edea0464], #backgrounds .purchase-background.set .coin[data-v-edea0464] {
      width: 20px;
}
#backgrounds .gem[data-v-edea0464], #backgrounds .coin[data-v-edea0464] {
  margin: 0 .5em;
  display: inline-block;
  vertical-align: bottom;
}
#backgrounds .background-set[data-v-edea0464] {
  width: 100%;
  margin: 10px;
  background-color: #edecee;
  border-radius: 2px;
}
.footer[data-v-edea0464] {
  padding-bottom: 1em;
  bottom: 0;
  width: 100%;
}
.footer .prev[data-v-edea0464] {
    color: #a5a1ac;
    font-weight: bold;
    display: inline-block;
    padding: 0.4em;
    margin-left: 1em;
}
.footer .prev[data-v-edea0464]:hover, .footer .prev-arrow[data-v-edea0464]:hover {
    cursor: pointer;
}
.footer .prev-arrow[data-v-edea0464] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAHlJREFUWAljZCARLF245j+yluj4EEZkPqlsJlI1UFv9qANYCAUpepwTUk+q/GgUDHgIYORhWsc5ehoZ8BAYdQAjveN8NA2MhsBoCAy6EBitC0brAow0gJ5KCdUVo/0C9BAjlT/giZBgGkD3EXqaGE0D6CFEKn/A0wAADfgYAWOtx8UAAAAASUVORK5CYII=);
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: bottom;
}
.footer .next[data-v-edea0464] {
    font-weight: bold;
    display: inline-block;
    padding: 0.4em;
    margin-right: 1em;
}
.footer .next[data-v-edea0464]:hover, .footer .next-arrow[data-v-edea0464]:hover {
    cursor: pointer;
}
.footer .next-arrow[data-v-edea0464] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAHxJREFUWAljZKAQJBpv+Y9sxPyzPozIfEJsJkIKaC0/6gCS4gtbdKCnAXQ1hNLEaBQMeAgwEopD9DillI+eJgY8BEYdQPc0gJ6GRqNgNARGQ2DAQ4AFPV/Smj9aF6CH8ICngdE24YBHwYA7gOrlAHo+R0/16PwBD4FRBwAAhTEV+cBJrFcAAAAASUVORK5CYII=);
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: bottom;
}
.badge-svg[data-v-edea0464] {
  left: calc((100% - 18px) / 2);
  cursor: pointer;
  color: #C3C0C7;
  background: #FFFFFF;
  padding: 4.5px 6px;
}
.badge-svg.item-selected-badge[data-v-edea0464] {
    background: #6133B4;
    color: #FFFFFF;
}
.icon-12[data-v-edea0464] {
  width: 12px;
  height: 12px;
}
span.badge.badge-pill.badge-item.badge-svg[data-v-edea0464]:not(.item-selected-badge) {
  color: #a5a1ac;
}
span.badge.badge-pill.badge-item.badge-svg.hide[data-v-edea0464] {
  display: none;
}
.background-button[data-v-edea0464] {
  margin-bottom: 15px;
}
.background-button:hover span.badge.badge-pill.badge-item.badge-svg.hide[data-v-edea0464] {
  display: block;
}

#profile .member-details .character-name, #profile .member-details small, #profile .member-details .small-text {
  color: #878190;
}
#profile .modal-content {
  background: #f9f9f9;
}
#profile .gearTitle {
  color: white;
  margin-bottom: 20px;
}
.message-icon svg {
  height: 11px;
  margin-top: 1px;
}
.gift-icon svg {
  height: 14px;
}

.header[data-v-0cf39f86] {
  width: 100%;
}
.profile-actions[data-v-0cf39f86] {
  float: right;
  margin-right: 1em;
}
.profile-actions button[data-v-0cf39f86] {
    width: 40px;
    height: 40px;
    padding: .7em;
    margin-right: .5em;
}
.message-icon[data-v-0cf39f86],
.gift-icon[data-v-0cf39f86] {
  width: 14px;
  margin: auto;
  color: #686274;
}
.gift-icon[data-v-0cf39f86] {
  width: 12px;
}
.remove-icon[data-v-0cf39f86] {
  width: 16px;
  color: #686274;
}
.positive-icon[data-v-0cf39f86] {
  width: 14px;
  color: #686274;
}
.photo img[data-v-0cf39f86] {
  max-width: 100%;
}
.header h1[data-v-0cf39f86] {
  color: #4f2a93;
}
.header h4[data-v-0cf39f86] {
  color: #686274;
}
.nav[data-v-0cf39f86] {
  font-weight: bold;
  height: 40px;
}
.nav-item[data-v-0cf39f86] {
  display: inline-block;
  margin: 0 auto;
  padding: 1em;
}
.nav-item[data-v-0cf39f86]:hover, .nav-item.active[data-v-0cf39f86] {
  color: #4f2a93;
  border-bottom: 2px solid #4f2a93;
  cursor: pointer;
}
#achievements .box[data-v-0cf39f86] {
  margin: 0 auto;
  margin-top: 1em;
  padding-top: 1.2em;
  background: #fff;
}
#achievements .box.achievement-unearned[data-v-0cf39f86] {
  background-color: #edecee;
}
#achievements h2[data-v-0cf39f86] {
  margin-top: 1em;
}
#achievements .counter.badge[data-v-0cf39f86] {
  position: absolute;
  top: .5em;
  right: 3em;
  color: #fff;
  background-color: #ff944c;
  -webkit-box-shadow: 0 1px 1px 0 rgba(26, 24, 29, 0.12);
          box-shadow: 0 1px 1px 0 rgba(26, 24, 29, 0.12);
  min-width: 24px;
  min-height: 24px;
  border-radius: 2em;
  padding: .5em;
}
#achievements .achievement-icon[data-v-0cf39f86] {
  margin: 0 auto;
}
.achievement[data-v-0cf39f86] {
  margin: 0 auto;
}
.box[data-v-0cf39f86] {
  width: 94px;
  height: 92px;
  border-radius: 2px;
  border: dotted 1px #c3c0c7;
}
.white[data-v-0cf39f86] {
  border-radius: 2px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.15), 0 1px 4px 0 rgba(26, 24, 29, 0.1);
          box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.15), 0 1px 4px 0 rgba(26, 24, 29, 0.1);
  border: 1px solid transparent;
}
.item-wrapper h3[data-v-0cf39f86] {
  text-align: center;
}

.member-details[data-v-5819d0ff] {
  white-space: nowrap;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.member-stats[data-v-5819d0ff] {
  padding-left: 12px;
  padding-right: 24px;
  opacity: 1;
  -webkit-transition: width 0.15s ease-out;
  transition: width 0.15s ease-out;
}
.member-details.condensed:not(.expanded) .member-stats[data-v-5819d0ff] {
  opacity: 0;
  display: none;
}
.small-text[data-v-5819d0ff] {
  color: #D5C8FF;
}
.profile-name-character[data-v-5819d0ff] {
  margin-left: 12px;
}
.character-name[data-v-5819d0ff] {
  margin-bottom: 1px;
  color: #FFFFFF;
}
.character-level[data-v-5819d0ff] {
  font-style: normal;
  margin-bottom: .5em;
}
.is-buffed[data-v-5819d0ff] {
  width: 20px;
  height: 20px;
  background: #271B3D;
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
  padding-top: 4px;
}
.is-buffed .svg-icon[data-v-5819d0ff] {
    display: block;
    width: 10px;
    height: 12px;
    margin: 0 auto;
}
.progress-container[data-v-5819d0ff] {
  margin-left: 4px;
  margin-bottom: .5em;
}
.progress-container > span[data-v-5819d0ff] {
  color: #D5C8FF;
  margin-left: 8px;
  font-style: normal;
  line-height: 1;
}
.progress-container > .svg-icon[data-v-5819d0ff] {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  padding-top: 6px;
}
.progress-container > .progress[data-v-5819d0ff] {
  min-width: 200px;
  margin: 0px;
  border-radius: 2px;
  height: 12px;
  background-color: #271B3D;
}
.progress-container > .progress > .progress-bar[data-v-5819d0ff] {
  border-radius: 2px;
  height: 12px;
  min-width: 0px;
}
.progress-container .svg-icon[data-v-5819d0ff], .progress-container .progress[data-v-5819d0ff], .progress-container .small-text[data-v-5819d0ff] {
  display: inline-block;
  vertical-align: bottom;
}
.member-details.condensed.expanded[data-v-5819d0ff] {
  background: #271B3D;
  -webkit-box-shadow: 0 0 0px 9px #271B3D;
          box-shadow: 0 0 0px 9px #271B3D;
  position: relative;
  z-index: 8;
}
.member-details.condensed.expanded .is-buffed[data-v-5819d0ff] {
    background-color: #36205D;
}
.member-details.condensed.expanded .member-stats[data-v-5819d0ff] {
    background: #271B3D;
    position: absolute;
    right: 100%;
    height: calc(100% + 18px);
    margin-top: -9px;
    margin-right: 1px;
    padding-top: 9px;
    padding-bottom: 24px;
    padding-right: 16px;
    padding-bottom: 14px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    z-index: 9;
}
.member-details.condensed.expanded .progress-container > .svg-icon[data-v-5819d0ff] {
    width: 19px;
    height: 19px;
    margin-top: -2px;
}
.member-details.condensed.expanded .progress-container > .progress[data-v-5819d0ff] {
    width: 152px;
    border-radius: 0px;
    height: 10px;
    margin-top: 2px;
    background: #432874;
}
.member-details.condensed.expanded .progress-container > .progress > .progress-bar[data-v-5819d0ff] {
    border-radius: 0px;
    height: 10px;
}

.panel {
  margin-bottom: 4px;
}
.panel.transparent .panel-body {
    opacity: 0.7;
}
.panel .panel-heading {
    margin-top: 8px;
    margin-bottom: 5px;
}
.panel .panel-body {
    padding: 8px;
    border-radius: 2px;
    border: 1px solid #C3C0C7;
}

#stats .box div[data-v-d898784a] {
  margin: 0 auto;
  margin-top: 1em;
}
.stats-column[data-v-d898784a] {
  border-radius: 2px;
  background-color: #ffffff;
  padding: .5em;
  margin-bottom: 1em;
}
.stats-column ul[data-v-d898784a] {
    list-style-type: none;
}
.stats-column ul li strong[data-v-d898784a] {
      margin-right: .3em;
}
.stat-title[data-v-d898784a] {
  text-transform: uppercase;
}
.str[data-v-d898784a] {
  color: #f74e52;
}
.int[data-v-d898784a] {
  color: #2995cd;
}
.con[data-v-d898784a] {
  color: #ffa623;
}
.per[data-v-d898784a] {
  color: #4f2a93;
}
#allocation .title-row[data-v-d898784a] {
  margin-top: 1em;
  margin-bottom: 1em;
}
#allocation .counter.badge[data-v-d898784a] {
  position: relative;
  top: -0.25em;
  left: 0.5em;
  color: #fff;
  background-color: #ff944c;
  -webkit-box-shadow: 0 1px 1px 0 rgba(26, 24, 29, 0.12);
          box-shadow: 0 1px 1px 0 rgba(26, 24, 29, 0.12);
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
#allocation .box[data-v-d898784a] {
  width: 148px;
  height: 84px;
  padding: .5em;
  margin: 0 auto;
}
#allocation .box div[data-v-d898784a] {
    margin-top: 0;
}
#allocation .box .number[data-v-d898784a] {
    font-size: 40px;
    text-align: left;
    color: #686274;
    display: inline-block;
}
#allocation .box .points[data-v-d898784a] {
    display: inline-block;
    font-weight: bold;
    line-height: 1.67;
    text-align: left;
    color: #878190;
    margin-left: .5em;
}
#allocation .box .up[data-v-d898784a], #allocation .box .down[data-v-d898784a] {
    border: solid #a5a1ac;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}
#allocation .box .up[data-v-d898784a]:hover, #allocation .box .down[data-v-d898784a]:hover {
    cursor: pointer;
}
#allocation .box .up[data-v-d898784a] {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-top: 1em;
}
#allocation .box .down[data-v-d898784a] {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
#attributes .number[data-v-d898784a] {
  font-size: 64px;
  font-weight: bold;
  color: #686274;
}
#attributes .attribute-label[data-v-d898784a] {
  text-align: center;
}
.well[data-v-d898784a] {
  background-color: #edecee;
  border-radius: 2px;
  padding: 0.4em;
  padding-top: 1em;
}
.well.pet-mount-well[data-v-d898784a] {
  padding-bottom: 1em;
}
.well.pet-mount-well strong[data-v-d898784a] {
    margin-right: .2em;
}
.box[data-v-d898784a] {
  width: 94px;
  height: 92px;
  border-radius: 2px;
  border: dotted 1px #c3c0c7;
}
.white[data-v-d898784a] {
  border-radius: 2px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.15), 0 1px 4px 0 rgba(26, 24, 29, 0.1);
          box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.15), 0 1px 4px 0 rgba(26, 24, 29, 0.1);
  border: 1px solid transparent;
}
.item-wrapper h3[data-v-d898784a] {
  text-align: center;
}
.pet-mount-row[data-v-d898784a] {
  margin-top: 2em;
  margin-bottom: 2em;
}
.mount[data-v-d898784a] {
  margin-top: -0.2em !important;
}
.save-row[data-v-d898784a] {
  margin-top: 1em;
}

.attributes-group {
  border-radius: 4px;
  margin: -12px -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.popover-content-attr {
  font-weight: bold;
  width: calc(50% - 1px);
  background-color: #4E4A57;
}
.popover-content-attr:nth-of-type(even) {
    margin-left: 1px;
}
.popover-content-attr:nth-child(1), .popover-content-attr:nth-child(2) {
    margin-bottom: 1px;
}
.group-content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 4px 12px;
  width: 100%;
}
.popover-content-attr-cell {
  width: 70%;
  text-align: left;
}
.popover-content-attr-cell:nth-of-type(even) {
    text-align: right;
    width: 30%;
}
.popover-content-attr-cell.key {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.33;
}
.popover-content-attr-cell.label {
    font-size: 10px;
    line-height: 1.2;
    color: #A5A1AC;
}
.popover-content-attr-cell.label.bold {
    font-weight: bold;
}
.popover-content-attr-cell.label.value {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.33;
    text-align: right;
    white-space: nowrap;
}
.popover-content-attr-cell.label.value.green {
      color: #24CC8F;
}
.popover-content-attr-cell.label.value.green:before {
        content: '+';
}
.modal-body .group-content {
  padding: 8px 17px;
}
.modal-body .popover-content-attr {
  background-color: #f4f4f4;
}
.modal-body .popover-content-attr:nth-of-type(even) {
    margin-left: 1px;
    width: 50%;
}
.modal-body .popover-content-attr-cell.key {
  color: #C3C0C7;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
}
.modal-body .popover-content-attr-cell.key.hasValue {
    color: #4E4A57;
}
.modal-body .popover-content-attr-cell.label {
  color: #C3C0C7;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.33;
}
.modal-body .popover-content-attr-cell.label.hasValue {
    color: #878190;
}
.modal-body .popover-content-attr-cell.label.value.green {
  color: #24CC8F;
}

.edit-avatar[data-v-b85483b0] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.edit-avatar h3[data-v-b85483b0] {
    color: #34313A;
    margin-bottom: 0px;
}
.user-dropdown[data-v-b85483b0] {
  width: 14.75em;
}
.learn-background[data-v-b85483b0] {
  background: url(data:image/png;base64,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) bottom left no-repeat, url(data:image/png;base64,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) bottom right no-repeat;
}
.learn-button[data-v-b85483b0] {
  margin: 0.75em 0.75em 0.75em 1em;
}
.purple[data-v-b85483b0] {
  color: #4F2A93;
}
.small-text[data-v-b85483b0] {
  color: #878190;
  font-style: normal;
  display: block;
  white-space: normal;
  font-weight: bold;
}

#app-header[data-v-6eede780] {
  padding-left: 24px;
  padding-top: 9px;
  padding-bottom: 8px;
  background: #36205D;
  color: #D5C8FF;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}
.hide-header[data-v-6eede780] {
  display: none;
}
.no-party[data-v-6eede780], .party-members[data-v-6eede780] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.view-party[data-v-6eede780] {
  position: absolute;
  z-index: 10;
  right: 0;
  padding-right: 40px;
  padding-left: 10px;
  height: calc(100% - 9px);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(54, 32, 93, 0)), to(#36205D));
  background-image: linear-gradient(to right, rgba(54, 32, 93, 0), #36205D);
}
.no-party .small-text[data-v-6eede780] {
  color: #D5C8FF;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.no-party h3[data-v-6eede780] {
  color: #FFFFFF;
  margin-bottom: 4px;
}
.no-party .btn[data-v-6eede780] {
  margin-top: 16px;
}
@media only screen and (max-width: 768px) {
.view-party-button[data-v-6eede780] {
    display: none;
}
}

#create-party-modal .modal-dialog {
  width: 684px;
}
#create-party-modal .modal-header {
  padding: 0;
}

.heading {
  margin-top: 1em;
  margin-bottom: 1em;
}
.header-wrap {
  padding: 0;
  color: #4e4a57;
  width: 100%;
}
.header-wrap .quest_screen {
    background-image: url(/static/images/quest_screen.a95b9ff.png);
    background-size: cover;
    width: 100%;
    height: 246px;
    margin-bottom: .5em;
    border-radius: 2px 2px 0 0;
}
.header-wrap h2 {
    color: #4f2a93;
}
.start-party {
  background-image: url(/static/images/basilist@3x.cda4c55.png);
  background-size: cover;
  width: 122px;
  height: 69px;
  margin: 0 auto;
  margin-bottom: 1em;
}
.join-party {
  background-image: url(/static/images/party@3x.2ea7938.png);
  background-size: cover;
  width: 203px;
  height: 66px;
  margin: 0 auto;
  margin-bottom: 1em;
}
.modal-body {
  padding-bottom: 0;
  padding-top: 0;
}
.grey-row {
  background-color: #F9F9F9;
  color: #4e4a57;
  padding: 2em;
  border-radius: 0px 0px 2px 2px;
}
.share-userid-options {
  background-color: #FFFFFF;
  border-radius: 2px;
  width: 220px;
  position: absolute;
  top: 9em;
  left: 4.8em;
  -webkit-box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.16), 0 1px 4px 0 rgba(26, 24, 29, 0.12);
          box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.16), 0 1px 4px 0 rgba(26, 24, 29, 0.12);
}
.share-userid-options #userIdInput {
    position: absolute;
    left: 1000rem;
}
.share-userid-options .option-item {
    padding: 1em;
}
.share-userid-options .option-item .svg-icon {
      margin-right: .5em;
      width: 20px;
      display: inline-block;
      vertical-align: bottom;
}
.share-userid-options .option-item .facebook svg {
      width: 15px;
      height: 15px;
}
.share-userid-options .option-item:hover {
    background-color: #D5C8FF;
    color: #4F2A93;
    cursor: pointer;
}

#members-modal .modal-header {
  background-color: #edecee;
  border-radius: 8px 8px 0 0;
  -webkit-box-shadow: 0 1px 2px 0 rgba(26, 24, 29, 0.24);
          box-shadow: 0 1px 2px 0 rgba(26, 24, 29, 0.24);
}
#members-modal .modal-footer {
  background-color: #edecee;
  border-radius: 0 0 8px 8px;
}
#members-modal .small-text, #members-modal .character-name {
  color: #878190;
}
#members-modal .no-padding-left {
  padding-left: 0;
}
#members-modal .modal-body {
  padding-left: 0;
  padding-right: 0;
}
#members-modal .member-details {
  margin: 0;
}
#members-modal .actions .dropdown-toggle::after {
  content: none !important;
}

.apply-options[data-v-a47b1156] {
  padding: 1em;
  margin: 0;
  background-color: #f9f9f9;
  color: #2995cd;
}
.header-wrap[data-v-a47b1156] {
  width: 100%;
}
.form-control[data-v-a47b1156] {
  font-size: 0.9rem;
}
h1[data-v-a47b1156] {
  color: #4f2a93;
}
.actions[data-v-a47b1156] {
  padding-top: 5em;
}
.actions .dots[data-v-a47b1156] {
    height: 16px;
    width: 4px;
}
.actions .btn-group[data-v-a47b1156] {
    margin-left: -2em;
    margin-top: -2em;
}
.actions .action-icon[data-v-a47b1156] {
    margin-right: 1em;
}
#members-modal_modal_body[data-v-a47b1156] {
  padding: 0;
  max-height: 450px;
}
#members-modal_modal_body .col-8[data-v-a47b1156] {
    margin-left: 0;
}
#members-modal_modal_body .member-details[data-v-a47b1156] {
    margin: 0;
}
#members-modal_modal_body .member-stats[data-v-a47b1156] {
    width: 382px;
    height: 147px;
}
#members-modal_modal_body .gradient[data-v-a47b1156] {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    margin-left: -15px;
}
.dropdown-icon-item .svg-icon[data-v-a47b1156] {
  width: 20px;
}
.nav[data-v-a47b1156] {
  font-weight: bold;
  margin-bottom: .5em;
  margin-top: .5em;
}
.nav-item[data-v-a47b1156] {
  display: inline-block;
  font-size: 16px;
  margin: 0 auto;
  padding: .5em;
  color: #878190;
}
.nav-item[data-v-a47b1156]:hover, .nav-item.active[data-v-a47b1156] {
  color: #4f2a93;
  border-bottom: 2px solid #4f2a93;
  cursor: pointer;
}

.removing-member[data-v-1d609a30] {
  color: #878190;
  margin-bottom: .5em;
}

.footer-row[data-v-7e4a6220] {
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
footer[data-v-7e4a6220] {
  color: #c3c0c7;
  z-index: 17;
  padding-bottom: 3em;
}
footer a[data-v-7e4a6220] {
    color: #2995cd;
}
footer:not(.expanded) hr[data-v-7e4a6220] {
    margin-top: 0px;
    margin-bottom: 7px;
}
h3[data-v-7e4a6220] {
  color: #878190;
}
ul[data-v-7e4a6220] {
  padding-left: 0;
  list-style-type: none;
}
li[data-v-7e4a6220] {
  margin-bottom: .5em;
}
.social h3[data-v-7e4a6220] {
  text-align: right;
}
.social-circle[data-v-7e4a6220] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #c3c0c7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1em;
  float: right;
}
.social-circle .social-icon[data-v-7e4a6220] {
    color: #e1e0e3;
    width: 16px;
    margin: auto;
}
.social-circle .instagram[data-v-7e4a6220] {
    margin-top: .85em;
}
.logo[data-v-7e4a6220] {
  width: 24px;
  height: 24px;
  margin: 0 auto;
  color: #e1e0e3;
}
.debug-group[data-v-7e4a6220] {
  position: absolute;
  background: #fff;
  top: -300px;
  border-radius: 2px;
  padding: 2em;
}
.btn-contribute[data-v-7e4a6220] {
  background: #c3c0c7;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px;
}
.btn-contribute a[data-v-7e4a6220] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.btn-contribute .heart[data-v-7e4a6220] {
    max-height: 25px;
    width: 18px;
    margin-right: .5em;
    margin-bottom: .2em;
}
.btn-contribute .text[data-v-7e4a6220], .btn-contribute .heart[data-v-7e4a6220] {
    display: inline-block;
    vertical-align: bottom;
}

.heart svg {
  margin-top: .1em;
}
.facebook svg {
  width: 10px;
  margin: 0 auto;
}
footer.expanded {
  padding-left: 6em;
  padding-right: 6em;
  padding-top: 3em;
  background: #e1e0e3;
  color: #878190;
  min-height: 408px;
}
footer.expanded a {
    color: #878190;
}
footer.expanded .logo {
    color: #c3c0c7;
}

#buy-gems__BV_body_ {
  padding: 0;
}

a.mx-auto[data-v-e9f1573a] {
  color: #2995cd;
}
button[data-v-e9f1573a] {
  margin-bottom: 1em;
}
p[data-v-e9f1573a] {
  font-size: 16px;
}
.amazon[data-v-e9f1573a] {
  padding-top: 1.8em;
}
.benefits[data-v-e9f1573a] {
  font-size: 14px;
}
.bubble[data-v-e9f1573a] {
  width: 32px;
  height: 32px;
  border-radius: 1000px;
  border: solid 2px #e1e0e3;
}
.gem-deck[data-v-e9f1573a] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card[data-v-e9f1573a] {
  margin: 1em;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.16), 0 1px 4px 0 rgba(26, 24, 29, 0.12);
          box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.16), 0 1px 4px 0 rgba(26, 24, 29, 0.12);
}
.card.active[data-v-e9f1573a] {
  border-color: #24cc8f;
}
.card.active button[data-v-e9f1573a] {
    background-color: #24cc8f;
}
.divider[data-v-e9f1573a] {
  width: 80%;
  height: 1px;
  background-color: #e1e0e3;
  margin: 1em auto;
}
.gem-count[data-v-e9f1573a] {
  font-family: Roboto;
  font-size: 40px;
  font-weight: bold;
  color: #2995cd;
}
.gem-text[data-v-e9f1573a] {
  font-family: Roboto;
  font-size: 16px;
  color: #a5a1ac;
  margin-bottom: 1em;
}
.gemfall[data-v-e9f1573a] {
  background: url(/static/images/gemfall.f24ae94.png) center repeat-y;
  height: 14em;
}
.logo[data-v-e9f1573a] {
  width: 256px;
  height: 56px;
}
.muted[data-v-e9f1573a] {
  color: #c3c0c7;
}
.nav[data-v-e9f1573a] {
  font-weight: bold;
  height: 40px;
}
.nav-item[data-v-e9f1573a] {
  display: inline-block;
  font-size: 16px;
  margin: 0 auto;
  padding: 1.5em;
}
.nav-item[data-v-e9f1573a]:hover, .nav-item.active[data-v-e9f1573a] {
  color: #4f2a93;
  border-bottom: 2px solid #4f2a93;
  cursor: pointer;
}
.payment-method[data-v-e9f1573a] {
  background-color: #e1e0e3;
}
.payment-method[data-v-e9f1573a]:hover {
  cursor: pointer;
}
.paypal[data-v-e9f1573a] {
  padding-top: 1.3em;
}
.purple-gradient[data-v-e9f1573a] {
  background-image: linear-gradient(74deg, #4f2a93, #6133b4);
  height: 14em;
}
.spacer[data-v-e9f1573a] {
  height: 4em;
}
.subscription-price[data-v-e9f1573a] {
  font-family: Roboto Condensed;
  font-size: 48px;
  font-weight: bold;
  color: #1ca372;
}
.superscript[data-v-e9f1573a] {
  font-size: 24px;
  vertical-align: super;
}
.svg-icon.check[data-v-e9f1573a] {
  color: #bda8ff;
}
.text-invert[data-v-e9f1573a] {
  margin: 1.6em;
  color: #FFFFFF;
  font-family: Roboto;
  font-weight: normal;
  letter-spacing: 0.18em;
}
.text-leadin[data-v-e9f1573a] {
  margin: 1.6em;
  font-weight: normal;
  color: #4f2a93;
}
.text-outtro[data-v-e9f1573a] {
  margin-bottom: 1em;
  color: #a5a1ac;
}
.text-payment[data-v-e9f1573a] {
  color: #4e4a57;
  font-size: 24px;
  margin: 1em;
  opacity: 0.64;
}

.introjs-helperNumberLayer, .introjs-bullets {
  display: none;
}
.introjs-tooltip {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='400' height='144' viewBox='0 0 400 144'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h400v144H0z'/%3E%3Cpath id='b' d='M0 0h10v10H0z'/%3E%3Cpath id='c' d='M0 0h10v10H0z'/%3E%3Cpath id='d' d='M0 0h10v10H0z'/%3E%3Cpath id='e' d='M0 0h10v10H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23FFF' xlink:href='%23a'/%3E%3Cpath stroke='%23FFA623' stroke-width='4' d='M2 2h396v140H2z'/%3E%3Cpath stroke='%23B36213' stroke-width='2' d='M1 1h398v142H1z'/%3E%3Cg transform='translate(0 134)'%3E%3Cuse fill='%23FFBE5D' xlink:href='%23b'/%3E%3Cpath stroke='%23FFA623' stroke-width='4' d='M2 2h6v6H2z'/%3E%3Cpath stroke='%23B36213' stroke-width='2' d='M1 1h8v8H1z'/%3E%3C/g%3E%3Cg transform='translate(390 134)'%3E%3Cuse fill='%23FFBE5D' xlink:href='%23c'/%3E%3Cpath stroke='%23FFA623' stroke-width='4' d='M2 2h6v6H2z'/%3E%3Cpath stroke='%23B36213' stroke-width='2' d='M1 1h8v8H1z'/%3E%3C/g%3E%3Cg transform='translate(390)'%3E%3Cuse fill='%23FFBE5D' xlink:href='%23d'/%3E%3Cpath stroke='%23FFA623' stroke-width='4' d='M2 2h6v6H2z'/%3E%3Cpath stroke='%23B36213' stroke-width='2' d='M1 1h8v8H1z'/%3E%3C/g%3E%3Cg%3E%3Cuse fill='%23FFBE5D' xlink:href='%23e'/%3E%3Cpath stroke='%23FFA623' stroke-width='4' d='M2 2h6v6H2z'/%3E%3Cpath stroke='%23B36213' stroke-width='2' d='M1 1h8v8H1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 131px;
  min-height: 131px !important;
  width: 400px;
  max-width: 400px;
}
.introjs-tooltip .featured-label {
    position: absolute;
    top: -1.5em;
}
.introjs-tooltip .npc_justin_textbox {
    position: absolute;
    right: 1em;
    top: -3.6em;
    width: 48px;
    height: 52px;
    background-image: url(/static/images/justin_textbox.29cc541.png);
}
.introjs-button:hover, .introjs-button:active, .introjs-button:focus {
  background-image: none;
  background-color: #4f2a93 !important;
  color: #fff;
}
.introjs-tooltipbuttons {
  margin-top: 1em;
}
.introjs-button {
  text-shadow: none;
  text-align: center;
  display: block;
  max-width: 90px;
  font-family: Roboto;
  font-size: 14px;
  background-image: none;
  color: #fff;
  margin: 0 auto;
  padding: .8em;
  border-radius: 2px;
  background-color: #4f2a93 !important;
  -webkit-box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.16), 0 1px 4px 0 rgba(26, 24, 29, 0.12) !important;
          box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.16), 0 1px 4px 0 rgba(26, 24, 29, 0.12) !important;
}

.header-welcome[data-v-326577f7] {
  color: #4F2A93;
  margin-top: 1.33333em;
}
.call-to-action[data-v-326577f7] {
  font-size: 14px;
  font-weight: bold;
}
.tasks-list[data-v-326577f7] {
  border-radius: 4px;
  background: #EDECEE;
  padding: 8px;
  padding-bottom: 0.1px;
  position: relative;
  height: calc(100% - 64px);
  overflow: auto;
}
.start-day[data-v-326577f7] {
  margin: 2em auto 2em auto;
}

.container-fluid.static-view {
  margin: 5em 2em 0 2em;
}
.static-view h1, .static-view h2 {
  margin-top: 0.5em;
  color: #4F2A93;
}
.static-view h3, .static-view h4 {
  color: #4F2A93;
}
.static-view li, .static-view p {
  font-size: 16px;
}
.static-view .media img {
  margin: 1em;
}
.static-view .strong {
  font-weight: bold;
}
.static-view .center-block {
  margin: 0 auto 1em auto;
}

.modal-body[data-v-aca8d5ce] {
  padding-top: 2em;
}

.avatar[data-v-216aeb28] {
  width: 140px;
  margin: 0 auto;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

.hero-stats[data-v-dad6471a] {
  position: absolute;
  margin-left: 9em;
  width: 50%;
}
.character-sprites[data-v-dad6471a] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 3em auto;
}
.herobox[data-v-dad6471a] {
  padding-top: 0em;
  margin-left: 16em;
}
.modal-footer[data-v-dad6471a] {
  margin-top: 0em;
}
.avatar[data-v-dad6471a] {
  width: 140px;
  margin: 0 auto;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

#level-up h2 {
  color: #4f2a93;
}
#level-up .modal-content {
  min-width: 28em;
}
#level-up .modal-body {
  padding-top: 1em;
  padding-bottom: 0;
}
#level-up .modal-footer {
  margin-top: 0;
}
#level-up .herobox {
  margin: auto 8.3em;
  width: 6em;
  height: 9em;
  padding-top: 0;
  cursor: default;
}
#level-up .character-sprites {
  margin: 0;
  width: 0;
}
#level-up .text {
  font-size: 14px;
  text-align: center;
  color: #686274;
  margin-top: 1em;
  min-height: 0px;
}
#level-up .share-buttons {
  margin-top: 1em;
  margin-bottom: 1em;
}
#level-up .share-button {
  display: inline-block;
  width: 77px;
  padding: .5em;
  border-radius: 2px;
  text-align: center;
  color: #fff;
}
#level-up .fb-share-button {
  background-color: #2995cd;
}
#level-up .twitter-share-button {
  margin-right: .5em;
  background-color: #3bcad7;
}
#level-up .social-icon {
  width: 16px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: .5em;
}
#level-up .social-icon.facebook svg {
  width: 7.5px;
  margin-bottom: .2em;
}
#level-up .social-icon.twitter {
  margin-bottom: .2em;
}

.avatar[data-v-2f02f1a8] {
  margin-left: 6.8em;
}

.class-badge[data-v-37d6c84d] {
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.16), 0 1px 4px 0 rgba(26, 24, 29, 0.12);
          box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.16), 0 1px 4px 0 rgba(26, 24, 29, 0.12);
  border-radius: 100px;
}
.class-badge .svg-icon[data-v-37d6c84d] {
    width: 19px;
    height: 19px;
}
.class-explanation[data-v-37d6c84d] {
  font-size: 16px;
  margin: 1.5em auto;
}
#classOptOutBtn[data-v-37d6c84d] {
  cursor: pointer;
}
.class-name[data-v-37d6c84d] {
  font-size: 24px;
  font-weight: bold;
  margin: auto 0.33333em;
}
.danger[data-v-37d6c84d] {
  color: #F74E52;
  margin-bottom: 0em;
}
.header-purple[data-v-37d6c84d] {
  color: #4F2A93;
  margin-top: 1.33333em;
  margin-bottom: 0em;
}
.modal-actions[data-v-37d6c84d] {
  margin: 2em auto;
}
.opt-out-wrapper[data-v-37d6c84d] {
  margin: 1em 0 0.5em 0;
}
.selection-box[data-v-37d6c84d] {
  width: 140px;
  height: 148px;
  border-radius: 16px;
  border: solid 4px #6133B4;
}
.healer-color[data-v-37d6c84d] {
  color: #FFA623;
}
.rogue-color[data-v-37d6c84d] {
  color: #4F2A93;
}
.warrior-color[data-v-37d6c84d] {
  color: #F74E52;
}
.wizard-color[data-v-37d6c84d] {
  color: #2995CD;
}

.shop_armoire[data-v-4aaf3206] {
  margin: 1em auto;
}

.quest[data-v-58d14d07] {
  margin: 0 auto;
}
.quest-rewards .questRewards[data-v-58d14d07] {
  margin: 0 auto;
}

.questRewards[data-v-1ef89d61] {
  overflow-y: auto;
  width: 364px;
  z-index: -1;
  height: 100%;
}
.questRewards h3[data-v-1ef89d61] {
    margin-top: 24px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
}
.questRewards .reward-item[data-v-1ef89d61] {
    width: 306px;
    height: 84px;
    border-radius: 2px;
    background-color: #ffffff;
    margin: 0 auto;
    margin-bottom: 1em;
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.questRewards .reward-item .icon[data-v-1ef89d61]:not(.svg-icon) {
      height: 68px;
      width: 68px;
}
.questRewards .reward-item .svg-icon[data-v-1ef89d61] {
      margin: 15px;
      height: 38px;
      width: 38px;
}
.questRewards .reward-item .reward-text[data-v-1ef89d61] {
      font-weight: bold;
}

.scene_guilds[data-v-5cf5f4f5] {
  margin: 0 auto;
}

.scene_guilds[data-v-7782975a] {
  margin: 0 auto;
}

.rebirth_orb[data-v-43bde2a4] {
  margin: 0 auto;
}

.item-drop-icon[data-v-03df656e] {
  margin: 0 auto;
}

.avatar[data-v-7f6f40aa] {
  width: 140px;
  margin: 0 auto;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

.share-buttons[data-v-0b407611] {
  margin-top: 1em;
  margin-bottom: 1em;
}
.share-button[data-v-0b407611] {
  display: inline-block;
  width: 77px;
  padding: .5em;
  border-radius: 2px;
  text-align: center;
  color: #fff;
}
.fb-share-button[data-v-0b407611] {
  background-color: #2995cd;
}
.twitter-share-button[data-v-0b407611] {
  margin-right: .5em;
  background-color: #3bcad7;
}
.social-icon[data-v-0b407611] {
  width: 16px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: .5em;
}
.social-icon.facebook svg[data-v-0b407611] {
  width: 7.5px;
  margin-bottom: .2em;
}
.social-icon.twitter[data-v-0b407611] {
  margin-bottom: .2em;
}

.avatar[data-v-8203e75c] {
  width: 140px;
  margin: 0 auto;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

.avatar[data-v-39a19da2] {
  width: 140px;
  margin: 0 auto;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

.avatar[data-v-1f485b92] {
  width: 140px;
  margin: 0 auto;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

.avatar[data-v-498dea18] {
  width: 140px;
  margin: 0 auto;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

.avatar[data-v-7433fbf0] {
  width: 140px;
  margin: 0 auto;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

.shop_armoire[data-v-eff980ac] {
  margin: 0 auto;
}
.avatar[data-v-eff980ac] {
  width: 140px;
  margin: 0 auto;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

.achievement-karaoke-2x[data-v-2613148f] {
  margin: 0 auto;
  margin-top: 6em;
}
.avatar[data-v-2613148f] {
  width: 140px;
  margin: 0 auto;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

.avatar[data-v-799b82b5] {
  width: 140px;
}
.reward-wrap[data-v-799b82b5] {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.avatar[data-v-799b82b5], .reward-wrap[data-v-799b82b5] {
  margin: 0 auto;
}
.reward-row[data-v-799b82b5] {
  margin-top: 2em;
  margin-bottom: 2em;
}
.reward[data-v-799b82b5] {
  float: left;
}

.notifications[data-v-3ad84cd0] {
  position: fixed;
  right: 10px;
  width: 350px;
  z-index: 1070;
}
.notifications-top-pos-normal[data-v-3ad84cd0] {
    top: 65px;
}
.notifications-top-pos-sleeping[data-v-3ad84cd0] {
    top: 105px;
}

.notification[data-v-32671d7c] {
  border-radius: 1000px;
  background-color: #24cc8f;
  -webkit-box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.16), 0 1px 4px 0 rgba(26, 24, 29, 0.12);
          box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.16), 0 1px 4px 0 rgba(26, 24, 29, 0.12);
  color: white;
  width: 300px;
  margin-left: 1em;
  margin-bottom: 1em;
}
.info[data-v-32671d7c] {
  max-height: 56px;
  background-color: #46a7d9;
  padding-top: .5em;
}
.error[data-v-32671d7c] {
  background-color: #f74e52;
  border-radius: 60px;
  width: 320px !important;
  padding: 10px 5px;
  margin-left: 0;
  color: #fff;
}
.negative[data-v-32671d7c] {
  background-color: #f74e52;
}
.text[data-v-32671d7c] {
  text-align: center;
  padding: .5em 1.5em;
}
.svg-icon[data-v-32671d7c] {
  width: 20px;
  height: 20px;
  margin-right: .5em;
}
.hp .icon[data-v-32671d7c] {
  color: #f74e52;
}
.mp .icon[data-v-32671d7c] {
  color: #2995cd;
}
.icon[data-v-32671d7c] {
  background: #fff;
  color: #ffa623;
  border-radius: 0 1000px 1000px 0;
  padding: .5em;
}
.icon div[data-v-32671d7c] {
    display: inline-block;
    vertical-align: bottom;
}
.drop[data-v-32671d7c] {
  background-color: #4e4a57;
}
.icon-item[data-v-32671d7c] {
  width: 64px;
  height: 64px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.16), 0 1px 4px 0 rgba(26, 24, 29, 0.12);
          box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.16), 0 1px 4px 0 rgba(26, 24, 29, 0.12);
  border-radius: 50%;
}
.fade-enter-active[data-v-32671d7c], .fade-leave-active[data-v-32671d7c] {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
.fade-enter[data-v-32671d7c], .fade-leave-to[data-v-32671d7c] {
  opacity: 0;
}

.modal-dialog {
  width: auto;
}
.modal-dialog .title {
    min-height: 24px;
    margin-top: 24px;
    font-family: 'Roboto Condensed';
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    color: #4E4A57;
}
.modal-dialog .text {
    min-height: 60px;
    font-family: Roboto;
    font-size: 14px;
    line-height: 1.43;
    text-align: center;
    color: #686274;
    overflow-y: hidden;
    text-overflow: ellipsis;
}
@media only screen and (max-width: 1200px) {
#start-quest-modal .modal-dialog, #buy-quest-modal .modal-dialog {
    max-width: 33%;
}
#start-quest-modal .modal-dialog .left-panel, #buy-quest-modal .modal-dialog .left-panel {
      left: initial;
      width: 100%;
      right: 100%;
}
#start-quest-modal .modal-dialog .left-panel .col-4, #buy-quest-modal .modal-dialog .left-panel .col-4 {
        width: 100px;
}
#start-quest-modal .modal-dialog .side-panel, #start-quest-modal .modal-dialog .right-sidebar, #buy-quest-modal .modal-dialog .side-panel, #buy-quest-modal .modal-dialog .right-sidebar {
      left: calc(100% - 10px);
      max-width: 100%;
      right: initial;
}
#start-quest-modal .modal-dialog .side-panel .questRewards, #start-quest-modal .modal-dialog .right-sidebar .questRewards, #buy-quest-modal .modal-dialog .side-panel .questRewards, #buy-quest-modal .modal-dialog .right-sidebar .questRewards {
        width: 90%;
}
#start-quest-modal .modal-dialog .side-panel .questRewards .reward-item, #start-quest-modal .modal-dialog .right-sidebar .questRewards .reward-item, #buy-quest-modal .modal-dialog .side-panel .questRewards .reward-item, #buy-quest-modal .modal-dialog .right-sidebar .questRewards .reward-item {
          width: 100%;
}
}
@media only screen and (max-width: 1000px) {
#start-quest-modal .modal-dialog, #buy-quest-modal .modal-dialog {
    max-width: 80%;
    width: 80% !important;
}
#start-quest-modal .modal-dialog .modal-body, #buy-quest-modal .modal-dialog .modal-body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
#start-quest-modal .modal-dialog .modal-body div:nth-child(1), #buy-quest-modal .modal-dialog .modal-body div:nth-child(1) {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
}
#start-quest-modal .modal-dialog .modal-body div:nth-child(2), #buy-quest-modal .modal-dialog .modal-body div:nth-child(2) {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
}
#start-quest-modal .modal-dialog .modal-body div:nth-child(3), #buy-quest-modal .modal-dialog .modal-body div:nth-child(3) {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
}
#start-quest-modal .modal-dialog .modal-body div:nth-child(4), #buy-quest-modal .modal-dialog .modal-body div:nth-child(4) {
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5;
}
#start-quest-modal .modal-dialog .modal-body div:nth-child(5), #buy-quest-modal .modal-dialog .modal-body div:nth-child(5) {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
}
#start-quest-modal .modal-dialog .modal-body .left-panel, #buy-quest-modal .modal-dialog .modal-body .left-panel {
        border-radius: 8px;
        position: static;
        right: initial;
        margin: 20px 0;
        height: auto;
        width: 100%;
        z-index: 0;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
}
#start-quest-modal .modal-dialog .modal-body .left-panel .col-4, #buy-quest-modal .modal-dialog .modal-body .left-panel .col-4 {
          max-width: 100px;
}
#start-quest-modal .modal-dialog .modal-body .side-panel, #start-quest-modal .modal-dialog .modal-body .right-sidebar, #buy-quest-modal .modal-dialog .modal-body .side-panel, #buy-quest-modal .modal-dialog .modal-body .right-sidebar {
        margin: 20px 0 0 0;
        position: static;
        -webkit-box-shadow: none;
                box-shadow: none;
        height: auto;
        width: 100%;
        z-index: 0;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        left: 0;
}
#start-quest-modal .modal-dialog .modal-body .side-panel .questRewards, #start-quest-modal .modal-dialog .modal-body .right-sidebar .questRewards, #buy-quest-modal .modal-dialog .modal-body .side-panel .questRewards, #buy-quest-modal .modal-dialog .modal-body .right-sidebar .questRewards {
          padding: 0 2em 2em 2em;
          width: 100%;
          z-index: 0;
}
}
#buy-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#buy-modal header, #buy-modal footer {
    border: 0;
}
#buy-modal .modal-dialog {
    width: 330px;
}
#buy-modal .avatar {
    cursor: default;
    margin: 0 auto;
}
#buy-modal .content {
    text-align: center;
}
#buy-modal .item-wrapper {
    margin-bottom: 0 !important;
}
#buy-modal .inner-content {
    margin: 33px auto auto;
    width: 282px;
}
#buy-modal .purchase-amount {
    margin-top: 24px;
}
#buy-modal .purchase-amount .how-many-to-buy {
      margin-bottom: 16px;
}
#buy-modal .purchase-amount .box {
      display: inline-block;
      width: 74px;
      height: 40px;
      border-radius: 2px;
      background-color: #FFFFFF;
      -webkit-box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.16), 0 1px 4px 0 rgba(26, 24, 29, 0.12);
              box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.16), 0 1px 4px 0 rgba(26, 24, 29, 0.12);
      margin-right: 24px;
}
#buy-modal .purchase-amount .box input {
        width: 100%;
        border: none;
}
#buy-modal .purchase-amount .box input::-webkit-contacts-auto-fill-button {
        visibility: hidden;
        display: none !important;
        pointer-events: none;
        position: absolute;
        right: 0;
}
#buy-modal span.svg-icon.inline.icon-32 {
    height: 32px;
    width: 32px;
    margin-right: 8px;
    vertical-align: middle;
}
#buy-modal .cost {
    width: 28px;
    height: 32px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    vertical-align: middle;
}
#buy-modal .cost.gems {
      color: #24CC8F;
}
#buy-modal .cost.gold {
      color: #FFA623;
}
#buy-modal .cost.hourglasses {
      color: #2995CD;
}
#buy-modal button.btn.btn-primary {
    margin-top: 24px;
    margin-bottom: 24px;
}
#buy-modal .balance {
    width: 74px;
    height: 16px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.33;
    color: #878190;
}
#buy-modal .modal-footer {
    height: 48px;
    background-color: #F9F9F9;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    display: block;
}
#buy-modal .badge-dialog {
    color: #A5A1AC;
    position: absolute;
    left: -14px;
    padding: 8px 10px;
    top: -12px;
    background: white;
    cursor: pointer;
}
#buy-modal .badge-dialog.item-selected-badge {
      background: #6133B4;
      color: #FFFFFF;
}
#buy-modal .notEnough {
    pointer-events: none;
    opacity: 0.55;
}
#buy-modal .limitedTime {
    height: 32px;
    background-color: #6133B4;
    width: calc(100% + 30px);
    margin: 0 -15px;
    font-size: 12px;
    line-height: 1.33;
    text-align: center;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#buy-modal .limitedTime .limitedString {
      height: 16px;
      margin-left: 8px;
}
#buy-modal .attributesGrid {
    margin-top: 8px;
    border-radius: 2px;
    background-color: #E1E0E3;
    margin: 10px 0 24px;
}
#buy-modal .gems-left {
    margin-top: .5em;
}

span[data-v-3763a1e5] {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.33;
  color: #878190;
  display: inline-block;
}
.svg-icon[data-v-3763a1e5] {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  margin-left: 4px;
  display: inline-block;
}
.notEnough[data-v-3763a1e5] {
  color: #f23035 !important;
}

#select-member-modal header {
  background-color: #edecee;
  border-radius: 4px 4px 0 0;
}
#select-member-modal .header-wrap {
  width: 100%;
}
#select-member-modal h1 {
  color: #4f2a93;
}
#select-member-modal h3 {
  color: #4e4a57;
}
#select-member-modal span {
  color: #878190;
}
#select-member-modal .actions {
  padding-top: 5em;
}
#select-member-modal .actions .action-icon {
    margin-right: 1em;
}
#select-member-modal #select-member-modal_modal_body {
  padding: 0;
  max-height: 450px;
}
#select-member-modal #select-member-modal_modal_body .col-8 {
    margin-left: 0;
}
#select-member-modal #select-member-modal_modal_body .member-details {
    margin: 0;
}
#select-member-modal #select-member-modal_modal_body .member-stats {
    width: 382px;
    height: 147px;
}
#select-member-modal #select-member-modal_modal_body .gradient {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    margin-left: -15px;
}
#select-member-modal .dropdown-icon-item .svg-icon {
  width: 20px;
}

#AmazonPayButton[data-v-6bb09044] {
  width: 150px;
  margin-bottom: 12px;
}
#AmazonPayButton[data-v-6bb09044], #AmazonPayWallet[data-v-6bb09044], #AmazonPayRecurring[data-v-6bb09044] {
  margin: 0 auto;
}
#AmazonPayRecurring[data-v-6bb09044] {
  height: 200px;
  width: 500px;
}













.col-12[data-v-5cf0c5d8] {
  margin-bottom: 120px;
}
.not-found-img[data-v-5cf0c5d8] {
  margin-top: 152px;
  margin-bottom: 42px;
}
h1.not-found[data-v-5cf0c5d8] {
  line-height: 1.33;
  color: #4F2A93;
  margin-bottom: 8px;
  font-weight: normal;
  margin-top: 0px;
}
h2.not-found[data-v-5cf0c5d8] {
  line-height: 1.4;
  font-weight: normal;
  color: #878190;
  margin-bottom: 0px;
  margin-top: 0px;
}
.fade-enter-active, .fade-leave-active {
    transition: opacity .15s linear;
}
.fade-enter, .fade-leave-to {
    opacity: 0;
}
/* workaround for https://github.com/bootstrap-vue/bootstrap-vue/issues/1560 */
/* source: _input-group.scss */

.input-group > .input-group-prepend > .b-dropdown > .btn,
.input-group > .input-group-append:not(:last-child) > .b-dropdown > .btn,
.input-group > .input-group-append:last-child > .b-dropdown:not(:last-child):not(.dropdown-toggle) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .b-dropdown > .btn,
.input-group > .input-group-prepend:not(:first-child) > .b-dropdown > .btn,
.input-group > .input-group-prepend:first-child > .b-dropdown:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
/* Special styling for type=range and type=color input */
input.form-control[type="range"],
input.form-control[type="color"] {
    height: 2.25rem;
}
input.form-control.form-control-sm[type="range"],
input.form-control.form-control-sm[type="color"] {
    height: 1.9375rem;
}
input.form-control.form-control-lg[type="range"],
input.form-control.form-control-lg[type="color"] {
    height: 3rem;
}

/* Less padding on type=color */
input.form-control[type="color"] {
    padding: 0.25rem 0.25rem;
}
input.form-control.form-control-sm[type="color"] {
    padding: 0.125rem 0.125rem;
}
/* Add support for fixed layout table */
table.b-table.b-table-fixed {
    table-layout: fixed;
}

/* Busy table styling */
table.b-table[aria-busy='false'] {
    opacity: 1;
}
table.b-table[aria-busy='true'] {
    opacity: 0.6;
}

/* Sort styling */
table.b-table > thead > tr > th,
table.b-table > tfoot > tr > th {
    position: relative;
}
table.b-table > thead > tr > th.sorting,
table.b-table > tfoot > tr > th.sorting {
    padding-right: 1.5em;
    cursor: pointer;
}
table.b-table > thead > tr > th.sorting::before,
table.b-table > thead > tr > th.sorting::after,
table.b-table > tfoot > tr > th.sorting::before,
table.b-table > tfoot > tr > th.sorting::after {
    position: absolute;
    bottom: 0;
    display: block;
    opacity: 0.4;
    padding-bottom: inherit;
    font-size: inherit;
    line-height: 180%;
}
table.b-table > thead > tr > th.sorting::before,
table.b-table > tfoot > tr > th.sorting::before {
    right: 0.75em;
    content: '\2191';
}
table.b-table > thead > tr > th.sorting::after,
table.b-table > tfoot > tr > th.sorting::after {
    right: 0.25em;
    content: '\2193';
}
table.b-table > thead > tr > th.sorting_asc::after,
table.b-table > thead > tr > th.sorting_desc::before,
table.b-table > tfoot > tr > th.sorting_asc::after,
table.b-table > tfoot > tr > th.sorting_desc::before {
    opacity: 1;
}

/* Stacked table layout */
/* Derived from http://blog.adrianroselli.com/2017/11/a-responsive-accessible-table.html */
/* Always stacked */
table.b-table.b-table-stacked {
    width: 100%;
}
table.b-table.b-table-stacked,
table.b-table.b-table-stacked > tbody,
table.b-table.b-table-stacked > tbody > tr,
table.b-table.b-table-stacked > tbody > tr > td,
table.b-table.b-table-stacked > tbody > tr > th,
table.b-table.b-table-stacked > caption {
    display: block;
}

/* Hide stuff we can't deal with, or shouldn't show */
table.b-table.b-table-stacked > thead,
table.b-table.b-table-stacked > tfoot,
table.b-table.b-table-stacked > tbody > tr.b-table-top-row,
table.b-table.b-table-stacked > tbody > tr.b-table-bottom-row {
    display: none;
}

/* inter-row top border */
table.b-table.b-table-stacked > tbody > tr > :first-child {
    border-top-width: 0.4rem;
}

/* convert TD/TH contents to "cells". Caveat: child elements become cells! */
table.b-table.b-table-stacked > tbody > tr > [data-label] {
    display: grid;
    grid-template-columns: 40% auto;
    grid-gap: 0.25rem 1rem;
}

/* generate row cell "heading" */
table.b-table.b-table-stacked > tbody > tr > [data-label]::before {
    content: attr(data-label);
    display: inline;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
}

@media all and (max-width: 575.99px) {
    /* Under SM */
    table.b-table.b-table-stacked-sm {
        width: 100%;
    }
    table.b-table.b-table-stacked-sm,
    table.b-table.b-table-stacked-sm > tbody,
    table.b-table.b-table-stacked-sm > tbody > tr,
    table.b-table.b-table-stacked-sm > tbody > tr > td,
    table.b-table.b-table-stacked-sm > tbody > tr > th,
    table.b-table.b-table-stacked-sm > caption {
        display: block;
    }
    /* hide stuff we can't deal with, or shouldn't show */
    table.b-table.b-table-stacked-sm > thead,
    table.b-table.b-table-stacked-sm > tfoot,
    table.b-table.b-table-stacked-sm > tbody > tr.b-table-top-row,
    table.b-table.b-table-stacked-sm > tbody > tr.b-table-bottom-row {
        display: none;
    }
    /* inter-row top border */
    table.b-table.b-table-stacked-sm > tbody > tr > :first-child {
        border-top-width: 0.4rem;
    }
    /* convert TD/TH contents to "cells". Caveat: child elements become cells! */
    table.b-table.b-table-stacked-sm > tbody > tr > [data-label] {
        display: grid;
        grid-template-columns: 40% auto;
        grid-gap: 0.25rem 1rem;
    }
    /* generate row cell "heading" */
    table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::before {
        content: attr(data-label);
        display: inline;
        text-align: right;
        overflow-wrap: break-word;
        font-weight: bold;
        font-style: normal;
    }
}

@media all and (max-width: 767.99px) {
    /* under MD  */
    table.b-table.b-table-stacked-md {
        width: 100%;
    }
    table.b-table.b-table-stacked-md,
    table.b-table.b-table-stacked-md > tbody,
    table.b-table.b-table-stacked-md > tbody > tr,
    table.b-table.b-table-stacked-md > tbody > tr > td,
    table.b-table.b-table-stacked-md > tbody > tr > th,
    table.b-table.b-table-stacked-md > caption {
        display: block;
    }
    /* hide stuff we can't deal with, or shouldn't show */
    table.b-table.b-table-stacked-md > thead,
    table.b-table.b-table-stacked-md > tfoot,
    table.b-table.b-table-stacked-md > tbody > tr.b-table-top-row,
    table.b-table.b-table-stacked-md > tbody > tr.b-table-bottom-row {
        display: none;
    }
    /* inter-row top border */
    table.b-table.b-table-stacked-md > tbody > tr > :first-child {
        border-top-width: 0.4rem;
    }
    /* convert TD/TH contents to "cells". Caveat: child elements become cells! */
    table.b-table.b-table-stacked-md > tbody > tr > [data-label] {
        display: grid;
        grid-template-columns: 40% auto;
        grid-gap: 0.25rem 1rem;
    }
    /* generate row cell "heading" */
    table.b-table.b-table-stacked-md > tbody > tr > [data-label]::before {
        content: attr(data-label);
        display: inline;
        text-align: right;
        overflow-wrap: break-word;
        font-weight: bold;
        font-style: normal;
    }
}

@media all and (max-width: 991.99px) {
    /* under LG  */
    table.b-table.b-table-stacked-lg {
        width: 100%;
    }
    table.b-table.b-table-stacked-lg,
    table.b-table.b-table-stacked-lg > tbody,
    table.b-table.b-table-stacked-lg > tbody > tr,
    table.b-table.b-table-stacked-lg > tbody > tr > td,
    table.b-table.b-table-stacked-lg > tbody > tr > th,
    table.b-table.b-table-stacked-lg > caption {
        display: block;
    }
    /* hide stuff we can't deal with, or shouldn't show */
    table.b-table.b-table-stacked-lg > thead,
    table.b-table.b-table-stacked-lg > tfoot,
    table.b-table.b-table-stacked-lg > tbody > tr.b-table-top-row,
    table.b-table.b-table-stacked-lg > tbody > tr.b-table-bottom-row {
        display: none;
    }
    /* inter-row top border */
    table.b-table.b-table-stacked-lg > tbody > tr > :first-child {
        border-top-width: 0.4rem;
    }
    /* convert TD/TH contents to "cells". Caveat: child elements become cells! */
    table.b-table.b-table-stacked-lg > tbody > tr > [data-label] {
        display: grid;
        grid-template-columns: 40% auto;
        grid-gap: 0.25rem 1rem;
    }
    /* generate row cell "heading" */
    table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::before {
        content: attr(data-label);
        display: inline;
        text-align: right;
        overflow-wrap: break-word;
        font-weight: bold;
        font-style: normal;
    }
}

@media all and (max-width: 1199.99px) {
    /* under XL  */
    table.b-table.b-table-stacked-xl {
        width: 100%;
    }
    table.b-table.b-table-stacked-xl,
    table.b-table.b-table-stacked-xl > tbody,
    table.b-table.b-table-stacked-xl > tbody > tr,
    table.b-table.b-table-stacked-xl > tbody > tr > td,
    table.b-table.b-table-stacked-xl > tbody > tr > th,
    table.b-table.b-table-stacked-xl > caption {
        display: block;
    }
    /* hide stuff we can't deal with, or shouldn't show */
    table.b-table.b-table-stacked-xl > thead,
    table.b-table.b-table-stacked-xl > tfoot,
    table.b-table.b-table-stacked-xl > tbody > tr.b-table-top-row,
    table.b-table.b-table-stacked-xl > tbody > tr.b-table-bottom-row {
        display: none;
    }
    /* inter-row top border */
    table.b-table.b-table-stacked-xl > tbody > tr > :first-child {
        border-top-width: 0.4rem;
    }
    /* convert TD/TH contents to "cells". Caveat: child elements become cells! */
    table.b-table.b-table-stacked-xl > tbody > tr > [data-label] {
        display: grid;
        grid-template-columns: 40% auto;
        grid-gap: 0.25rem 1rem;
    }
    /* generate row cell "heading" */
    table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::before {
        content: attr(data-label);
        display: inline;
        text-align: right;
        overflow-wrap: break-word;
        font-weight: bold;
        font-style: normal;
    }
}

/* Details row styling */
table.b-table > tbody > tr.b-table-details > td {
    border-top: none;
}

/*# sourceMappingURL=app.b34facce53fb45b0994f3e366ad2f3be.css.map*/