﻿/* HS2 specific CSS starts here */

@media screen and (min-width: 46.875rem) {

  .o_primary-nav li.div-shades:after {
    content: url(/assets/img/shades.gif);
    display: inline-block;
    top: 5px;
    margin: 0px 10px 0px 10px;
    vertical-align: top
  }

}

@media screen and (max-width: 46.8125rem) {

  .o_primary-nav-item.div-shades {
    margin-bottom: 30px
  }
}

@media screen and (max-width: 46.8125rem) {
  .o_primary-nav-item.slide-shades {
    background: url(/assets/img/shades.gif) 0px 3px no-repeat
  }
}

.form-suggestion {
  display: flex;
}

.form-suggestion > input {
  vertical-align: middle;
  margin: 5px 10px 5px 0;
  padding: 10px;
  background-color: white;
  border: 1px solid #DDD;
}

.form-suggestion > button {
  vertical-align: middle;
  margin: 5px 0;
  padding: 10px;
  background-color: white;
  color: #4CE24E;
  border: 1px solid #DDD;
  cursor: pointer;
  font-size: 20px;
}

.chat-container {
	border-style: dashed;
	border-width: 1px;
	border-color: gray;
}

.faq-command-container {
  background-color: #F2A400;
}

.faq-command {
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
  text-align: center;
  border-style: solid;
  border-width: 2px;
  border-color: yellow;
  background-color: black;
  color: white;
}

/* HS2 specific CSS ends here */

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: bold
}

dfn {
  font-style: italic
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 1em
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
blockquote,
pre,
figure {
  margin: 0;
  padding: 0
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -0.5em
}

sub {
  bottom: -0.25em
}

img {
  border: 0;
  max-width: 100%
}

svg:not(:root) {
  overflow: hidden
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

select {
  text-transform: none
}

html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer
}

html input[disabled] {
  cursor: default
}

input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: bold
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td,
th {
  padding: 0
}

html.no-scroll {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: scroll !important;
  z-index: 10
}

body {
  color: #000000;
  font-family: "courier-std", courier, monospace;
  font-weight: bold;
  overflow-wrap: break-word;
  background-color: #535353
}

body.no-scroll {
  overflow: hidden
}

a {
  -webkit-transition-property: color, background-color;
  -moz-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  color: #0000EE;
  text-decoration: underline
}

a:visited {
  color: #551A8B
}

hr {
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #C6C6C6
}

h1,
h2,
h3,
h4 {
  font-family: "courier-std", courier, monospace;
  font-weight: bold
}

a.hover-invert:link img {
  filter: invert(0%)
}

a.hover-invert:hover img {
  filter: invert(100%)
}

a.hover-invert:active img {
  filter: invert(100%)
}

a.hover-invert:visited img {
  filter: invert(0%)
}

.search-result {
  font-style: normal;
  font-weight: normal
}

.search-result em.search-highlight {
  font-weight: bold;
  text-decoration: underline
}

.text-spacing p:not(:first-child),
.text-spacing ul:not(:first-child),
.text-spacing ol:not(:first-child),
.text-spacing blockquote:not(:first-child),
.text-spacing figure:not(:first-child),
.text-spacing h1:not(:first-child),
.text-spacing h2:not(:first-child),
.text-spacing h3:not(:first-child),
.text-spacing h4:not(:first-child),
.text-spacing h5:not(:first-child),
.text-spacing h6:not(:first-child) {
  margin-top: 1em
}

.context-copy a {
  color: #D22048
}

.context-copy a:hover {
  color: #971734
}

.context-copy figure:not(:first-child) {
  margin-top: 2em
}

.context-copy figure img,
.context-copy figure video,
.context-copy figure object,
.context-copy figure embed {
  display: block;
  width: 100%
}

.context-copy figcaption {
  margin-top: 10px;
  color: #949494;
  font-size: 16px
}

.context-copy h3 {
  margin-top: 1em;
  font-size: 28px;
  font-weight: bold
}

@media screen and (min-width: 46.875rem) {
  .context-copy h3 {
    font-size: 39px
  }
}

.context-copy ul,
.context-copy ol {
  margin-left: 1.5em
}

.icon-article:before {
  content: "a"
}

.icon-comment:before {
  content: "b"
}

.icon-mail:before {
  content: "c"
}

.icon-facebook:before {
  content: "d"
}

.icon-library:before {
  content: "e"
}

.icon-like:before {
  content: "f"
}

.icon-cart:before {
  content: "g"
}

.icon-podcast:before {
  content: "h"
}

.icon-search:before {
  content: "i"
}

.icon-sign-in:before {
  content: "j"
}

.icon-twitter:before {
  content: "k"
}

.icon-tumblr:before {
  content: "l"
}

.icon-eye:before {
  content: "n"
}

.icon-check:before {
  content: "u"
}

.icon-close:before {
  content: "✖"
}

.icon-down-arrow:before {
  content: "o"
}

.icon-play:before {
  content: "p"
}

/*.icon-tool-tip:before {
  content: "q"
}*/

.icon-up-arrow:before {
  content: "r"
}

.icon-menu:before {
  content: "☰"
}

.icon-arrow-scroll-down:before {
  content: "t"
}

.icon-list:before {
  content: "w"
}

.icon-grid:before {
  content: "x"
}

.row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 4.46429%;
  max-width: 59.375rem;
  margin-left: auto;
  margin-right: auto
}

.row:after {
  content: "";
  display: table;
  clear: both
}

.row:after {
  content: "";
  display: table;
  clear: both
}

@media screen and (min-width: 30rem) {
  .row {
    padding: 0 2.18341%
  }
}

.row.wide-page {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto
}

.row.wide-page:after {
  content: "";
  display: table;
  clear: both
}

.row.last-row {
  padding-bottom: 60px
}

@media screen and (min-width: 64rem) {
  .row.last-row {
    padding-bottom: 100px
  }
}

.row.mar-last-row {
  margin-bottom: 60px
}

@media screen and (min-width: 64rem) {
  .row.mar-last-row {
    margin-bottom: 100px
  }
}

.row-nopad {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 59.375rem;
  margin-left: auto;
  margin-right: auto
}

.row-nopad:after {
  content: "";
  display: table;
  clear: both
}

.row-nopad:after {
  content: "";
  display: table;
  clear: both
}

.btn,
.btn-primary,
.btn-primary-dark,
.btn-util-dark,
.btn-util-light {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 15px 20px;
  font-weight: bold;
  text-align: center;
  border: 0;
  cursor: pointer;
  -webkit-transition-property: color background-color border;
  -moz-transition-property: color background-color border;
  transition-property: color background-color border;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s
}

.btn.loading,
.loading.btn-primary,
.loading.btn-primary-dark,
.loading.btn-util-dark,
.loading.btn-util-light {
  cursor: wait
}

.btn.expand,
.expand.btn-primary,
.expand.btn-primary-dark,
.expand.btn-util-dark,
.expand.btn-util-light {
  width: 100%
}

.btn i,
.btn-primary i,
.btn-primary-dark i,
.btn-util-dark i,
.btn-util-light i {
  position: relative;
  top: -0.1em;
  margin-right: 10px
}

.btn-primary {
  color: #FFFFFF;
  background-color: #6BBE4A
}

.btn-primary:hover {
  background-color: #488032
}

.btn-primary[disabled] {
  background-color: #949494
}

.btn-primary-dark {
  background-color: #2E2E2E;
  color: #FFFFFF
}

.btn-primary-dark:hover {
  background-color: #971734
}

.btn-primary-dark[disabled] {
  background-color: #949494
}

.btn-util-dark {
  background-color: transparent;
  border: 2px solid #2E2E2E;
  color: #2E2E2E
}

.btn-util-dark:hover {
  border-color: #D22048;
  color: #D22048
}

.btn-util-dark.disabled {
  border: 2px solid #949494;
  color: #949494;
  cursor: not-allowed
}

.btn-util-light {
  background-color: transparent;
  border: 2px solid #FFFFFF;
  color: #FFFFFF
}

.btn-util-light:hover {
  border-color: #D22048;
  color: #D22048
}

.btn-util-light.disabled {
  border: 2px solid #949494;
  color: #949494;
  cursor: not-allowed
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.1s ease;
  -moz-transition: border-color 0.1s ease;
  transition: border-color 0.1s ease;
  padding: 15px;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #949494;
  border-radius: 0;
  color: #2E2E2E
}

input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder {
  color: #949494
}

input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder {
  color: #949494
}

input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder {
  color: #949494
}

input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder {
  color: #949494
}

input[type="email"].auto,
input[type="number"].auto,
input[type="password"].auto,
input[type="search"].auto,
input[type="tel"].auto,
input[type="text"].auto,
input[type="url"].auto,
input[type="color"].auto,
input[type="date"].auto,
input[type="datetime"].auto,
input[type="datetime-local"].auto,
input[type="month"].auto,
input[type="time"].auto,
input[type="week"].auto {
  width: auto
}

input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="password"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="text"]:disabled,
input[type="url"]:disabled,
input[type="color"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="month"]:disabled,
input[type="time"]:disabled,
input[type="week"]:disabled {
  cursor: not-allowed
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus {
  border: 1px solid #2E2E2E;
  outline: 0
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.1s ease;
  -moz-transition: border-color 0.1s ease;
  transition: border-color 0.1s ease;
  padding: 15px 15px;
  width: 100%;
  border: 1px solid #949494;
  border-radius: 0;
  color: #2E2E2E
}

textarea:focus {
  outline: 0;
  border: 1px solid #2E2E2E
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0
}

input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: 0
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #2E2E2E;
  background-color: #FFFFFF;
  border: 1px solid #949494;
  border-radius: 0;
  padding: 15px 50px 15px 15px;
  width: 100%
}

select:focus {
  outline: 0;
  border: 1px solid #2E2E2E
}

select.expand {
  width: 100%
}

select::-ms-expand {
  display: none
}

.select-wrapper {
  display: inline-block;
  position: relative;
  max-width: 100%
}

.select-wrapper:after {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  content: "o";
  color: #2E2E2E;
  font-size: 0.5em;
  line-height: 1;
  speak: none;
  width: 45px;
  margin-top: -0.25em;
  text-align: center;
  pointer-events: none
}

.select-wrapper.disabled {
  cursor: not-allowed;
  color: #949494;
  border: 1px solid #949494
}

.select-wrapper.disabled select {
  pointer-events: none
}

.select-wrapper.disabled:after {
  color: #949494
}

@-moz-document url-prefix() {
  .select-wrapper {
    overflow: hidden
  }

  .select-wrapper select {
    width: 120%;
    width: -moz-calc(100% + 3em);
    width: calc(100% + em)
  }
}

.nav-btn {
  display: block;
  position: relative;
  z-index: 3;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase
}

@media screen and (min-width: 46.875rem) {
  .nav-btn {
    display: none
  }
}

.nav-btn i {
  font-size: 18px;
  line-height: 1;
  margin-right: 6px;
  vertical-align: middle;
  position: relative;
  top: -0.1em
}

.nav-btn span {
  vertical-align: middle
}

.nav-btn--center {
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
  -ms-flex-item-align: center
}

.ar-23x9 {
  height: 0;
  padding-top: 39.130435%;
  position: relative
}

.ar-story-img {
  height: 0;
  padding-top: 69.230769%;
  position: relative
}

.ar-cinema {
  height: 0;
  padding-top: 56.25%;
  position: relative
}

.ar-podcast {
  height: 0;
  padding-top: 57.14%;
  position: relative
}

.ar-flash-reader {
  height: 0;
  padding-top: 80.21%;
  position: relative
}

.ar-reader-single {
  height: 0;
  padding-top: 161.46%;
  position: relative
}

.ar-reader-double {
  height: 0;
  padding-top: 81.65%;
  position: relative
}

.ar-product-c1 {
  height: 0;
  padding-top: 133.33%;
  position: relative
}

.ar-rectangle {
  height: 0;
  padding-top: 50%;
  position: relative
}

.ar-square {
  height: 0;
  padding-top: 100%;
  position: relative
}

.ar-inner {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  overflow: hidden
}

td {
  padding: 5px 0
}

.purchase-table {
  width: 100%
}

.purchase-table td {
  vertical-align: bottom
}

.purchase-table td:last-child {
  text-align: right
}

.purchase-table td:first-child {
  text-align: left
}

.purchase-table tr:not(:first-child) {
  border-top: 2px dotted #C6C6C6
}

.purchase-table tr:first-child td {
  padding-top: 0
}

.subtotal-table td {
  padding: 5px 10px
}

.order-table {
  width: 100%
}

.order-table th {
  text-align: left
}

.order-table td,
.order-table th {
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: top
}

.order-table td:last-child {
  text-align: right
}

.product-table {
  width: 100%
}

.product-table td {
  vertical-align: middle;
  padding: 10px
}

.product-table td:last-child {
  text-align: right
}

.product-table tr {
  border-top: 1px solid #949494;
  border-bottom: 1px solid #949494
}

@media screen and (max-width: 63.9375rem) {
  .product-table td:not(.product-table--primary) {
    display: none
  }

  .product-table td {
    padding: 10px 0
  }
}

.modal {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 2.5%;
  left: 2.5%;
  display: none;
  max-height: 95%;
  overflow: scroll;
  z-index: 6;
  background-color: white
}

@media screen and (min-width: 46.875rem) {
  .modal {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 10%;
    left: 10%;
    max-height: 85%
  }
}

@media screen and (min-width: 64rem) {
  .modal {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 85%;
    width: 1000px
  }
}

.modal.expand {
  width: auto;
  min-width: 80%;
  max-width: 95%
}

.modal.reader {
  overflow: hidden;
  position: absolute !important
}

.modal[data-modal-state="on"] {
  display: block;
  -webkit-animation: modalAppear 0.2s ease;
  -moz-animation: modalAppear 0.2s ease;
  animation: modalAppear 0.2s ease
}

.modal-close {
  color: #2E2E2E;
  font-size: 24px
}

.modal-close:hover {
  color: #6BBE4A
}

@media screen and (max-width: 63.9375rem) {
  .modal-close {
    display: block;
    text-align: right;
    margin-bottom: 15px
  }
}

@media screen and (min-width: 64rem) {
  .modal-close {
    position: relative;
    top: -5px;
    float: right
  }
}

@media screen and (min-width: 64rem) {
  .modal-g-sm {
    float: left;
    margin-right: 2.63158%;
    width: 17.89474%
  }

  .modal-g-sm:last-child {
    margin-right: 0
  }
}

@media screen and (min-width: 64rem) {
  .modal-g-rg {
    float: left;
    margin-right: 2.63158%;
    width: 28.15789%
  }

  .modal-g-rg:last-child {
    margin-right: 0
  }
}

@media screen and (min-width: 64rem) {
  .modal-g-md {
    float: left;
    margin-right: 2.63158%;
    width: 38.42105%
  }

  .modal-g-md:last-child {
    margin-right: 0
  }
}

@media screen and (min-width: 64rem) {
  .modal-g-lg {
    float: left;
    margin-right: 2.63158%;
    width: 58.94737%
  }

  .modal-g-lg:last-child {
    margin-right: 0
  }

  .modal-g-lg.shift {
    margin-left: 20.52632%
  }
}

.modal-field {
  margin-bottom: 20px
}

.modal-field:after {
  content: "";
  display: table;
  clear: both
}

.modal-actions {
  margin-top: 30px
}

.modal-actions:after {
  content: "";
  display: table;
  clear: both
}

@-webkit-keyframes modalAppear {
  from {
    -webkit-filter: blur(5px);
    opacity: 0
  }

  50% {
    opacity: 1
  }
}

@-moz-keyframes modalAppear {
  from {
    opacity: 0
  }

  50% {
    opacity: 1
  }
}

@keyframes modalAppear {
  from {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    opacity: 0
  }

  50% {
    opacity: 1
  }
}

.metamodal {
  position: absolute;
  display: none;
  overflow: scroll;
  z-index: 8;
  background-color: white
}

.metamodal[data-metamodal-state="on"] {
  display: block;
  -webkit-animation: metamodalAppear 0.2s ease;
  -moz-animation: metamodalAppear 0.2s ease;
  animation: metamodalAppear 0.2s ease
}

.metamodal-close {
  color: #2E2E2E;
  font-size: 24px
}

.metamodal-close:hover {
  color: #D22048
}

@media screen and (max-width: 63.9375rem) {
  .metamodal-close {
    position: relative;
    top: -5px;
    float: right
  }
}

@media screen and (min-width: 64rem) {
  .metamodal-close {
    position: relative;
    top: -5px;
    float: right
  }
}

@media screen and (min-width: 64rem) {
  .metamodal-g-sm {
    float: left;
    margin-right: 2.63158%;
    width: 17.89474%
  }

  .metamodal-g-sm:last-child {
    margin-right: 0
  }
}

@media screen and (min-width: 64rem) {
  .metamodal-g-rg {
    float: left;
    margin-right: 2.63158%;
    width: 28.15789%
  }

  .metamodal-g-rg:last-child {
    margin-right: 0
  }
}

@media screen and (min-width: 64rem) {
  .metamodal-g-md {
    float: left;
    margin-right: 2.63158%;
    width: 38.42105%
  }

  .metamodal-g-md:last-child {
    margin-right: 0
  }
}

@media screen and (min-width: 64rem) {
  .metamodal-g-lg {
    float: left;
    margin-right: 2.63158%;
    width: 58.94737%
  }

  .metamodal-g-lg:last-child {
    margin-right: 0
  }

  .metamodal-g-lg.shift {
    margin-left: 20.52632%
  }
}

.metamodal-field {
  margin-bottom: 20px
}

.metamodal-field:after {
  content: "";
  display: table;
  clear: both
}

.metamodal-actions {
  margin-top: 30px
}

.metamodal-actions:after {
  content: "";
  display: table;
  clear: both
}

@-webkit-keyframes metamodalAppear {
  from {
    -webkit-filter: blur(5px);
    opacity: 0
  }

  50% {
    opacity: 1
  }
}

@-moz-keyframes metamodalAppear {
  from {
    opacity: 0
  }

  50% {
    opacity: 1
  }
}

@keyframes metamodalAppear {
  from {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    opacity: 0
  }

  50% {
    opacity: 1
  }
}

.tooltip {
  position: absolute;
  z-index: 6;
  font-size: 16px;
  line-height: 1.15;
  text-align: center;
  background-color: #2E2E2E;
  color: #FFFFFF;
  padding: 15px;
  width: 100%;
  max-width: 260px;
  margin-top: 10px
}

.tooltip.hide {
  visibility: hidden
}

.tooltip.animate {
  -webkit-animation: tooltipAppear 0.1s ease-in;
  -moz-animation: tooltipAppear 0.1s ease-in;
  animation: tooltipAppear 0.1s ease-in
}

.tooltip-arrow {
  content: "";
  position: absolute;
  border: 10px solid transparent
}

.tooltip-above .tooltip-arrow {
  border-top: 10px solid #2E2E2E;
  bottom: -18px
}

.tooltip-below .tooltip-arrow {
  border-bottom: 10px solid #2E2E2E;
  top: -18px
}

.tooltip-target {
  cursor: help
}

@-webkit-keyframes tooltipAppear {
  from {
    -webkit-transform: translate3d(0, -10px, 0);
    opacity: 0;
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@-moz-keyframes tooltipAppear {
  from {
    -moz-transform: translate3d(0, -10px, 0);
    opacity: 0;
    visibility: visible
  }

  to {
    -moz-transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes tooltipAppear {
  from {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    opacity: 0;
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

.o_chat-container {
  border: 1px dashed gray;
  padding: 1px
}

.o_chat-container.authorlog {
  border: 3px solid #c6c6c6;
  padding: 1px;
  background: white
}

.o_chat-log-btn.active {
  background-color: #777
}

.o_site-footer {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  width: 100%
}

.o_site-footer ul {
  list-style-type: none;
  display: inline-block
}

@media screen and (max-width: 46.8125rem) {
  .o_site-footer ul li {
    float: none;
    margin-bottom: 5px
  }

  .o_site-footer ul li:after {
    content: "";
    margin: 0
  }
}

@media screen and (min-width: 46.875rem) {
  .o_site-footer ul li {
    float: left
  }

  .o_site-footer ul li:not(:last-child):after {
    content: " |";
    display: inline-block;
    margin: 0 0.3em
  }
}

.top-rounded {
  -webkit-border-radius: 85px 85px 0 0;
  -moz-border-radius: 85px 85px 0 0;
  -ms-border-radius: 85px 85px 0 0;
  border-radius: 85px 85px 0 0
}

@keyframes pulse {
  from {
    text-shadow: 0 0 0 #888
  }

  to {
    text-shadow: 0 0 20px #888
  }
}

.o_game-nav-item a:active {
  animation: pulse 0.2s 1 ease-out
}

html.meta,
.meta body {
  height: 100%
}

.meta .o_content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-width: 0;
  min-height: 0
}

.meta .o_site-footer {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0
}

.o_site-header {
  overflow: hidden
}

@media screen and (min-width: 64rem) {
  .o_site-header {
    position: relative;
    z-index: 3
  }
}

.o_story-page-header {
  font-family: Verdana, Arial, Helvetica, sans-serif
}

@media screen and (max-width: 46.8125rem) {
  .o_story-page-header {
    justify-content: space-between
  }
}

@media screen and (min-width: 46.875rem) {
  .o_story-page-header {
    display: flex;
    justify-content: center
  }
}

.o_logo-top {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  box-ordinal-group: 3;
  -webkit-order: 3;
  -moz-order: 3;
  order: 3;
  -ms-flex-order: 3
}

@media screen and (max-width: 46.8125rem) {
  .o_logo-top {
    display: none
  }
}

@media screen and (min-width: 46.875rem) {
  .o_logo-top {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
  }
}

.o_logo-top.bm {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -ms-flex-order: 1
}

@media screen and (max-width: 46.8125rem) {
  .o_logo-top.bm {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
  }
}

@media screen and (min-width: 46.875rem) {
  .o_logo-top.bm {
    display: none
  }
}

@media screen and (max-width: 46.8125rem) {
  .o_nav-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -290px;
    z-index: 5;
    padding: 0 4.46429% 20px;
    overflow: auto;
    width: 270px;
    min-height: 100%;
    background-color: #535353;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start
  }

  .o_nav-container[data-nav-state="open"] {
    -webkit-transform: translateX(290px);
    -moz-transform: translateX(290px);
    -ms-transform: translateX(290px);
    -o-transform: translateX(290px);
    transform: translateX(290px)
  }
}

@media screen and (min-width: 30rem) {
  .o_nav-container {
    padding: 0 2.18341%
  }
}

@media screen and (min-width: 46.875rem) {
  .o_nav-container {
    font-size: 10px;
    padding: 0 0
  }
}

@media screen and (max-width: 46.8125rem) {
  .o_gamenav-container {
    position: fixed;
    top: 0;
    right: -290px;
    bottom: 0;
    z-index: 5;
    padding: 0 4.46429% 20px;
    overflow: auto;
    width: 270px;
    min-height: 100%;
    background-color: #EFEFEF;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    color: #000000;
    -webkit-transition-property: right;
    -moz-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start
  }

  .o_gamenav-container[data-gamenav-state="open"] {
    right: 0px
  }
}

@media screen and (min-width: 30rem) {
  .o_gamenav-container {
    padding: 0 2.18341%
  }
}

@media screen and (min-width: 46.875rem) {
  .o_gamenav-container {
    font-size: 10px;
    padding: 0 0
  }
}

.o_game-nav {
  list-style-type: none
}

.o_game-nav:after {
  content: "";
  display: table;
  clear: both
}

@media screen and (max-width: 46.8125rem) {
  .o_game-nav li {
    float: left
  }

  .o_game-nav li:not(:last-child):after {
    content: " |";
    display: inline-block;
    margin: 0 0.3em
  }
}

@media screen and (min-width: 46.875rem) {
  .o_game-nav li {
    float: left
  }

  .o_game-nav li:not(:last-child):after {
    content: " |";
    display: inline-block;
    margin: 0 0.3em
  }
}

.o_game-nav.o_game-options {
  list-style-type: none
}

.o_game-nav.o_game-options:after {
  content: "";
  display: table;
  clear: both
}

@media screen and (max-width: 46.8125rem) {
  .o_game-nav.o_game-options {
    margin-left: 25px;
    margin-top: 4px;
    font-size: 20px
  }

  .o_game-nav.o_game-options li {
    float: none;
    margin-bottom: 10px
  }

  .o_game-nav.o_game-options li:after {
    content: "";
    margin: 0
  }
}

@media screen and (min-width: 46.875rem) {
  .o_game-nav.o_game-options li {
    float: left
  }

  .o_game-nav.o_game-options li:not(:last-child):after {
    content: " |";
    display: inline-block;
    margin: 0 0.3em
  }
}

.o_primary-nav {
  font-family: Arial, Helvetica, sans-serif;
  list-style-type: none
}

@media screen and (max-width: 46.8125rem) {
  .o_primary-nav {
    flex-shrink: 0;
    flex-basis: 100%;
    margin: 10px 0px 0px 2px
  }
}

@media screen and (min-width: 46.875rem) {
  .o_primary-nav {
    font-size: 10px;
    margin: 1px 20px 0 5px
  }

  .o_primary-nav li.div-candycorn:after {
    content: url(/assets/candycorn-449d7aa963c2aa74d7793df0b01cd7034e42084a62df5943714f8f38d8af061e.gif);
    display: inline-block;
    top: 5px;
    margin: 0px 10px 0px 10px;
    vertical-align: top
  }

  .o_primary-nav li.div-a6a6:after {
    content: url(/assets/a6a6_tooth2-3664eaf6cf64c8e5441a47abbf2642b7a61225b67a192d3a53f1bee5f333eb3b.gif);
    display: inline-block;
    top: 5px;
    margin: 0px 0px 0px 7px;
    vertical-align: top
  }

  .o_primary-nav li.div-scratch:after {
    content: url(/assets/candycorn_scratch-50e8a70c588b34d2729f8e2ea28061fe7bf20d131e785d33b68a2d82db1ef0fb.png);
    display: inline-block;
    top: 5px;
    margin: 0px 3px 0px 10px;
    vertical-align: top
  }

  .o_primary-nav li.pipe:after {
    content: " |";
    display: inline-block;
    margin: 0px 3px
  }
}

@media screen and (max-width: 46.8125rem) {
  .o_primary-nav-item {
    line-height: 100%;
    margin-bottom: 8px;
    padding-left: 22px
  }
}

@media screen and (min-width: 46.875rem) {
  .o_primary-nav-item {
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline-block;
    font-size: 10px;
    line-height: 16px
  }
}

@media screen and (max-width: 46.8125rem) {

  .o_primary-nav-item.div-candycorn,
  .o_primary-nav-item.div-a6a6,
  .o_primary-nav-item.div-scratch {
    margin-bottom: 30px
  }
}

@media screen and (max-width: 46.8125rem) {
  .o_primary-nav-item.slide-candycorn {
    background: url(/assets/candycorn-449d7aa963c2aa74d7793df0b01cd7034e42084a62df5943714f8f38d8af061e.gif) 0px 3px no-repeat
  }
}

@media screen and (max-width: 46.8125rem) {
  .o_primary-nav-item.slide-a6a6 {
    background: url(/assets/a6a6_tooth2-3664eaf6cf64c8e5441a47abbf2642b7a61225b67a192d3a53f1bee5f333eb3b.gif) 0px 3px no-repeat
  }
}

@media screen and (max-width: 46.8125rem) {
  .o_primary-nav-item.slide-scratch {
    background: url(/assets/candycorn_scratch-50e8a70c588b34d2729f8e2ea28061fe7bf20d131e785d33b68a2d82db1ef0fb.png) 0px 3px no-repeat
  }
}

.o_primary-nav-link {
  -webkit-transition: color 0.1s ease;
  -moz-transition: color 0.1s ease;
  transition: color 0.1s ease
}

.o_primary-nav-link:focus {
  color: #D22048;
  outline: 0
}

@media screen and (max-width: 46.8125rem) {
  .o_primary-nav-link {
    color: #FFFFFF
  }

  .o_primary-nav-link:active {
    color: #6BBE4A
  }
}

@media screen and (min-width: 46.875rem) {
  .o_primary-nav-link {
    color: #000000
  }

  .o_primary-nav-link:hover {
    color: #6BBE4A
  }
}

div.read-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2
}

div.read-link a {
  max-width: 300px;
  width: 90%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 50% 0 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(/assets/homepage/HS_read-01b948364f91fa2a338b1642c88f900b4d33befd2df2e39b0ceaa4ff7ae423fa.png);
  background-repeat: no-repeat;
  background-size: contain
}

div.read-link a img {
  width: 300px
}

div.read-link a:hover,
div.read-link a:active {
  background-image: url(/assets/homepage/HS_read_over-74147f37221aad30f368e4195b59878eb24e358288ba030fafd670e14948c3c9.png)
}

div.read-hsep-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2
}

div.read-hsep-link a {
  max-width: 300px;
  width: 90%;
  display: block;
  position: absolute;
  bottom: 3%;
  left: 50%;
  margin: 0 50% 0 0;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  background-image: url(/assets/homepage/HSEP_read_v2-1e43fc108c1e744240135e40916c6a549e580df67c33b8181b0ab17b06e7c0bf.png);
  background-repeat: no-repeat;
  background-size: contain
}

div.read-hsep-link a img {
  width: 300px
}

div.read-hsep-link a:hover,
div.read-hsep-link a:active {
  background-image: url(/assets/homepage/HSEP_read_over_v2-4af2142efd18aae6473d66fd1c1f451c9856bf2495cba3b3b624e9f779ec5467.png)
}

a.more-link {
  max-width: 350px;
  width: 90%;
  background-repeat: no-repeat;
  background-size: contain
}

a.more-link img {
  width: 350px
}

a.more-1 {
  background-image: url(/assets/homepage/HS-more1-b4fba2741f3732aa152de5e9891ce2b72071f45a5a7b50d07575e183c7507db9.png)
}

a.more-1:hover,
a.more-1:active {
  background-image: url(/assets/homepage/HS-more1_over-5611d3e5549c2de6c7e96d263ba889baa6dd1adc7c6c476a77c969ef78ef1521.png)
}

a.more-2 {
  background-image: url(/assets/homepage/HS-more2-18f22058c7343b81c34c5c819e0b03018d418bcf7bc7530b653ee95bdb991758.png)
}

a.more-2:hover,
a.more-2:active {
  background-image: url(/assets/homepage/HS-more2_over-db53e3c38adbfe4e6652639e72dae522df8655ad802d568ccfc0c1814b63b64e.png)
}

.o_utility-nav a {
  -webkit-transition: color 0.1s ease;
  -moz-transition: color 0.1s ease;
  transition: color 0.1s ease
}

@media screen and (max-width: 46.8125rem) {
  .o_utility-nav {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    box-ordinal-group: 4;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    -ms-flex-order: 4
  }

  .o_utility-nav a {
    color: #FFFFFF
  }

  .o_utility-nav a:active {
    color: #6BBE4A
  }
}

@media screen and (min-width: 46.875rem) {
  .o_utility-nav {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1
  }

  .o_utility-nav a {
    color: #2E2E2E
  }

  .o_utility-nav a:hover {
    color: #6BBE4A
  }
}

.o_site-search {
  position: relative;
  margin-top: 0px;
  margin-left: 15px
}

@media screen and (max-width: 46.8125rem) {
  .o_site-search {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    box-ordinal-group: 4;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    -ms-flex-order: 4;
    margin: 2px 0px 2px 10px
  }
}

@media screen and (min-width: 46.875rem) {
  .o_site-search {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
    width: 300px;
    font-size: 12px
  }
}

input.o_site-search-field {
  padding: 7.5px 15px
}

@media screen and (min-width: 46.875rem) {
  input.o_site-search-field {
    border: 1px solid #000000;
    background-color: #FFFFFF;
    width: 300px
  }
}

@media screen and (max-width: 46.8125rem) {
  input.o_site-search-field:focus {
    border: 1px solid #000000
  }
}

.o_site-search-btn {
  position: absolute;
  bottom: 2px;
  right: 0;
  height: 100%;
  padding-right: 15px;
  background: none;
  border: 0;
  color: #000000
}

.o_site-search-btn:focus {
  color: #6BBE4A
}

.o_story-nav {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal
}

.o_story-page-footer {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold
}

.o_story-bottom-nav {
  font-family: Verdana, Arial, Helvetica, sans-serif
}

@media screen and (min-width: 46.875rem) {
  .o_story-bottom-nav {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify
  }
}

.epilogue {
  font-family: adobe-garamond-pro, serif;
  font-weight: normal
}

h1.type-hsep-ao3-header,
h2.type-hsep-ao3-header,
h3.type-hsep-ao3-header,
h4.type-ao3-hsep-header {
  font-family: adobe-garamond-pro, serif;
  font-weight: bold
}

h1.type-hsep-header,
h2.type-hsep-header,
h3.type-hsep-header,
h4.type-hsep-header {
  font-family: 'Homestuck-Regular', monospace;
  font-weight: normal
}

.hsep_bullet {
  position: relative;
  top: 10px;
  left: -6px;
  margin-right: 3px;
  vertical-align: text-bottom
}

.ao3-header {
  position: relative;
  height: 30px;
  background: #900 url("/assets/epilogues/red-ao3-639c23787c95993ec52e91921778ba44c9086804be33229a40b5155e1dc91747.png");
  padding: 0 0;
  width: 100%;
  box-shadow: inset 0 -6px 10px rgba(0, 0, 0, 0.35), 1px 1px 3px -1px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.85)
}

.ao3-wrapper {
  box-shadow: 1px 1px 5px #aaa
}

.ao3-label {
  font-family: Verdana, sans-serif;
  font-weight: bold
}

.ao3-field {
  font-family: Verdana, sans-serif;
  font-weight: normal
}

div.o_epilogue p {
  text-indent: 25px
}

div.o_epilogue p.no-indent {
  text-indent: 0px
}

div.o_epilogue p.Command {
  text-indent: 0px;
  margin: 15px 0px 15px 25px;
  font-family: Verdana, sans-serif
}

span.opener {
  float: left;
  font-family: 'Homestuck-Regular', monospace;
  line-height: 0.825
}

div.chat {
  margin: 15px 25px;
  font-family: "courier-std", courier, monospace
}

div.chat p {
  text-indent: 0px;
  font-weight: bold
}

.aranea {
  color: #005682
}

.aradia {
  color: #a10000
}

.caliborn {
  color: #2ed73a
}

.calliope {
  color: #a1a3a6
}

.calliope-dead {
  color: #ff0000
}

.calliope-dead-story {
  font-family: adobe-garamond-pro, serif;
  font-weight: normal;
  color: #000000
}

.dave {
  color: #e00707
}

.davepetasprite {
  color: #416600
}

.davepetasprite-dialogue {
  color: #f2a400
}

.dirk {
  color: #f2a400
}

.eridan {
  color: #7e0048
}

.feferi {
  color: #77003c
}

.gamzee {
  color: #2b0057
}

.harry {
  color: #0671cd
}

.jade {
  color: #4ac925
}

.jade-brainwashed {
  color: #000000
}

.jake {
  color: #1f9400
}

.jane {
  color: #0097d7
}

.john {
  color: #0715cd
}

.kanaya {
  color: #008141
}

.karkat {
  color: #7c7e81
}

.obama {
  color: #000000
}

.rose {
  color: #b536da
}

.roxy {
  color: #ff6ff2
}

.sollux {
  color: #a1a100
}

.swifer {
  color: #008141
}

.tavros {
  color: #a15000
}

.tavros-kid {
  color: #2b0057
}

.terezi {
  color: #008282
}

.vriska {
  color: #005682
}

body.sweet {
  font-family: 'LDFComicSans', "Comic Sans MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  background-color: #0707EC
}

.sweet .o_primary-nav,
.sweet h2,
.sweet .o_story-page-header,
.sweet .o_story-nav,
.sweet .o_story-page-footer,
.sweet .o_story-bottom-nav {
  font-family: 'LDFComicSans', "Comic Sans MS", Arial, Helvetica, sans-serif
}

.o_site-footer.sweet {
  font-family: 'LDFComicSans', "Comic Sans MS", Arial, Helvetica, sans-serif;
  font-weight: normal
}

body.a6a6 {
  color: #2ED73A;
  background-color: #042300
}

body.scratch {
  color: #FFFFFF;
  background-color: #000000
}

.o_story-page-footer.a6a6 {
  color: #000000
}

.o_story-page-footer .icon-tool-tip {
  color: #0000EE
}

a.a6a6,
a.a6a6:visited,
.a6a6 a,
.a6a6 a:visited,
.o_story-page-footer.a6a6 .icon-tool-tip {
  color: #2ED73A
}

a.scratch,
a.scratch:visited,
.scratch a,
.scratch a:visited,
.o_story-page-footer.scratch .icon-tool-tip {
  color: #2CFF4B
}

a.scratch-hdr,
a.scratch-hdr:visited,
.scratch-hdr a,
.scratch-hdr a:visited {
  color: #FFFFFF
}

@media screen and (min-width: 46.875rem) {
  .o_site-search.a6a6 {
    width: 150px
  }
}

@media screen and (min-width: 46.875rem) {
  input.o_site-search-field.a6a6 {
    width: 150px
  }
}

.o_site-search-btn.a6a6 {
  padding-right: 12px
}

@media screen and (max-width: 46.8125rem) {
  .a6a6 .o_gamenav-container {
    background-color: #073C00
  }
}

@media screen and (max-width: 46.8125rem) {
  .scratch .o_gamenav-container {
    background-color: #0E4603
  }
}

.scratch .o_chat-container {
  background-color: #000000
}

body.trickster {
  background-image: url("/assets/trickster_sitegraphics/Z2-1f01ec47bb6808d8e332fd8f2d161a88120bcdddb897a605ab92ce87fd9b34c4.gif");
  color: #F9FD6B
}

a.trickster {
  color: #FB060B
}

a.trickster:visited {
  color: colr(trickster-link-v)
}

#trickster-hdr {
  height: 24px;
  background: #000 0px 0px url("/assets/trickster_sitegraphics/header_candy-e6db06d1bdc2ba3b5e82d423bdfb9240256eff20d7a4bdad4a7c4d9cc687cd8c.gif") repeat-x;
  -webkit-animation: scroll 20s linear infinite;
  animation: scroll 20s linear infinite
}

#trickster-hdr.stop {
  -webkit-animation: scrollStop 0s linear infinite;
  animation: scrollStop 0s linear infinite
}

@-webkit-keyframes scroll {
  from {
    background-position: 609px 0
  }

  to {
    background-position: 0 0
  }
}

@keyframes scroll {
  from {
    background-position: 609px 0
  }

  to {
    background-position: 0 0
  }
}

@-webkit-keyframes scrollStop {
  from {
    background-position: 609px 0
  }

  to {
    background-position: 0 0
  }
}

@keyframes scrollStop {
  from {
    background-position: 609px 0
  }

  to {
    background-position: 0 0
  }
}

body.cascade {
  background-color: #000000;
  color: #0066FF
}

a.cascade,
a.cascade:visited {
  color: #0066FF
}

.cascade #header-container {
  background-color: #535353
}

.o_home a,
.o_home a:visited {
  color: #000000;
  text-decoration: none
}

.o_home a:hover,
.o_home a:active {
  color: #0000EE;
  text-decoration: underline
}

.o_site-footer.o_home {
  font-family: "courier-std", courier, monospace;
  font-weight: bold
}

.o_wallpaper ul {
  list-style-type: none;
  display: inline-block
}

@media screen and (max-width: 46.8125rem) {
  .o_wallpaper ul li {
    float: none;
    margin-bottom: 5px
  }

  .o_wallpaper ul li:after {
    content: "";
    margin: 0
  }
}

@media screen and (min-width: 46.875rem) {
  .o_wallpaper ul li {
    float: left
  }

  .o_wallpaper ul li:not(:last-child):after {
    content: " ";
    display: inline-block;
    margin: 0 0.3em
  }
}

.o_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.15s ease;
  -moz-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  z-index: 4;
  pointer-events: none;
  background-color: white;
  opacity: 0
}

.o_overlay[data-overlay-state="on"] {
  pointer-events: visible;
  cursor: pointer;
  opacity: 0.85
}

.o_game-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.15s ease;
  -moz-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  z-index: 4;
  pointer-events: none;
  background-color: black;
  opacity: 0
}

.o_game-overlay[data-game-overlay-state="on"] {
  pointer-events: visible;
  cursor: pointer;
  opacity: 0.85
}

.o_overlay-wait {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.15s ease;
  -moz-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  z-index: 4;
  pointer-events: none;
  background: white url(/assets/ajax-ring-loader-64x64.gif) no-repeat center center;
  opacity: 0
}

.o_overlay-wait[data-overlay-state="on"] {
  pointer-events: visible;
  cursor: pointer;
  opacity: 0.5
}

@media screen and (min-width: 0em) {
  #top_trim_1 {
    padding-right: 1.35em
  }

  #top_trim_1 div {
    height: 0.45em;
    border-top: 0.15em solid #000;
    border-left: 0.15em solid #000;
    border-right: 0.15em solid #000;
    position: relative
  }

  #top_trim_2 div:first-child {
    width: 0.15em;
    height: 0.45em;
    border-left: 0.15em solid #000;
    position: relative
  }

  #top_trim_2 div:last-child {
    position: absolute;
    top: 0;
    right: 0.9em;
    width: 0.6em;
    height: 0.45em;
    border-top: 0.15em solid #000;
    border-left: 0.15em solid #000;
    border-right: 0.15em solid #000
  }

  #top_trim_3 div:first-child {
    width: 0.15em;
    height: 0.45em;
    border-left: 0.15em solid #000;
    position: relative
  }

  #top_trim_3 div:last-child {
    position: absolute;
    top: 0;
    right: 0.45em;
    width: 1.05em;
    height: 0.45em;
    border-top: 0.15em solid #000;
    border-right: 0.15em solid #000
  }

  #top_trim_4 div:first-child {
    width: 0.15em;
    height: 0.45em;
    border-left: 0.15em solid #000;
    position: relative
  }

  #top_trim_4 div:last-child {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.6em;
    height: 0.45em;
    border-top: 0.15em solid #000;
    border-left: 0.15em solid #000;
    border-right: 0.15em solid #000
  }

  #side_trim_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.15em;
    height: 100%;
    border-left: 0.15em solid #000
  }

  #side_trim_2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.6em;
    height: 100%;
    border-left: 0.15em solid #000;
    border-right: 0.15em solid #000
  }

  #bottom_trim_1 {
    height: 0.15em;
    background-color: black
  }

  #bottom_trim_1 div {
    position: absolute;
    top: 0;
    right: 0.15em;
    width: 0.3em;
    height: 0.15em;
    background-color: white
  }

  #bottom_trim_2 {
    height: 0.3em
  }

  #bottom_trim_2 div:first-child {
    position: absolute;
    top: 0;
    left: 0.45em;
    width: 0.15em;
    height: 0.3em;
    border-left: 0.15em solid #000
  }

  #bottom_trim_2 div:last-child {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.15em;
    height: 0.3em;
    border-left: 0.15em solid #000
  }

  #bottom_trim_3 {
    height: 0.15em;
    background-color: black
  }

  #bottom_trim_3 div {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.45em;
    height: 0.15em;
    background-color: white
  }
}

@media screen and (min-width: 50em) {
  #top_trim_1 {
    padding-right: 27px
  }

  #top_trim_1 div {
    height: 9px;
    border-top: 3px solid #000;
    border-left: 3px solid #000;
    border-right: 3px solid #000;
    position: relative
  }

  #top_trim_2 div:first-child {
    width: 3px;
    height: 9px;
    border-left: 3px solid #000;
    position: relative
  }

  #top_trim_2 div:last-child {
    position: absolute;
    top: 0;
    right: 18px;
    width: 12px;
    height: 9px;
    border-top: 3px solid #000;
    border-left: 3px solid #000;
    border-right: 3px solid #000
  }

  #top_trim_3 div:first-child {
    width: 3px;
    height: 9px;
    border-left: 3px solid #000;
    position: relative
  }

  #top_trim_3 div:last-child {
    position: absolute;
    top: 0;
    right: 9px;
    width: 21px;
    height: 9px;
    border-top: 3px solid #000;
    border-right: 3px solid #000
  }

  #top_trim_4 div:first-child {
    width: 3px;
    height: 9px;
    border-left: 3px solid #000;
    position: relative
  }

  #top_trim_4 div:last-child {
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 9px;
    border-top: 3px solid #000;
    border-left: 3px solid #000;
    border-right: 3px solid #000
  }

  #side_trim_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    border-left: 3px solid #000
  }

  #side_trim_2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 100%;
    border-left: 3px solid #000;
    border-right: 3px solid #000
  }

  #bottom_trim_1 {
    height: 3px;
    background-color: black
  }

  #bottom_trim_1 div {
    position: absolute;
    top: 0;
    right: 3px;
    width: 6px;
    height: 3px;
    background-color: white
  }

  #bottom_trim_2 {
    height: 6px
  }

  #bottom_trim_2 div:first-child {
    position: absolute;
    top: 0;
    left: 9px;
    width: 3px;
    height: 6px;
    border-left: 3px solid #000
  }

  #bottom_trim_2 div:last-child {
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 6px;
    border-left: 3px solid #000
  }

  #bottom_trim_3 {
    height: 3px;
    background-color: black
  }

  #bottom_trim_3 div {
    position: absolute;
    top: 0;
    left: 0;
    width: 9px;
    height: 3px;
    background-color: white
  }
}

@media screen and (min-width: 64em) {
  #top_trim_1 {
    padding-right: 36px
  }

  #top_trim_1 div {
    height: 12px;
    border-top: 4px solid #000;
    border-left: 4px solid #000;
    border-right: 4px solid #000;
    position: relative
  }

  #top_trim_2 div:first-child {
    width: 4px;
    height: 12px;
    border-left: 4px solid #000;
    position: relative
  }

  #top_trim_2 div:last-child {
    position: absolute;
    top: 0;
    right: 24px;
    width: 16px;
    height: 12px;
    border-top: 4px solid #000;
    border-left: 4px solid #000;
    border-right: 4px solid #000
  }

  #top_trim_3 div:first-child {
    width: 4px;
    height: 12px;
    border-left: 4px solid #000;
    position: relative
  }

  #top_trim_3 div:last-child {
    position: absolute;
    top: 0;
    right: 12px;
    width: 28px;
    height: 12px;
    border-top: 4px solid #000;
    border-right: 4px solid #000
  }

  #top_trim_4 div:first-child {
    width: 4px;
    height: 12px;
    border-left: 4px solid #000;
    position: relative
  }

  #top_trim_4 div:last-child {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 12px;
    border-top: 4px solid #000;
    border-left: 4px solid #000;
    border-right: 4px solid #000
  }

  #side_trim_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    border-left: 4px solid #000
  }

  #side_trim_2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 100%;
    border-left: 4px solid #000;
    border-right: 4px solid #000
  }

  #bottom_trim_1 {
    height: 4px;
    background-color: black
  }

  #bottom_trim_1 div {
    position: absolute;
    top: 0;
    right: 4px;
    width: 8px;
    height: 4px;
    background-color: white
  }

  #bottom_trim_2 {
    height: 8px
  }

  #bottom_trim_2 div:first-child {
    position: absolute;
    top: 0;
    left: 12px;
    width: 4px;
    height: 8px;
    border-left: 4px solid #000
  }

  #bottom_trim_2 div:last-child {
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 8px;
    border-left: 4px solid #000
  }

  #bottom_trim_3 {
    height: 4px;
    background-color: black
  }

  #bottom_trim_3 div {
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 4px;
    background-color: white
  }
}

@media screen and (min-width: 85.875em) {
  #top_trim_1 {
    padding-right: 45px
  }

  #top_trim_1 div {
    height: 15px;
    border-top: 5px solid #000;
    border-left: 5px solid #000;
    border-right: 5px solid #000;
    position: relative
  }

  #top_trim_2 div:first-child {
    width: 5px;
    height: 15px;
    border-left: 5px solid #000;
    position: relative
  }

  #top_trim_2 div:last-child {
    position: absolute;
    top: 0;
    right: 30px;
    width: 20px;
    height: 15px;
    border-top: 5px solid #000;
    border-left: 5px solid #000;
    border-right: 5px solid #000
  }

  #top_trim_3 div:first-child {
    width: 5px;
    height: 15px;
    border-left: 5px solid #000;
    position: relative
  }

  #top_trim_3 div:last-child {
    position: absolute;
    top: 0;
    right: 15px;
    width: 35px;
    height: 15px;
    border-top: 5px solid #000;
    border-right: 5px solid #000
  }

  #top_trim_4 div:first-child {
    width: 5px;
    height: 15px;
    border-left: 5px solid #000;
    position: relative
  }

  #top_trim_4 div:last-child {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 15px;
    border-top: 5px solid #000;
    border-left: 5px solid #000;
    border-right: 5px solid #000
  }

  #side_trim_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    border-left: 5px solid #000
  }

  #side_trim_2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    border-left: 5px solid #000;
    border-right: 5px solid #000
  }

  #bottom_trim_1 div {
    position: absolute;
    top: 0;
    right: 5px;
    width: 10px;
    height: 5px;
    background-color: white
  }

  #bottom_trim_2 {
    height: 10px
  }

  #bottom_trim_2 div:first-child {
    position: absolute;
    top: 0;
    left: 15px;
    width: 5px;
    height: 15px;
    border-left: 5px solid #000
  }

  #bottom_trim_2 div:last-child {
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 10px;
    border-left: 5px solid #000
  }

  #bottom_trim_3 {
    height: 5px;
    background-color: black
  }

  #bottom_trim_3 div {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 5px;
    background-color: white
  }
}

@media screen and (min-width: 0em) {
  .disp-in {
    display: inline
  }

  .disp-ib {
    display: inline-block
  }

  .disp-bl {
    display: block
  }

  .disp-n {
    display: none
  }
}

@media screen and (max-width: 63.9375rem) {
  .disp-in--nl {
    display: inline
  }

  .disp-ib--nl {
    display: inline-block
  }

  .disp-bl--nl {
    display: block
  }

  .disp-n--nl {
    display: none
  }
}

@media screen and (max-width: 46.8125rem) {
  .disp-in--bm {
    display: inline
  }

  .disp-ib--bm {
    display: inline-block
  }

  .disp-bl--bm {
    display: block
  }

  .disp-n--bm {
    display: none
  }
}

@media screen and (min-width: 30rem) {
  .disp-in--sm {
    display: inline
  }

  .disp-ib--sm {
    display: inline-block
  }

  .disp-bl--sm {
    display: block
  }

  .disp-n--sm {
    display: none
  }
}

@media screen and (min-width: 46.875rem) {
  .disp-in--md {
    display: inline
  }

  .disp-ib--md {
    display: inline-block
  }

  .disp-bl--md {
    display: block
  }

  .disp-n--md {
    display: none
  }
}

@media screen and (min-width: 64rem) {
  .disp-in--lg {
    display: inline
  }

  .disp-ib--lg {
    display: inline-block
  }

  .disp-bl--lg {
    display: block
  }

  .disp-n--lg {
    display: none
  }
}

.overflow-hide {
  overflow: hidden
}

@media screen and (min-width: 0em) {
  .pad-t-0 {
    padding-top: 0px
  }

  .pad-b-0 {
    padding-bottom: 0px
  }

  .pad-l-0 {
    padding-left: 0px
  }

  .pad-r-0 {
    padding-right: 0px
  }

  .pad-0 {
    padding: 0px
  }

  .pad-x-0 {
    padding-right: 0px;
    padding-left: 0px
  }

  .pad-y-0 {
    padding-top: 0px;
    padding-bottom: 0px
  }

  .mar-t-0 {
    margin-top: 0px
  }

  .mar-b-0 {
    margin-bottom: 0px
  }

  .mar-l-0 {
    margin-left: 0px
  }

  .mar-r-0 {
    margin-right: 0px
  }

  .mar-0 {
    margin: 0px
  }

  .mar-x-0 {
    margin-right: 0px;
    margin-left: 0px
  }

  .mar-y-0 {
    margin-top: 0px;
    margin-bottom: 0px
  }

  .pad-t-sm {
    padding-top: 5px
  }

  .pad-b-sm {
    padding-bottom: 5px
  }

  .pad-l-sm {
    padding-left: 5px
  }

  .pad-r-sm {
    padding-right: 5px
  }

  .pad-sm {
    padding: 5px
  }

  .pad-x-sm {
    padding-right: 5px;
    padding-left: 5px
  }

  .pad-y-sm {
    padding-top: 5px;
    padding-bottom: 5px
  }

  .mar-t-sm {
    margin-top: 5px
  }

  .mar-b-sm {
    margin-bottom: 5px
  }

  .mar-l-sm {
    margin-left: 5px
  }

  .mar-r-sm {
    margin-right: 5px
  }

  .mar-sm {
    margin: 5px
  }

  .mar-x-sm {
    margin-right: 5px;
    margin-left: 5px
  }

  .mar-y-sm {
    margin-top: 5px;
    margin-bottom: 5px
  }

  .pad-t-rg {
    padding-top: 10px
  }

  .pad-b-rg {
    padding-bottom: 10px
  }

  .pad-l-rg {
    padding-left: 10px
  }

  .pad-r-rg {
    padding-right: 10px
  }

  .pad-rg {
    padding: 10px
  }

  .pad-x-rg {
    padding-right: 10px;
    padding-left: 10px
  }

  .pad-y-rg {
    padding-top: 10px;
    padding-bottom: 10px
  }

  .mar-t-rg {
    margin-top: 10px
  }

  .mar-b-rg {
    margin-bottom: 10px
  }

  .mar-l-rg {
    margin-left: 10px
  }

  .mar-r-rg {
    margin-right: 10px
  }

  .mar-rg {
    margin: 10px
  }

  .mar-x-rg {
    margin-right: 10px;
    margin-left: 10px
  }

  .mar-y-rg {
    margin-top: 10px;
    margin-bottom: 10px
  }

  .pad-t-md {
    padding-top: 15px
  }

  .pad-b-md {
    padding-bottom: 15px
  }

  .pad-l-md {
    padding-left: 15px
  }

  .pad-r-md {
    padding-right: 15px
  }

  .pad-md {
    padding: 15px
  }

  .pad-x-md {
    padding-right: 15px;
    padding-left: 15px
  }

  .pad-y-md {
    padding-top: 15px;
    padding-bottom: 15px
  }

  .mar-t-md {
    margin-top: 15px
  }

  .mar-b-md {
    margin-bottom: 15px
  }

  .mar-l-md {
    margin-left: 15px
  }

  .mar-r-md {
    margin-right: 15px
  }

  .mar-md {
    margin: 15px
  }

  .mar-x-md {
    margin-right: 15px;
    margin-left: 15px
  }

  .mar-y-md {
    margin-top: 15px;
    margin-bottom: 15px
  }

  .pad-t-hs-md {
    padding-top: 25px
  }

  .pad-b-hs-md {
    padding-bottom: 25px
  }

  .pad-l-hs-md {
    padding-left: 25px
  }

  .pad-r-hs-md {
    padding-right: 25px
  }

  .pad-hs-md {
    padding: 25px
  }

  .pad-x-hs-md {
    padding-right: 25px;
    padding-left: 25px
  }

  .pad-y-hs-md {
    padding-top: 25px;
    padding-bottom: 25px
  }

  .mar-t-hs-md {
    margin-top: 25px
  }

  .mar-b-hs-md {
    margin-bottom: 25px
  }

  .mar-l-hs-md {
    margin-left: 25px
  }

  .mar-r-hs-md {
    margin-right: 25px
  }

  .mar-hs-md {
    margin: 25px
  }

  .mar-x-hs-md {
    margin-right: 25px;
    margin-left: 25px
  }

  .mar-y-hs-md {
    margin-top: 25px;
    margin-bottom: 25px
  }

  .pad-t-lg {
    padding-top: 30px
  }

  .pad-b-lg {
    padding-bottom: 30px
  }

  .pad-l-lg {
    padding-left: 30px
  }

  .pad-r-lg {
    padding-right: 30px
  }

  .pad-lg {
    padding: 30px
  }

  .pad-x-lg {
    padding-right: 30px;
    padding-left: 30px
  }

  .pad-y-lg {
    padding-top: 30px;
    padding-bottom: 30px
  }

  .mar-t-lg {
    margin-top: 30px
  }

  .mar-b-lg {
    margin-bottom: 30px
  }

  .mar-l-lg {
    margin-left: 30px
  }

  .mar-r-lg {
    margin-right: 30px
  }

  .mar-lg {
    margin: 30px
  }

  .mar-x-lg {
    margin-right: 30px;
    margin-left: 30px
  }

  .mar-y-lg {
    margin-top: 30px;
    margin-bottom: 30px
  }

  .pad-t-hs-lg {
    padding-top: 32.5px
  }

  .pad-b-hs-lg {
    padding-bottom: 32.5px
  }

  .pad-l-hs-lg {
    padding-left: 32.5px
  }

  .pad-r-hs-lg {
    padding-right: 32.5px
  }

  .pad-hs-lg {
    padding: 32.5px
  }

  .pad-x-hs-lg {
    padding-right: 32.5px;
    padding-left: 32.5px
  }

  .pad-y-hs-lg {
    padding-top: 32.5px;
    padding-bottom: 32.5px
  }

  .mar-t-hs-lg {
    margin-top: 32.5px
  }

  .mar-b-hs-lg {
    margin-bottom: 32.5px
  }

  .mar-l-hs-lg {
    margin-left: 32.5px
  }

  .mar-r-hs-lg {
    margin-right: 32.5px
  }

  .mar-hs-lg {
    margin: 32.5px
  }

  .mar-x-hs-lg {
    margin-right: 32.5px;
    margin-left: 32.5px
  }

  .mar-y-hs-lg {
    margin-top: 32.5px;
    margin-bottom: 32.5px
  }

  .pad-t-xl {
    padding-top: 60px
  }

  .pad-b-xl {
    padding-bottom: 60px
  }

  .pad-l-xl {
    padding-left: 60px
  }

  .pad-r-xl {
    padding-right: 60px
  }

  .pad-xl {
    padding: 60px
  }

  .pad-x-xl {
    padding-right: 60px;
    padding-left: 60px
  }

  .pad-y-xl {
    padding-top: 60px;
    padding-bottom: 60px
  }

  .mar-t-xl {
    margin-top: 60px
  }

  .mar-b-xl {
    margin-bottom: 60px
  }

  .mar-l-xl {
    margin-left: 60px
  }

  .mar-r-xl {
    margin-right: 60px
  }

  .mar-xl {
    margin: 60px
  }

  .mar-x-xl {
    margin-right: 60px;
    margin-left: 60px
  }

  .mar-y-xl {
    margin-top: 60px;
    margin-bottom: 60px
  }

  .pad-t-xxl {
    padding-top: 90px
  }

  .pad-b-xxl {
    padding-bottom: 90px
  }

  .pad-l-xxl {
    padding-left: 90px
  }

  .pad-r-xxl {
    padding-right: 90px
  }

  .pad-xxl {
    padding: 90px
  }

  .pad-x-xxl {
    padding-right: 90px;
    padding-left: 90px
  }

  .pad-y-xxl {
    padding-top: 90px;
    padding-bottom: 90px
  }

  .mar-t-xxl {
    margin-top: 90px
  }

  .mar-b-xxl {
    margin-bottom: 90px
  }

  .mar-l-xxl {
    margin-left: 90px
  }

  .mar-r-xxl {
    margin-right: 90px
  }

  .mar-xxl {
    margin: 90px
  }

  .mar-x-xxl {
    margin-right: 90px;
    margin-left: 90px
  }

  .mar-y-xxl {
    margin-top: 90px;
    margin-bottom: 90px
  }

  .pad-t-xxxl {
    padding-top: 120px
  }

  .pad-b-xxxl {
    padding-bottom: 120px
  }

  .pad-l-xxxl {
    padding-left: 120px
  }

  .pad-r-xxxl {
    padding-right: 120px
  }

  .pad-xxxl {
    padding: 120px
  }

  .pad-x-xxxl {
    padding-right: 120px;
    padding-left: 120px
  }

  .pad-y-xxxl {
    padding-top: 120px;
    padding-bottom: 120px
  }

  .mar-t-xxxl {
    margin-top: 120px
  }

  .mar-b-xxxl {
    margin-bottom: 120px
  }

  .mar-l-xxxl {
    margin-left: 120px
  }

  .mar-r-xxxl {
    margin-right: 120px
  }

  .mar-xxxl {
    margin: 120px
  }

  .mar-x-xxxl {
    margin-right: 120px;
    margin-left: 120px
  }

  .mar-y-xxxl {
    margin-top: 120px;
    margin-bottom: 120px
  }

  .mar-x-auto {
    margin-left: auto;
    margin-right: auto
  }

  .mar-y-auto {
    margin-top: auto;
    margin-bottom: auto
  }
}

@media screen and (min-width: 30rem) {
  .pad-t-0--sm {
    padding-top: 0px
  }

  .pad-b-0--sm {
    padding-bottom: 0px
  }

  .pad-l-0--sm {
    padding-left: 0px
  }

  .pad-r-0--sm {
    padding-right: 0px
  }

  .pad-0--sm {
    padding: 0px
  }

  .pad-x-0--sm {
    padding-right: 0px;
    padding-left: 0px
  }

  .pad-y-0--sm {
    padding-top: 0px;
    padding-bottom: 0px
  }

  .mar-t-0--sm {
    margin-top: 0px
  }

  .mar-b-0--sm {
    margin-bottom: 0px
  }

  .mar-l-0--sm {
    margin-left: 0px
  }

  .mar-r-0--sm {
    margin-right: 0px
  }

  .mar-0--sm {
    margin: 0px
  }

  .mar-x-0--sm {
    margin-right: 0px;
    margin-left: 0px
  }

  .mar-y-0--sm {
    margin-top: 0px;
    margin-bottom: 0px
  }

  .pad-t-sm--sm {
    padding-top: 5px
  }

  .pad-b-sm--sm {
    padding-bottom: 5px
  }

  .pad-l-sm--sm {
    padding-left: 5px
  }

  .pad-r-sm--sm {
    padding-right: 5px
  }

  .pad-sm--sm {
    padding: 5px
  }

  .pad-x-sm--sm {
    padding-right: 5px;
    padding-left: 5px
  }

  .pad-y-sm--sm {
    padding-top: 5px;
    padding-bottom: 5px
  }

  .mar-t-sm--sm {
    margin-top: 5px
  }

  .mar-b-sm--sm {
    margin-bottom: 5px
  }

  .mar-l-sm--sm {
    margin-left: 5px
  }

  .mar-r-sm--sm {
    margin-right: 5px
  }

  .mar-sm--sm {
    margin: 5px
  }

  .mar-x-sm--sm {
    margin-right: 5px;
    margin-left: 5px
  }

  .mar-y-sm--sm {
    margin-top: 5px;
    margin-bottom: 5px
  }

  .pad-t-rg--sm {
    padding-top: 10px
  }

  .pad-b-rg--sm {
    padding-bottom: 10px
  }

  .pad-l-rg--sm {
    padding-left: 10px
  }

  .pad-r-rg--sm {
    padding-right: 10px
  }

  .pad-rg--sm {
    padding: 10px
  }

  .pad-x-rg--sm {
    padding-right: 10px;
    padding-left: 10px
  }

  .pad-y-rg--sm {
    padding-top: 10px;
    padding-bottom: 10px
  }

  .mar-t-rg--sm {
    margin-top: 10px
  }

  .mar-b-rg--sm {
    margin-bottom: 10px
  }

  .mar-l-rg--sm {
    margin-left: 10px
  }

  .mar-r-rg--sm {
    margin-right: 10px
  }

  .mar-rg--sm {
    margin: 10px
  }

  .mar-x-rg--sm {
    margin-right: 10px;
    margin-left: 10px
  }

  .mar-y-rg--sm {
    margin-top: 10px;
    margin-bottom: 10px
  }

  .pad-t-md--sm {
    padding-top: 15px
  }

  .pad-b-md--sm {
    padding-bottom: 15px
  }

  .pad-l-md--sm {
    padding-left: 15px
  }

  .pad-r-md--sm {
    padding-right: 15px
  }

  .pad-md--sm {
    padding: 15px
  }

  .pad-x-md--sm {
    padding-right: 15px;
    padding-left: 15px
  }

  .pad-y-md--sm {
    padding-top: 15px;
    padding-bottom: 15px
  }

  .mar-t-md--sm {
    margin-top: 15px
  }

  .mar-b-md--sm {
    margin-bottom: 15px
  }

  .mar-l-md--sm {
    margin-left: 15px
  }

  .mar-r-md--sm {
    margin-right: 15px
  }

  .mar-md--sm {
    margin: 15px
  }

  .mar-x-md--sm {
    margin-right: 15px;
    margin-left: 15px
  }

  .mar-y-md--sm {
    margin-top: 15px;
    margin-bottom: 15px
  }

  .pad-t-hs-md--sm {
    padding-top: 25px
  }

  .pad-b-hs-md--sm {
    padding-bottom: 25px
  }

  .pad-l-hs-md--sm {
    padding-left: 25px
  }

  .pad-r-hs-md--sm {
    padding-right: 25px
  }

  .pad-hs-md--sm {
    padding: 25px
  }

  .pad-x-hs-md--sm {
    padding-right: 25px;
    padding-left: 25px
  }

  .pad-y-hs-md--sm {
    padding-top: 25px;
    padding-bottom: 25px
  }

  .mar-t-hs-md--sm {
    margin-top: 25px
  }

  .mar-b-hs-md--sm {
    margin-bottom: 25px
  }

  .mar-l-hs-md--sm {
    margin-left: 25px
  }

  .mar-r-hs-md--sm {
    margin-right: 25px
  }

  .mar-hs-md--sm {
    margin: 25px
  }

  .mar-x-hs-md--sm {
    margin-right: 25px;
    margin-left: 25px
  }

  .mar-y-hs-md--sm {
    margin-top: 25px;
    margin-bottom: 25px
  }

  .pad-t-lg--sm {
    padding-top: 30px
  }

  .pad-b-lg--sm {
    padding-bottom: 30px
  }

  .pad-l-lg--sm {
    padding-left: 30px
  }

  .pad-r-lg--sm {
    padding-right: 30px
  }

  .pad-lg--sm {
    padding: 30px
  }

  .pad-x-lg--sm {
    padding-right: 30px;
    padding-left: 30px
  }

  .pad-y-lg--sm {
    padding-top: 30px;
    padding-bottom: 30px
  }

  .mar-t-lg--sm {
    margin-top: 30px
  }

  .mar-b-lg--sm {
    margin-bottom: 30px
  }

  .mar-l-lg--sm {
    margin-left: 30px
  }

  .mar-r-lg--sm {
    margin-right: 30px
  }

  .mar-lg--sm {
    margin: 30px
  }

  .mar-x-lg--sm {
    margin-right: 30px;
    margin-left: 30px
  }

  .mar-y-lg--sm {
    margin-top: 30px;
    margin-bottom: 30px
  }

  .pad-t-hs-lg--sm {
    padding-top: 32.5px
  }

  .pad-b-hs-lg--sm {
    padding-bottom: 32.5px
  }

  .pad-l-hs-lg--sm {
    padding-left: 32.5px
  }

  .pad-r-hs-lg--sm {
    padding-right: 32.5px
  }

  .pad-hs-lg--sm {
    padding: 32.5px
  }

  .pad-x-hs-lg--sm {
    padding-right: 32.5px;
    padding-left: 32.5px
  }

  .pad-y-hs-lg--sm {
    padding-top: 32.5px;
    padding-bottom: 32.5px
  }

  .mar-t-hs-lg--sm {
    margin-top: 32.5px
  }

  .mar-b-hs-lg--sm {
    margin-bottom: 32.5px
  }

  .mar-l-hs-lg--sm {
    margin-left: 32.5px
  }

  .mar-r-hs-lg--sm {
    margin-right: 32.5px
  }

  .mar-hs-lg--sm {
    margin: 32.5px
  }

  .mar-x-hs-lg--sm {
    margin-right: 32.5px;
    margin-left: 32.5px
  }

  .mar-y-hs-lg--sm {
    margin-top: 32.5px;
    margin-bottom: 32.5px
  }

  .pad-t-xl--sm {
    padding-top: 60px
  }

  .pad-b-xl--sm {
    padding-bottom: 60px
  }

  .pad-l-xl--sm {
    padding-left: 60px
  }

  .pad-r-xl--sm {
    padding-right: 60px
  }

  .pad-xl--sm {
    padding: 60px
  }

  .pad-x-xl--sm {
    padding-right: 60px;
    padding-left: 60px
  }

  .pad-y-xl--sm {
    padding-top: 60px;
    padding-bottom: 60px
  }

  .mar-t-xl--sm {
    margin-top: 60px
  }

  .mar-b-xl--sm {
    margin-bottom: 60px
  }

  .mar-l-xl--sm {
    margin-left: 60px
  }

  .mar-r-xl--sm {
    margin-right: 60px
  }

  .mar-xl--sm {
    margin: 60px
  }

  .mar-x-xl--sm {
    margin-right: 60px;
    margin-left: 60px
  }

  .mar-y-xl--sm {
    margin-top: 60px;
    margin-bottom: 60px
  }

  .pad-t-xxl--sm {
    padding-top: 90px
  }

  .pad-b-xxl--sm {
    padding-bottom: 90px
  }

  .pad-l-xxl--sm {
    padding-left: 90px
  }

  .pad-r-xxl--sm {
    padding-right: 90px
  }

  .pad-xxl--sm {
    padding: 90px
  }

  .pad-x-xxl--sm {
    padding-right: 90px;
    padding-left: 90px
  }

  .pad-y-xxl--sm {
    padding-top: 90px;
    padding-bottom: 90px
  }

  .mar-t-xxl--sm {
    margin-top: 90px
  }

  .mar-b-xxl--sm {
    margin-bottom: 90px
  }

  .mar-l-xxl--sm {
    margin-left: 90px
  }

  .mar-r-xxl--sm {
    margin-right: 90px
  }

  .mar-xxl--sm {
    margin: 90px
  }

  .mar-x-xxl--sm {
    margin-right: 90px;
    margin-left: 90px
  }

  .mar-y-xxl--sm {
    margin-top: 90px;
    margin-bottom: 90px
  }

  .pad-t-xxxl--sm {
    padding-top: 120px
  }

  .pad-b-xxxl--sm {
    padding-bottom: 120px
  }

  .pad-l-xxxl--sm {
    padding-left: 120px
  }

  .pad-r-xxxl--sm {
    padding-right: 120px
  }

  .pad-xxxl--sm {
    padding: 120px
  }

  .pad-x-xxxl--sm {
    padding-right: 120px;
    padding-left: 120px
  }

  .pad-y-xxxl--sm {
    padding-top: 120px;
    padding-bottom: 120px
  }

  .mar-t-xxxl--sm {
    margin-top: 120px
  }

  .mar-b-xxxl--sm {
    margin-bottom: 120px
  }

  .mar-l-xxxl--sm {
    margin-left: 120px
  }

  .mar-r-xxxl--sm {
    margin-right: 120px
  }

  .mar-xxxl--sm {
    margin: 120px
  }

  .mar-x-xxxl--sm {
    margin-right: 120px;
    margin-left: 120px
  }

  .mar-y-xxxl--sm {
    margin-top: 120px;
    margin-bottom: 120px
  }

  .mar-x-auto--sm {
    margin-left: auto;
    margin-right: auto
  }

  .mar-y-auto--sm {
    margin-top: auto;
    margin-bottom: auto
  }
}

@media screen and (min-width: 46.875rem) {
  .pad-t-0--md {
    padding-top: 0px
  }

  .pad-b-0--md {
    padding-bottom: 0px
  }

  .pad-l-0--md {
    padding-left: 0px
  }

  .pad-r-0--md {
    padding-right: 0px
  }

  .pad-0--md {
    padding: 0px
  }

  .pad-x-0--md {
    padding-right: 0px;
    padding-left: 0px
  }

  .pad-y-0--md {
    padding-top: 0px;
    padding-bottom: 0px
  }

  .mar-t-0--md {
    margin-top: 0px
  }

  .mar-b-0--md {
    margin-bottom: 0px
  }

  .mar-l-0--md {
    margin-left: 0px
  }

  .mar-r-0--md {
    margin-right: 0px
  }

  .mar-0--md {
    margin: 0px
  }

  .mar-x-0--md {
    margin-right: 0px;
    margin-left: 0px
  }

  .mar-y-0--md {
    margin-top: 0px;
    margin-bottom: 0px
  }

  .pad-t-sm--md {
    padding-top: 5px
  }

  .pad-b-sm--md {
    padding-bottom: 5px
  }

  .pad-l-sm--md {
    padding-left: 5px
  }

  .pad-r-sm--md {
    padding-right: 5px
  }

  .pad-sm--md {
    padding: 5px
  }

  .pad-x-sm--md {
    padding-right: 5px;
    padding-left: 5px
  }

  .pad-y-sm--md {
    padding-top: 5px;
    padding-bottom: 5px
  }

  .mar-t-sm--md {
    margin-top: 5px
  }

  .mar-b-sm--md {
    margin-bottom: 5px
  }

  .mar-l-sm--md {
    margin-left: 5px
  }

  .mar-r-sm--md {
    margin-right: 5px
  }

  .mar-sm--md {
    margin: 5px
  }

  .mar-x-sm--md {
    margin-right: 5px;
    margin-left: 5px
  }

  .mar-y-sm--md {
    margin-top: 5px;
    margin-bottom: 5px
  }

  .pad-t-rg--md {
    padding-top: 10px
  }

  .pad-b-rg--md {
    padding-bottom: 10px
  }

  .pad-l-rg--md {
    padding-left: 10px
  }

  .pad-r-rg--md {
    padding-right: 10px
  }

  .pad-rg--md {
    padding: 10px
  }

  .pad-x-rg--md {
    padding-right: 10px;
    padding-left: 10px
  }

  .pad-y-rg--md {
    padding-top: 10px;
    padding-bottom: 10px
  }

  .mar-t-rg--md {
    margin-top: 10px
  }

  .mar-b-rg--md {
    margin-bottom: 10px
  }

  .mar-l-rg--md {
    margin-left: 10px
  }

  .mar-r-rg--md {
    margin-right: 10px
  }

  .mar-rg--md {
    margin: 10px
  }

  .mar-x-rg--md {
    margin-right: 10px;
    margin-left: 10px
  }

  .mar-y-rg--md {
    margin-top: 10px;
    margin-bottom: 10px
  }

  .pad-t-md--md {
    padding-top: 15px
  }

  .pad-b-md--md {
    padding-bottom: 15px
  }

  .pad-l-md--md {
    padding-left: 15px
  }

  .pad-r-md--md {
    padding-right: 15px
  }

  .pad-md--md {
    padding: 15px
  }

  .pad-x-md--md {
    padding-right: 15px;
    padding-left: 15px
  }

  .pad-y-md--md {
    padding-top: 15px;
    padding-bottom: 15px
  }

  .mar-t-md--md {
    margin-top: 15px
  }

  .mar-b-md--md {
    margin-bottom: 15px
  }

  .mar-l-md--md {
    margin-left: 15px
  }

  .mar-r-md--md {
    margin-right: 15px
  }

  .mar-md--md {
    margin: 15px
  }

  .mar-x-md--md {
    margin-right: 15px;
    margin-left: 15px
  }

  .mar-y-md--md {
    margin-top: 15px;
    margin-bottom: 15px
  }

  .pad-t-hs-md--md {
    padding-top: 25px
  }

  .pad-b-hs-md--md {
    padding-bottom: 25px
  }

  .pad-l-hs-md--md {
    padding-left: 25px
  }

  .pad-r-hs-md--md {
    padding-right: 25px
  }

  .pad-hs-md--md {
    padding: 25px
  }

  .pad-x-hs-md--md {
    padding-right: 25px;
    padding-left: 25px
  }

  .pad-y-hs-md--md {
    padding-top: 25px;
    padding-bottom: 25px
  }

  .mar-t-hs-md--md {
    margin-top: 25px
  }

  .mar-b-hs-md--md {
    margin-bottom: 25px
  }

  .mar-l-hs-md--md {
    margin-left: 25px
  }

  .mar-r-hs-md--md {
    margin-right: 25px
  }

  .mar-hs-md--md {
    margin: 25px
  }

  .mar-x-hs-md--md {
    margin-right: 25px;
    margin-left: 25px
  }

  .mar-y-hs-md--md {
    margin-top: 25px;
    margin-bottom: 25px
  }

  .pad-t-lg--md {
    padding-top: 30px
  }

  .pad-b-lg--md {
    padding-bottom: 30px
  }

  .pad-l-lg--md {
    padding-left: 30px
  }

  .pad-r-lg--md {
    padding-right: 30px
  }

  .pad-lg--md {
    padding: 30px
  }

  .pad-x-lg--md {
    padding-right: 30px;
    padding-left: 30px
  }

  .pad-y-lg--md {
    padding-top: 30px;
    padding-bottom: 30px
  }

  .mar-t-lg--md {
    margin-top: 30px
  }

  .mar-b-lg--md {
    margin-bottom: 30px
  }

  .mar-l-lg--md {
    margin-left: 30px
  }

  .mar-r-lg--md {
    margin-right: 30px
  }

  .mar-lg--md {
    margin: 30px
  }

  .mar-x-lg--md {
    margin-right: 30px;
    margin-left: 30px
  }

  .mar-y-lg--md {
    margin-top: 30px;
    margin-bottom: 30px
  }

  .pad-t-hs-lg--md {
    padding-top: 32.5px
  }

  .pad-b-hs-lg--md {
    padding-bottom: 32.5px
  }

  .pad-l-hs-lg--md {
    padding-left: 32.5px
  }

  .pad-r-hs-lg--md {
    padding-right: 32.5px
  }

  .pad-hs-lg--md {
    padding: 32.5px
  }

  .pad-x-hs-lg--md {
    padding-right: 32.5px;
    padding-left: 32.5px
  }

  .pad-y-hs-lg--md {
    padding-top: 32.5px;
    padding-bottom: 32.5px
  }

  .mar-t-hs-lg--md {
    margin-top: 32.5px
  }

  .mar-b-hs-lg--md {
    margin-bottom: 32.5px
  }

  .mar-l-hs-lg--md {
    margin-left: 32.5px
  }

  .mar-r-hs-lg--md {
    margin-right: 32.5px
  }

  .mar-hs-lg--md {
    margin: 32.5px
  }

  .mar-x-hs-lg--md {
    margin-right: 32.5px;
    margin-left: 32.5px
  }

  .mar-y-hs-lg--md {
    margin-top: 32.5px;
    margin-bottom: 32.5px
  }

  .pad-t-xl--md {
    padding-top: 60px
  }

  .pad-b-xl--md {
    padding-bottom: 60px
  }

  .pad-l-xl--md {
    padding-left: 60px
  }

  .pad-r-xl--md {
    padding-right: 60px
  }

  .pad-xl--md {
    padding: 60px
  }

  .pad-x-xl--md {
    padding-right: 60px;
    padding-left: 60px
  }

  .pad-y-xl--md {
    padding-top: 60px;
    padding-bottom: 60px
  }

  .mar-t-xl--md {
    margin-top: 60px
  }

  .mar-b-xl--md {
    margin-bottom: 60px
  }

  .mar-l-xl--md {
    margin-left: 60px
  }

  .mar-r-xl--md {
    margin-right: 60px
  }

  .mar-xl--md {
    margin: 60px
  }

  .mar-x-xl--md {
    margin-right: 60px;
    margin-left: 60px
  }

  .mar-y-xl--md {
    margin-top: 60px;
    margin-bottom: 60px
  }

  .pad-t-xxl--md {
    padding-top: 90px
  }

  .pad-b-xxl--md {
    padding-bottom: 90px
  }

  .pad-l-xxl--md {
    padding-left: 90px
  }

  .pad-r-xxl--md {
    padding-right: 90px
  }

  .pad-xxl--md {
    padding: 90px
  }

  .pad-x-xxl--md {
    padding-right: 90px;
    padding-left: 90px
  }

  .pad-y-xxl--md {
    padding-top: 90px;
    padding-bottom: 90px
  }

  .mar-t-xxl--md {
    margin-top: 90px
  }

  .mar-b-xxl--md {
    margin-bottom: 90px
  }

  .mar-l-xxl--md {
    margin-left: 90px
  }

  .mar-r-xxl--md {
    margin-right: 90px
  }

  .mar-xxl--md {
    margin: 90px
  }

  .mar-x-xxl--md {
    margin-right: 90px;
    margin-left: 90px
  }

  .mar-y-xxl--md {
    margin-top: 90px;
    margin-bottom: 90px
  }

  .pad-t-xxxl--md {
    padding-top: 120px
  }

  .pad-b-xxxl--md {
    padding-bottom: 120px
  }

  .pad-l-xxxl--md {
    padding-left: 120px
  }

  .pad-r-xxxl--md {
    padding-right: 120px
  }

  .pad-xxxl--md {
    padding: 120px
  }

  .pad-x-xxxl--md {
    padding-right: 120px;
    padding-left: 120px
  }

  .pad-y-xxxl--md {
    padding-top: 120px;
    padding-bottom: 120px
  }

  .mar-t-xxxl--md {
    margin-top: 120px
  }

  .mar-b-xxxl--md {
    margin-bottom: 120px
  }

  .mar-l-xxxl--md {
    margin-left: 120px
  }

  .mar-r-xxxl--md {
    margin-right: 120px
  }

  .mar-xxxl--md {
    margin: 120px
  }

  .mar-x-xxxl--md {
    margin-right: 120px;
    margin-left: 120px
  }

  .mar-y-xxxl--md {
    margin-top: 120px;
    margin-bottom: 120px
  }

  .mar-x-auto--md {
    margin-left: auto;
    margin-right: auto
  }

  .mar-y-auto--md {
    margin-top: auto;
    margin-bottom: auto
  }
}

@media screen and (min-width: 64rem) {
  .pad-t-0--lg {
    padding-top: 0px
  }

  .pad-b-0--lg {
    padding-bottom: 0px
  }

  .pad-l-0--lg {
    padding-left: 0px
  }

  .pad-r-0--lg {
    padding-right: 0px
  }

  .pad-0--lg {
    padding: 0px
  }

  .pad-x-0--lg {
    padding-right: 0px;
    padding-left: 0px
  }

  .pad-y-0--lg {
    padding-top: 0px;
    padding-bottom: 0px
  }

  .mar-t-0--lg {
    margin-top: 0px
  }

  .mar-b-0--lg {
    margin-bottom: 0px
  }

  .mar-l-0--lg {
    margin-left: 0px
  }

  .mar-r-0--lg {
    margin-right: 0px
  }

  .mar-0--lg {
    margin: 0px
  }

  .mar-x-0--lg {
    margin-right: 0px;
    margin-left: 0px
  }

  .mar-y-0--lg {
    margin-top: 0px;
    margin-bottom: 0px
  }

  .pad-t-sm--lg {
    padding-top: 5px
  }

  .pad-b-sm--lg {
    padding-bottom: 5px
  }

  .pad-l-sm--lg {
    padding-left: 5px
  }

  .pad-r-sm--lg {
    padding-right: 5px
  }

  .pad-sm--lg {
    padding: 5px
  }

  .pad-x-sm--lg {
    padding-right: 5px;
    padding-left: 5px
  }

  .pad-y-sm--lg {
    padding-top: 5px;
    padding-bottom: 5px
  }

  .mar-t-sm--lg {
    margin-top: 5px
  }

  .mar-b-sm--lg {
    margin-bottom: 5px
  }

  .mar-l-sm--lg {
    margin-left: 5px
  }

  .mar-r-sm--lg {
    margin-right: 5px
  }

  .mar-sm--lg {
    margin: 5px
  }

  .mar-x-sm--lg {
    margin-right: 5px;
    margin-left: 5px
  }

  .mar-y-sm--lg {
    margin-top: 5px;
    margin-bottom: 5px
  }

  .pad-t-rg--lg {
    padding-top: 10px
  }

  .pad-b-rg--lg {
    padding-bottom: 10px
  }

  .pad-l-rg--lg {
    padding-left: 10px
  }

  .pad-r-rg--lg {
    padding-right: 10px
  }

  .pad-rg--lg {
    padding: 10px
  }

  .pad-x-rg--lg {
    padding-right: 10px;
    padding-left: 10px
  }

  .pad-y-rg--lg {
    padding-top: 10px;
    padding-bottom: 10px
  }

  .mar-t-rg--lg {
    margin-top: 10px
  }

  .mar-b-rg--lg {
    margin-bottom: 10px
  }

  .mar-l-rg--lg {
    margin-left: 10px
  }

  .mar-r-rg--lg {
    margin-right: 10px
  }

  .mar-rg--lg {
    margin: 10px
  }

  .mar-x-rg--lg {
    margin-right: 10px;
    margin-left: 10px
  }

  .mar-y-rg--lg {
    margin-top: 10px;
    margin-bottom: 10px
  }

  .pad-t-md--lg {
    padding-top: 15px
  }

  .pad-b-md--lg {
    padding-bottom: 15px
  }

  .pad-l-md--lg {
    padding-left: 15px
  }

  .pad-r-md--lg {
    padding-right: 15px
  }

  .pad-md--lg {
    padding: 15px
  }

  .pad-x-md--lg {
    padding-right: 15px;
    padding-left: 15px
  }

  .pad-y-md--lg {
    padding-top: 15px;
    padding-bottom: 15px
  }

  .mar-t-md--lg {
    margin-top: 15px
  }

  .mar-b-md--lg {
    margin-bottom: 15px
  }

  .mar-l-md--lg {
    margin-left: 15px
  }

  .mar-r-md--lg {
    margin-right: 15px
  }

  .mar-md--lg {
    margin: 15px
  }

  .mar-x-md--lg {
    margin-right: 15px;
    margin-left: 15px
  }

  .mar-y-md--lg {
    margin-top: 15px;
    margin-bottom: 15px
  }

  .pad-t-hs-md--lg {
    padding-top: 25px
  }

  .pad-b-hs-md--lg {
    padding-bottom: 25px
  }

  .pad-l-hs-md--lg {
    padding-left: 25px
  }

  .pad-r-hs-md--lg {
    padding-right: 25px
  }

  .pad-hs-md--lg {
    padding: 25px
  }

  .pad-x-hs-md--lg {
    padding-right: 25px;
    padding-left: 25px
  }

  .pad-y-hs-md--lg {
    padding-top: 25px;
    padding-bottom: 25px
  }

  .mar-t-hs-md--lg {
    margin-top: 25px
  }

  .mar-b-hs-md--lg {
    margin-bottom: 25px
  }

  .mar-l-hs-md--lg {
    margin-left: 25px
  }

  .mar-r-hs-md--lg {
    margin-right: 25px
  }

  .mar-hs-md--lg {
    margin: 25px
  }

  .mar-x-hs-md--lg {
    margin-right: 25px;
    margin-left: 25px
  }

  .mar-y-hs-md--lg {
    margin-top: 25px;
    margin-bottom: 25px
  }

  .pad-t-lg--lg {
    padding-top: 30px
  }

  .pad-b-lg--lg {
    padding-bottom: 30px
  }

  .pad-l-lg--lg {
    padding-left: 30px
  }

  .pad-r-lg--lg {
    padding-right: 30px
  }

  .pad-lg--lg {
    padding: 30px
  }

  .pad-x-lg--lg {
    padding-right: 30px;
    padding-left: 30px
  }

  .pad-y-lg--lg {
    padding-top: 30px;
    padding-bottom: 30px
  }

  .mar-t-lg--lg {
    margin-top: 30px
  }

  .mar-b-lg--lg {
    margin-bottom: 30px
  }

  .mar-l-lg--lg {
    margin-left: 30px
  }

  .mar-r-lg--lg {
    margin-right: 30px
  }

  .mar-lg--lg {
    margin: 30px
  }

  .mar-x-lg--lg {
    margin-right: 30px;
    margin-left: 30px
  }

  .mar-y-lg--lg {
    margin-top: 30px;
    margin-bottom: 30px
  }

  .pad-t-hs-lg--lg {
    padding-top: 32.5px
  }

  .pad-b-hs-lg--lg {
    padding-bottom: 32.5px
  }

  .pad-l-hs-lg--lg {
    padding-left: 32.5px
  }

  .pad-r-hs-lg--lg {
    padding-right: 32.5px
  }

  .pad-hs-lg--lg {
    padding: 32.5px
  }

  .pad-x-hs-lg--lg {
    padding-right: 32.5px;
    padding-left: 32.5px
  }

  .pad-y-hs-lg--lg {
    padding-top: 32.5px;
    padding-bottom: 32.5px
  }

  .mar-t-hs-lg--lg {
    margin-top: 32.5px
  }

  .mar-b-hs-lg--lg {
    margin-bottom: 32.5px
  }

  .mar-l-hs-lg--lg {
    margin-left: 32.5px
  }

  .mar-r-hs-lg--lg {
    margin-right: 32.5px
  }

  .mar-hs-lg--lg {
    margin: 32.5px
  }

  .mar-x-hs-lg--lg {
    margin-right: 32.5px;
    margin-left: 32.5px
  }

  .mar-y-hs-lg--lg {
    margin-top: 32.5px;
    margin-bottom: 32.5px
  }

  .pad-t-xl--lg {
    padding-top: 60px
  }

  .pad-b-xl--lg {
    padding-bottom: 60px
  }

  .pad-l-xl--lg {
    padding-left: 60px
  }

  .pad-r-xl--lg {
    padding-right: 60px
  }

  .pad-xl--lg {
    padding: 60px
  }

  .pad-x-xl--lg {
    padding-right: 60px;
    padding-left: 60px
  }

  .pad-y-xl--lg {
    padding-top: 60px;
    padding-bottom: 60px
  }

  .mar-t-xl--lg {
    margin-top: 60px
  }

  .mar-b-xl--lg {
    margin-bottom: 60px
  }

  .mar-l-xl--lg {
    margin-left: 60px
  }

  .mar-r-xl--lg {
    margin-right: 60px
  }

  .mar-xl--lg {
    margin: 60px
  }

  .mar-x-xl--lg {
    margin-right: 60px;
    margin-left: 60px
  }

  .mar-y-xl--lg {
    margin-top: 60px;
    margin-bottom: 60px
  }

  .pad-t-xxl--lg {
    padding-top: 90px
  }

  .pad-b-xxl--lg {
    padding-bottom: 90px
  }

  .pad-l-xxl--lg {
    padding-left: 90px
  }

  .pad-r-xxl--lg {
    padding-right: 90px
  }

  .pad-xxl--lg {
    padding: 90px
  }

  .pad-x-xxl--lg {
    padding-right: 90px;
    padding-left: 90px
  }

  .pad-y-xxl--lg {
    padding-top: 90px;
    padding-bottom: 90px
  }

  .mar-t-xxl--lg {
    margin-top: 90px
  }

  .mar-b-xxl--lg {
    margin-bottom: 90px
  }

  .mar-l-xxl--lg {
    margin-left: 90px
  }

  .mar-r-xxl--lg {
    margin-right: 90px
  }

  .mar-xxl--lg {
    margin: 90px
  }

  .mar-x-xxl--lg {
    margin-right: 90px;
    margin-left: 90px
  }

  .mar-y-xxl--lg {
    margin-top: 90px;
    margin-bottom: 90px
  }

  .pad-t-xxxl--lg {
    padding-top: 120px
  }

  .pad-b-xxxl--lg {
    padding-bottom: 120px
  }

  .pad-l-xxxl--lg {
    padding-left: 120px
  }

  .pad-r-xxxl--lg {
    padding-right: 120px
  }

  .pad-xxxl--lg {
    padding: 120px
  }

  .pad-x-xxxl--lg {
    padding-right: 120px;
    padding-left: 120px
  }

  .pad-y-xxxl--lg {
    padding-top: 120px;
    padding-bottom: 120px
  }

  .mar-t-xxxl--lg {
    margin-top: 120px
  }

  .mar-b-xxxl--lg {
    margin-bottom: 120px
  }

  .mar-l-xxxl--lg {
    margin-left: 120px
  }

  .mar-r-xxxl--lg {
    margin-right: 120px
  }

  .mar-xxxl--lg {
    margin: 120px
  }

  .mar-x-xxxl--lg {
    margin-right: 120px;
    margin-left: 120px
  }

  .mar-y-xxxl--lg {
    margin-top: 120px;
    margin-bottom: 120px
  }

  .mar-x-auto--lg {
    margin-left: auto;
    margin-right: auto
  }

  .mar-y-auto--lg {
    margin-top: auto;
    margin-bottom: auto
  }
}

@media screen and (min-width: 85.875rem) {
  .pad-t-0--xl {
    padding-top: 0px
  }

  .pad-b-0--xl {
    padding-bottom: 0px
  }

  .pad-l-0--xl {
    padding-left: 0px
  }

  .pad-r-0--xl {
    padding-right: 0px
  }

  .pad-0--xl {
    padding: 0px
  }

  .pad-x-0--xl {
    padding-right: 0px;
    padding-left: 0px
  }

  .pad-y-0--xl {
    padding-top: 0px;
    padding-bottom: 0px
  }

  .mar-t-0--xl {
    margin-top: 0px
  }

  .mar-b-0--xl {
    margin-bottom: 0px
  }

  .mar-l-0--xl {
    margin-left: 0px
  }

  .mar-r-0--xl {
    margin-right: 0px
  }

  .mar-0--xl {
    margin: 0px
  }

  .mar-x-0--xl {
    margin-right: 0px;
    margin-left: 0px
  }

  .mar-y-0--xl {
    margin-top: 0px;
    margin-bottom: 0px
  }

  .pad-t-sm--xl {
    padding-top: 5px
  }

  .pad-b-sm--xl {
    padding-bottom: 5px
  }

  .pad-l-sm--xl {
    padding-left: 5px
  }

  .pad-r-sm--xl {
    padding-right: 5px
  }

  .pad-sm--xl {
    padding: 5px
  }

  .pad-x-sm--xl {
    padding-right: 5px;
    padding-left: 5px
  }

  .pad-y-sm--xl {
    padding-top: 5px;
    padding-bottom: 5px
  }

  .mar-t-sm--xl {
    margin-top: 5px
  }

  .mar-b-sm--xl {
    margin-bottom: 5px
  }

  .mar-l-sm--xl {
    margin-left: 5px
  }

  .mar-r-sm--xl {
    margin-right: 5px
  }

  .mar-sm--xl {
    margin: 5px
  }

  .mar-x-sm--xl {
    margin-right: 5px;
    margin-left: 5px
  }

  .mar-y-sm--xl {
    margin-top: 5px;
    margin-bottom: 5px
  }

  .pad-t-rg--xl {
    padding-top: 10px
  }

  .pad-b-rg--xl {
    padding-bottom: 10px
  }

  .pad-l-rg--xl {
    padding-left: 10px
  }

  .pad-r-rg--xl {
    padding-right: 10px
  }

  .pad-rg--xl {
    padding: 10px
  }

  .pad-x-rg--xl {
    padding-right: 10px;
    padding-left: 10px
  }

  .pad-y-rg--xl {
    padding-top: 10px;
    padding-bottom: 10px
  }

  .mar-t-rg--xl {
    margin-top: 10px
  }

  .mar-b-rg--xl {
    margin-bottom: 10px
  }

  .mar-l-rg--xl {
    margin-left: 10px
  }

  .mar-r-rg--xl {
    margin-right: 10px
  }

  .mar-rg--xl {
    margin: 10px
  }

  .mar-x-rg--xl {
    margin-right: 10px;
    margin-left: 10px
  }

  .mar-y-rg--xl {
    margin-top: 10px;
    margin-bottom: 10px
  }

  .pad-t-md--xl {
    padding-top: 15px
  }

  .pad-b-md--xl {
    padding-bottom: 15px
  }

  .pad-l-md--xl {
    padding-left: 15px
  }

  .pad-r-md--xl {
    padding-right: 15px
  }

  .pad-md--xl {
    padding: 15px
  }

  .pad-x-md--xl {
    padding-right: 15px;
    padding-left: 15px
  }

  .pad-y-md--xl {
    padding-top: 15px;
    padding-bottom: 15px
  }

  .mar-t-md--xl {
    margin-top: 15px
  }

  .mar-b-md--xl {
    margin-bottom: 15px
  }

  .mar-l-md--xl {
    margin-left: 15px
  }

  .mar-r-md--xl {
    margin-right: 15px
  }

  .mar-md--xl {
    margin: 15px
  }

  .mar-x-md--xl {
    margin-right: 15px;
    margin-left: 15px
  }

  .mar-y-md--xl {
    margin-top: 15px;
    margin-bottom: 15px
  }

  .pad-t-hs-md--xl {
    padding-top: 25px
  }

  .pad-b-hs-md--xl {
    padding-bottom: 25px
  }

  .pad-l-hs-md--xl {
    padding-left: 25px
  }

  .pad-r-hs-md--xl {
    padding-right: 25px
  }

  .pad-hs-md--xl {
    padding: 25px
  }

  .pad-x-hs-md--xl {
    padding-right: 25px;
    padding-left: 25px
  }

  .pad-y-hs-md--xl {
    padding-top: 25px;
    padding-bottom: 25px
  }

  .mar-t-hs-md--xl {
    margin-top: 25px
  }

  .mar-b-hs-md--xl {
    margin-bottom: 25px
  }

  .mar-l-hs-md--xl {
    margin-left: 25px
  }

  .mar-r-hs-md--xl {
    margin-right: 25px
  }

  .mar-hs-md--xl {
    margin: 25px
  }

  .mar-x-hs-md--xl {
    margin-right: 25px;
    margin-left: 25px
  }

  .mar-y-hs-md--xl {
    margin-top: 25px;
    margin-bottom: 25px
  }

  .pad-t-lg--xl {
    padding-top: 30px
  }

  .pad-b-lg--xl {
    padding-bottom: 30px
  }

  .pad-l-lg--xl {
    padding-left: 30px
  }

  .pad-r-lg--xl {
    padding-right: 30px
  }

  .pad-lg--xl {
    padding: 30px
  }

  .pad-x-lg--xl {
    padding-right: 30px;
    padding-left: 30px
  }

  .pad-y-lg--xl {
    padding-top: 30px;
    padding-bottom: 30px
  }

  .mar-t-lg--xl {
    margin-top: 30px
  }

  .mar-b-lg--xl {
    margin-bottom: 30px
  }

  .mar-l-lg--xl {
    margin-left: 30px
  }

  .mar-r-lg--xl {
    margin-right: 30px
  }

  .mar-lg--xl {
    margin: 30px
  }

  .mar-x-lg--xl {
    margin-right: 30px;
    margin-left: 30px
  }

  .mar-y-lg--xl {
    margin-top: 30px;
    margin-bottom: 30px
  }

  .pad-t-hs-lg--xl {
    padding-top: 32.5px
  }

  .pad-b-hs-lg--xl {
    padding-bottom: 32.5px
  }

  .pad-l-hs-lg--xl {
    padding-left: 32.5px
  }

  .pad-r-hs-lg--xl {
    padding-right: 32.5px
  }

  .pad-hs-lg--xl {
    padding: 32.5px
  }

  .pad-x-hs-lg--xl {
    padding-right: 32.5px;
    padding-left: 32.5px
  }

  .pad-y-hs-lg--xl {
    padding-top: 32.5px;
    padding-bottom: 32.5px
  }

  .mar-t-hs-lg--xl {
    margin-top: 32.5px
  }

  .mar-b-hs-lg--xl {
    margin-bottom: 32.5px
  }

  .mar-l-hs-lg--xl {
    margin-left: 32.5px
  }

  .mar-r-hs-lg--xl {
    margin-right: 32.5px
  }

  .mar-hs-lg--xl {
    margin: 32.5px
  }

  .mar-x-hs-lg--xl {
    margin-right: 32.5px;
    margin-left: 32.5px
  }

  .mar-y-hs-lg--xl {
    margin-top: 32.5px;
    margin-bottom: 32.5px
  }

  .pad-t-xl--xl {
    padding-top: 60px
  }

  .pad-b-xl--xl {
    padding-bottom: 60px
  }

  .pad-l-xl--xl {
    padding-left: 60px
  }

  .pad-r-xl--xl {
    padding-right: 60px
  }

  .pad-xl--xl {
    padding: 60px
  }

  .pad-x-xl--xl {
    padding-right: 60px;
    padding-left: 60px
  }

  .pad-y-xl--xl {
    padding-top: 60px;
    padding-bottom: 60px
  }

  .mar-t-xl--xl {
    margin-top: 60px
  }

  .mar-b-xl--xl {
    margin-bottom: 60px
  }

  .mar-l-xl--xl {
    margin-left: 60px
  }

  .mar-r-xl--xl {
    margin-right: 60px
  }

  .mar-xl--xl {
    margin: 60px
  }

  .mar-x-xl--xl {
    margin-right: 60px;
    margin-left: 60px
  }

  .mar-y-xl--xl {
    margin-top: 60px;
    margin-bottom: 60px
  }

  .pad-t-xxl--xl {
    padding-top: 90px
  }

  .pad-b-xxl--xl {
    padding-bottom: 90px
  }

  .pad-l-xxl--xl {
    padding-left: 90px
  }

  .pad-r-xxl--xl {
    padding-right: 90px
  }

  .pad-xxl--xl {
    padding: 90px
  }

  .pad-x-xxl--xl {
    padding-right: 90px;
    padding-left: 90px
  }

  .pad-y-xxl--xl {
    padding-top: 90px;
    padding-bottom: 90px
  }

  .mar-t-xxl--xl {
    margin-top: 90px
  }

  .mar-b-xxl--xl {
    margin-bottom: 90px
  }

  .mar-l-xxl--xl {
    margin-left: 90px
  }

  .mar-r-xxl--xl {
    margin-right: 90px
  }

  .mar-xxl--xl {
    margin: 90px
  }

  .mar-x-xxl--xl {
    margin-right: 90px;
    margin-left: 90px
  }

  .mar-y-xxl--xl {
    margin-top: 90px;
    margin-bottom: 90px
  }

  .pad-t-xxxl--xl {
    padding-top: 120px
  }

  .pad-b-xxxl--xl {
    padding-bottom: 120px
  }

  .pad-l-xxxl--xl {
    padding-left: 120px
  }

  .pad-r-xxxl--xl {
    padding-right: 120px
  }

  .pad-xxxl--xl {
    padding: 120px
  }

  .pad-x-xxxl--xl {
    padding-right: 120px;
    padding-left: 120px
  }

  .pad-y-xxxl--xl {
    padding-top: 120px;
    padding-bottom: 120px
  }

  .mar-t-xxxl--xl {
    margin-top: 120px
  }

  .mar-b-xxxl--xl {
    margin-bottom: 120px
  }

  .mar-l-xxxl--xl {
    margin-left: 120px
  }

  .mar-r-xxxl--xl {
    margin-right: 120px
  }

  .mar-xxxl--xl {
    margin: 120px
  }

  .mar-x-xxxl--xl {
    margin-right: 120px;
    margin-left: 120px
  }

  .mar-y-xxxl--xl {
    margin-top: 120px;
    margin-bottom: 120px
  }

  .mar-x-auto--xl {
    margin-left: auto;
    margin-right: auto
  }

  .mar-y-auto--xl {
    margin-top: auto;
    margin-bottom: auto
  }
}

@media screen and (min-width: 0em) {
  .pos-a {
    position: absolute
  }

  .pos-r {
    position: relative
  }

  .pos-f {
    position: fixed
  }

  .pos-s {
    position: static
  }

  .t-0 {
    top: 0
  }

  .b-0 {
    bottom: 0
  }

  .l-0 {
    left: 0
  }

  .r-0 {
    right: 0
  }

  .t-gt {
    top: 2.18341%
  }

  .b-gt {
    bottom: 2.18341%
  }

  .l-gt {
    left: 2.18341%
  }

  .r-gt {
    right: 2.18341%
  }

  .pos-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
  }
}

@media screen and (max-width: 63.9375rem) {
  .pos-a--nl {
    position: absolute
  }

  .pos-r--nl {
    position: relative
  }

  .pos-f--nl {
    position: fixed
  }

  .pos-s--nl {
    position: static
  }

  .t-0--nl {
    top: 0
  }

  .b-0--nl {
    bottom: 0
  }

  .l-0--nl {
    left: 0
  }

  .r-0--nl {
    right: 0
  }

  .t-gt--nl {
    top: 2.18341%
  }

  .b-gt--nl {
    bottom: 2.18341%
  }

  .l-gt--nl {
    left: 2.18341%
  }

  .r-gt--nl {
    right: 2.18341%
  }

  .pos-cover--nl {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
  }
}

@media screen and (max-width: 46.8125rem) {
  .pos-a--bm {
    position: absolute
  }

  .pos-r--bm {
    position: relative
  }

  .pos-f--bm {
    position: fixed
  }

  .pos-s--bm {
    position: static
  }

  .t-0--bm {
    top: 0
  }

  .b-0--bm {
    bottom: 0
  }

  .l-0--bm {
    left: 0
  }

  .r-0--bm {
    right: 0
  }

  .t-gt--bm {
    top: 4.46429%
  }

  .b-gt--bm {
    bottom: 4.46429%
  }

  .l-gt--bm {
    left: 4.46429%
  }

  .r-gt--bm {
    right: 4.46429%
  }

  .pos-cover--bm {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
  }
}

@media screen and (min-width: 46.875rem) {
  .pos-a--md {
    position: absolute
  }

  .pos-r--md {
    position: relative
  }

  .pos-f--md {
    position: fixed
  }

  .pos-s--md {
    position: static
  }

  .t-0--md {
    top: 0
  }

  .b-0--md {
    bottom: 0
  }

  .l-0--md {
    left: 0
  }

  .r-0--md {
    right: 0
  }

  .t-gt--md {
    top: 2.18341%
  }

  .b-gt--md {
    bottom: 2.18341%
  }

  .l-gt--md {
    left: 2.18341%
  }

  .r-gt--md {
    right: 2.18341%
  }

  .pos-cover--md {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
  }
}

@media screen and (min-width: 64rem) {
  .pos-a--lg {
    position: absolute
  }

  .pos-r--lg {
    position: relative
  }

  .pos-f--lg {
    position: fixed
  }

  .pos-s--lg {
    position: static
  }

  .t-0--lg {
    top: 0
  }

  .b-0--lg {
    bottom: 0
  }

  .l-0--lg {
    left: 0
  }

  .r-0--lg {
    right: 0
  }

  .t-gt--lg {
    top: 2.18341%
  }

  .b-gt--lg {
    bottom: 2.18341%
  }

  .l-gt--lg {
    left: 2.18341%
  }

  .r-gt--lg {
    right: 2.18341%
  }

  .pos-cover--lg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
  }
}

.z-0 {
  z-index: 0
}

.z-1 {
  z-index: 1
}

.z-2 {
  z-index: 2
}

.z-3 {
  z-index: 3
}

.z-4 {
  z-index: 4
}

.z-5 {
  z-index: 5
}

.overlay-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media screen and (min-width: 0em) {
  .float-l {
    float: left
  }

  .float-r {
    float: right
  }

  .float-n {
    float: none
  }
}

@media screen and (max-width: 63.9375rem) {
  .float-l--nl {
    float: left
  }

  .float-r--nl {
    float: right
  }

  .float-n--nl {
    float: none
  }
}

@media screen and (min-width: 46.875rem) {
  .float-l--md {
    float: left
  }

  .float-r--md {
    float: right
  }

  .float-n--md {
    float: none
  }
}

@media screen and (min-width: 64rem) {
  .float-l--lg {
    float: left
  }

  .float-r--lg {
    float: right
  }

  .float-n--lg {
    float: none
  }
}

@media screen and (min-width: 0em) {
  .clear-l {
    clear: left
  }

  .clear-r {
    clear: right
  }

  .clear-b {
    clear: both
  }

  .clear-n {
    clear: none
  }

  .clearfix:after {
    content: "";
    display: table;
    clear: both
  }
}

@media screen and (max-width: 63.9375rem) {
  .clear-l--nl {
    clear: left
  }

  .clear-r--nl {
    clear: right
  }

  .clear-b--nl {
    clear: both
  }

  .clear-n--nl {
    clear: none
  }

  .clearfix--nl:after {
    content: "";
    display: table;
    clear: both
  }
}

@media screen and (min-width: 64rem) {
  .clear-l--lg {
    clear: left
  }

  .clear-r--lg {
    clear: right
  }

  .clear-b--lg {
    clear: both
  }

  .clear-n--lg {
    clear: none
  }

  .clearfix--lg:after {
    content: "";
    display: table;
    clear: both
  }
}

@media screen and (min-width: 0em) {
  .flex {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
  }
}

@media screen and (max-width: 29.9375rem) {
  .flex--bs {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
  }
}

@media screen and (min-width: 30rem) {
  .flex--sm {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
  }
}

@media screen and (min-width: 46.875rem) {
  .flex--md {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
  }
}

@media screen and (max-width: 63.9375rem) {
  .flex--nl {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
  }
}

@media screen and (min-width: 64rem) {
  .flex--lg {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
  }
}

.flex-width-0 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0;
  -moz-flex: 0;
  -ms-flex: 0;
  flex: 0
}

.flex-width-1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.flex-width-2 {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  box-flex: 2;
  -webkit-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  flex: 2
}

.flex-width-3 {
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  box-flex: 3;
  -webkit-flex: 3;
  -moz-flex: 3;
  -ms-flex: 3;
  flex: 3
}

.flex-wrap {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.flex-wrap-rev {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap-reverse;
  -moz-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse
}

.flex-column {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column
}

.flex-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -ms-flex-align: center
}

.flex-stretch {
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -ms-flex-align: stretch
}

.flex-items-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center
}

.flex-items-baseline {
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  box-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -ms-flex-align: baseline
}

.flex-justify {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify
}

.flex-justify-end {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end
}

.flex-justify-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center
}

.flex-auto {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0
}

.v-top {
  vertical-align: top
}

.v-ttop {
  vertical-align: text-top
}

.v-bsln {
  vertical-align: baseline
}

.v-mid {
  vertical-align: middle
}

@media screen and (min-width: 0em) {
  .g-1 {
    float: left;
    margin-right: 4.46429%;
    width: 12.94643%
  }

  .g-1:last-child {
    margin-right: 0
  }

  .g-2 {
    float: left;
    margin-right: 4.46429%;
    width: 30.35714%
  }

  .g-2:last-child {
    margin-right: 0
  }

  .g-3 {
    float: left;
    margin-right: 4.46429%;
    width: 47.76786%
  }

  .g-3:last-child {
    margin-right: 0
  }

  .g-4 {
    float: left;
    margin-right: 4.46429%;
    width: 65.17857%
  }

  .g-4:last-child {
    margin-right: 0
  }

  .g-5 {
    float: left;
    margin-right: 4.46429%;
    width: 82.58929%
  }

  .g-5:last-child {
    margin-right: 0
  }

  .g-6 {
    float: left;
    margin-right: 4.46429%;
    width: 100%
  }

  .g-6:last-child {
    margin-right: 0
  }

  .g-shift-0 {
    margin-left: 0%
  }

  .g-shift-1 {
    margin-left: 17.41071%
  }

  .g-shift-2 {
    margin-left: 34.82143%
  }

  .g-shift-3 {
    margin-left: 52.23214%
  }

  .g-shift-4 {
    margin-left: 69.64286%
  }

  .g-shift-5 {
    margin-left: 87.05357%
  }

  .g-shift-6 {
    margin-left: 104.46429%
  }

  .g-gt {
    width: 4.46429%
  }

  .g-omega {
    margin-right: 0
  }
}

@media screen and (min-width: 30rem) {
  .g-1--sm {
    float: left;
    margin-right: 4.46429%;
    width: 12.94643%
  }

  .g-1--sm:last-child {
    margin-right: 0
  }

  .g-2--sm {
    float: left;
    margin-right: 4.46429%;
    width: 30.35714%
  }

  .g-2--sm:last-child {
    margin-right: 0
  }

  .g-3--sm {
    float: left;
    margin-right: 4.46429%;
    width: 47.76786%
  }

  .g-3--sm:last-child {
    margin-right: 0
  }

  .g-4--sm {
    float: left;
    margin-right: 4.46429%;
    width: 65.17857%
  }

  .g-4--sm:last-child {
    margin-right: 0
  }

  .g-5--sm {
    float: left;
    margin-right: 4.46429%;
    width: 82.58929%
  }

  .g-5--sm:last-child {
    margin-right: 0
  }

  .g-6--sm {
    float: left;
    margin-right: 4.46429%;
    width: 100%
  }

  .g-6--sm:last-child {
    margin-right: 0
  }

  .g-shift-0--sm {
    margin-left: 0%
  }

  .g-shift-1--sm {
    margin-left: 17.41071%
  }

  .g-shift-2--sm {
    margin-left: 34.82143%
  }

  .g-shift-3--sm {
    margin-left: 52.23214%
  }

  .g-shift-4--sm {
    margin-left: 69.64286%
  }

  .g-shift-5--sm {
    margin-left: 87.05357%
  }

  .g-shift-6--sm {
    margin-left: 104.46429%
  }

  .g-gt--sm {
    width: 4.46429%
  }

  .g-omega--sm {
    margin-right: 0
  }
}

@media screen and (min-width: 46.875rem) {
  .g-1--md {
    float: left;
    margin-right: 2.18341%;
    width: 6.33188%
  }

  .g-1--md:last-child {
    margin-right: 0
  }

  .g-2--md {
    float: left;
    margin-right: 2.18341%;
    width: 14.84716%
  }

  .g-2--md:last-child {
    margin-right: 0
  }

  .g-3--md {
    float: left;
    margin-right: 2.18341%;
    width: 23.36245%
  }

  .g-3--md:last-child {
    margin-right: 0
  }

  .g-4--md {
    float: left;
    margin-right: 2.18341%;
    width: 31.87773%
  }

  .g-4--md:last-child {
    margin-right: 0
  }

  .g-5--md {
    float: left;
    margin-right: 2.18341%;
    width: 40.39301%
  }

  .g-5--md:last-child {
    margin-right: 0
  }

  .g-6--md {
    float: left;
    margin-right: 2.18341%;
    width: 48.9083%
  }

  .g-6--md:last-child {
    margin-right: 0
  }

  .g-7--md {
    float: left;
    margin-right: 2.18341%;
    width: 57.42358%
  }

  .g-7--md:last-child {
    margin-right: 0
  }

  .g-8--md {
    float: left;
    margin-right: 2.18341%;
    width: 65.93886%
  }

  .g-8--md:last-child {
    margin-right: 0
  }

  .g-9--md {
    float: left;
    margin-right: 2.18341%;
    width: 74.45415%
  }

  .g-9--md:last-child {
    margin-right: 0
  }

  .g-10--md {
    float: left;
    margin-right: 2.18341%;
    width: 82.96943%
  }

  .g-10--md:last-child {
    margin-right: 0
  }

  .g-11--md {
    float: left;
    margin-right: 2.18341%;
    width: 91.48472%
  }

  .g-11--md:last-child {
    margin-right: 0
  }

  .g-12--md {
    float: left;
    margin-right: 2.18341%;
    width: 100%
  }

  .g-12--md:last-child {
    margin-right: 0
  }

  .g-shift-0--md {
    margin-left: 0%
  }

  .g-shift-1--md {
    margin-left: 8.51528%
  }

  .g-shift-2--md {
    margin-left: 17.03057%
  }

  .g-shift-3--md {
    margin-left: 25.54585%
  }

  .g-shift-4--md {
    margin-left: 34.06114%
  }

  .g-shift-5--md {
    margin-left: 42.57642%
  }

  .g-shift-6--md {
    margin-left: 51.0917%
  }

  .g-shift-7--md {
    margin-left: 59.60699%
  }

  .g-shift-8--md {
    margin-left: 68.12227%
  }

  .g-shift-9--md {
    margin-left: 76.63755%
  }

  .g-shift-10--md {
    margin-left: 85.15284%
  }

  .g-shift-11--md {
    margin-left: 93.66812%
  }

  .g-shift-12--md {
    margin-left: 102.18341%
  }

  .g-gt--md {
    width: 2.18341%
  }

  .g-omega--md {
    margin-right: 0
  }
}

@media screen and (min-width: 64rem) {
  .g-1--lg {
    float: left;
    margin-right: 2.18341%;
    width: 6.33188%
  }

  .g-1--lg:last-child {
    margin-right: 0
  }

  .g-2--lg {
    float: left;
    margin-right: 2.18341%;
    width: 14.84716%
  }

  .g-2--lg:last-child {
    margin-right: 0
  }

  .g-3--lg {
    float: left;
    margin-right: 2.18341%;
    width: 23.36245%
  }

  .g-3--lg:last-child {
    margin-right: 0
  }

  .g-4--lg {
    float: left;
    margin-right: 2.18341%;
    width: 31.87773%
  }

  .g-4--lg:last-child {
    margin-right: 0
  }

  .g-5--lg {
    float: left;
    margin-right: 2.18341%;
    width: 40.39301%
  }

  .g-5--lg:last-child {
    margin-right: 0
  }

  .g-6--lg {
    float: left;
    margin-right: 2.18341%;
    width: 48.9083%
  }

  .g-6--lg:last-child {
    margin-right: 0
  }

  .g-7--lg {
    float: left;
    margin-right: 2.18341%;
    width: 57.42358%
  }

  .g-7--lg:last-child {
    margin-right: 0
  }

  .g-8--lg {
    float: left;
    margin-right: 2.18341%;
    width: 65.93886%
  }

  .g-8--lg:last-child {
    margin-right: 0
  }

  .g-9--lg {
    float: left;
    margin-right: 2.18341%;
    width: 74.45415%
  }

  .g-9--lg:last-child {
    margin-right: 0
  }

  .g-10--lg {
    float: left;
    margin-right: 2.18341%;
    width: 82.96943%
  }

  .g-10--lg:last-child {
    margin-right: 0
  }

  .g-11--lg {
    float: left;
    margin-right: 2.18341%;
    width: 91.48472%
  }

  .g-11--lg:last-child {
    margin-right: 0
  }

  .g-12--lg {
    float: left;
    margin-right: 2.18341%;
    width: 100%
  }

  .g-12--lg:last-child {
    margin-right: 0
  }

  .g-shift-0--lg {
    margin-left: 0%
  }

  .g-shift-1--lg {
    margin-left: 8.51528%
  }

  .g-shift-2--lg {
    margin-left: 17.03057%
  }

  .g-shift-3--lg {
    margin-left: 25.54585%
  }

  .g-shift-4--lg {
    margin-left: 34.06114%
  }

  .g-shift-5--lg {
    margin-left: 42.57642%
  }

  .g-shift-6--lg {
    margin-left: 51.0917%
  }

  .g-shift-7--lg {
    margin-left: 59.60699%
  }

  .g-shift-8--lg {
    margin-left: 68.12227%
  }

  .g-shift-9--lg {
    margin-left: 76.63755%
  }

  .g-shift-10--lg {
    margin-left: 85.15284%
  }

  .g-shift-11--lg {
    margin-left: 93.66812%
  }

  .g-shift-12--lg {
    margin-left: 102.18341%
  }

  .g-gt--lg {
    width: 2.18341%
  }

  .g-omega--lg {
    margin-right: 0
  }
}

@media screen and (min-width: 85.875rem) {
  .g-1--xl {
    float: left;
    margin-right: 2.18341%;
    width: 6.33188%
  }

  .g-1--xl:last-child {
    margin-right: 0
  }

  .g-2--xl {
    float: left;
    margin-right: 2.18341%;
    width: 14.84716%
  }

  .g-2--xl:last-child {
    margin-right: 0
  }

  .g-3--xl {
    float: left;
    margin-right: 2.18341%;
    width: 23.36245%
  }

  .g-3--xl:last-child {
    margin-right: 0
  }

  .g-4--xl {
    float: left;
    margin-right: 2.18341%;
    width: 31.87773%
  }

  .g-4--xl:last-child {
    margin-right: 0
  }

  .g-5--xl {
    float: left;
    margin-right: 2.18341%;
    width: 40.39301%
  }

  .g-5--xl:last-child {
    margin-right: 0
  }

  .g-6--xl {
    float: left;
    margin-right: 2.18341%;
    width: 48.9083%
  }

  .g-6--xl:last-child {
    margin-right: 0
  }

  .g-7--xl {
    float: left;
    margin-right: 2.18341%;
    width: 57.42358%
  }

  .g-7--xl:last-child {
    margin-right: 0
  }

  .g-8--xl {
    float: left;
    margin-right: 2.18341%;
    width: 65.93886%
  }

  .g-8--xl:last-child {
    margin-right: 0
  }

  .g-9--xl {
    float: left;
    margin-right: 2.18341%;
    width: 74.45415%
  }

  .g-9--xl:last-child {
    margin-right: 0
  }

  .g-10--xl {
    float: left;
    margin-right: 2.18341%;
    width: 82.96943%
  }

  .g-10--xl:last-child {
    margin-right: 0
  }

  .g-11--xl {
    float: left;
    margin-right: 2.18341%;
    width: 91.48472%
  }

  .g-11--xl:last-child {
    margin-right: 0
  }

  .g-12--xl {
    float: left;
    margin-right: 2.18341%;
    width: 100%
  }

  .g-12--xl:last-child {
    margin-right: 0
  }

  .g-shift-0--xl {
    margin-left: 0%
  }

  .g-shift-1--xl {
    margin-left: 8.51528%
  }

  .g-shift-2--xl {
    margin-left: 17.03057%
  }

  .g-shift-3--xl {
    margin-left: 25.54585%
  }

  .g-shift-4--xl {
    margin-left: 34.06114%
  }

  .g-shift-5--xl {
    margin-left: 42.57642%
  }

  .g-shift-6--xl {
    margin-left: 51.0917%
  }

  .g-shift-7--xl {
    margin-left: 59.60699%
  }

  .g-shift-8--xl {
    margin-left: 68.12227%
  }

  .g-shift-9--xl {
    margin-left: 76.63755%
  }

  .g-shift-10--xl {
    margin-left: 85.15284%
  }

  .g-shift-11--xl {
    margin-left: 93.66812%
  }

  .g-shift-12--xl {
    margin-left: 102.18341%
  }

  .g-gt--xl {
    width: 2.18341%
  }

  .g-omega--xl {
    margin-right: 0
  }
}

@media screen and (min-width: 0em) {
  .color-trans-black {
    color: rgba(0, 0, 0, 0.8)
  }

  .bg-trans-black {
    background-color: rgba(0, 0, 0, 0.8)
  }

  .color-trans-white {
    color: rgba(255, 255, 255, 0.8)
  }

  .bg-trans-white {
    background-color: rgba(255, 255, 255, 0.8)
  }

  .color-wash-black {
    color: rgba(0, 0, 0, 0.5)
  }

  .bg-wash-black {
    background-color: rgba(0, 0, 0, 0.5)
  }

  .color-wash-white {
    color: rgba(255, 255, 255, 0.5)
  }

  .bg-wash-white {
    background-color: rgba(255, 255, 255, 0.5)
  }

  .color-black {
    color: #000000
  }

  .bg-black {
    background-color: #000000
  }

  .color-off-black {
    color: #2E2E2E
  }

  .bg-off-black {
    background-color: #2E2E2E
  }

  .color-dark-gray {
    color: #535353
  }

  .bg-dark-gray {
    background-color: #535353
  }

  .color-mid-gray {
    color: #949494
  }

  .bg-mid-gray {
    background-color: #949494
  }

  .color-light-gray {
    color: #C6C6C6
  }

  .bg-light-gray {
    background-color: #C6C6C6
  }

  .color-lighter-gray {
    color: #D8D8D8
  }

  .bg-lighter-gray {
    background-color: #D8D8D8
  }

  .color-hs-gray {
    color: #EFEFEF
  }

  .bg-hs-gray {
    background-color: #EFEFEF
  }

  .color-off-white {
    color: #F2F2F2
  }

  .bg-off-white {
    background-color: #F2F2F2
  }

  .color-white {
    color: #FFFFFF
  }

  .bg-white {
    background-color: #FFFFFF
  }

  .color-red {
    color: #D22048
  }

  .bg-red {
    background-color: #D22048
  }

  .color-dark-red {
    color: #971734
  }

  .bg-dark-red {
    background-color: #971734
  }

  .color-blue {
    color: #00ADED
  }

  .bg-blue {
    background-color: #00ADED
  }

  .color-link-blue {
    color: #0000EE
  }

  .bg-link-blue {
    background-color: #0000EE
  }

  .color-link-visited-blue {
    color: #551A8B
  }

  .bg-link-visited-blue {
    background-color: #551A8B
  }

  .color-yellow {
    color: #FFCE58
  }

  .bg-yellow {
    background-color: #FFCE58
  }

  .color-orange {
    color: #FFB21E
  }

  .bg-orange {
    background-color: #FFB21E
  }

  .color-green {
    color: #6BBE4A
  }

  .bg-green {
    background-color: #6BBE4A
  }

  .color-dark-green {
    color: #488032
  }

  .bg-dark-green {
    background-color: #488032
  }

  .color-facebook-blue {
    color: #3B5998
  }

  .bg-facebook-blue {
    background-color: #3B5998
  }

  .color-twitter-blue {
    color: #4099FF
  }

  .bg-twitter-blue {
    background-color: #4099FF
  }

  .color-tumblr-blue {
    color: #4E83B7
  }

  .bg-tumblr-blue {
    background-color: #4E83B7
  }

  .color-hs-lime {
    color: #A8CF40
  }

  .bg-hs-lime {
    background-color: #A8CF40
  }

  .color-sweet-blue {
    color: #0707EC
  }

  .bg-sweet-blue {
    background-color: #0707EC
  }

  .color-sweet-pink {
    color: #F400EC
  }

  .bg-sweet-pink {
    background-color: #F400EC
  }

  .color-sweet-green {
    color: #14FF23
  }

  .bg-sweet-green {
    background-color: #14FF23
  }

  .color-a6a6-dark-green {
    color: #042300
  }

  .bg-a6a6-dark-green {
    background-color: #042300
  }

  .color-a6a6-mid-green {
    color: #073C00
  }

  .bg-a6a6-mid-green {
    background-color: #073C00
  }

  .color-a6a6-light-green {
    color: #168500
  }

  .bg-a6a6-light-green {
    background-color: #168500
  }

  .color-a6a6-lighter-green {
    color: #2ED73A
  }

  .bg-a6a6-lighter-green {
    background-color: #2ED73A
  }

  .color-scratch-dark-green {
    color: #082A00
  }

  .bg-scratch-dark-green {
    background-color: #082A00
  }

  .color-scratch-mid-green {
    color: #0E4603
  }

  .bg-scratch-mid-green {
    background-color: #0E4603
  }

  .color-scratch-txt-green {
    color: #2CFF4B
  }

  .bg-scratch-txt-green {
    background-color: #2CFF4B
  }

  .color-trickster-pink {
    color: #FF73FD
  }

  .bg-trickster-pink {
    background-color: #FF73FD
  }

  .color-trickster-txt {
    color: #F9FD6B
  }

  .bg-trickster-txt {
    background-color: #F9FD6B
  }

  .color-trickster-link {
    color: #FB060B
  }

  .bg-trickster-link {
    background-color: #FB060B
  }

  .color-trickster-link-v {
    color: #FFA800
  }

  .bg-trickster-link-v {
    background-color: #FFA800
  }

  .color-cascade-dark-gray {
    color: #262626
  }

  .bg-cascade-dark-gray {
    background-color: #262626
  }

  .color-cascade-blue {
    color: #0066FF
  }

  .bg-cascade-blue {
    background-color: #0066FF
  }
}

@media screen and (max-width: 63.9375rem) {
  .color-trans-black--nl {
    color: rgba(0, 0, 0, 0.8)
  }

  .bg-trans-black--nl {
    background-color: rgba(0, 0, 0, 0.8)
  }

  .color-trans-white--nl {
    color: rgba(255, 255, 255, 0.8)
  }

  .bg-trans-white--nl {
    background-color: rgba(255, 255, 255, 0.8)
  }

  .color-wash-black--nl {
    color: rgba(0, 0, 0, 0.5)
  }

  .bg-wash-black--nl {
    background-color: rgba(0, 0, 0, 0.5)
  }

  .color-wash-white--nl {
    color: rgba(255, 255, 255, 0.5)
  }

  .bg-wash-white--nl {
    background-color: rgba(255, 255, 255, 0.5)
  }

  .color-black--nl {
    color: #000000
  }

  .bg-black--nl {
    background-color: #000000
  }

  .color-off-black--nl {
    color: #2E2E2E
  }

  .bg-off-black--nl {
    background-color: #2E2E2E
  }

  .color-dark-gray--nl {
    color: #535353
  }

  .bg-dark-gray--nl {
    background-color: #535353
  }

  .color-mid-gray--nl {
    color: #949494
  }

  .bg-mid-gray--nl {
    background-color: #949494
  }

  .color-light-gray--nl {
    color: #C6C6C6
  }

  .bg-light-gray--nl {
    background-color: #C6C6C6
  }

  .color-lighter-gray--nl {
    color: #D8D8D8
  }

  .bg-lighter-gray--nl {
    background-color: #D8D8D8
  }

  .color-hs-gray--nl {
    color: #EFEFEF
  }

  .bg-hs-gray--nl {
    background-color: #EFEFEF
  }

  .color-off-white--nl {
    color: #F2F2F2
  }

  .bg-off-white--nl {
    background-color: #F2F2F2
  }

  .color-white--nl {
    color: #FFFFFF
  }

  .bg-white--nl {
    background-color: #FFFFFF
  }

  .color-red--nl {
    color: #D22048
  }

  .bg-red--nl {
    background-color: #D22048
  }

  .color-dark-red--nl {
    color: #971734
  }

  .bg-dark-red--nl {
    background-color: #971734
  }

  .color-blue--nl {
    color: #00ADED
  }

  .bg-blue--nl {
    background-color: #00ADED
  }

  .color-link-blue--nl {
    color: #0000EE
  }

  .bg-link-blue--nl {
    background-color: #0000EE
  }

  .color-link-visited-blue--nl {
    color: #551A8B
  }

  .bg-link-visited-blue--nl {
    background-color: #551A8B
  }

  .color-yellow--nl {
    color: #FFCE58
  }

  .bg-yellow--nl {
    background-color: #FFCE58
  }

  .color-orange--nl {
    color: #FFB21E
  }

  .bg-orange--nl {
    background-color: #FFB21E
  }

  .color-green--nl {
    color: #6BBE4A
  }

  .bg-green--nl {
    background-color: #6BBE4A
  }

  .color-dark-green--nl {
    color: #488032
  }

  .bg-dark-green--nl {
    background-color: #488032
  }

  .color-facebook-blue--nl {
    color: #3B5998
  }

  .bg-facebook-blue--nl {
    background-color: #3B5998
  }

  .color-twitter-blue--nl {
    color: #4099FF
  }

  .bg-twitter-blue--nl {
    background-color: #4099FF
  }

  .color-tumblr-blue--nl {
    color: #4E83B7
  }

  .bg-tumblr-blue--nl {
    background-color: #4E83B7
  }

  .color-hs-lime--nl {
    color: #A8CF40
  }

  .bg-hs-lime--nl {
    background-color: #A8CF40
  }

  .color-sweet-blue--nl {
    color: #0707EC
  }

  .bg-sweet-blue--nl {
    background-color: #0707EC
  }

  .color-sweet-pink--nl {
    color: #F400EC
  }

  .bg-sweet-pink--nl {
    background-color: #F400EC
  }

  .color-sweet-green--nl {
    color: #14FF23
  }

  .bg-sweet-green--nl {
    background-color: #14FF23
  }

  .color-a6a6-dark-green--nl {
    color: #042300
  }

  .bg-a6a6-dark-green--nl {
    background-color: #042300
  }

  .color-a6a6-mid-green--nl {
    color: #073C00
  }

  .bg-a6a6-mid-green--nl {
    background-color: #073C00
  }

  .color-a6a6-light-green--nl {
    color: #168500
  }

  .bg-a6a6-light-green--nl {
    background-color: #168500
  }

  .color-a6a6-lighter-green--nl {
    color: #2ED73A
  }

  .bg-a6a6-lighter-green--nl {
    background-color: #2ED73A
  }

  .color-scratch-dark-green--nl {
    color: #082A00
  }

  .bg-scratch-dark-green--nl {
    background-color: #082A00
  }

  .color-scratch-mid-green--nl {
    color: #0E4603
  }

  .bg-scratch-mid-green--nl {
    background-color: #0E4603
  }

  .color-scratch-txt-green--nl {
    color: #2CFF4B
  }

  .bg-scratch-txt-green--nl {
    background-color: #2CFF4B
  }

  .color-trickster-pink--nl {
    color: #FF73FD
  }

  .bg-trickster-pink--nl {
    background-color: #FF73FD
  }

  .color-trickster-txt--nl {
    color: #F9FD6B
  }

  .bg-trickster-txt--nl {
    background-color: #F9FD6B
  }

  .color-trickster-link--nl {
    color: #FB060B
  }

  .bg-trickster-link--nl {
    background-color: #FB060B
  }

  .color-trickster-link-v--nl {
    color: #FFA800
  }

  .bg-trickster-link-v--nl {
    background-color: #FFA800
  }

  .color-cascade-dark-gray--nl {
    color: #262626
  }

  .bg-cascade-dark-gray--nl {
    background-color: #262626
  }

  .color-cascade-blue--nl {
    color: #0066FF
  }

  .bg-cascade-blue--nl {
    background-color: #0066FF
  }
}

@media screen and (min-width: 30rem) {
  .color-trans-black--sm {
    color: rgba(0, 0, 0, 0.8)
  }

  .bg-trans-black--sm {
    background-color: rgba(0, 0, 0, 0.8)
  }

  .color-trans-white--sm {
    color: rgba(255, 255, 255, 0.8)
  }

  .bg-trans-white--sm {
    background-color: rgba(255, 255, 255, 0.8)
  }

  .color-wash-black--sm {
    color: rgba(0, 0, 0, 0.5)
  }

  .bg-wash-black--sm {
    background-color: rgba(0, 0, 0, 0.5)
  }

  .color-wash-white--sm {
    color: rgba(255, 255, 255, 0.5)
  }

  .bg-wash-white--sm {
    background-color: rgba(255, 255, 255, 0.5)
  }

  .color-black--sm {
    color: #000000
  }

  .bg-black--sm {
    background-color: #000000
  }

  .color-off-black--sm {
    color: #2E2E2E
  }

  .bg-off-black--sm {
    background-color: #2E2E2E
  }

  .color-dark-gray--sm {
    color: #535353
  }

  .bg-dark-gray--sm {
    background-color: #535353
  }

  .color-mid-gray--sm {
    color: #949494
  }

  .bg-mid-gray--sm {
    background-color: #949494
  }

  .color-light-gray--sm {
    color: #C6C6C6
  }

  .bg-light-gray--sm {
    background-color: #C6C6C6
  }

  .color-lighter-gray--sm {
    color: #D8D8D8
  }

  .bg-lighter-gray--sm {
    background-color: #D8D8D8
  }

  .color-hs-gray--sm {
    color: #EFEFEF
  }

  .bg-hs-gray--sm {
    background-color: #EFEFEF
  }

  .color-off-white--sm {
    color: #F2F2F2
  }

  .bg-off-white--sm {
    background-color: #F2F2F2
  }

  .color-white--sm {
    color: #FFFFFF
  }

  .bg-white--sm {
    background-color: #FFFFFF
  }

  .color-red--sm {
    color: #D22048
  }

  .bg-red--sm {
    background-color: #D22048
  }

  .color-dark-red--sm {
    color: #971734
  }

  .bg-dark-red--sm {
    background-color: #971734
  }

  .color-blue--sm {
    color: #00ADED
  }

  .bg-blue--sm {
    background-color: #00ADED
  }

  .color-link-blue--sm {
    color: #0000EE
  }

  .bg-link-blue--sm {
    background-color: #0000EE
  }

  .color-link-visited-blue--sm {
    color: #551A8B
  }

  .bg-link-visited-blue--sm {
    background-color: #551A8B
  }

  .color-yellow--sm {
    color: #FFCE58
  }

  .bg-yellow--sm {
    background-color: #FFCE58
  }

  .color-orange--sm {
    color: #FFB21E
  }

  .bg-orange--sm {
    background-color: #FFB21E
  }

  .color-green--sm {
    color: #6BBE4A
  }

  .bg-green--sm {
    background-color: #6BBE4A
  }

  .color-dark-green--sm {
    color: #488032
  }

  .bg-dark-green--sm {
    background-color: #488032
  }

  .color-facebook-blue--sm {
    color: #3B5998
  }

  .bg-facebook-blue--sm {
    background-color: #3B5998
  }

  .color-twitter-blue--sm {
    color: #4099FF
  }

  .bg-twitter-blue--sm {
    background-color: #4099FF
  }

  .color-tumblr-blue--sm {
    color: #4E83B7
  }

  .bg-tumblr-blue--sm {
    background-color: #4E83B7
  }

  .color-hs-lime--sm {
    color: #A8CF40
  }

  .bg-hs-lime--sm {
    background-color: #A8CF40
  }

  .color-sweet-blue--sm {
    color: #0707EC
  }

  .bg-sweet-blue--sm {
    background-color: #0707EC
  }

  .color-sweet-pink--sm {
    color: #F400EC
  }

  .bg-sweet-pink--sm {
    background-color: #F400EC
  }

  .color-sweet-green--sm {
    color: #14FF23
  }

  .bg-sweet-green--sm {
    background-color: #14FF23
  }

  .color-a6a6-dark-green--sm {
    color: #042300
  }

  .bg-a6a6-dark-green--sm {
    background-color: #042300
  }

  .color-a6a6-mid-green--sm {
    color: #073C00
  }

  .bg-a6a6-mid-green--sm {
    background-color: #073C00
  }

  .color-a6a6-light-green--sm {
    color: #168500
  }

  .bg-a6a6-light-green--sm {
    background-color: #168500
  }

  .color-a6a6-lighter-green--sm {
    color: #2ED73A
  }

  .bg-a6a6-lighter-green--sm {
    background-color: #2ED73A
  }

  .color-scratch-dark-green--sm {
    color: #082A00
  }

  .bg-scratch-dark-green--sm {
    background-color: #082A00
  }

  .color-scratch-mid-green--sm {
    color: #0E4603
  }

  .bg-scratch-mid-green--sm {
    background-color: #0E4603
  }

  .color-scratch-txt-green--sm {
    color: #2CFF4B
  }

  .bg-scratch-txt-green--sm {
    background-color: #2CFF4B
  }

  .color-trickster-pink--sm {
    color: #FF73FD
  }

  .bg-trickster-pink--sm {
    background-color: #FF73FD
  }

  .color-trickster-txt--sm {
    color: #F9FD6B
  }

  .bg-trickster-txt--sm {
    background-color: #F9FD6B
  }

  .color-trickster-link--sm {
    color: #FB060B
  }

  .bg-trickster-link--sm {
    background-color: #FB060B
  }

  .color-trickster-link-v--sm {
    color: #FFA800
  }

  .bg-trickster-link-v--sm {
    background-color: #FFA800
  }

  .color-cascade-dark-gray--sm {
    color: #262626
  }

  .bg-cascade-dark-gray--sm {
    background-color: #262626
  }

  .color-cascade-blue--sm {
    color: #0066FF
  }

  .bg-cascade-blue--sm {
    background-color: #0066FF
  }
}

@media screen and (min-width: 46.875rem) {
  .color-trans-black--md {
    color: rgba(0, 0, 0, 0.8)
  }

  .bg-trans-black--md {
    background-color: rgba(0, 0, 0, 0.8)
  }

  .color-trans-white--md {
    color: rgba(255, 255, 255, 0.8)
  }

  .bg-trans-white--md {
    background-color: rgba(255, 255, 255, 0.8)
  }

  .color-wash-black--md {
    color: rgba(0, 0, 0, 0.5)
  }

  .bg-wash-black--md {
    background-color: rgba(0, 0, 0, 0.5)
  }

  .color-wash-white--md {
    color: rgba(255, 255, 255, 0.5)
  }

  .bg-wash-white--md {
    background-color: rgba(255, 255, 255, 0.5)
  }

  .color-black--md {
    color: #000000
  }

  .bg-black--md {
    background-color: #000000
  }

  .color-off-black--md {
    color: #2E2E2E
  }

  .bg-off-black--md {
    background-color: #2E2E2E
  }

  .color-dark-gray--md {
    color: #535353
  }

  .bg-dark-gray--md {
    background-color: #535353
  }

  .color-mid-gray--md {
    color: #949494
  }

  .bg-mid-gray--md {
    background-color: #949494
  }

  .color-light-gray--md {
    color: #C6C6C6
  }

  .bg-light-gray--md {
    background-color: #C6C6C6
  }

  .color-lighter-gray--md {
    color: #D8D8D8
  }

  .bg-lighter-gray--md {
    background-color: #D8D8D8
  }

  .color-hs-gray--md {
    color: #EFEFEF
  }

  .bg-hs-gray--md {
    background-color: #EFEFEF
  }

  .color-off-white--md {
    color: #F2F2F2
  }

  .bg-off-white--md {
    background-color: #F2F2F2
  }

  .color-white--md {
    color: #FFFFFF
  }

  .bg-white--md {
    background-color: #FFFFFF
  }

  .color-red--md {
    color: #D22048
  }

  .bg-red--md {
    background-color: #D22048
  }

  .color-dark-red--md {
    color: #971734
  }

  .bg-dark-red--md {
    background-color: #971734
  }

  .color-blue--md {
    color: #00ADED
  }

  .bg-blue--md {
    background-color: #00ADED
  }

  .color-link-blue--md {
    color: #0000EE
  }

  .bg-link-blue--md {
    background-color: #0000EE
  }

  .color-link-visited-blue--md {
    color: #551A8B
  }

  .bg-link-visited-blue--md {
    background-color: #551A8B
  }

  .color-yellow--md {
    color: #FFCE58
  }

  .bg-yellow--md {
    background-color: #FFCE58
  }

  .color-orange--md {
    color: #FFB21E
  }

  .bg-orange--md {
    background-color: #FFB21E
  }

  .color-green--md {
    color: #6BBE4A
  }

  .bg-green--md {
    background-color: #6BBE4A
  }

  .color-dark-green--md {
    color: #488032
  }

  .bg-dark-green--md {
    background-color: #488032
  }

  .color-facebook-blue--md {
    color: #3B5998
  }

  .bg-facebook-blue--md {
    background-color: #3B5998
  }

  .color-twitter-blue--md {
    color: #4099FF
  }

  .bg-twitter-blue--md {
    background-color: #4099FF
  }

  .color-tumblr-blue--md {
    color: #4E83B7
  }

  .bg-tumblr-blue--md {
    background-color: #4E83B7
  }

  .color-hs-lime--md {
    color: #A8CF40
  }

  .bg-hs-lime--md {
    background-color: #A8CF40
  }

  .color-sweet-blue--md {
    color: #0707EC
  }

  .bg-sweet-blue--md {
    background-color: #0707EC
  }

  .color-sweet-pink--md {
    color: #F400EC
  }

  .bg-sweet-pink--md {
    background-color: #F400EC
  }

  .color-sweet-green--md {
    color: #14FF23
  }

  .bg-sweet-green--md {
    background-color: #14FF23
  }

  .color-a6a6-dark-green--md {
    color: #042300
  }

  .bg-a6a6-dark-green--md {
    background-color: #042300
  }

  .color-a6a6-mid-green--md {
    color: #073C00
  }

  .bg-a6a6-mid-green--md {
    background-color: #073C00
  }

  .color-a6a6-light-green--md {
    color: #168500
  }

  .bg-a6a6-light-green--md {
    background-color: #168500
  }

  .color-a6a6-lighter-green--md {
    color: #2ED73A
  }

  .bg-a6a6-lighter-green--md {
    background-color: #2ED73A
  }

  .color-scratch-dark-green--md {
    color: #082A00
  }

  .bg-scratch-dark-green--md {
    background-color: #082A00
  }

  .color-scratch-mid-green--md {
    color: #0E4603
  }

  .bg-scratch-mid-green--md {
    background-color: #0E4603
  }

  .color-scratch-txt-green--md {
    color: #2CFF4B
  }

  .bg-scratch-txt-green--md {
    background-color: #2CFF4B
  }

  .color-trickster-pink--md {
    color: #FF73FD
  }

  .bg-trickster-pink--md {
    background-color: #FF73FD
  }

  .color-trickster-txt--md {
    color: #F9FD6B
  }

  .bg-trickster-txt--md {
    background-color: #F9FD6B
  }

  .color-trickster-link--md {
    color: #FB060B
  }

  .bg-trickster-link--md {
    background-color: #FB060B
  }

  .color-trickster-link-v--md {
    color: #FFA800
  }

  .bg-trickster-link-v--md {
    background-color: #FFA800
  }

  .color-cascade-dark-gray--md {
    color: #262626
  }

  .bg-cascade-dark-gray--md {
    background-color: #262626
  }

  .color-cascade-blue--md {
    color: #0066FF
  }

  .bg-cascade-blue--md {
    background-color: #0066FF
  }
}

@media screen and (min-width: 64rem) {
  .color-trans-black--lg {
    color: rgba(0, 0, 0, 0.8)
  }

  .bg-trans-black--lg {
    background-color: rgba(0, 0, 0, 0.8)
  }

  .color-trans-white--lg {
    color: rgba(255, 255, 255, 0.8)
  }

  .bg-trans-white--lg {
    background-color: rgba(255, 255, 255, 0.8)
  }

  .color-wash-black--lg {
    color: rgba(0, 0, 0, 0.5)
  }

  .bg-wash-black--lg {
    background-color: rgba(0, 0, 0, 0.5)
  }

  .color-wash-white--lg {
    color: rgba(255, 255, 255, 0.5)
  }

  .bg-wash-white--lg {
    background-color: rgba(255, 255, 255, 0.5)
  }

  .color-black--lg {
    color: #000000
  }

  .bg-black--lg {
    background-color: #000000
  }

  .color-off-black--lg {
    color: #2E2E2E
  }

  .bg-off-black--lg {
    background-color: #2E2E2E
  }

  .color-dark-gray--lg {
    color: #535353
  }

  .bg-dark-gray--lg {
    background-color: #535353
  }

  .color-mid-gray--lg {
    color: #949494
  }

  .bg-mid-gray--lg {
    background-color: #949494
  }

  .color-light-gray--lg {
    color: #C6C6C6
  }

  .bg-light-gray--lg {
    background-color: #C6C6C6
  }

  .color-lighter-gray--lg {
    color: #D8D8D8
  }

  .bg-lighter-gray--lg {
    background-color: #D8D8D8
  }

  .color-hs-gray--lg {
    color: #EFEFEF
  }

  .bg-hs-gray--lg {
    background-color: #EFEFEF
  }

  .color-off-white--lg {
    color: #F2F2F2
  }

  .bg-off-white--lg {
    background-color: #F2F2F2
  }

  .color-white--lg {
    color: #FFFFFF
  }

  .bg-white--lg {
    background-color: #FFFFFF
  }

  .color-red--lg {
    color: #D22048
  }

  .bg-red--lg {
    background-color: #D22048
  }

  .color-dark-red--lg {
    color: #971734
  }

  .bg-dark-red--lg {
    background-color: #971734
  }

  .color-blue--lg {
    color: #00ADED
  }

  .bg-blue--lg {
    background-color: #00ADED
  }

  .color-link-blue--lg {
    color: #0000EE
  }

  .bg-link-blue--lg {
    background-color: #0000EE
  }

  .color-link-visited-blue--lg {
    color: #551A8B
  }

  .bg-link-visited-blue--lg {
    background-color: #551A8B
  }

  .color-yellow--lg {
    color: #FFCE58
  }

  .bg-yellow--lg {
    background-color: #FFCE58
  }

  .color-orange--lg {
    color: #FFB21E
  }

  .bg-orange--lg {
    background-color: #FFB21E
  }

  .color-green--lg {
    color: #6BBE4A
  }

  .bg-green--lg {
    background-color: #6BBE4A
  }

  .color-dark-green--lg {
    color: #488032
  }

  .bg-dark-green--lg {
    background-color: #488032
  }

  .color-facebook-blue--lg {
    color: #3B5998
  }

  .bg-facebook-blue--lg {
    background-color: #3B5998
  }

  .color-twitter-blue--lg {
    color: #4099FF
  }

  .bg-twitter-blue--lg {
    background-color: #4099FF
  }

  .color-tumblr-blue--lg {
    color: #4E83B7
  }

  .bg-tumblr-blue--lg {
    background-color: #4E83B7
  }

  .color-hs-lime--lg {
    color: #A8CF40
  }

  .bg-hs-lime--lg {
    background-color: #A8CF40
  }

  .color-sweet-blue--lg {
    color: #0707EC
  }

  .bg-sweet-blue--lg {
    background-color: #0707EC
  }

  .color-sweet-pink--lg {
    color: #F400EC
  }

  .bg-sweet-pink--lg {
    background-color: #F400EC
  }

  .color-sweet-green--lg {
    color: #14FF23
  }

  .bg-sweet-green--lg {
    background-color: #14FF23
  }

  .color-a6a6-dark-green--lg {
    color: #042300
  }

  .bg-a6a6-dark-green--lg {
    background-color: #042300
  }

  .color-a6a6-mid-green--lg {
    color: #073C00
  }

  .bg-a6a6-mid-green--lg {
    background-color: #073C00
  }

  .color-a6a6-light-green--lg {
    color: #168500
  }

  .bg-a6a6-light-green--lg {
    background-color: #168500
  }

  .color-a6a6-lighter-green--lg {
    color: #2ED73A
  }

  .bg-a6a6-lighter-green--lg {
    background-color: #2ED73A
  }

  .color-scratch-dark-green--lg {
    color: #082A00
  }

  .bg-scratch-dark-green--lg {
    background-color: #082A00
  }

  .color-scratch-mid-green--lg {
    color: #0E4603
  }

  .bg-scratch-mid-green--lg {
    background-color: #0E4603
  }

  .color-scratch-txt-green--lg {
    color: #2CFF4B
  }

  .bg-scratch-txt-green--lg {
    background-color: #2CFF4B
  }

  .color-trickster-pink--lg {
    color: #FF73FD
  }

  .bg-trickster-pink--lg {
    background-color: #FF73FD
  }

  .color-trickster-txt--lg {
    color: #F9FD6B
  }

  .bg-trickster-txt--lg {
    background-color: #F9FD6B
  }

  .color-trickster-link--lg {
    color: #FB060B
  }

  .bg-trickster-link--lg {
    background-color: #FB060B
  }

  .color-trickster-link-v--lg {
    color: #FFA800
  }

  .bg-trickster-link-v--lg {
    background-color: #FFA800
  }

  .color-cascade-dark-gray--lg {
    color: #262626
  }

  .bg-cascade-dark-gray--lg {
    background-color: #262626
  }

  .color-cascade-blue--lg {
    color: #0066FF
  }

  .bg-cascade-blue--lg {
    background-color: #0066FF
  }
}

@media screen and (min-width: 85.875rem) {
  .color-trans-black--xl {
    color: rgba(0, 0, 0, 0.8)
  }

  .bg-trans-black--xl {
    background-color: rgba(0, 0, 0, 0.8)
  }

  .color-trans-white--xl {
    color: rgba(255, 255, 255, 0.8)
  }

  .bg-trans-white--xl {
    background-color: rgba(255, 255, 255, 0.8)
  }

  .color-wash-black--xl {
    color: rgba(0, 0, 0, 0.5)
  }

  .bg-wash-black--xl {
    background-color: rgba(0, 0, 0, 0.5)
  }

  .color-wash-white--xl {
    color: rgba(255, 255, 255, 0.5)
  }

  .bg-wash-white--xl {
    background-color: rgba(255, 255, 255, 0.5)
  }

  .color-black--xl {
    color: #000000
  }

  .bg-black--xl {
    background-color: #000000
  }

  .color-off-black--xl {
    color: #2E2E2E
  }

  .bg-off-black--xl {
    background-color: #2E2E2E
  }

  .color-dark-gray--xl {
    color: #535353
  }

  .bg-dark-gray--xl {
    background-color: #535353
  }

  .color-mid-gray--xl {
    color: #949494
  }

  .bg-mid-gray--xl {
    background-color: #949494
  }

  .color-light-gray--xl {
    color: #C6C6C6
  }

  .bg-light-gray--xl {
    background-color: #C6C6C6
  }

  .color-lighter-gray--xl {
    color: #D8D8D8
  }

  .bg-lighter-gray--xl {
    background-color: #D8D8D8
  }

  .color-hs-gray--xl {
    color: #EFEFEF
  }

  .bg-hs-gray--xl {
    background-color: #EFEFEF
  }

  .color-off-white--xl {
    color: #F2F2F2
  }

  .bg-off-white--xl {
    background-color: #F2F2F2
  }

  .color-white--xl {
    color: #FFFFFF
  }

  .bg-white--xl {
    background-color: #FFFFFF
  }

  .color-red--xl {
    color: #D22048
  }

  .bg-red--xl {
    background-color: #D22048
  }

  .color-dark-red--xl {
    color: #971734
  }

  .bg-dark-red--xl {
    background-color: #971734
  }

  .color-blue--xl {
    color: #00ADED
  }

  .bg-blue--xl {
    background-color: #00ADED
  }

  .color-link-blue--xl {
    color: #0000EE
  }

  .bg-link-blue--xl {
    background-color: #0000EE
  }

  .color-link-visited-blue--xl {
    color: #551A8B
  }

  .bg-link-visited-blue--xl {
    background-color: #551A8B
  }

  .color-yellow--xl {
    color: #FFCE58
  }

  .bg-yellow--xl {
    background-color: #FFCE58
  }

  .color-orange--xl {
    color: #FFB21E
  }

  .bg-orange--xl {
    background-color: #FFB21E
  }

  .color-green--xl {
    color: #6BBE4A
  }

  .bg-green--xl {
    background-color: #6BBE4A
  }

  .color-dark-green--xl {
    color: #488032
  }

  .bg-dark-green--xl {
    background-color: #488032
  }

  .color-facebook-blue--xl {
    color: #3B5998
  }

  .bg-facebook-blue--xl {
    background-color: #3B5998
  }

  .color-twitter-blue--xl {
    color: #4099FF
  }

  .bg-twitter-blue--xl {
    background-color: #4099FF
  }

  .color-tumblr-blue--xl {
    color: #4E83B7
  }

  .bg-tumblr-blue--xl {
    background-color: #4E83B7
  }

  .color-hs-lime--xl {
    color: #A8CF40
  }

  .bg-hs-lime--xl {
    background-color: #A8CF40
  }

  .color-sweet-blue--xl {
    color: #0707EC
  }

  .bg-sweet-blue--xl {
    background-color: #0707EC
  }

  .color-sweet-pink--xl {
    color: #F400EC
  }

  .bg-sweet-pink--xl {
    background-color: #F400EC
  }

  .color-sweet-green--xl {
    color: #14FF23
  }

  .bg-sweet-green--xl {
    background-color: #14FF23
  }

  .color-a6a6-dark-green--xl {
    color: #042300
  }

  .bg-a6a6-dark-green--xl {
    background-color: #042300
  }

  .color-a6a6-mid-green--xl {
    color: #073C00
  }

  .bg-a6a6-mid-green--xl {
    background-color: #073C00
  }

  .color-a6a6-light-green--xl {
    color: #168500
  }

  .bg-a6a6-light-green--xl {
    background-color: #168500
  }

  .color-a6a6-lighter-green--xl {
    color: #2ED73A
  }

  .bg-a6a6-lighter-green--xl {
    background-color: #2ED73A
  }

  .color-scratch-dark-green--xl {
    color: #082A00
  }

  .bg-scratch-dark-green--xl {
    background-color: #082A00
  }

  .color-scratch-mid-green--xl {
    color: #0E4603
  }

  .bg-scratch-mid-green--xl {
    background-color: #0E4603
  }

  .color-scratch-txt-green--xl {
    color: #2CFF4B
  }

  .bg-scratch-txt-green--xl {
    background-color: #2CFF4B
  }

  .color-trickster-pink--xl {
    color: #FF73FD
  }

  .bg-trickster-pink--xl {
    background-color: #FF73FD
  }

  .color-trickster-txt--xl {
    color: #F9FD6B
  }

  .bg-trickster-txt--xl {
    background-color: #F9FD6B
  }

  .color-trickster-link--xl {
    color: #FB060B
  }

  .bg-trickster-link--xl {
    background-color: #FB060B
  }

  .color-trickster-link-v--xl {
    color: #FFA800
  }

  .bg-trickster-link-v--xl {
    background-color: #FFA800
  }

  .color-cascade-dark-gray--xl {
    color: #262626
  }

  .bg-cascade-dark-gray--xl {
    background-color: #262626
  }

  .color-cascade-blue--xl {
    color: #0066FF
  }

  .bg-cascade-blue--xl {
    background-color: #0066FF
  }
}

.hover-trans-black:hover {
  color: rgba(0, 0, 0, 0.8)
}

.hover-bg-trans-black:hover {
  background-color: rgba(0, 0, 0, 0.8)
}

.hover-trans-white:hover {
  color: rgba(255, 255, 255, 0.8)
}

.hover-bg-trans-white:hover {
  background-color: rgba(255, 255, 255, 0.8)
}

.hover-wash-black:hover {
  color: rgba(0, 0, 0, 0.5)
}

.hover-bg-wash-black:hover {
  background-color: rgba(0, 0, 0, 0.5)
}

.hover-wash-white:hover {
  color: rgba(255, 255, 255, 0.5)
}

.hover-bg-wash-white:hover {
  background-color: rgba(255, 255, 255, 0.5)
}

.hover-black:hover {
  color: #000000
}

.hover-bg-black:hover {
  background-color: #000000
}

.hover-off-black:hover {
  color: #2E2E2E
}

.hover-bg-off-black:hover {
  background-color: #2E2E2E
}

.hover-dark-gray:hover {
  color: #535353
}

.hover-bg-dark-gray:hover {
  background-color: #535353
}

.hover-mid-gray:hover {
  color: #949494
}

.hover-bg-mid-gray:hover {
  background-color: #949494
}

.hover-light-gray:hover {
  color: #C6C6C6
}

.hover-bg-light-gray:hover {
  background-color: #C6C6C6
}

.hover-lighter-gray:hover {
  color: #D8D8D8
}

.hover-bg-lighter-gray:hover {
  background-color: #D8D8D8
}

.hover-hs-gray:hover {
  color: #EFEFEF
}

.hover-bg-hs-gray:hover {
  background-color: #EFEFEF
}

.hover-off-white:hover {
  color: #F2F2F2
}

.hover-bg-off-white:hover {
  background-color: #F2F2F2
}

.hover-white:hover {
  color: #FFFFFF
}

.hover-bg-white:hover {
  background-color: #FFFFFF
}

.hover-red:hover {
  color: #D22048
}

.hover-bg-red:hover {
  background-color: #D22048
}

.hover-dark-red:hover {
  color: #971734
}

.hover-bg-dark-red:hover {
  background-color: #971734
}

.hover-blue:hover {
  color: #00ADED
}

.hover-bg-blue:hover {
  background-color: #00ADED
}

.hover-link-blue:hover {
  color: #0000EE
}

.hover-bg-link-blue:hover {
  background-color: #0000EE
}

.hover-link-visited-blue:hover {
  color: #551A8B
}

.hover-bg-link-visited-blue:hover {
  background-color: #551A8B
}

.hover-yellow:hover {
  color: #FFCE58
}

.hover-bg-yellow:hover {
  background-color: #FFCE58
}

.hover-orange:hover {
  color: #FFB21E
}

.hover-bg-orange:hover {
  background-color: #FFB21E
}

.hover-green:hover {
  color: #6BBE4A
}

.hover-bg-green:hover {
  background-color: #6BBE4A
}

.hover-dark-green:hover {
  color: #488032
}

.hover-bg-dark-green:hover {
  background-color: #488032
}

.hover-facebook-blue:hover {
  color: #3B5998
}

.hover-bg-facebook-blue:hover {
  background-color: #3B5998
}

.hover-twitter-blue:hover {
  color: #4099FF
}

.hover-bg-twitter-blue:hover {
  background-color: #4099FF
}

.hover-tumblr-blue:hover {
  color: #4E83B7
}

.hover-bg-tumblr-blue:hover {
  background-color: #4E83B7
}

.hover-hs-lime:hover {
  color: #A8CF40
}

.hover-bg-hs-lime:hover {
  background-color: #A8CF40
}

.hover-sweet-blue:hover {
  color: #0707EC
}

.hover-bg-sweet-blue:hover {
  background-color: #0707EC
}

.hover-sweet-pink:hover {
  color: #F400EC
}

.hover-bg-sweet-pink:hover {
  background-color: #F400EC
}

.hover-sweet-green:hover {
  color: #14FF23
}

.hover-bg-sweet-green:hover {
  background-color: #14FF23
}

.hover-a6a6-dark-green:hover {
  color: #042300
}

.hover-bg-a6a6-dark-green:hover {
  background-color: #042300
}

.hover-a6a6-mid-green:hover {
  color: #073C00
}

.hover-bg-a6a6-mid-green:hover {
  background-color: #073C00
}

.hover-a6a6-light-green:hover {
  color: #168500
}

.hover-bg-a6a6-light-green:hover {
  background-color: #168500
}

.hover-a6a6-lighter-green:hover {
  color: #2ED73A
}

.hover-bg-a6a6-lighter-green:hover {
  background-color: #2ED73A
}

.hover-scratch-dark-green:hover {
  color: #082A00
}

.hover-bg-scratch-dark-green:hover {
  background-color: #082A00
}

.hover-scratch-mid-green:hover {
  color: #0E4603
}

.hover-bg-scratch-mid-green:hover {
  background-color: #0E4603
}

.hover-scratch-txt-green:hover {
  color: #2CFF4B
}

.hover-bg-scratch-txt-green:hover {
  background-color: #2CFF4B
}

.hover-trickster-pink:hover {
  color: #FF73FD
}

.hover-bg-trickster-pink:hover {
  background-color: #FF73FD
}

.hover-trickster-txt:hover {
  color: #F9FD6B
}

.hover-bg-trickster-txt:hover {
  background-color: #F9FD6B
}

.hover-trickster-link:hover {
  color: #FB060B
}

.hover-bg-trickster-link:hover {
  background-color: #FB060B
}

.hover-trickster-link-v:hover {
  color: #FFA800
}

.hover-bg-trickster-link-v:hover {
  background-color: #FFA800
}

.hover-cascade-dark-gray:hover {
  color: #262626
}

.hover-bg-cascade-dark-gray:hover {
  background-color: #262626
}

.hover-cascade-blue:hover {
  color: #0066FF
}

.hover-bg-cascade-blue:hover {
  background-color: #0066FF
}

.active-trans-black:active {
  color: rgba(0, 0, 0, 0.8)
}

.active-bg-trans-black:active {
  background-color: rgba(0, 0, 0, 0.8)
}

.active-trans-white:active {
  color: rgba(255, 255, 255, 0.8)
}

.active-bg-trans-white:active {
  background-color: rgba(255, 255, 255, 0.8)
}

.active-wash-black:active {
  color: rgba(0, 0, 0, 0.5)
}

.active-bg-wash-black:active {
  background-color: rgba(0, 0, 0, 0.5)
}

.active-wash-white:active {
  color: rgba(255, 255, 255, 0.5)
}

.active-bg-wash-white:active {
  background-color: rgba(255, 255, 255, 0.5)
}

.active-black:active {
  color: #000000
}

.active-bg-black:active {
  background-color: #000000
}

.active-off-black:active {
  color: #2E2E2E
}

.active-bg-off-black:active {
  background-color: #2E2E2E
}

.active-dark-gray:active {
  color: #535353
}

.active-bg-dark-gray:active {
  background-color: #535353
}

.active-mid-gray:active {
  color: #949494
}

.active-bg-mid-gray:active {
  background-color: #949494
}

.active-light-gray:active {
  color: #C6C6C6
}

.active-bg-light-gray:active {
  background-color: #C6C6C6
}

.active-lighter-gray:active {
  color: #D8D8D8
}

.active-bg-lighter-gray:active {
  background-color: #D8D8D8
}

.active-hs-gray:active {
  color: #EFEFEF
}

.active-bg-hs-gray:active {
  background-color: #EFEFEF
}

.active-off-white:active {
  color: #F2F2F2
}

.active-bg-off-white:active {
  background-color: #F2F2F2
}

.active-white:active {
  color: #FFFFFF
}

.active-bg-white:active {
  background-color: #FFFFFF
}

.active-red:active {
  color: #D22048
}

.active-bg-red:active {
  background-color: #D22048
}

.active-dark-red:active {
  color: #971734
}

.active-bg-dark-red:active {
  background-color: #971734
}

.active-blue:active {
  color: #00ADED
}

.active-bg-blue:active {
  background-color: #00ADED
}

.active-link-blue:active {
  color: #0000EE
}

.active-bg-link-blue:active {
  background-color: #0000EE
}

.active-link-visited-blue:active {
  color: #551A8B
}

.active-bg-link-visited-blue:active {
  background-color: #551A8B
}

.active-yellow:active {
  color: #FFCE58
}

.active-bg-yellow:active {
  background-color: #FFCE58
}

.active-orange:active {
  color: #FFB21E
}

.active-bg-orange:active {
  background-color: #FFB21E
}

.active-green:active {
  color: #6BBE4A
}

.active-bg-green:active {
  background-color: #6BBE4A
}

.active-dark-green:active {
  color: #488032
}

.active-bg-dark-green:active {
  background-color: #488032
}

.active-facebook-blue:active {
  color: #3B5998
}

.active-bg-facebook-blue:active {
  background-color: #3B5998
}

.active-twitter-blue:active {
  color: #4099FF
}

.active-bg-twitter-blue:active {
  background-color: #4099FF
}

.active-tumblr-blue:active {
  color: #4E83B7
}

.active-bg-tumblr-blue:active {
  background-color: #4E83B7
}

.active-hs-lime:active {
  color: #A8CF40
}

.active-bg-hs-lime:active {
  background-color: #A8CF40
}

.active-sweet-blue:active {
  color: #0707EC
}

.active-bg-sweet-blue:active {
  background-color: #0707EC
}

.active-sweet-pink:active {
  color: #F400EC
}

.active-bg-sweet-pink:active {
  background-color: #F400EC
}

.active-sweet-green:active {
  color: #14FF23
}

.active-bg-sweet-green:active {
  background-color: #14FF23
}

.active-a6a6-dark-green:active {
  color: #042300
}

.active-bg-a6a6-dark-green:active {
  background-color: #042300
}

.active-a6a6-mid-green:active {
  color: #073C00
}

.active-bg-a6a6-mid-green:active {
  background-color: #073C00
}

.active-a6a6-light-green:active {
  color: #168500
}

.active-bg-a6a6-light-green:active {
  background-color: #168500
}

.active-a6a6-lighter-green:active {
  color: #2ED73A
}

.active-bg-a6a6-lighter-green:active {
  background-color: #2ED73A
}

.active-scratch-dark-green:active {
  color: #082A00
}

.active-bg-scratch-dark-green:active {
  background-color: #082A00
}

.active-scratch-mid-green:active {
  color: #0E4603
}

.active-bg-scratch-mid-green:active {
  background-color: #0E4603
}

.active-scratch-txt-green:active {
  color: #2CFF4B
}

.active-bg-scratch-txt-green:active {
  background-color: #2CFF4B
}

.active-trickster-pink:active {
  color: #FF73FD
}

.active-bg-trickster-pink:active {
  background-color: #FF73FD
}

.active-trickster-txt:active {
  color: #F9FD6B
}

.active-bg-trickster-txt:active {
  background-color: #F9FD6B
}

.active-trickster-link:active {
  color: #FB060B
}

.active-bg-trickster-link:active {
  background-color: #FB060B
}

.active-trickster-link-v:active {
  color: #FFA800
}

.active-bg-trickster-link-v:active {
  background-color: #FFA800
}

.active-cascade-dark-gray:active {
  color: #262626
}

.active-bg-cascade-dark-gray:active {
  background-color: #262626
}

.active-cascade-blue:active {
  color: #0066FF
}

.active-bg-cascade-blue:active {
  background-color: #0066FF
}

.hover-zoom {
  -webkit-transition: -webkit-transform 0.25s ease;
  -moz-transition: -moz-transform 0.25s ease;
  transition: transform 0.25s ease
}

.hover-zoom:hover,
a:hover .hover-zoom {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25)
}

@media screen and (min-width: 0em) {
  .type-xxl {
    font-size: 74px
  }

  .type-hs-opener-rg {
    font-size: 65px
  }

  .type-xl {
    font-size: 56px
  }

  .type-hs-opener-sm {
    font-size: 51px
  }

  .type-lg {
    font-size: 39px
  }

  .type-md {
    font-size: 28px
  }

  .type-hs-header {
    font-size: 32px
  }

  .type-hs-copy {
    font-size: 24px
  }

  .type-rg {
    font-size: 20px
  }

  .type-hs-rg {
    font-size: 18px
  }

  .type-sm {
    font-size: 16px
  }

  .type-hs-small {
    font-size: 14px
  }

  .type-bs {
    font-size: 12px
  }

  .type-hs-button {
    font-size: 11px
  }

  .type-hs-bottom {
    font-size: 10px
  }

  .type-center {
    text-align: center
  }

  .type-left {
    text-align: left
  }

  .type-right {
    text-align: right
  }
}

@media screen and (max-width: 63.9375rem) {
  .type-xxl--nl {
    font-size: 74px
  }

  .type-hs-opener-rg--nl {
    font-size: 65px
  }

  .type-xl--nl {
    font-size: 56px
  }

  .type-hs-opener-sm--nl {
    font-size: 51px
  }

  .type-lg--nl {
    font-size: 39px
  }

  .type-md--nl {
    font-size: 28px
  }

  .type-hs-header--nl {
    font-size: 32px
  }

  .type-hs-copy--nl {
    font-size: 24px
  }

  .type-rg--nl {
    font-size: 20px
  }

  .type-hs-rg--nl {
    font-size: 18px
  }

  .type-sm--nl {
    font-size: 16px
  }

  .type-hs-small--nl {
    font-size: 14px
  }

  .type-bs--nl {
    font-size: 12px
  }

  .type-hs-button--nl {
    font-size: 11px
  }

  .type-hs-bottom--nl {
    font-size: 10px
  }

  .type-center--nl {
    text-align: center
  }

  .type-left--nl {
    text-align: left
  }

  .type-right--nl {
    text-align: right
  }
}

@media screen and (min-width: 30rem) {
  .type-xxl--sm {
    font-size: 74px
  }

  .type-hs-opener-rg--sm {
    font-size: 65px
  }

  .type-xl--sm {
    font-size: 56px
  }

  .type-hs-opener-sm--sm {
    font-size: 51px
  }

  .type-lg--sm {
    font-size: 39px
  }

  .type-md--sm {
    font-size: 28px
  }

  .type-hs-header--sm {
    font-size: 32px
  }

  .type-hs-copy--sm {
    font-size: 24px
  }

  .type-rg--sm {
    font-size: 20px
  }

  .type-hs-rg--sm {
    font-size: 18px
  }

  .type-sm--sm {
    font-size: 16px
  }

  .type-hs-small--sm {
    font-size: 14px
  }

  .type-bs--sm {
    font-size: 12px
  }

  .type-hs-button--sm {
    font-size: 11px
  }

  .type-hs-bottom--sm {
    font-size: 10px
  }

  .type-center--sm {
    text-align: center
  }

  .type-left--sm {
    text-align: left
  }

  .type-right--sm {
    text-align: right
  }
}

@media screen and (min-width: 46.875rem) {
  .type-xxl--md {
    font-size: 74px
  }

  .type-hs-opener-rg--md {
    font-size: 65px
  }

  .type-xl--md {
    font-size: 56px
  }

  .type-hs-opener-sm--md {
    font-size: 51px
  }

  .type-lg--md {
    font-size: 39px
  }

  .type-md--md {
    font-size: 28px
  }

  .type-hs-header--md {
    font-size: 32px
  }

  .type-hs-copy--md {
    font-size: 24px
  }

  .type-rg--md {
    font-size: 20px
  }

  .type-hs-rg--md {
    font-size: 18px
  }

  .type-sm--md {
    font-size: 16px
  }

  .type-hs-small--md {
    font-size: 14px
  }

  .type-bs--md {
    font-size: 12px
  }

  .type-hs-button--md {
    font-size: 11px
  }

  .type-hs-bottom--md {
    font-size: 10px
  }

  .type-center--md {
    text-align: center
  }

  .type-left--md {
    text-align: left
  }

  .type-right--md {
    text-align: right
  }
}

@media screen and (min-width: 64rem) {
  .type-xxl--lg {
    font-size: 74px
  }

  .type-hs-opener-rg--lg {
    font-size: 65px
  }

  .type-xl--lg {
    font-size: 56px
  }

  .type-hs-opener-sm--lg {
    font-size: 51px
  }

  .type-lg--lg {
    font-size: 39px
  }

  .type-md--lg {
    font-size: 28px
  }

  .type-hs-header--lg {
    font-size: 32px
  }

  .type-hs-copy--lg {
    font-size: 24px
  }

  .type-rg--lg {
    font-size: 20px
  }

  .type-hs-rg--lg {
    font-size: 18px
  }

  .type-sm--lg {
    font-size: 16px
  }

  .type-hs-small--lg {
    font-size: 14px
  }

  .type-bs--lg {
    font-size: 12px
  }

  .type-hs-button--lg {
    font-size: 11px
  }

  .type-hs-bottom--lg {
    font-size: 10px
  }

  .type-center--lg {
    text-align: center
  }

  .type-left--lg {
    text-align: left
  }

  .type-right--lg {
    text-align: right
  }
}

@media screen and (min-width: 85.875rem) {
  .type-xxl--xl {
    font-size: 74px
  }

  .type-hs-opener-rg--xl {
    font-size: 65px
  }

  .type-xl--xl {
    font-size: 56px
  }

  .type-hs-opener-sm--xl {
    font-size: 51px
  }

  .type-lg--xl {
    font-size: 39px
  }

  .type-md--xl {
    font-size: 28px
  }

  .type-hs-header--xl {
    font-size: 32px
  }

  .type-hs-copy--xl {
    font-size: 24px
  }

  .type-rg--xl {
    font-size: 20px
  }

  .type-hs-rg--xl {
    font-size: 18px
  }

  .type-sm--xl {
    font-size: 16px
  }

  .type-hs-small--xl {
    font-size: 14px
  }

  .type-bs--xl {
    font-size: 12px
  }

  .type-hs-button--xl {
    font-size: 11px
  }

  .type-hs-bottom--xl {
    font-size: 10px
  }

  .type-center--xl {
    text-align: center
  }

  .type-left--xl {
    text-align: left
  }

  .type-right--xl {
    text-align: right
  }
}

.weight-black {
  font-weight: 900
}

.weight-bold {
  font-weight: 700
}

.weight-normal {
  font-weight: normal
}

.style-italic {
  font-style: italic
}

.style-caps {
  text-transform: uppercase
}

.style-spin {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg)
}

.type-tiny {
  font-size: 0.5em
}

.line-solid {
  line-height: 1
}

.line-tight {
  line-height: 1.15
}

.line-caption {
  line-height: 1.35
}

.line-copy {
  line-height: 1.5
}

.nihongo {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

.bg-norepeat {
  background-repeat: no-repeat
}

.bg-halfsize {
  background-size: 50% auto
}

.bg-cover {
  background-size: cover
}

.img-full {
  display: block;
  width: 100%
}

.img-tall {
  display: block;
  height: 100%;
  width: auto;
  min-width: 100%
}

.obj-cover {
  object-fit: cover
}

.image-align-left {
  float: left;
  margin-right: 25px;
  margin-bottom: 25px
}

.image-align-right {
  float: right;
  margin-left: 25px;
  margin-bottom: 25px
}

.brdr-thin-ob {
  border: 1px solid #2E2E2E
}

.brdr-thin-white {
  border: 1px solid #FFFFFF
}

.brdr-ob-lid {
  border-top: 1px solid #2E2E2E
}

.brdr-ltgray-lid {
  border-top: 1px solid #C6C6C6
}

.brdr-red-eyebrow {
  border-top: 4px solid #D22048
}

.brdr-gray-eyebrow {
  border-top: 4px solid #949494
}

.brdr-dot-eyebrow {
  border-top: 2px dotted #F2F2F2
}

.brdr-thick-red {
  border: 2px solid #D22048
}

.brdr-thick-black {
  border: 3px solid #000000
}

.brdr-undrln-white {
  border-bottom: 2px solid #FFFFFF
}

.brdr-undrln-black {
  border-bottom: 2px solid #000000
}

.brdr-thick-undrln {
  border-bottom: 5px solid #2E2E2E
}

.circular {
  border-radius: 100%
}

.brdr-round {
  border-radius: 3px
}

@media screen and (min-width: 0em) {
  .brdr-top-btm-blk {
    border-top: 0.15em solid #000000;
    border-bottom: 0.15em solid #000000
  }
}

@media screen and (min-width: 50em) {
  .brdr-top-btm-blk {
    border-top: 3px solid #000000;
    border-bottom: 3px solid #000000
  }
}

@media screen and (min-width: 64em) {
  .brdr-top-btm-blk {
    border-top: 4px solid #000000;
    border-bottom: 4px solid #000000
  }
}

@media screen and (min-width: 85.875em) {
  .brdr-top-btm-blk {
    border-top: 5px solid #000000;
    border-bottom: 5px solid #000000
  }
}

.list-unmarked {
  list-style-type: none
}

.list-inline:after {
  content: "";
  display: table;
  clear: both
}

.list-inline li {
  float: left
}

.list-divided li:not(:last-child):after {
  content: " |";
  display: inline-block;
  margin: 0 0.3em
}

.list-border li {
  display: block
}

.list-border li:not(:last-child) {
  border-bottom: 2px dotted #C6C6C6
}

.visual-hide {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px)
}

.v-stretch {
  padding-bottom: 9999px;
  margin-bottom: -9999px
}

.h-scroll {
  overflow-x: auto;
  white-space: nowrap
}

.h-scroll::-webkit-scrollbar {
  display: none
}

@media screen and (min-width: 64rem) {
  html.ie9 .o_logo-top {
    float: right
  }

  html.ie9 .o_logo-top:before {
    display: none
  }

  html.ie9 .o_nav-container {
    float: left;
    margin-right: 2.18341%;
    width: 74.45415%;
    margin-right: 0;
    min-height: 115px
  }

  html.ie9 .o_nav-container:last-child {
    margin-right: 0
  }
}

.o_firefly-content {
  position: relative;
  z-index: 1
}

.o_firefly-boxtemplate {
  z-index: 51;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  background: transparent;
  border: none;
  overflow: visible
}

.o_firefly-boxtemplate:hover {
  display: none;
  background: transparent
}
