@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 47.4375em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&mobile=37.5em&medium=47.4375em&large=63em&xlarge=90em&xxlarge=121.5em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #FFF;
  font-family: Text, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 3px;
  background: transparent;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='email'], [type='number'], [type='tel'], [type='time'], [type='url'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid transparent;
  border-radius: 0px;
  background-color: #f1f1f1;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, background-color 0.3s ease-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='email']:focus, [type='number']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus,
  textarea:focus {
    outline: none;
    border: none;
    background-color: #fefefe;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, background-color 0.3s ease-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 3px; }

input[type='search'] {
  box-sizing: border-box; }

::placeholder {
  color: #807f7f; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000000; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000000; }

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch; }
  .input-group > :first-child, .input-group > :first-child.input-group-button > * {
    border-radius: 0px 0 0 0px; }
  .input-group > :last-child, .input-group > :last-child.input-group-button > * {
    border-radius: 0 0px 0px 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 0;
  background: transparent;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center; }

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid transparent;
  border-radius: 0px;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polyline points='0 6 14 18 28 6' style='stroke: rgb%28138, 138, 138%29;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px;'/></svg>");
  background-origin: content-box;
  background-position: -24px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  padding-left: 24px;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, background-color 0.3s ease-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: none;
    background-color: #fefefe;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, background-color 0.3s ease-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }
  select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.4;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: Display, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #000000;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 1.75rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.5rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

.main-title {
  font-size: 2.375rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

.top-title {
  font-size: 1.125rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

.stage-title {
  font-size: 2.375rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

.main-stage-title {
  font-size: 2.375rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

blockquote > p, .blockquote > p {
  font-size: 2.375rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

p, .p {
  font-size: 1rem;
  line-height: 1.35;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 47.4375em) {
  h1, .h1 {
    font-size: 2rem; }
  h2, .h2 {
    font-size: 1.75rem; }
  .main-title {
    font-size: 2.375rem; }
  .top-title {
    font-size: 1.125rem; }
  .stage-title {
    font-size: 2.1875rem; }
  .main-stage-title {
    font-size: 2.375rem; }
  blockquote > p, .blockquote > p {
    font-size: 2.375rem; }
  h3, .h3 {
    font-size: 1.5rem; }
  h4, .h4 {
    font-size: 1.25rem; }
  h5, .h5 {
    font-size: 1.125rem; }
  h6, .h6 {
    font-size: 1.125rem; } }

@media print, screen and (min-width: 63em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2.25rem; }
  .main-title {
    font-size: 3rem; }
  .top-title {
    font-size: 1.25rem; }
  .stage-title {
    font-size: 2.625rem; }
  .main-stage-title {
    font-size: 3rem; }
  blockquote > p, .blockquote > p {
    font-size: 3rem; }
  h3, .h3 {
    font-size: 1.875rem; }
  h4, .h4 {
    font-size: 1.5rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1.125rem; } }

@media screen and (min-width: 90em) {
  h1, .h1 {
    font-size: 3.125rem; }
  .main-title {
    font-size: 3.125rem; }
  .stage-title {
    font-size: 3.125rem; }
  blockquote > p, .blockquote > p {
    font-size: 3.125rem; } }

@media screen and (min-width: 121.5em) {
  .top-title {
    font-size: 1.875rem; }
  .main-title {
    font-size: 4.375rem; }
  blockquote > p, .blockquote > p {
    font-size: 4.375rem; }
  .stage-title {
    font-size: 4.375rem; }
  .main-stage-title {
    font-size: 4.375rem; } }

a {
  line-height: inherit;
  color: #000000;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #97be0d; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 120rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.4; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0;
  border-left: 0; }
  blockquote, blockquote p {
    line-height: 1.4;
    color: inherit; }

abbr, abbr[title] {
  border-bottom: 1px dotted #000000;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000000;
  border-radius: 3px; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.4; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

.cite-block, cite {
  display: block;
  color: white;
  font-size: 1rem; }
  .cite-block:before, cite:before {
    content: ""; }

.code-inline {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem; }

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 37.5em) {
  .mobile-text-left {
    text-align: left; }
  .mobile-text-right {
    text-align: right; }
  .mobile-text-center {
    text-align: center; }
  .mobile-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 47.4375em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 63em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 90em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 121.5em) {
  .xxlarge-text-left {
    text-align: left; }
  .xxlarge-text-right {
    text-align: right; }
  .xxlarge-text-center {
    text-align: center; }
  .xxlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.row {
  max-width: 120rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 37.5em) {
      .row .row {
        margin-right: -0.625rem;
        margin-left: -0.625rem; } }
    @media print, screen and (min-width: 47.4375em) {
      .row .row {
        margin-right: -0.75rem;
        margin-left: -0.75rem; } }
    @media print, screen and (min-width: 63em) {
      .row .row {
        margin-right: -1.125rem;
        margin-left: -1.125rem; } }
    @media screen and (min-width: 90em) {
      .row .row {
        margin-right: -1.6875rem;
        margin-left: -1.6875rem; } }
    @media screen and (min-width: 121.5em) {
      .row .row {
        margin-right: -1.6875rem;
        margin-left: -1.6875rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.75rem;
    padding-left: 0.75rem; }
  .row.gutter-large > .column, .row.gutter-large > .columns {
    padding-right: 1.125rem;
    padding-left: 1.125rem; }
  .row.gutter-xlarge > .column, .row.gutter-xlarge > .columns {
    padding-right: 1.6875rem;
    padding-left: 1.6875rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 47.4375em) {
    .column, .columns {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }
  @media print, screen and (min-width: 63em) {
    .column, .columns {
      padding-right: 1.125rem;
      padding-left: 1.125rem; } }
  @media screen and (min-width: 90em) {
    .column, .columns {
      padding-right: 1.6875rem;
      padding-left: 1.6875rem; } }
  .column, .columns, .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.3333333333%; }

.small-push-1 {
  position: relative;
  left: 8.3333333333%; }

.small-pull-1 {
  position: relative;
  left: -8.3333333333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.6666666667%; }

.small-push-2 {
  position: relative;
  left: 16.6666666667%; }

.small-pull-2 {
  position: relative;
  left: -16.6666666667%; }

.small-offset-1 {
  margin-left: 8.3333333333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.6666666667%; }

.small-4 {
  width: 33.3333333333%; }

.small-push-4 {
  position: relative;
  left: 33.3333333333%; }

.small-pull-4 {
  position: relative;
  left: -33.3333333333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.6666666667%; }

.small-push-5 {
  position: relative;
  left: 41.6666666667%; }

.small-pull-5 {
  position: relative;
  left: -41.6666666667%; }

.small-offset-4 {
  margin-left: 33.3333333333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.6666666667%; }

.small-7 {
  width: 58.3333333333%; }

.small-push-7 {
  position: relative;
  left: 58.3333333333%; }

.small-pull-7 {
  position: relative;
  left: -58.3333333333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.6666666667%; }

.small-push-8 {
  position: relative;
  left: 66.6666666667%; }

.small-pull-8 {
  position: relative;
  left: -66.6666666667%; }

.small-offset-7 {
  margin-left: 58.3333333333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.6666666667%; }

.small-10 {
  width: 83.3333333333%; }

.small-push-10 {
  position: relative;
  left: 83.3333333333%; }

.small-pull-10 {
  position: relative;
  left: -83.3333333333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.6666666667%; }

.small-push-11 {
  position: relative;
  left: 91.6666666667%; }

.small-pull-11 {
  position: relative;
  left: -91.6666666667%; }

.small-offset-10 {
  margin-left: 83.3333333333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.6666666667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered, .small-push-0, .small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0; }
  .small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .small-uncentered:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-pull-0:last-child:not(:first-child) {
    float: right; }

@media print, screen and (min-width: 37.5em) {
  .mobile-1 {
    width: 8.3333333333%; }
  .mobile-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .mobile-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .mobile-offset-0 {
    margin-left: 0%; }
  .mobile-2 {
    width: 16.6666666667%; }
  .mobile-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .mobile-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .mobile-offset-1 {
    margin-left: 8.3333333333%; }
  .mobile-3 {
    width: 25%; }
  .mobile-push-3 {
    position: relative;
    left: 25%; }
  .mobile-pull-3 {
    position: relative;
    left: -25%; }
  .mobile-offset-2 {
    margin-left: 16.6666666667%; }
  .mobile-4 {
    width: 33.3333333333%; }
  .mobile-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .mobile-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .mobile-offset-3 {
    margin-left: 25%; }
  .mobile-5 {
    width: 41.6666666667%; }
  .mobile-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .mobile-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .mobile-offset-4 {
    margin-left: 33.3333333333%; }
  .mobile-6 {
    width: 50%; }
  .mobile-push-6 {
    position: relative;
    left: 50%; }
  .mobile-pull-6 {
    position: relative;
    left: -50%; }
  .mobile-offset-5 {
    margin-left: 41.6666666667%; }
  .mobile-7 {
    width: 58.3333333333%; }
  .mobile-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .mobile-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .mobile-offset-6 {
    margin-left: 50%; }
  .mobile-8 {
    width: 66.6666666667%; }
  .mobile-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .mobile-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .mobile-offset-7 {
    margin-left: 58.3333333333%; }
  .mobile-9 {
    width: 75%; }
  .mobile-push-9 {
    position: relative;
    left: 75%; }
  .mobile-pull-9 {
    position: relative;
    left: -75%; }
  .mobile-offset-8 {
    margin-left: 66.6666666667%; }
  .mobile-10 {
    width: 83.3333333333%; }
  .mobile-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .mobile-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .mobile-offset-9 {
    margin-left: 75%; }
  .mobile-11 {
    width: 91.6666666667%; }
  .mobile-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .mobile-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .mobile-offset-10 {
    margin-left: 83.3333333333%; }
  .mobile-12 {
    width: 100%; }
  .mobile-offset-11 {
    margin-left: 91.6666666667%; }
  .mobile-up-1 > .column, .mobile-up-1 > .columns {
    float: left;
    width: 100%; }
    .mobile-up-1 > .column:nth-of-type(1n), .mobile-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .mobile-up-1 > .column:nth-of-type(1n+1), .mobile-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .mobile-up-1 > .column:last-child, .mobile-up-1 > .columns:last-child {
      float: left; }
  .mobile-up-2 > .column, .mobile-up-2 > .columns {
    float: left;
    width: 50%; }
    .mobile-up-2 > .column:nth-of-type(1n), .mobile-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .mobile-up-2 > .column:nth-of-type(2n+1), .mobile-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .mobile-up-2 > .column:last-child, .mobile-up-2 > .columns:last-child {
      float: left; }
  .mobile-up-3 > .column, .mobile-up-3 > .columns {
    float: left;
    width: 33.3333333333%; }
    .mobile-up-3 > .column:nth-of-type(1n), .mobile-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .mobile-up-3 > .column:nth-of-type(3n+1), .mobile-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .mobile-up-3 > .column:last-child, .mobile-up-3 > .columns:last-child {
      float: left; }
  .mobile-up-4 > .column, .mobile-up-4 > .columns {
    float: left;
    width: 25%; }
    .mobile-up-4 > .column:nth-of-type(1n), .mobile-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .mobile-up-4 > .column:nth-of-type(4n+1), .mobile-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .mobile-up-4 > .column:last-child, .mobile-up-4 > .columns:last-child {
      float: left; }
  .mobile-up-5 > .column, .mobile-up-5 > .columns {
    float: left;
    width: 20%; }
    .mobile-up-5 > .column:nth-of-type(1n), .mobile-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .mobile-up-5 > .column:nth-of-type(5n+1), .mobile-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .mobile-up-5 > .column:last-child, .mobile-up-5 > .columns:last-child {
      float: left; }
  .mobile-up-6 > .column, .mobile-up-6 > .columns {
    float: left;
    width: 16.6666666667%; }
    .mobile-up-6 > .column:nth-of-type(1n), .mobile-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .mobile-up-6 > .column:nth-of-type(6n+1), .mobile-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .mobile-up-6 > .column:last-child, .mobile-up-6 > .columns:last-child {
      float: left; }
  .mobile-collapse > .column, .mobile-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .mobile-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .mobile-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .mobile-uncollapse > .column, .mobile-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .mobile-centered {
    margin-right: auto;
    margin-left: auto; }
    .mobile-centered, .mobile-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .mobile-uncentered, .mobile-push-0, .mobile-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .mobile-uncentered, .mobile-uncentered:last-child:not(:first-child), .mobile-push-0, .mobile-push-0:last-child:not(:first-child), .mobile-pull-0, .mobile-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .mobile-uncentered:last-child:not(:first-child), .mobile-push-0:last-child:not(:first-child), .mobile-pull-0:last-child:not(:first-child) {
      float: right; } }

@media print, screen and (min-width: 47.4375em) {
  .medium-1 {
    width: 8.3333333333%; }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.6666666667%; }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .medium-4 {
    width: 33.3333333333%; }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.6666666667%; }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .medium-7 {
    width: 58.3333333333%; }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.6666666667%; }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .medium-10 {
    width: 83.3333333333%; }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.6666666667%; }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.75rem;
    padding-left: 0.75rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .medium-uncentered:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-pull-0:last-child:not(:first-child) {
      float: right; } }

@media print, screen and (min-width: 63em) {
  .large-1 {
    width: 8.3333333333%; }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.6666666667%; }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .large-4 {
    width: 33.3333333333%; }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.6666666667%; }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .large-7 {
    width: 58.3333333333%; }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.6666666667%; }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .large-10 {
    width: 83.3333333333%; }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.6666666667%; }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 1.125rem;
    padding-left: 1.125rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .large-uncentered:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-pull-0:last-child:not(:first-child) {
      float: right; } }

@media screen and (min-width: 90em) {
  .xlarge-1 {
    width: 8.3333333333%; }
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .xlarge-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    width: 16.6666666667%; }
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .xlarge-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-push-3 {
    position: relative;
    left: 25%; }
  .xlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%; }
  .xlarge-4 {
    width: 33.3333333333%; }
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .xlarge-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    width: 41.6666666667%; }
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .xlarge-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-push-6 {
    position: relative;
    left: 50%; }
  .xlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%; }
  .xlarge-7 {
    width: 58.3333333333%; }
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .xlarge-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    width: 66.6666666667%; }
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .xlarge-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-push-9 {
    position: relative;
    left: 75%; }
  .xlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%; }
  .xlarge-10 {
    width: 83.3333333333%; }
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .xlarge-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    width: 91.6666666667%; }
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .xlarge-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%; }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    float: left;
    width: 100%; }
    .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
      float: left; }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    float: left;
    width: 50%; }
    .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
      float: left; }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    float: left;
    width: 33.3333333333%; }
    .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
      float: left; }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    float: left;
    width: 25%; }
    .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
      float: left; }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    float: left;
    width: 20%; }
    .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
      float: left; }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    float: left;
    width: 16.6666666667%; }
    .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
      float: left; }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 1.6875rem;
    padding-left: 1.6875rem; }
  .xlarge-centered {
    margin-right: auto;
    margin-left: auto; }
    .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xlarge-uncentered, .xlarge-push-0, .xlarge-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .xlarge-uncentered, .xlarge-uncentered:last-child:not(:first-child), .xlarge-push-0, .xlarge-push-0:last-child:not(:first-child), .xlarge-pull-0, .xlarge-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .xlarge-uncentered:last-child:not(:first-child), .xlarge-push-0:last-child:not(:first-child), .xlarge-pull-0:last-child:not(:first-child) {
      float: right; } }

@media screen and (min-width: 121.5em) {
  .xxlarge-1 {
    width: 8.3333333333%; }
  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    width: 16.6666666667%; }
  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%; }
  .xxlarge-3 {
    width: 25%; }
  .xxlarge-push-3 {
    position: relative;
    left: 25%; }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%; }
  .xxlarge-4 {
    width: 33.3333333333%; }
  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    width: 41.6666666667%; }
  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%; }
  .xxlarge-6 {
    width: 50%; }
  .xxlarge-push-6 {
    position: relative;
    left: 50%; }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%; }
  .xxlarge-7 {
    width: 58.3333333333%; }
  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    width: 66.6666666667%; }
  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%; }
  .xxlarge-9 {
    width: 75%; }
  .xxlarge-push-9 {
    position: relative;
    left: 75%; }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%; }
  .xxlarge-10 {
    width: 83.3333333333%; }
  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    width: 91.6666666667%; }
  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%; }
  .xxlarge-12 {
    width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%; }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    float: left;
    width: 100%; }
    .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
      float: left; }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    float: left;
    width: 50%; }
    .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
      float: left; }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    float: left;
    width: 33.3333333333%; }
    .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
      float: left; }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    float: left;
    width: 25%; }
    .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
      float: left; }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    float: left;
    width: 20%; }
    .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
      float: left; }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    float: left;
    width: 16.6666666667%; }
    .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
      float: left; }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xxlarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .xxlarge-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 1.6875rem;
    padding-left: 1.6875rem; }
  .xxlarge-centered {
    margin-right: auto;
    margin-left: auto; }
    .xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xxlarge-uncentered, .xxlarge-push-0, .xxlarge-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .xxlarge-uncentered, .xxlarge-uncentered:last-child:not(:first-child), .xxlarge-push-0, .xxlarge-push-0:last-child:not(:first-child), .xxlarge-pull-0, .xxlarge-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .xxlarge-uncentered:last-child:not(:first-child), .xxlarge-push-0:last-child:not(:first-child), .xxlarge-pull-0:last-child:not(:first-child) {
      float: right; } }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 47.4375em) {
    .column-block {
      margin-bottom: 1.5rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }
  @media print, screen and (min-width: 63em) {
    .column-block {
      margin-bottom: 2.25rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 90em) {
    .column-block {
      margin-bottom: 3.375rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.5em 1.25em;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 1rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
    background-color: #000000;
    color: #fefefe; }
  .button:hover, .button:focus {
    background-color: black;
    color: #fefefe; }
  .button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
    background-color: #97be0d;
    color: #000000; }
  .button.primary:hover, .button.primary:focus {
    background-color: #79980a;
    color: #000000; }
  .button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
    background-color: #767676;
    color: #000000; }
  .button.secondary:hover, .button.secondary:focus {
    background-color: #5e5e5e;
    color: #000000; }
  .button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
    background-color: #3adb76;
    color: #000000; }
  .button.success:hover, .button.success:focus {
    background-color: #22bb5b;
    color: #000000; }
  .button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
    background-color: #ffae00;
    color: #000000; }
  .button.warning:hover, .button.warning:focus {
    background-color: #cc8b00;
    color: #000000; }
  .button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
    background-color: #cc4b37;
    color: #000000; }
  .button.alert:hover, .button.alert:focus {
    background-color: #a53b2a;
    color: #000000; }
  .button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
    background-color: transparent; }
  .button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
    border: 3px solid #000000;
    color: #000000; }
  .button.hollow:hover, .button.hollow:focus {
    border-color: black;
    color: black; }
  .button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
    border: 3px solid #97be0d;
    color: #97be0d; }
  .button.hollow.primary:hover, .button.hollow.primary:focus {
    border-color: #4c5f07;
    color: #4c5f07; }
  .button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
    border: 3px solid #767676;
    color: #767676; }
  .button.hollow.secondary:hover, .button.hollow.secondary:focus {
    border-color: #3b3b3b;
    color: #3b3b3b; }
  .button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
    border: 3px solid #3adb76;
    color: #3adb76; }
  .button.hollow.success:hover, .button.hollow.success:focus {
    border-color: #157539;
    color: #157539; }
  .button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
    border: 3px solid #ffae00;
    color: #ffae00; }
  .button.hollow.warning:hover, .button.hollow.warning:focus {
    border-color: #805700;
    color: #805700; }
  .button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
    border: 3px solid #cc4b37;
    color: #cc4b37; }
  .button.hollow.alert:hover, .button.hollow.alert:focus {
    border-color: #67251a;
    color: #67251a; }
  .button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
    border-color: transparent;
    background-color: transparent; }
  .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
    color: #000000; }
  .button.clear:hover, .button.clear:focus {
    color: black; }
  .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
    color: #97be0d; }
  .button.clear.primary:hover, .button.clear.primary:focus {
    color: #4c5f07; }
  .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
    color: #767676; }
  .button.clear.secondary:hover, .button.clear.secondary:focus {
    color: #3b3b3b; }
  .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
    color: #3adb76; }
  .button.clear.success:hover, .button.clear.success:focus {
    color: #157539; }
  .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
    color: #ffae00; }
  .button.clear.warning:hover, .button.clear.warning:focus {
    color: #805700; }
  .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
    color: #cc4b37; }
  .button.clear.alert:hover, .button.clear.alert:focus {
    color: #67251a; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1.25em; }
  .button.dropdown.hollow::after, .button.dropdown.clear::after {
    border-top-color: #000000; }
  .button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
    border-top-color: #97be0d; }
  .button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
    border-top-color: #767676; }
  .button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #000000; }
  .close-button.small {
    right: 1rem;
    top: 1rem;
    font-size: 1.75em;
    line-height: 1.3; }
  .close-button.medium, .close-button {
    right: 1.5rem;
    top: 1rem;
    font-size: 2rem;
    line-height: 1.3; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 3px;
  background-color: black;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: black; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.25rem;
    height: 1.25rem;
    transform: translateX(-50%); }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 3px; }
  thead,
  tbody,
  tfoot {
    border: 0;
    background-color: transparent; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: none;
    color: inherit; }
  tfoot {
    background: none;
    color: inherit; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr {
    border-bottom: 0;
    border-bottom: 0;
    background-color: transparent; }
  table.striped tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: rgba(13, 13, 13, 0); }

@media screen and (max-width: 62.99875em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: none; }

table.hover tfoot tr:hover {
  background-color: none; }

table.hover tbody tr:hover {
  background-color: none; }

table.hover.striped tr:nth-of-type(even):hover {
  background-color: none; }

.table-scroll {
  overflow-x: auto; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #000000;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.25rem;
      opacity: 1;
      content: "";
      color: #cacaca; }
  .breadcrumbs a {
    color: #97be0d; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 100%;
  padding: 0rem;
  visibility: hidden;
  border: 0px solid #cacaca;
  border-radius: 0;
  background-color: #FFF;
  font-size: auto; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    display: block;
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 100%; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 3px;
    font-size: 1rem;
    display: inline-block; }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.375rem 1.25rem;
    border-radius: 3px;
    color: #000000; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.375rem 1.25rem;
    background: #000000 !important;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.375rem 1.25rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.375rem 1.25rem;
    content: '\2026';
    color: #000000; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«"; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»"; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.2165rem);
  z-index: 1200;
  max-width: 15rem;
  padding: 0.5rem;
  border-radius: 3px;
  background-color: #000000;
  font-size: 80%;
  color: #fefefe; }
  .tooltip::before {
    position: absolute; }
  .tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.25rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #000000;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.25rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #000000 transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.25rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #000000;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.25rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #000000 transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
  .tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .tooltip.align-left::before {
    left: 10%;
    right: auto; }
  .tooltip.align-right::before {
    left: auto;
    right: 10%; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 3px 3px 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 3px 3px; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #97be0d; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 3px 3px; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: "+"; }
  .is-active > .accordion-title::before {
    content: "–"; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #000000; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu, .menu.horizontal {
    flex-wrap: wrap;
    flex-direction: row; }
  .menu.vertical {
    flex-wrap: nowrap;
    flex-direction: column; }
  .menu.expanded li {
    flex: 1 1 0px; }
  .menu.simple {
    align-items: center; }
    .menu.simple li + li {
      margin-left: 1rem; }
    .menu.simple a {
      padding: 0; }
  @media print, screen and (min-width: 37.5em) {
    .menu.mobile-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.mobile-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.mobile-expanded li {
      flex: 1 1 0px; }
    .menu.mobile-simple li {
      flex: 1 1 0px; } }
  @media print, screen and (min-width: 47.4375em) {
    .menu.medium-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.medium-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.medium-expanded li {
      flex: 1 1 0px; }
    .menu.medium-simple li {
      flex: 1 1 0px; } }
  @media print, screen and (min-width: 63em) {
    .menu.large-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.large-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.large-expanded li {
      flex: 1 1 0px; }
    .menu.large-simple li {
      flex: 1 1 0px; } }
  @media screen and (min-width: 90em) {
    .menu.xlarge-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.xlarge-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.xlarge-expanded li {
      flex: 1 1 0px; }
    .menu.xlarge-simple li {
      flex: 1 1 0px; } }
  @media screen and (min-width: 121.5em) {
    .menu.xxlarge-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.xxlarge-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.xxlarge-expanded li {
      flex: 1 1 0px; }
    .menu.xxlarge-simple li {
      flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 0; }
  .menu.icons a {
    display: flex; }
  .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: flex; }
  .menu.icon-left li a {
    flex-flow: row nowrap; }
    .menu.icon-left li a img,
    .menu.icon-left li a i,
    .menu.icon-left li a svg {
      margin-right: 0.25rem; }
  .menu.icon-right li a {
    flex-flow: row nowrap; }
    .menu.icon-right li a img,
    .menu.icon-right li a i,
    .menu.icon-right li a svg {
      margin-left: 0.25rem; }
  .menu.icon-top li a {
    flex-flow: column nowrap; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a {
    flex-flow: column nowrap; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active > a {
    background: #97be0d;
    color: #000000; }
  .menu .active > a {
    background: #97be0d;
    color: #000000; }
  .menu.align-left {
    justify-content: flex-start; }
  .menu.align-right li {
    display: flex;
    justify-content: flex-end; }
    .menu.align-right li .submenu li {
      justify-content: flex-start; }
  .menu.align-right.vertical li {
    display: block;
    text-align: right; }
    .menu.align-right.vertical li .submenu li {
      text-align: right; }
  .menu.align-right .nested {
    margin-right: 0;
    margin-left: 0; }
  .menu.align-center li {
    display: flex;
    justify-content: center; }
    .menu.align-center li .submenu li {
      justify-content: flex-start; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  justify-content: center; }
  .menu-centered > .menu li {
    display: flex;
    justify-content: center; }
    .menu-centered > .menu li .submenu li {
      justify-content: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #000000;
    box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  background: red;
  padding: 0.7rem 1rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 0; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #cbcbcb transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%; }

.is-accordion-submenu-parent {
  position: relative; }

.has-submenu-toggle > a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer; }
  .submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #cbcbcb transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%; }

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.dropdown.menu > li > a {
  background: transparent;
  padding: 0.7rem 1rem; }

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #fff; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

@media print, screen and (min-width: 37.5em) {
  .dropdown.menu.mobile-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.mobile-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.mobile-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.mobile-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.mobile-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

@media print, screen and (min-width: 47.4375em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

@media print, screen and (min-width: 63em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

@media screen and (min-width: 90em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

@media screen and (min-width: 121.5em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 0px solid #cacaca;
  background: transparent; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: 0px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #000000; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-push {
    z-index: 12; }
  .off-canvas.is-closed {
    visibility: hidden; }
  .off-canvas.is-transition-overlap {
    z-index: 13; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  .off-canvas.is-open {
    transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #000000; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-push {
    z-index: 12; }
  .off-canvas-absolute.is-closed {
    visibility: hidden; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 13; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  .off-canvas-absolute.is-open {
    transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 100%;
  transform: translateX(-100%); }
  .off-canvas-content .off-canvas.position-left {
    transform: translateX(-100%); }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(100%); }
  .position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, 0.25); }

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 100%;
  transform: translateX(100%); }
  .off-canvas-content .off-canvas.position-right {
    transform: translateX(100%); }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-100%); }
  .position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px); }
  .off-canvas-content .off-canvas.position-top {
    transform: translateY(-250px); }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-top.has-transition-push {
    transform: translateY(250px); }
  .position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px); }
  .off-canvas-content .off-canvas.position-bottom {
    transform: translateY(250px); }
    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-bottom.has-transition-push {
    transform: translateY(-250px); }
  .position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, 0.25); }

.off-canvas-content {
  transform: none;
  transition: transform 0.5s ease;
  backface-visibility: hidden; }
  .off-canvas-content.has-transition-push {
    transform: translate(0, 0); }
  .off-canvas-content .off-canvas.is-open {
    transform: translate(0, 0); }

@media print, screen and (min-width: 37.5em) {
  .position-left.reveal-for-mobile {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-mobile .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-mobile {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 100%; }
    .position-left.reveal-for-mobile ~ .off-canvas-content {
      margin-left: 100%; }
  .position-right.reveal-for-mobile {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-mobile .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-mobile {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 100%; }
    .position-right.reveal-for-mobile ~ .off-canvas-content {
      margin-right: 100%; }
  .position-top.reveal-for-mobile {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-mobile .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-mobile {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 100%; }
    .position-top.reveal-for-mobile ~ .off-canvas-content {
      margin-top: 100%; }
  .position-bottom.reveal-for-mobile {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-mobile .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-mobile {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 100%; }
    .position-bottom.reveal-for-mobile ~ .off-canvas-content {
      margin-bottom: 100%; } }

@media print, screen and (min-width: 47.4375em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 100%; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 100%; }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 100%; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 100%; }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 100%; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 100%; }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 100%; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 100%; } }

@media print, screen and (min-width: 63em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 100%; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 100%; }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 100%; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 100%; }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 100%; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 100%; }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 100%; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 100%; } }

@media screen and (min-width: 90em) {
  .position-left.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-xlarge {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 100%; }
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
      margin-left: 100%; }
  .position-right.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-xlarge {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 100%; }
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
      margin-right: 100%; }
  .position-top.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-xlarge {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 100%; }
    .position-top.reveal-for-xlarge ~ .off-canvas-content {
      margin-top: 100%; }
  .position-bottom.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-xlarge {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 100%; }
    .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
      margin-bottom: 100%; } }

@media screen and (min-width: 121.5em) {
  .position-left.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-xxlarge {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 100%; }
    .position-left.reveal-for-xxlarge ~ .off-canvas-content {
      margin-left: 100%; }
  .position-right.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-xxlarge {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 100%; }
    .position-right.reveal-for-xxlarge ~ .off-canvas-content {
      margin-right: 100%; }
  .position-top.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-xxlarge {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 100%; }
    .position-top.reveal-for-xxlarge ~ .off-canvas-content {
      margin-top: 100%; }
  .position-bottom.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-xxlarge {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 100%; }
    .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
      margin-bottom: 100%; } }

@media print, screen and (min-width: 37.5em) {
  .off-canvas.in-canvas-for-mobile {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none; }
    .off-canvas.in-canvas-for-mobile.position-left, .off-canvas.in-canvas-for-mobile.position-right, .off-canvas.in-canvas-for-mobile.position-top, .off-canvas.in-canvas-for-mobile.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-mobile .close-button {
      display: none; } }

@media print, screen and (min-width: 47.4375em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none; }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-medium .close-button {
      display: none; } }

@media print, screen and (min-width: 63em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none; }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-large .close-button {
      display: none; } }

@media screen and (min-width: 90em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none; }
    .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-xlarge .close-button {
      display: none; } }

@media screen and (min-width: 121.5em) {
  .off-canvas.in-canvas-for-xxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none; }
    .off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top, .off-canvas.in-canvas-for-xxlarge.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-xxlarge .close-button {
      display: none; } }

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden; }
  html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll; }
  html.is-reveal-open body {
    overflow-y: hidden; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.65);
  overflow-y: auto; }

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 2rem;
  border: none;
  border-radius: 3px;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 47.4375em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 47.4375em) {
    .reveal {
      width: 600px;
      max-width: 120rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 47.4375em) {
    .reveal.tiny {
      width: 30%;
      max-width: 120rem; } }
  @media print, screen and (min-width: 47.4375em) {
    .reveal.small {
      width: 50%;
      max-width: 120rem; } }
  @media print, screen and (min-width: 47.4375em) {
    .reveal.large {
      width: 90%;
      max-width: 120rem; } }
  .reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 37.49875em) {
    .reveal {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      min-height: 100%;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

.title-bar {
  padding: 0.5rem;
  background: #fefefe;
  color: #000000;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px; }

.title-bar-right {
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 2rem;
  flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: #000000; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 47.4375em) {
    .top-bar {
      flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        flex: 1 1 auto;
        margin-right: auto; }
      .top-bar .top-bar-right {
        flex: 0 1 auto;
        margin-left: auto; } }
  @media screen and (max-width: 47.43625em) {
    .top-bar.stacked-for-mobile {
      flex-wrap: wrap; }
      .top-bar.stacked-for-mobile .top-bar-left,
      .top-bar.stacked-for-mobile .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 62.99875em) {
    .top-bar.stacked-for-medium {
      flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 89.99875em) {
    .top-bar.stacked-for-large {
      flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 121.49875em) {
    .top-bar.stacked-for-xlarge {
      flex-wrap: wrap; }
      .top-bar.stacked-for-xlarge .top-bar-left,
      .top-bar.stacked-for-xlarge .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  .top-bar.stacked-for-xxlarge {
    flex-wrap: wrap; }
    .top-bar.stacked-for-xxlarge .top-bar-left,
    .top-bar.stacked-for-xxlarge .top-bar-right {
      flex: 0 0 100%;
      max-width: 100%; }

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1; }

.clearfix::after {
  clear: both; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 37.49875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 37.5em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 37.5em) {
  .hide-for-mobile {
    display: none !important; } }

@media screen and (max-width: 37.49875em) {
  .show-for-mobile {
    display: none !important; } }

@media screen and (min-width: 37.5em) and (max-width: 47.43625em) {
  .hide-for-mobile-only {
    display: none !important; } }

@media screen and (max-width: 37.49875em), screen and (min-width: 47.4375em) {
  .show-for-mobile-only {
    display: none !important; } }

@media print, screen and (min-width: 47.4375em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 47.43625em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 47.4375em) and (max-width: 62.99875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 47.43625em), screen and (min-width: 63em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 63em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 62.99875em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 63em) and (max-width: 89.99875em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 62.99875em), screen and (min-width: 90em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 90em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 89.99875em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 90em) and (max-width: 121.49875em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 89.99875em), screen and (min-width: 121.5em) {
  .show-for-xlarge-only {
    display: none !important; } }

@media screen and (min-width: 121.5em) {
  .hide-for-xxlarge {
    display: none !important; } }

@media screen and (max-width: 121.49875em) {
  .show-for-xxlarge {
    display: none !important; } }

@media screen and (min-width: 121.5em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

@media screen and (max-width: 121.49875em) {
  .show-for-xxlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.grid-container {
  padding-right: 0;
  padding-left: 0;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto; }
  .grid-container.fluid {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }

.grid-x {
  display: flex;
  flex-flow: row wrap; }

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }
  .cell.auto {
    flex: 1 1 0px; }
  .cell.shrink {
    flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto; }

@media print, screen and (min-width: 37.5em) {
  .grid-x > .mobile-shrink, .grid-x > .mobile-full, .grid-x > .mobile-1, .grid-x > .mobile-2, .grid-x > .mobile-3, .grid-x > .mobile-4, .grid-x > .mobile-5, .grid-x > .mobile-6, .grid-x > .mobile-7, .grid-x > .mobile-8, .grid-x > .mobile-9, .grid-x > .mobile-10, .grid-x > .mobile-11, .grid-x > .mobile-12 {
    flex-basis: auto; } }

@media print, screen and (min-width: 47.4375em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto; } }

@media print, screen and (min-width: 63em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto; } }

@media screen and (min-width: 90em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    flex-basis: auto; } }

@media screen and (min-width: 121.5em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    flex-basis: auto; } }

.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex: 0 0 auto; }

.grid-x > .small-1 {
  width: 8.3333333333%; }

.grid-x > .small-2 {
  width: 16.6666666667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.3333333333%; }

.grid-x > .small-5 {
  width: 41.6666666667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.3333333333%; }

.grid-x > .small-8 {
  width: 66.6666666667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.3333333333%; }

.grid-x > .small-11 {
  width: 91.6666666667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 37.5em) {
  .grid-x > .mobile-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .mobile-shrink, .grid-x > .mobile-1, .grid-x > .mobile-2, .grid-x > .mobile-3, .grid-x > .mobile-4, .grid-x > .mobile-5, .grid-x > .mobile-6, .grid-x > .mobile-7, .grid-x > .mobile-8, .grid-x > .mobile-9, .grid-x > .mobile-10, .grid-x > .mobile-11, .grid-x > .mobile-12 {
    flex: 0 0 auto; }
  .grid-x > .mobile-shrink {
    width: auto; }
  .grid-x > .mobile-1 {
    width: 8.3333333333%; }
  .grid-x > .mobile-2 {
    width: 16.6666666667%; }
  .grid-x > .mobile-3 {
    width: 25%; }
  .grid-x > .mobile-4 {
    width: 33.3333333333%; }
  .grid-x > .mobile-5 {
    width: 41.6666666667%; }
  .grid-x > .mobile-6 {
    width: 50%; }
  .grid-x > .mobile-7 {
    width: 58.3333333333%; }
  .grid-x > .mobile-8 {
    width: 66.6666666667%; }
  .grid-x > .mobile-9 {
    width: 75%; }
  .grid-x > .mobile-10 {
    width: 83.3333333333%; }
  .grid-x > .mobile-11 {
    width: 91.6666666667%; }
  .grid-x > .mobile-12 {
    width: 100%; } }

@media print, screen and (min-width: 47.4375em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex: 0 0 auto; }
  .grid-x > .medium-shrink {
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.3333333333%; }
  .grid-x > .medium-2 {
    width: 16.6666666667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.3333333333%; }
  .grid-x > .medium-5 {
    width: 41.6666666667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.3333333333%; }
  .grid-x > .medium-8 {
    width: 66.6666666667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.3333333333%; }
  .grid-x > .medium-11 {
    width: 91.6666666667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 63em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex: 0 0 auto; }
  .grid-x > .large-shrink {
    width: auto; }
  .grid-x > .large-1 {
    width: 8.3333333333%; }
  .grid-x > .large-2 {
    width: 16.6666666667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.3333333333%; }
  .grid-x > .large-5 {
    width: 41.6666666667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.3333333333%; }
  .grid-x > .large-8 {
    width: 66.6666666667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.3333333333%; }
  .grid-x > .large-11 {
    width: 91.6666666667%; }
  .grid-x > .large-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .grid-x > .xlarge-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    flex: 0 0 auto; }
  .grid-x > .xlarge-shrink {
    width: auto; }
  .grid-x > .xlarge-1 {
    width: 8.3333333333%; }
  .grid-x > .xlarge-2 {
    width: 16.6666666667%; }
  .grid-x > .xlarge-3 {
    width: 25%; }
  .grid-x > .xlarge-4 {
    width: 33.3333333333%; }
  .grid-x > .xlarge-5 {
    width: 41.6666666667%; }
  .grid-x > .xlarge-6 {
    width: 50%; }
  .grid-x > .xlarge-7 {
    width: 58.3333333333%; }
  .grid-x > .xlarge-8 {
    width: 66.6666666667%; }
  .grid-x > .xlarge-9 {
    width: 75%; }
  .grid-x > .xlarge-10 {
    width: 83.3333333333%; }
  .grid-x > .xlarge-11 {
    width: 91.6666666667%; }
  .grid-x > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 121.5em) {
  .grid-x > .xxlarge-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    flex: 0 0 auto; }
  .grid-x > .xxlarge-shrink {
    width: auto; }
  .grid-x > .xxlarge-1 {
    width: 8.3333333333%; }
  .grid-x > .xxlarge-2 {
    width: 16.6666666667%; }
  .grid-x > .xxlarge-3 {
    width: 25%; }
  .grid-x > .xxlarge-4 {
    width: 33.3333333333%; }
  .grid-x > .xxlarge-5 {
    width: 41.6666666667%; }
  .grid-x > .xxlarge-6 {
    width: 50%; }
  .grid-x > .xxlarge-7 {
    width: 58.3333333333%; }
  .grid-x > .xxlarge-8 {
    width: 66.6666666667%; }
  .grid-x > .xxlarge-9 {
    width: 75%; }
  .grid-x > .xxlarge-10 {
    width: 83.3333333333%; }
  .grid-x > .xxlarge-11 {
    width: 91.6666666667%; }
  .grid-x > .xxlarge-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  @media print, screen and (min-width: 47.4375em) {
    .grid-margin-x {
      margin-left: -0.75rem;
      margin-right: -0.75rem; } }
  @media print, screen and (min-width: 63em) {
    .grid-margin-x {
      margin-left: -1.125rem;
      margin-right: -1.125rem; } }
  @media screen and (min-width: 90em) {
    .grid-margin-x {
      margin-left: -1.6875rem;
      margin-right: -1.6875rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
  @media print, screen and (min-width: 47.4375em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.5rem);
      margin-left: 0.75rem;
      margin-right: 0.75rem; } }
  @media print, screen and (min-width: 63em) {
    .grid-margin-x > .cell {
      width: calc(100% - 2.25rem);
      margin-left: 1.125rem;
      margin-right: 1.125rem; } }
  @media screen and (min-width: 90em) {
    .grid-margin-x > .cell {
      width: calc(100% - 3.375rem);
      margin-left: 1.6875rem;
      margin-right: 1.6875rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.25rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.25rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.25rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.25rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.25rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.25rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.25rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.25rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 37.5em) {
    .grid-margin-x > .mobile-auto {
      width: auto; }
    .grid-margin-x > .mobile-shrink {
      width: auto; }
    .grid-margin-x > .mobile-1 {
      width: calc(8.3333333333% - 1.25rem); }
    .grid-margin-x > .mobile-2 {
      width: calc(16.6666666667% - 1.25rem); }
    .grid-margin-x > .mobile-3 {
      width: calc(25% - 1.25rem); }
    .grid-margin-x > .mobile-4 {
      width: calc(33.3333333333% - 1.25rem); }
    .grid-margin-x > .mobile-5 {
      width: calc(41.6666666667% - 1.25rem); }
    .grid-margin-x > .mobile-6 {
      width: calc(50% - 1.25rem); }
    .grid-margin-x > .mobile-7 {
      width: calc(58.3333333333% - 1.25rem); }
    .grid-margin-x > .mobile-8 {
      width: calc(66.6666666667% - 1.25rem); }
    .grid-margin-x > .mobile-9 {
      width: calc(75% - 1.25rem); }
    .grid-margin-x > .mobile-10 {
      width: calc(83.3333333333% - 1.25rem); }
    .grid-margin-x > .mobile-11 {
      width: calc(91.6666666667% - 1.25rem); }
    .grid-margin-x > .mobile-12 {
      width: calc(100% - 1.25rem); } }
  @media print, screen and (min-width: 47.4375em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.3333333333% - 1.5rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.6666666667% - 1.5rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 1.5rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.3333333333% - 1.5rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.6666666667% - 1.5rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 1.5rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.3333333333% - 1.5rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.6666666667% - 1.5rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 1.5rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.3333333333% - 1.5rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.6666666667% - 1.5rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 1.5rem); }
    .grid-margin-x > .mobile-auto {
      width: auto; }
    .grid-margin-x > .mobile-shrink {
      width: auto; }
    .grid-margin-x > .mobile-1 {
      width: calc(8.3333333333% - 1.5rem); }
    .grid-margin-x > .mobile-2 {
      width: calc(16.6666666667% - 1.5rem); }
    .grid-margin-x > .mobile-3 {
      width: calc(25% - 1.5rem); }
    .grid-margin-x > .mobile-4 {
      width: calc(33.3333333333% - 1.5rem); }
    .grid-margin-x > .mobile-5 {
      width: calc(41.6666666667% - 1.5rem); }
    .grid-margin-x > .mobile-6 {
      width: calc(50% - 1.5rem); }
    .grid-margin-x > .mobile-7 {
      width: calc(58.3333333333% - 1.5rem); }
    .grid-margin-x > .mobile-8 {
      width: calc(66.6666666667% - 1.5rem); }
    .grid-margin-x > .mobile-9 {
      width: calc(75% - 1.5rem); }
    .grid-margin-x > .mobile-10 {
      width: calc(83.3333333333% - 1.5rem); }
    .grid-margin-x > .mobile-11 {
      width: calc(91.6666666667% - 1.5rem); }
    .grid-margin-x > .mobile-12 {
      width: calc(100% - 1.5rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.3333333333% - 1.5rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.6666666667% - 1.5rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.5rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.3333333333% - 1.5rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.6666666667% - 1.5rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.5rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.3333333333% - 1.5rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.6666666667% - 1.5rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.5rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.3333333333% - 1.5rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.6666666667% - 1.5rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.5rem); } }
  @media print, screen and (min-width: 63em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.3333333333% - 2.25rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.6666666667% - 2.25rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 2.25rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.3333333333% - 2.25rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.6666666667% - 2.25rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 2.25rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.3333333333% - 2.25rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.6666666667% - 2.25rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 2.25rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.3333333333% - 2.25rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.6666666667% - 2.25rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 2.25rem); }
    .grid-margin-x > .mobile-auto {
      width: auto; }
    .grid-margin-x > .mobile-shrink {
      width: auto; }
    .grid-margin-x > .mobile-1 {
      width: calc(8.3333333333% - 2.25rem); }
    .grid-margin-x > .mobile-2 {
      width: calc(16.6666666667% - 2.25rem); }
    .grid-margin-x > .mobile-3 {
      width: calc(25% - 2.25rem); }
    .grid-margin-x > .mobile-4 {
      width: calc(33.3333333333% - 2.25rem); }
    .grid-margin-x > .mobile-5 {
      width: calc(41.6666666667% - 2.25rem); }
    .grid-margin-x > .mobile-6 {
      width: calc(50% - 2.25rem); }
    .grid-margin-x > .mobile-7 {
      width: calc(58.3333333333% - 2.25rem); }
    .grid-margin-x > .mobile-8 {
      width: calc(66.6666666667% - 2.25rem); }
    .grid-margin-x > .mobile-9 {
      width: calc(75% - 2.25rem); }
    .grid-margin-x > .mobile-10 {
      width: calc(83.3333333333% - 2.25rem); }
    .grid-margin-x > .mobile-11 {
      width: calc(91.6666666667% - 2.25rem); }
    .grid-margin-x > .mobile-12 {
      width: calc(100% - 2.25rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.3333333333% - 2.25rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.6666666667% - 2.25rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 2.25rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.3333333333% - 2.25rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.6666666667% - 2.25rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 2.25rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.3333333333% - 2.25rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.6666666667% - 2.25rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 2.25rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.3333333333% - 2.25rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.6666666667% - 2.25rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 2.25rem); }
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.3333333333% - 2.25rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.6666666667% - 2.25rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 2.25rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.3333333333% - 2.25rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.6666666667% - 2.25rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 2.25rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.3333333333% - 2.25rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.6666666667% - 2.25rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 2.25rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.3333333333% - 2.25rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.6666666667% - 2.25rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 2.25rem); } }
  @media screen and (min-width: 90em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.3333333333% - 3.375rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.6666666667% - 3.375rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 3.375rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.3333333333% - 3.375rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.6666666667% - 3.375rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 3.375rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.3333333333% - 3.375rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.6666666667% - 3.375rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 3.375rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.3333333333% - 3.375rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.6666666667% - 3.375rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 3.375rem); }
    .grid-margin-x > .mobile-auto {
      width: auto; }
    .grid-margin-x > .mobile-shrink {
      width: auto; }
    .grid-margin-x > .mobile-1 {
      width: calc(8.3333333333% - 3.375rem); }
    .grid-margin-x > .mobile-2 {
      width: calc(16.6666666667% - 3.375rem); }
    .grid-margin-x > .mobile-3 {
      width: calc(25% - 3.375rem); }
    .grid-margin-x > .mobile-4 {
      width: calc(33.3333333333% - 3.375rem); }
    .grid-margin-x > .mobile-5 {
      width: calc(41.6666666667% - 3.375rem); }
    .grid-margin-x > .mobile-6 {
      width: calc(50% - 3.375rem); }
    .grid-margin-x > .mobile-7 {
      width: calc(58.3333333333% - 3.375rem); }
    .grid-margin-x > .mobile-8 {
      width: calc(66.6666666667% - 3.375rem); }
    .grid-margin-x > .mobile-9 {
      width: calc(75% - 3.375rem); }
    .grid-margin-x > .mobile-10 {
      width: calc(83.3333333333% - 3.375rem); }
    .grid-margin-x > .mobile-11 {
      width: calc(91.6666666667% - 3.375rem); }
    .grid-margin-x > .mobile-12 {
      width: calc(100% - 3.375rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.3333333333% - 3.375rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.6666666667% - 3.375rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 3.375rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.3333333333% - 3.375rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.6666666667% - 3.375rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 3.375rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.3333333333% - 3.375rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.6666666667% - 3.375rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 3.375rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.3333333333% - 3.375rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.6666666667% - 3.375rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 3.375rem); }
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.3333333333% - 3.375rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.6666666667% - 3.375rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 3.375rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.3333333333% - 3.375rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.6666666667% - 3.375rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 3.375rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.3333333333% - 3.375rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.6666666667% - 3.375rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 3.375rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.3333333333% - 3.375rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.6666666667% - 3.375rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 3.375rem); }
    .grid-margin-x > .xlarge-auto {
      width: auto; }
    .grid-margin-x > .xlarge-shrink {
      width: auto; }
    .grid-margin-x > .xlarge-1 {
      width: calc(8.3333333333% - 3.375rem); }
    .grid-margin-x > .xlarge-2 {
      width: calc(16.6666666667% - 3.375rem); }
    .grid-margin-x > .xlarge-3 {
      width: calc(25% - 3.375rem); }
    .grid-margin-x > .xlarge-4 {
      width: calc(33.3333333333% - 3.375rem); }
    .grid-margin-x > .xlarge-5 {
      width: calc(41.6666666667% - 3.375rem); }
    .grid-margin-x > .xlarge-6 {
      width: calc(50% - 3.375rem); }
    .grid-margin-x > .xlarge-7 {
      width: calc(58.3333333333% - 3.375rem); }
    .grid-margin-x > .xlarge-8 {
      width: calc(66.6666666667% - 3.375rem); }
    .grid-margin-x > .xlarge-9 {
      width: calc(75% - 3.375rem); }
    .grid-margin-x > .xlarge-10 {
      width: calc(83.3333333333% - 3.375rem); }
    .grid-margin-x > .xlarge-11 {
      width: calc(91.6666666667% - 3.375rem); }
    .grid-margin-x > .xlarge-12 {
      width: calc(100% - 3.375rem); } }
  @media screen and (min-width: 121.5em) {
    .grid-margin-x > .xxlarge-auto {
      width: auto; }
    .grid-margin-x > .xxlarge-shrink {
      width: auto; }
    .grid-margin-x > .xxlarge-1 {
      width: calc(8.3333333333% - 3.375rem); }
    .grid-margin-x > .xxlarge-2 {
      width: calc(16.6666666667% - 3.375rem); }
    .grid-margin-x > .xxlarge-3 {
      width: calc(25% - 3.375rem); }
    .grid-margin-x > .xxlarge-4 {
      width: calc(33.3333333333% - 3.375rem); }
    .grid-margin-x > .xxlarge-5 {
      width: calc(41.6666666667% - 3.375rem); }
    .grid-margin-x > .xxlarge-6 {
      width: calc(50% - 3.375rem); }
    .grid-margin-x > .xxlarge-7 {
      width: calc(58.3333333333% - 3.375rem); }
    .grid-margin-x > .xxlarge-8 {
      width: calc(66.6666666667% - 3.375rem); }
    .grid-margin-x > .xxlarge-9 {
      width: calc(75% - 3.375rem); }
    .grid-margin-x > .xxlarge-10 {
      width: calc(83.3333333333% - 3.375rem); }
    .grid-margin-x > .xxlarge-11 {
      width: calc(91.6666666667% - 3.375rem); }
    .grid-margin-x > .xxlarge-12 {
      width: calc(100% - 3.375rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 47.4375em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.75rem;
      margin-left: -0.75rem; } }
  @media print, screen and (min-width: 63em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -1.125rem;
      margin-left: -1.125rem; } }
  @media screen and (min-width: 90em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -1.6875rem;
      margin-left: -1.6875rem; } }

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 47.4375em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -0.75rem;
      margin-left: -0.75rem; } }
  @media print, screen and (min-width: 63em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -1.125rem;
      margin-left: -1.125rem; } }
  @media screen and (min-width: 90em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -1.6875rem;
      margin-left: -1.6875rem; } }

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 47.4375em) {
    .grid-padding-x > .cell {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }
  @media print, screen and (min-width: 63em) {
    .grid-padding-x > .cell {
      padding-right: 1.125rem;
      padding-left: 1.125rem; } }
  @media screen and (min-width: 90em) {
    .grid-padding-x > .cell {
      padding-right: 1.6875rem;
      padding-left: 1.6875rem; } }

.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.3333333333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.6666666667%; }

.small-up-7 > .cell {
  width: 14.2857142857%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 37.5em) {
  .mobile-up-1 > .cell {
    width: 100%; }
  .mobile-up-2 > .cell {
    width: 50%; }
  .mobile-up-3 > .cell {
    width: 33.3333333333%; }
  .mobile-up-4 > .cell {
    width: 25%; }
  .mobile-up-5 > .cell {
    width: 20%; }
  .mobile-up-6 > .cell {
    width: 16.6666666667%; }
  .mobile-up-7 > .cell {
    width: 14.2857142857%; }
  .mobile-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 47.4375em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.3333333333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.6666666667%; }
  .medium-up-7 > .cell {
    width: 14.2857142857%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 63em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.3333333333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.6666666667%; }
  .large-up-7 > .cell {
    width: 14.2857142857%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

@media screen and (min-width: 90em) {
  .xlarge-up-1 > .cell {
    width: 100%; }
  .xlarge-up-2 > .cell {
    width: 50%; }
  .xlarge-up-3 > .cell {
    width: 33.3333333333%; }
  .xlarge-up-4 > .cell {
    width: 25%; }
  .xlarge-up-5 > .cell {
    width: 20%; }
  .xlarge-up-6 > .cell {
    width: 16.6666666667%; }
  .xlarge-up-7 > .cell {
    width: 14.2857142857%; }
  .xlarge-up-8 > .cell {
    width: 12.5%; } }

@media screen and (min-width: 121.5em) {
  .xxlarge-up-1 > .cell {
    width: 100%; }
  .xxlarge-up-2 > .cell {
    width: 50%; }
  .xxlarge-up-3 > .cell {
    width: 33.3333333333%; }
  .xxlarge-up-4 > .cell {
    width: 25%; }
  .xxlarge-up-5 > .cell {
    width: 20%; }
  .xxlarge-up-6 > .cell {
    width: 16.6666666667%; }
  .xxlarge-up-7 > .cell {
    width: 14.2857142857%; }
  .xxlarge-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem); }

@media print, screen and (min-width: 37.5em) {
  .grid-margin-x.mobile-up-1 > .cell {
    width: calc(100% - 1.25rem); }
  .grid-margin-x.mobile-up-2 > .cell {
    width: calc(50% - 1.25rem); }
  .grid-margin-x.mobile-up-3 > .cell {
    width: calc(33.3333333333% - 1.25rem); }
  .grid-margin-x.mobile-up-4 > .cell {
    width: calc(25% - 1.25rem); }
  .grid-margin-x.mobile-up-5 > .cell {
    width: calc(20% - 1.25rem); }
  .grid-margin-x.mobile-up-6 > .cell {
    width: calc(16.6666666667% - 1.25rem); }
  .grid-margin-x.mobile-up-7 > .cell {
    width: calc(14.2857142857% - 1.25rem); }
  .grid-margin-x.mobile-up-8 > .cell {
    width: calc(12.5% - 1.25rem); } }

@media print, screen and (min-width: 47.4375em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.5rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.5rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.5rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.5rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.5rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.5rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.5rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.5rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.5rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.5rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.5rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.5rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.5rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.5rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.5rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.5rem); } }

@media print, screen and (min-width: 63em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 2.25rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 2.25rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 2.25rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 2.25rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 2.25rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 2.25rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 2.25rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 2.25rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 2.25rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 2.25rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 2.25rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 2.25rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 2.25rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 2.25rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 2.25rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 2.25rem); }
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 2.25rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 2.25rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 2.25rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 2.25rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 2.25rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 2.25rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 2.25rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 2.25rem); } }

@media screen and (min-width: 90em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 3.375rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 3.375rem); }
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 3.375rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 3.375rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 3.375rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 3.375rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 3.375rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 3.375rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 3.375rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 3.375rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 3.375rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 3.375rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 3.375rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 3.375rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 3.375rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 3.375rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 3.375rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 3.375rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 3.375rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 3.375rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 3.375rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 3.375rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 3.375rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 3.375rem); }
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 3.375rem); }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 3.375rem); }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.3333333333% - 3.375rem); }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 3.375rem); }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 3.375rem); }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.6666666667% - 3.375rem); }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.2857142857% - 3.375rem); }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 3.375rem); } }

@media screen and (min-width: 121.5em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 3.375rem); }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 3.375rem); }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.3333333333% - 3.375rem); }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 3.375rem); }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 3.375rem); }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.6666666667% - 3.375rem); }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.2857142857% - 3.375rem); }
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 3.375rem); } }

.small-offset-0 {
  margin-left: 0%; }

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem); }

.small-offset-1 {
  margin-left: 8.3333333333%; }

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 0.625rem); }

.small-offset-2 {
  margin-left: 16.6666666667%; }

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 0.625rem); }

.small-offset-3 {
  margin-left: 25%; }

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem); }

.small-offset-4 {
  margin-left: 33.3333333333%; }

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 0.625rem); }

.small-offset-5 {
  margin-left: 41.6666666667%; }

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 0.625rem); }

.small-offset-6 {
  margin-left: 50%; }

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem); }

.small-offset-7 {
  margin-left: 58.3333333333%; }

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 0.625rem); }

.small-offset-8 {
  margin-left: 66.6666666667%; }

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 0.625rem); }

.small-offset-9 {
  margin-left: 75%; }

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem); }

.small-offset-10 {
  margin-left: 83.3333333333%; }

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 0.625rem); }

.small-offset-11 {
  margin-left: 91.6666666667%; }

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 0.625rem); }

@media print, screen and (min-width: 37.5em) {
  .mobile-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .mobile-offset-0 {
    margin-left: calc(0% + 0.625rem); }
  .mobile-offset-1 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .mobile-offset-1 {
    margin-left: calc(8.3333333333% + 0.625rem); }
  .mobile-offset-2 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .mobile-offset-2 {
    margin-left: calc(16.6666666667% + 0.625rem); }
  .mobile-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .mobile-offset-3 {
    margin-left: calc(25% + 0.625rem); }
  .mobile-offset-4 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .mobile-offset-4 {
    margin-left: calc(33.3333333333% + 0.625rem); }
  .mobile-offset-5 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .mobile-offset-5 {
    margin-left: calc(41.6666666667% + 0.625rem); }
  .mobile-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .mobile-offset-6 {
    margin-left: calc(50% + 0.625rem); }
  .mobile-offset-7 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .mobile-offset-7 {
    margin-left: calc(58.3333333333% + 0.625rem); }
  .mobile-offset-8 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .mobile-offset-8 {
    margin-left: calc(66.6666666667% + 0.625rem); }
  .mobile-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .mobile-offset-9 {
    margin-left: calc(75% + 0.625rem); }
  .mobile-offset-10 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .mobile-offset-10 {
    margin-left: calc(83.3333333333% + 0.625rem); }
  .mobile-offset-11 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .mobile-offset-11 {
    margin-left: calc(91.6666666667% + 0.625rem); } }

@media print, screen and (min-width: 47.4375em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.75rem); }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 0.75rem); }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 0.75rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.75rem); }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 0.75rem); }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 0.75rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.75rem); }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 0.75rem); }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 0.75rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.75rem); }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 0.75rem); }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0.75rem); } }

@media print, screen and (min-width: 63em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.125rem); }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.125rem); }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.125rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.125rem); }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.125rem); }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.125rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.125rem); }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.125rem); }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.125rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.125rem); }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.125rem); }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.125rem); } }

@media screen and (min-width: 90em) {
  .xlarge-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 1.6875rem); }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.3333333333% + 1.6875rem); }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.6666666667% + 1.6875rem); }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 1.6875rem); }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.3333333333% + 1.6875rem); }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.6666666667% + 1.6875rem); }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 1.6875rem); }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.3333333333% + 1.6875rem); }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.6666666667% + 1.6875rem); }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 1.6875rem); }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.3333333333% + 1.6875rem); }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 1.6875rem); } }

@media screen and (min-width: 121.5em) {
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 1.6875rem); }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 1.6875rem); }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 1.6875rem); }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 1.6875rem); }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 1.6875rem); }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 1.6875rem); }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 1.6875rem); }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 1.6875rem); }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 1.6875rem); }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 1.6875rem); }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 1.6875rem); }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 1.6875rem); } }

.align-left {
  justify-content: flex-start; }

.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

.align-justify {
  justify-content: space-between; }

.align-spaced {
  justify-content: space-around; }

.align-left.vertical.menu > li > a {
  justify-content: flex-start; }

.align-right.vertical.menu > li > a {
  justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  justify-content: center; }

.align-top {
  align-items: flex-start; }

.align-self-top {
  align-self: flex-start; }

.align-bottom {
  align-items: flex-end; }

.align-self-bottom {
  align-self: flex-end; }

.align-middle {
  align-items: center; }

.align-self-middle {
  align-self: center; }

.align-stretch {
  align-items: stretch; }

.align-self-stretch {
  align-self: stretch; }

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

@media print, screen and (min-width: 37.5em) {
  .mobile-order-1 {
    order: 1; }
  .mobile-order-2 {
    order: 2; }
  .mobile-order-3 {
    order: 3; }
  .mobile-order-4 {
    order: 4; }
  .mobile-order-5 {
    order: 5; }
  .mobile-order-6 {
    order: 6; } }

@media print, screen and (min-width: 47.4375em) {
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media print, screen and (min-width: 63em) {
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

@media screen and (min-width: 90em) {
  .xlarge-order-1 {
    order: 1; }
  .xlarge-order-2 {
    order: 2; }
  .xlarge-order-3 {
    order: 3; }
  .xlarge-order-4 {
    order: 4; }
  .xlarge-order-5 {
    order: 5; }
  .xlarge-order-6 {
    order: 6; } }

@media screen and (min-width: 121.5em) {
  .xxlarge-order-1 {
    order: 1; }
  .xxlarge-order-2 {
    order: 2; }
  .xxlarge-order-3 {
    order: 3; }
  .xxlarge-order-4 {
    order: 4; }
  .xxlarge-order-5 {
    order: 5; }
  .xxlarge-order-6 {
    order: 6; } }

.flex-container {
  display: flex; }

.flex-child-auto {
  flex: 1 1 auto; }

.flex-child-grow {
  flex: 1 0 auto; }

.flex-child-shrink {
  flex: 0 1 auto; }

.flex-dir-row {
  flex-direction: row; }

.flex-dir-row-reverse {
  flex-direction: row-reverse; }

.flex-dir-column {
  flex-direction: column; }

.flex-dir-column-reverse {
  flex-direction: column-reverse; }

@media print, screen and (min-width: 37.5em) {
  .mobile-flex-container {
    display: flex; }
  .mobile-flex-child-auto {
    flex: 1 1 auto; }
  .mobile-flex-child-grow {
    flex: 1 0 auto; }
  .mobile-flex-child-shrink {
    flex: 0 1 auto; }
  .mobile-flex-dir-row {
    flex-direction: row; }
  .mobile-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .mobile-flex-dir-column {
    flex-direction: column; }
  .mobile-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 47.4375em) {
  .medium-flex-container {
    display: flex; }
  .medium-flex-child-auto {
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    flex: 0 1 auto; }
  .medium-flex-dir-row {
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 63em) {
  .large-flex-container {
    display: flex; }
  .large-flex-child-auto {
    flex: 1 1 auto; }
  .large-flex-child-grow {
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    flex: 0 1 auto; }
  .large-flex-dir-row {
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media screen and (min-width: 90em) {
  .xlarge-flex-container {
    display: flex; }
  .xlarge-flex-child-auto {
    flex: 1 1 auto; }
  .xlarge-flex-child-grow {
    flex: 1 0 auto; }
  .xlarge-flex-child-shrink {
    flex: 0 1 auto; }
  .xlarge-flex-dir-row {
    flex-direction: row; }
  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .xlarge-flex-dir-column {
    flex-direction: column; }
  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media screen and (min-width: 121.5em) {
  .xxlarge-flex-container {
    display: flex; }
  .xxlarge-flex-child-auto {
    flex: 1 1 auto; }
  .xxlarge-flex-child-grow {
    flex: 1 0 auto; }
  .xxlarge-flex-child-shrink {
    flex: 0 1 auto; }
  .xxlarge-flex-dir-row {
    flex-direction: row; }
  .xxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .xxlarge-flex-dir-column {
    flex-direction: column; }
  .xxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

.grid-x {
  clear: both; }

.visually-hidden {
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 1px;
  width: 1px; }

.user-login-form .button {
  margin-top: 1rem; }

#main-page-content {
  padding-top: 60px; }

.path-frontpage .field-stage .field-text {
  font-size: 1.25rem;
  line-height: 1.3;
  max-width: 720px; }

.reveal .vcenter {
  height: 100%;
  display: flex;
  align-items: center; }
  .reveal .vcenter .responsive-embed {
    width: 100%; }

.section-user.user-anon {
  background: #000000;
  color: white; }
  .section-user.user-anon a {
    color: white; }
  .section-user.user-anon svg {
    max-height: 50px; }
  .section-user.user-anon .button.success {
    background: white;
    color: #000000;
    padding: .75em 1.5em; }

a h2,
a h3,
a h4 {
  color: #000000; }

a:focus,
.slick-slide:focus,
button:focus,
.button:focus {
  outline: none; }

p.lead {
  font-size: 1.25rem;
  line-height: 1.3;
  max-width: 720px; }

.menu-button {
  height: 18px;
  width: 26px;
  border-radius: 0 !important; }

.top-bar .menu-button {
  height: 32px; }

#node-1902 #stage-slider.has-video .header-video {
  width: 100%; }

@media screen and (max-width: 37.49875em) {
  #node-1902 #stage-slider.has-video .header-video {
    transform: translate(0, -50%) scale(1.3) !important; }
  #node-1902 #stage-slider.has-video .field.image {
    display: none; } }

.main-title {
  font-family: Display, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 1.5rem; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.top-title {
  margin: 0;
  font-family: Text, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 500;
  margin-bottom: .25rem; }

.buttons {
  margin-top: 2rem; }
  .buttons .button {
    margin-right: 1.5rem; }
    .buttons .button:last-child {
      margin-right: 0; }

.button.main {
  border-radius: 0;
  background-color: black;
  border-color: #000000;
  font-size: 1rem;
  padding: 1rem 1.5rem; }

.button {
  color: #fefefe;
  border: 0px solid #000000;
  background-color: #000000;
  font-family: Display, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 90%;
  padding: 1rem 1.5rem;
  transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color .3s ease-out; }
  .button.hollow {
    color: #fefefe;
    border: 0px solid #000000;
    background-color: #000000; }
  .button:focus {
    color: #fefefe;
    border: 0px solid #000000;
    background-color: #000000; }
  .button:hover {
    color: #fefefe;
    border: 0px solid #000000;
    background-color: #000000; }
  .button.light {
    border: 0px solid #fefefe;
    color: #000000;
    background-color: white; }
    .button.light:hover {
      border: 0px solid #fefefe;
      background-color: #fefefe !important;
      color: #000000 !important; }

.button.circle {
  border-radius: 50%;
  font-weight: 400;
  font-size: 1.25rem;
  padding: 0 !important;
  line-height: 1.4rem;
  width: 1.75rem;
  height: 1.75rem;
  border-width: 2px !important;
  font-family: Text, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-align: center; }

.dark .button {
  background-color: white;
  color: #000000;
  border-color: white; }
  .dark .button:focus, .dark .button:hover {
    border-color: white;
    background-color: white;
    color: #000000; }
  .dark .button.hollow {
    background-color: white;
    color: #000000;
    border-color: white; }

.button.buy-button {
  background-color: #97be0d !important;
  color: #000000 !important;
  border-color: #97be0d !important; }

#mics-section {
  position: relative;
  overflow: hidden; }
  #mics-section .product-teaser {
    padding: 0.5rem;
    margin: 0.5rem;
    background: none !important; }
    #mics-section .product-teaser h5 {
      color: #97be0d; }
    #mics-section .product-teaser p {
      font-size: .875rem; }

.social-icons,
#social-icons {
  overflow: hidden; }
  .social-icons a,
  #social-icons a {
    float: left;
    width: 20%; }
  .social-icons svg,
  #social-icons svg {
    max-height: 36px; }
    .social-icons svg.icon-sc,
    #social-icons svg.icon-sc {
      max-height: 44px;
      margin-top: -5px; }

#contact-form .social-icons svg,
#mailchimp-reveal .social-icons svg {
  filter: invert(1); }

#contact-form.dark .social-icons svg,
#mailchimp-reveal.dark .social-icons svg {
  filter: invert(0); }

#block-social {
  width: 100%;
  max-width: 300px;
  margin: .5rem auto 1rem; }

#footer .social-icons svg {
  max-height: 22px; }
  #footer .social-icons svg.icon-sc {
    max-height: 30px;
    margin-top: -5px; }

@media print, screen and (min-width: 63em) {
  .social-icons svg {
    max-height: 42px; }
    .social-icons svg.icon-sc {
      max-height: 52px;
      margin-top: -5px; }
  #footer .social-icons svg {
    max-height: 32px; }
    #footer .social-icons svg.icon-sc {
      max-height: 37px;
      margin-top: -7px; } }

@media screen and (min-width: 90em) {
  .paragraph .social-icons svg {
    max-height: 50px; }
    .paragraph .social-icons svg.icon-sc {
      max-height: 60px;
      margin-top: -5px; } }

#p-3382 {
  height: auto !important;
  min-height: auto !important; }
  #p-3382 .social-icons svg {
    filter: invert(1); }
  #p-3382 hr {
    margin-bottom: 0; }

.social-icon path {
  fill: #fff; }

.dark {
  background-color: #000000 !important;
  color: white; }
  .dark#mailchimp-reveal {
    color: white; }
  .dark h2, .dark h1, .dark p, .dark ul, .dark h3,
  .dark .h3, .dark .h2 {
    color: white; }
  .dark .close-button,
  .dark .close-button:hover {
    color: white !important; }
  .dark a {
    color: #97be0d; }

.light {
  background-color: white !important;
  color: #000000; }
  .light h2, .light h1, .light p {
    color: #000000 !important; }
  .light a {
    color: #97be0d; }
    .light a.button {
      color: white; }
    .light a.button.light {
      color: black; }

.main-grid.no-pad-bottom {
  padding-bottom: 0 !important; }

.main-grid.no-pad-top {
  padding-top: 0 !important; }

.main-grid {
  padding: 2.2rem 1rem;
  max-width: 1920px; }

.top-bar {
  padding: 0.5rem 1.75rem; }

.main-grid.break {
  padding: 0 1rem;
  max-width: 1920px; }

@media print, screen and (min-width: 37.5em) {
  .main-grid {
    padding: 2.2rem; }
  .top-bar {
    padding: 0.5rem 3.325rem; }
  .main-grid.break {
    padding: 0 2rem; }
  #segment-header {
    padding-bottom: 2.5rem; } }

@media screen and (max-width: 47.43625em) {
  .main-grid.mobile-align-top {
    align-items: flex-start; }
  .main-grid.mobile-align-middle {
    align-items: center; }
  .main-grid.mobile-align-bottom {
    align-items: flex-end; } }

@media print, screen and (min-width: 47.4375em) {
  .main-grid {
    padding: 1.5rem; }
  .top-bar {
    padding: 0.5rem 2.625rem; }
  .main-grid.break {
    padding: 0 2rem; }
  #segment-header {
    padding-bottom: 2rem; } }

@media print, screen and (min-width: 63em) {
  .main-grid {
    padding: 2rem; }
  .top-bar {
    padding: 0.5rem 3.125rem; }
  .main-grid.break {
    padding: 0 2rem; }
  #segment-header {
    padding-bottom: 2.5rem; } }

@media screen and (min-width: 90em) {
  .main-grid {
    padding: 4rem; }
  .top-bar {
    padding: 0.5rem 5.6875rem; }
  .main-grid.break {
    padding: 0 4rem; } }

p {
  line-height: 1.35; }

.main-grid .main-grid {
  padding: 0 !important; }

.stripes {
  left: 100%;
  top: 0;
  height: 408px;
  width: 408px;
  margin-left: -156px;
  -ms-clip-path: url("#stripe-clip-path-small");
  clip-path: url("#stripe-clip-path-small");
  -moz-clip-path: polygon(38.38% 0, 0 100%, 100% 100%, 100% 0);
  -webkit-clip-path: polygon(38.38% 0, 0 100%, 100% 100%, 100% 0);
  clip-path: polygon(38.38% 0, 0 100%, 100% 100%, 100% 0);
  background-repeat: no-repeat;
  position: absolute;
  pointer-events: none;
  z-index: 1; }
  .stripes.horizontal {
    background: repeating-linear-gradient(0deg, black, black 11px, white 12px, white 23px, black 24px); }
  .stripes.diagonal {
    background: repeating-linear-gradient(-69deg, black 0px, black 11px, white 12px, white 23px, black 24px);
    width: 410px;
    height: 410px; }
  .stripes.circular {
    background: repeating-radial-gradient(white, white 11px, black 12px, black 23px, white 24px);
    background-position: -88px -98px; }
  .stripes.corner:before, .stripes.corner:after {
    transform: translate(26px, -302px);
    content: "";
    display: block;
    position: absolute;
    height: 408px;
    width: 408px; }
  .stripes.corner:before {
    background: repeating-linear-gradient(69deg, black 0px, black 11px, white 12px, white 23px, black 24px); }
  .stripes.corner:after {
    top: 408px;
    background: repeating-linear-gradient(-69deg, white 0px, white 11px, black 12px, black 23px, white 24px); }
  .stripes .has-stage #stage-slider .stripes.circular {
    background-position: -96px -74px; }

@media screen and (max-width: 47.43625em) {
  .has-stage #stage-slider .main-title {
    margin-bottom: 1rem; }
  .has-stage #stage-slider .buttons {
    margin-top: 0; }
    .has-stage #stage-slider .buttons .button {
      margin-bottom: 1rem; }
  .has-stage #stage-slider .stripes.circular {
    margin-left: -156px;
    bottom: auto;
    top: 0; } }

.stripes-polyfill .fo {
  width: 100%;
  height: 100%; }

.stripes-polyfill .stripes {
  pointer-events: none;
  position: relative;
  left: 0;
  margin-left: 0; }

@supports (-ms-ime-align: auto) {
  .stripes {
    display: none; }
  .stripes .stripes {
    display: block;
    pointer-events: none; } }

@media print, screen and (min-width: 37.5em) {
  .stripes.circular {
    background-position: -96px -74px; }
  .stripes.corner:before, .stripes.corner:after {
    transform: translate(17px, -280px); } }

@media print, screen and (min-width: 47.4375em) {
  .stripes {
    margin-left: -325px;
    height: 848px;
    width: 848px;
    -moz-clip-path: polygon(38.38% 0, 0 100%, 100% 100%, 100% 0);
    -webkit-clip-path: polygon(38.38% 0, 0 100%, 100% 100%, 100% 0);
    clip-path: polygon(38.38% 0, 0 100%, 100% 100%, 100% 0); }
    .stripes.corner:before {
      background: repeating-linear-gradient(69deg, black 0px, black 23px, white 24px, white 47px, black 48px); }
    .stripes.corner:after {
      background: repeating-linear-gradient(-69deg, white 0px, white 23px, black 24px, black 47px, white 48px); }
    .stripes.corner:before, .stripes.corner:after {
      transform: translate(28px, -238px); }
    .stripes.horizontal {
      background: repeating-linear-gradient(0deg, black, black 23px, white 24px, white 47px, black 48px);
      background-position: 0 -878px; }
    .stripes.diagonal {
      background: repeating-linear-gradient(-69deg, white 0px, white 24px, black 25px, black 47px, white 48px);
      height: 848px;
      width: 848px; }
    .stripes.circular {
      background: repeating-radial-gradient(white, white 23px, black 24px, black 47px, white 48px);
      background-position: -164px -256px; }
  .node--product header .stripes.circular {
    background-position: -206px -128px; }
  #node-1733 header .stripes.circular {
    background-position: -230px -64px; }
  .has-stage .stripes.circular {
    background-position: -142px -320px; }
  .has-stage .stripes.corner:before, .has-stage .stripes.corner:after {
    transform: translate(55px, -308px); }
  .has-stage #stage-slider .stripes.circular {
    background-position: -158px -260px; } }

@media print, screen and (min-width: 63em) {
  .stripes.circular {
    background-position: -188px -192px; }
  .stripes.corner:before, .stripes.corner:after {
    transform: translate(-9px, -140px); }
  .node--product header .stripes.circular {
    background-position: -206px -128px; }
  #node-1733 .stripes.circular {
    background-position: -236px -48px; }
  .has-stage .stripes.circular {
    background-position: -148px -306px; }
  .has-stage .stripes.corner:before, .has-stage .stripes.corner:after {
    transform: translate(-7px, -278px); }
  .has-stage #stage-slider .stripes.circular {
    background-position: -180px -206px; } }

@media screen and (min-width: 90em) {
  .stripes.circular {
    background-position: -226px -88px; }
  .stripes.corner:before, .stripes.corner:after {
    transform: translate(20px, -81px); }
  #node-1733 header .stripes.circular {
    background-position: -254px 0px; }
  .has-stage .stripes.circular {
    background-position: -164px -248px; }
  .has-stage .stripes.corner:before, .has-stage .stripes.corner:after {
    transform: translate(27px, -234px); }
  .has-stage #stage-slider .stripes.circular {
    background-position: -214px -114px; } }

@media screen and (min-width: 121.5em) {
  .stripes.circular {
    background-position: -260px 0px; }
  .stripes.corner:before, .stripes.corner:after {
    height: 436px;
    width: 438px;
    transform: translate(-3px, 6px); }
  #product-stage .stripes.corner:before, #product-stage .stripes.corner:after {
    transform: translate(-4px, -126px); }
  .stripes.horizontal,
  .dark .stripes.horizontal {
    background-position: 0px 0px; }
  .has-stage .stripes.circular {
    background-position: -186px -192px; }
  .has-stage .stripes.corner:before, .has-stage .stripes.corner:after {
    transform: translate(-40px, -164px); }
  .has-stage #stage-slider .stripes.circular {
    background-position: -258px 0px; } }

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.html5-main-video, .html5-video-player .video-click-tracking, .html5-video-player .video-stream {
  height: auto !important;
  position: relative !important;
  width: 100% !important; }

.section-home .field-products {
  margin-bottom: 2rem; }

.slick-slide:first-child {
  display: block; }

.reveal border-radius .main-title {
  margin-bottom: 1rem; }

.reveal:focus {
  outline: none;
  box-shadow: none; }

#stage-slider,
.chapter-slider,
.field-image-slides {
  overflow: hidden;
  width: 100%; }
  #stage-slider .slick-slide,
  .chapter-slider .slick-slide,
  .field-image-slides .slick-slide {
    width: 100%; }

.field-image-slides {
  overflow: visible; }

.scale-in-up.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  transition-property: opacity,-webkit-transform; }

.scale-in-up.mui-enter {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.scale-out-down.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  transition-property: opacity,-webkit-transform; }

.scale-out-down.mui-leave {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0; }

.fast {
  transition-duration: 250ms !important;
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important; }

.loader {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px; }

.loader > div {
  background-color: #AAA;
  height: 100%;
  width: 4px;
  display: inline-block;
  margin-right: 2px;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out; }

.loader .r2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.loader .r3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.loader .r4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.loader .r5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

@media screen and (max-width: 1090px) {
  .top-bar #main-menu.dropdown.menu > li > a {
    padding-left: .5rem;
    padding-right: .5rem; } }

.top-bar #main-menu .show-for-large-menu {
  display: none; }

@media screen and (min-width: 1120px) {
  .top-bar #main-menu .show-for-large-menu {
    display: inline-block; } }

a[href^="https://jobs.lewitt-audio.com/"] {
  display: none; }

[lang="en"] a[href^="https://jobs.lewitt-audio.com/"],
[lang="de"] a[href^="https://jobs.lewitt-audio.com/"] {
  display: block; }

[lang="en"] #main-menu [data-drupal-link-system-path='node/973'],
[lang="en"] #main-menu [data-drupal-link-system-path='node/1011'],
[lang="en"] #main-menu [data-drupal-link-system-path='node/638'],
[lang="en"] #offcanvas-right [data-drupal-link-system-path='node/973'],
[lang="en"] #offcanvas-right [data-drupal-link-system-path='node/1011'],
[lang="en"] #offcanvas-right [data-drupal-link-system-path='node/638'],
[lang="en"] #footer [data-drupal-link-system-path='node/973'],
[lang="en"] #footer [data-drupal-link-system-path='node/1011'],
[lang="en"] #footer [data-drupal-link-system-path='node/638'],
[lang="es"] #main-menu [data-drupal-link-system-path='node/973'],
[lang="es"] #main-menu [data-drupal-link-system-path='node/1011'],
[lang="es"] #main-menu [data-drupal-link-system-path='node/638'],
[lang="es"] #offcanvas-right [data-drupal-link-system-path='node/973'],
[lang="es"] #offcanvas-right [data-drupal-link-system-path='node/1011'],
[lang="es"] #offcanvas-right [data-drupal-link-system-path='node/638'],
[lang="es"] #footer [data-drupal-link-system-path='node/973'],
[lang="es"] #footer [data-drupal-link-system-path='node/1011'],
[lang="es"] #footer [data-drupal-link-system-path='node/638'],
[lang="ko"] #main-menu [data-drupal-link-system-path='node/973'],
[lang="ko"] #main-menu [data-drupal-link-system-path='node/1011'],
[lang="ko"] #main-menu [data-drupal-link-system-path='node/638'],
[lang="ko"] #offcanvas-right [data-drupal-link-system-path='node/973'],
[lang="ko"] #offcanvas-right [data-drupal-link-system-path='node/1011'],
[lang="ko"] #offcanvas-right [data-drupal-link-system-path='node/638'],
[lang="ko"] #footer [data-drupal-link-system-path='node/973'],
[lang="ko"] #footer [data-drupal-link-system-path='node/1011'],
[lang="ko"] #footer [data-drupal-link-system-path='node/638'],
[lang="de"] #main-menu [data-drupal-link-system-path='node/973'],
[lang="de"] #main-menu [data-drupal-link-system-path='node/1011'],
[lang="de"] #main-menu [data-drupal-link-system-path='node/638'],
[lang="de"] #offcanvas-right [data-drupal-link-system-path='node/973'],
[lang="de"] #offcanvas-right [data-drupal-link-system-path='node/1011'],
[lang="de"] #offcanvas-right [data-drupal-link-system-path='node/638'],
[lang="de"] #footer [data-drupal-link-system-path='node/973'],
[lang="de"] #footer [data-drupal-link-system-path='node/1011'],
[lang="de"] #footer [data-drupal-link-system-path='node/638'] {
  display: none; }

[lang="zh-hans"] #main-menu [data-drupal-link-system-path='node/1733'] {
  display: none; }

[lang="en"] .section-blog .top-bar .blog,
[lang="en"] .node--type-blog-home .top-bar .blog,
[lang="en"] .node--type-blog-category-page .top-bar .blog,
[lang="en"] .node--type-blog-author .top-bar .blog,
[lang="en"] .node--type-news .top-bar .blog,
[lang="zh-hans"] .section-blog .top-bar .blog,
[lang="zh-hans"] .node--type-blog-home .top-bar .blog,
[lang="zh-hans"] .node--type-blog-category-page .top-bar .blog,
[lang="zh-hans"] .node--type-blog-author .top-bar .blog,
[lang="zh-hans"] .node--type-news .top-bar .blog,
[lang="ko"] .section-blog .top-bar .blog,
[lang="ko"] .node--type-blog-home .top-bar .blog,
[lang="ko"] .node--type-blog-category-page .top-bar .blog,
[lang="ko"] .node--type-blog-author .top-bar .blog,
[lang="ko"] .node--type-news .top-bar .blog,
[lang="es"] .section-blog .top-bar .blog,
[lang="es"] .node--type-blog-home .top-bar .blog,
[lang="es"] .node--type-blog-category-page .top-bar .blog,
[lang="es"] .node--type-blog-author .top-bar .blog,
[lang="es"] .node--type-news .top-bar .blog,
[lang="de"] .section-blog .top-bar .blog,
[lang="de"] .node--type-blog-home .top-bar .blog,
[lang="de"] .node--type-blog-category-page .top-bar .blog,
[lang="de"] .node--type-blog-author .top-bar .blog,
[lang="de"] .node--type-news .top-bar .blog {
  position: relative; }
  [lang="en"] .section-blog .top-bar .blog:after,
  [lang="en"] .node--type-blog-home .top-bar .blog:after,
  [lang="en"] .node--type-blog-category-page .top-bar .blog:after,
  [lang="en"] .node--type-blog-author .top-bar .blog:after,
  [lang="en"] .node--type-news .top-bar .blog:after,
  [lang="zh-hans"] .section-blog .top-bar .blog:after,
  [lang="zh-hans"] .node--type-blog-home .top-bar .blog:after,
  [lang="zh-hans"] .node--type-blog-category-page .top-bar .blog:after,
  [lang="zh-hans"] .node--type-blog-author .top-bar .blog:after,
  [lang="zh-hans"] .node--type-news .top-bar .blog:after,
  [lang="ko"] .section-blog .top-bar .blog:after,
  [lang="ko"] .node--type-blog-home .top-bar .blog:after,
  [lang="ko"] .node--type-blog-category-page .top-bar .blog:after,
  [lang="ko"] .node--type-blog-author .top-bar .blog:after,
  [lang="ko"] .node--type-news .top-bar .blog:after,
  [lang="es"] .section-blog .top-bar .blog:after,
  [lang="es"] .node--type-blog-home .top-bar .blog:after,
  [lang="es"] .node--type-blog-category-page .top-bar .blog:after,
  [lang="es"] .node--type-blog-author .top-bar .blog:after,
  [lang="es"] .node--type-news .top-bar .blog:after,
  [lang="de"] .section-blog .top-bar .blog:after,
  [lang="de"] .node--type-blog-home .top-bar .blog:after,
  [lang="de"] .node--type-blog-category-page .top-bar .blog:after,
  [lang="de"] .node--type-blog-author .top-bar .blog:after,
  [lang="de"] .node--type-news .top-bar .blog:after {
    content: "";
    display: block;
    left: 50%;
    background: white;
    height: 10px;
    width: 10px;
    transform: translate(-5px, -5px) rotate(45deg);
    position: absolute;
    top: 100%;
    margin-top: 10px; }
  [lang="en"] .section-blog .top-bar .blog:before,
  [lang="en"] .node--type-blog-home .top-bar .blog:before,
  [lang="en"] .node--type-blog-category-page .top-bar .blog:before,
  [lang="en"] .node--type-blog-author .top-bar .blog:before,
  [lang="en"] .node--type-news .top-bar .blog:before,
  [lang="zh-hans"] .section-blog .top-bar .blog:before,
  [lang="zh-hans"] .node--type-blog-home .top-bar .blog:before,
  [lang="zh-hans"] .node--type-blog-category-page .top-bar .blog:before,
  [lang="zh-hans"] .node--type-blog-author .top-bar .blog:before,
  [lang="zh-hans"] .node--type-news .top-bar .blog:before,
  [lang="ko"] .section-blog .top-bar .blog:before,
  [lang="ko"] .node--type-blog-home .top-bar .blog:before,
  [lang="ko"] .node--type-blog-category-page .top-bar .blog:before,
  [lang="ko"] .node--type-blog-author .top-bar .blog:before,
  [lang="ko"] .node--type-news .top-bar .blog:before,
  [lang="es"] .section-blog .top-bar .blog:before,
  [lang="es"] .node--type-blog-home .top-bar .blog:before,
  [lang="es"] .node--type-blog-category-page .top-bar .blog:before,
  [lang="es"] .node--type-blog-author .top-bar .blog:before,
  [lang="es"] .node--type-news .top-bar .blog:before,
  [lang="de"] .section-blog .top-bar .blog:before,
  [lang="de"] .node--type-blog-home .top-bar .blog:before,
  [lang="de"] .node--type-blog-category-page .top-bar .blog:before,
  [lang="de"] .node--type-blog-author .top-bar .blog:before,
  [lang="de"] .node--type-news .top-bar .blog:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    width: 100%;
    background: #000000;
    top: 100%;
    height: 8px;
    margin-top: 10px;
    z-index: 10; }

[lang="en"] .section-blog .top-bar.secondary,
[lang="en"] .node--type-blog-home .top-bar.secondary,
[lang="en"] .node--type-blog-category-page .top-bar.secondary,
[lang="en"] .node--type-blog-author .top-bar.secondary,
[lang="en"] .node--type-news .top-bar.secondary,
[lang="zh-hans"] .section-blog .top-bar.secondary,
[lang="zh-hans"] .node--type-blog-home .top-bar.secondary,
[lang="zh-hans"] .node--type-blog-category-page .top-bar.secondary,
[lang="zh-hans"] .node--type-blog-author .top-bar.secondary,
[lang="zh-hans"] .node--type-news .top-bar.secondary,
[lang="ko"] .section-blog .top-bar.secondary,
[lang="ko"] .node--type-blog-home .top-bar.secondary,
[lang="ko"] .node--type-blog-category-page .top-bar.secondary,
[lang="ko"] .node--type-blog-author .top-bar.secondary,
[lang="ko"] .node--type-news .top-bar.secondary,
[lang="es"] .section-blog .top-bar.secondary,
[lang="es"] .node--type-blog-home .top-bar.secondary,
[lang="es"] .node--type-blog-category-page .top-bar.secondary,
[lang="es"] .node--type-blog-author .top-bar.secondary,
[lang="es"] .node--type-news .top-bar.secondary,
[lang="de"] .section-blog .top-bar.secondary,
[lang="de"] .node--type-blog-home .top-bar.secondary,
[lang="de"] .node--type-blog-category-page .top-bar.secondary,
[lang="de"] .node--type-blog-author .top-bar.secondary,
[lang="de"] .node--type-news .top-bar.secondary {
  position: relative;
  transform: none;
  height: 38px;
  padding: 0;
  align-items: normal;
  align-items: initial;
  background: #000000;
  border-top: 1px solid white; }
  [lang="en"] .section-blog .top-bar.secondary .accordion-menu,
  [lang="en"] .node--type-blog-home .top-bar.secondary .accordion-menu,
  [lang="en"] .node--type-blog-category-page .top-bar.secondary .accordion-menu,
  [lang="en"] .node--type-blog-author .top-bar.secondary .accordion-menu,
  [lang="en"] .node--type-news .top-bar.secondary .accordion-menu,
  [lang="zh-hans"] .section-blog .top-bar.secondary .accordion-menu,
  [lang="zh-hans"] .node--type-blog-home .top-bar.secondary .accordion-menu,
  [lang="zh-hans"] .node--type-blog-category-page .top-bar.secondary .accordion-menu,
  [lang="zh-hans"] .node--type-blog-author .top-bar.secondary .accordion-menu,
  [lang="zh-hans"] .node--type-news .top-bar.secondary .accordion-menu,
  [lang="ko"] .section-blog .top-bar.secondary .accordion-menu,
  [lang="ko"] .node--type-blog-home .top-bar.secondary .accordion-menu,
  [lang="ko"] .node--type-blog-category-page .top-bar.secondary .accordion-menu,
  [lang="ko"] .node--type-blog-author .top-bar.secondary .accordion-menu,
  [lang="ko"] .node--type-news .top-bar.secondary .accordion-menu,
  [lang="es"] .section-blog .top-bar.secondary .accordion-menu,
  [lang="es"] .node--type-blog-home .top-bar.secondary .accordion-menu,
  [lang="es"] .node--type-blog-category-page .top-bar.secondary .accordion-menu,
  [lang="es"] .node--type-blog-author .top-bar.secondary .accordion-menu,
  [lang="es"] .node--type-news .top-bar.secondary .accordion-menu,
  [lang="de"] .section-blog .top-bar.secondary .accordion-menu,
  [lang="de"] .node--type-blog-home .top-bar.secondary .accordion-menu,
  [lang="de"] .node--type-blog-category-page .top-bar.secondary .accordion-menu,
  [lang="de"] .node--type-blog-author .top-bar.secondary .accordion-menu,
  [lang="de"] .node--type-news .top-bar.secondary .accordion-menu {
    padding: 0 1rem;
    background: #000000; }
    @media print, screen and (min-width: 37.5em) {
      [lang="en"] .section-blog .top-bar.secondary .accordion-menu,
      [lang="en"] .node--type-blog-home .top-bar.secondary .accordion-menu,
      [lang="en"] .node--type-blog-category-page .top-bar.secondary .accordion-menu,
      [lang="en"] .node--type-blog-author .top-bar.secondary .accordion-menu,
      [lang="en"] .node--type-news .top-bar.secondary .accordion-menu,
      [lang="zh-hans"] .section-blog .top-bar.secondary .accordion-menu,
      [lang="zh-hans"] .node--type-blog-home .top-bar.secondary .accordion-menu,
      [lang="zh-hans"] .node--type-blog-category-page .top-bar.secondary .accordion-menu,
      [lang="zh-hans"] .node--type-blog-author .top-bar.secondary .accordion-menu,
      [lang="zh-hans"] .node--type-news .top-bar.secondary .accordion-menu,
      [lang="ko"] .section-blog .top-bar.secondary .accordion-menu,
      [lang="ko"] .node--type-blog-home .top-bar.secondary .accordion-menu,
      [lang="ko"] .node--type-blog-category-page .top-bar.secondary .accordion-menu,
      [lang="ko"] .node--type-blog-author .top-bar.secondary .accordion-menu,
      [lang="ko"] .node--type-news .top-bar.secondary .accordion-menu,
      [lang="es"] .section-blog .top-bar.secondary .accordion-menu,
      [lang="es"] .node--type-blog-home .top-bar.secondary .accordion-menu,
      [lang="es"] .node--type-blog-category-page .top-bar.secondary .accordion-menu,
      [lang="es"] .node--type-blog-author .top-bar.secondary .accordion-menu,
      [lang="es"] .node--type-news .top-bar.secondary .accordion-menu,
      [lang="de"] .section-blog .top-bar.secondary .accordion-menu,
      [lang="de"] .node--type-blog-home .top-bar.secondary .accordion-menu,
      [lang="de"] .node--type-blog-category-page .top-bar.secondary .accordion-menu,
      [lang="de"] .node--type-blog-author .top-bar.secondary .accordion-menu,
      [lang="de"] .node--type-news .top-bar.secondary .accordion-menu {
        padding: 0 2.25rem; } }
    [lang="en"] .section-blog .top-bar.secondary .accordion-menu > li:first-child > a,
    [lang="en"] .node--type-blog-home .top-bar.secondary .accordion-menu > li:first-child > a,
    [lang="en"] .node--type-blog-category-page .top-bar.secondary .accordion-menu > li:first-child > a,
    [lang="en"] .node--type-blog-author .top-bar.secondary .accordion-menu > li:first-child > a,
    [lang="en"] .node--type-news .top-bar.secondary .accordion-menu > li:first-child > a,
    [lang="zh-hans"] .section-blog .top-bar.secondary .accordion-menu > li:first-child > a,
    [lang="zh-hans"] .node--type-blog-home .top-bar.secondary .accordion-menu > li:first-child > a,
    [lang="zh-hans"] .node--type-blog-category-page .top-bar.secondary .accordion-menu > li:first-child > a,
    [lang="zh-hans"] .node--type-blog-author .top-bar.secondary .accordion-menu > li:first-child > a,
    [lang="zh-hans"] .node--type-news .top-bar.secondary .accordion-menu > li:first-child > a,
    [lang="ko"] .section-blog .top-bar.secondary .accordion-menu > li:first-child > a,
    [lang="ko"] .node--type-blog-home .top-bar.secondary .accordion-menu > li:first-child > a,
    [lang="ko"] .node--type-blog-category-page .top-bar.secondary .accordion-menu > li:first-child > a,
    [lang="ko"] .node--type-blog-author .top-bar.secondary .accordion-menu > li:first-child > a,
    [lang="ko"] .node--type-news .top-bar.secondary .accordion-menu > li:first-child > a,
    [lang="es"] .section-blog .top-bar.secondary .accordion-menu > li:first-child > a,
    [lang="es"] .node--type-blog-home .top-bar.secondary .accordion-menu > li:first-child > a,
    [lang="es"] .node--type-blog-category-page .top-bar.secondary .accordion-menu > li:first-child > a,
    [lang="es"] .node--type-blog-author .top-bar.secondary .accordion-menu > li:first-child > a,
    [lang="es"] .node--type-news .top-bar.secondary .accordion-menu > li:first-child > a,
    [lang="de"] .section-blog .top-bar.secondary .accordion-menu > li:first-child > a,
    [lang="de"] .node--type-blog-home .top-bar.secondary .accordion-menu > li:first-child > a,
    [lang="de"] .node--type-blog-category-page .top-bar.secondary .accordion-menu > li:first-child > a,
    [lang="de"] .node--type-blog-author .top-bar.secondary .accordion-menu > li:first-child > a,
    [lang="de"] .node--type-news .top-bar.secondary .accordion-menu > li:first-child > a {
      font-weight: 600; }
  [lang="en"] .section-blog .top-bar.secondary ul,
  [lang="en"] .node--type-blog-home .top-bar.secondary ul,
  [lang="en"] .node--type-blog-category-page .top-bar.secondary ul,
  [lang="en"] .node--type-blog-author .top-bar.secondary ul,
  [lang="en"] .node--type-news .top-bar.secondary ul,
  [lang="zh-hans"] .section-blog .top-bar.secondary ul,
  [lang="zh-hans"] .node--type-blog-home .top-bar.secondary ul,
  [lang="zh-hans"] .node--type-blog-category-page .top-bar.secondary ul,
  [lang="zh-hans"] .node--type-blog-author .top-bar.secondary ul,
  [lang="zh-hans"] .node--type-news .top-bar.secondary ul,
  [lang="ko"] .section-blog .top-bar.secondary ul,
  [lang="ko"] .node--type-blog-home .top-bar.secondary ul,
  [lang="ko"] .node--type-blog-category-page .top-bar.secondary ul,
  [lang="ko"] .node--type-blog-author .top-bar.secondary ul,
  [lang="ko"] .node--type-news .top-bar.secondary ul,
  [lang="es"] .section-blog .top-bar.secondary ul,
  [lang="es"] .node--type-blog-home .top-bar.secondary ul,
  [lang="es"] .node--type-blog-category-page .top-bar.secondary ul,
  [lang="es"] .node--type-blog-author .top-bar.secondary ul,
  [lang="es"] .node--type-news .top-bar.secondary ul,
  [lang="de"] .section-blog .top-bar.secondary ul,
  [lang="de"] .node--type-blog-home .top-bar.secondary ul,
  [lang="de"] .node--type-blog-category-page .top-bar.secondary ul,
  [lang="de"] .node--type-blog-author .top-bar.secondary ul,
  [lang="de"] .node--type-news .top-bar.secondary ul {
    margin-top: 0 !important;
    background: transparent; }
    [lang="en"] .section-blog .top-bar.secondary ul li a,
    [lang="en"] .node--type-blog-home .top-bar.secondary ul li a,
    [lang="en"] .node--type-blog-category-page .top-bar.secondary ul li a,
    [lang="en"] .node--type-blog-author .top-bar.secondary ul li a,
    [lang="en"] .node--type-news .top-bar.secondary ul li a,
    [lang="zh-hans"] .section-blog .top-bar.secondary ul li a,
    [lang="zh-hans"] .node--type-blog-home .top-bar.secondary ul li a,
    [lang="zh-hans"] .node--type-blog-category-page .top-bar.secondary ul li a,
    [lang="zh-hans"] .node--type-blog-author .top-bar.secondary ul li a,
    [lang="zh-hans"] .node--type-news .top-bar.secondary ul li a,
    [lang="ko"] .section-blog .top-bar.secondary ul li a,
    [lang="ko"] .node--type-blog-home .top-bar.secondary ul li a,
    [lang="ko"] .node--type-blog-category-page .top-bar.secondary ul li a,
    [lang="ko"] .node--type-blog-author .top-bar.secondary ul li a,
    [lang="ko"] .node--type-news .top-bar.secondary ul li a,
    [lang="es"] .section-blog .top-bar.secondary ul li a,
    [lang="es"] .node--type-blog-home .top-bar.secondary ul li a,
    [lang="es"] .node--type-blog-category-page .top-bar.secondary ul li a,
    [lang="es"] .node--type-blog-author .top-bar.secondary ul li a,
    [lang="es"] .node--type-news .top-bar.secondary ul li a,
    [lang="de"] .section-blog .top-bar.secondary ul li a,
    [lang="de"] .node--type-blog-home .top-bar.secondary ul li a,
    [lang="de"] .node--type-blog-category-page .top-bar.secondary ul li a,
    [lang="de"] .node--type-blog-author .top-bar.secondary ul li a,
    [lang="de"] .node--type-news .top-bar.secondary ul li a {
      font-size: .875rem;
      background: #000000; }
      [lang="en"] .section-blog .top-bar.secondary ul li a:hover, [lang="en"] .section-blog .top-bar.secondary ul li a.is-active,
      [lang="en"] .node--type-blog-home .top-bar.secondary ul li a:hover,
      [lang="en"] .node--type-blog-home .top-bar.secondary ul li a.is-active,
      [lang="en"] .node--type-blog-category-page .top-bar.secondary ul li a:hover,
      [lang="en"] .node--type-blog-category-page .top-bar.secondary ul li a.is-active,
      [lang="en"] .node--type-blog-author .top-bar.secondary ul li a:hover,
      [lang="en"] .node--type-blog-author .top-bar.secondary ul li a.is-active,
      [lang="en"] .node--type-news .top-bar.secondary ul li a:hover,
      [lang="en"] .node--type-news .top-bar.secondary ul li a.is-active,
      [lang="zh-hans"] .section-blog .top-bar.secondary ul li a:hover,
      [lang="zh-hans"] .section-blog .top-bar.secondary ul li a.is-active,
      [lang="zh-hans"] .node--type-blog-home .top-bar.secondary ul li a:hover,
      [lang="zh-hans"] .node--type-blog-home .top-bar.secondary ul li a.is-active,
      [lang="zh-hans"] .node--type-blog-category-page .top-bar.secondary ul li a:hover,
      [lang="zh-hans"] .node--type-blog-category-page .top-bar.secondary ul li a.is-active,
      [lang="zh-hans"] .node--type-blog-author .top-bar.secondary ul li a:hover,
      [lang="zh-hans"] .node--type-blog-author .top-bar.secondary ul li a.is-active,
      [lang="zh-hans"] .node--type-news .top-bar.secondary ul li a:hover,
      [lang="zh-hans"] .node--type-news .top-bar.secondary ul li a.is-active,
      [lang="ko"] .section-blog .top-bar.secondary ul li a:hover,
      [lang="ko"] .section-blog .top-bar.secondary ul li a.is-active,
      [lang="ko"] .node--type-blog-home .top-bar.secondary ul li a:hover,
      [lang="ko"] .node--type-blog-home .top-bar.secondary ul li a.is-active,
      [lang="ko"] .node--type-blog-category-page .top-bar.secondary ul li a:hover,
      [lang="ko"] .node--type-blog-category-page .top-bar.secondary ul li a.is-active,
      [lang="ko"] .node--type-blog-author .top-bar.secondary ul li a:hover,
      [lang="ko"] .node--type-blog-author .top-bar.secondary ul li a.is-active,
      [lang="ko"] .node--type-news .top-bar.secondary ul li a:hover,
      [lang="ko"] .node--type-news .top-bar.secondary ul li a.is-active,
      [lang="es"] .section-blog .top-bar.secondary ul li a:hover,
      [lang="es"] .section-blog .top-bar.secondary ul li a.is-active,
      [lang="es"] .node--type-blog-home .top-bar.secondary ul li a:hover,
      [lang="es"] .node--type-blog-home .top-bar.secondary ul li a.is-active,
      [lang="es"] .node--type-blog-category-page .top-bar.secondary ul li a:hover,
      [lang="es"] .node--type-blog-category-page .top-bar.secondary ul li a.is-active,
      [lang="es"] .node--type-blog-author .top-bar.secondary ul li a:hover,
      [lang="es"] .node--type-blog-author .top-bar.secondary ul li a.is-active,
      [lang="es"] .node--type-news .top-bar.secondary ul li a:hover,
      [lang="es"] .node--type-news .top-bar.secondary ul li a.is-active,
      [lang="de"] .section-blog .top-bar.secondary ul li a:hover,
      [lang="de"] .section-blog .top-bar.secondary ul li a.is-active,
      [lang="de"] .node--type-blog-home .top-bar.secondary ul li a:hover,
      [lang="de"] .node--type-blog-home .top-bar.secondary ul li a.is-active,
      [lang="de"] .node--type-blog-category-page .top-bar.secondary ul li a:hover,
      [lang="de"] .node--type-blog-category-page .top-bar.secondary ul li a.is-active,
      [lang="de"] .node--type-blog-author .top-bar.secondary ul li a:hover,
      [lang="de"] .node--type-blog-author .top-bar.secondary ul li a.is-active,
      [lang="de"] .node--type-news .top-bar.secondary ul li a:hover,
      [lang="de"] .node--type-news .top-bar.secondary ul li a.is-active {
        color: #97be0d; }
  [lang="en"] .section-blog .top-bar.secondary .submenu-toggle,
  [lang="en"] .node--type-blog-home .top-bar.secondary .submenu-toggle,
  [lang="en"] .node--type-blog-category-page .top-bar.secondary .submenu-toggle,
  [lang="en"] .node--type-blog-author .top-bar.secondary .submenu-toggle,
  [lang="en"] .node--type-news .top-bar.secondary .submenu-toggle,
  [lang="zh-hans"] .section-blog .top-bar.secondary .submenu-toggle,
  [lang="zh-hans"] .node--type-blog-home .top-bar.secondary .submenu-toggle,
  [lang="zh-hans"] .node--type-blog-category-page .top-bar.secondary .submenu-toggle,
  [lang="zh-hans"] .node--type-blog-author .top-bar.secondary .submenu-toggle,
  [lang="zh-hans"] .node--type-news .top-bar.secondary .submenu-toggle,
  [lang="ko"] .section-blog .top-bar.secondary .submenu-toggle,
  [lang="ko"] .node--type-blog-home .top-bar.secondary .submenu-toggle,
  [lang="ko"] .node--type-blog-category-page .top-bar.secondary .submenu-toggle,
  [lang="ko"] .node--type-blog-author .top-bar.secondary .submenu-toggle,
  [lang="ko"] .node--type-news .top-bar.secondary .submenu-toggle,
  [lang="es"] .section-blog .top-bar.secondary .submenu-toggle,
  [lang="es"] .node--type-blog-home .top-bar.secondary .submenu-toggle,
  [lang="es"] .node--type-blog-category-page .top-bar.secondary .submenu-toggle,
  [lang="es"] .node--type-blog-author .top-bar.secondary .submenu-toggle,
  [lang="es"] .node--type-news .top-bar.secondary .submenu-toggle,
  [lang="de"] .section-blog .top-bar.secondary .submenu-toggle,
  [lang="de"] .node--type-blog-home .top-bar.secondary .submenu-toggle,
  [lang="de"] .node--type-blog-category-page .top-bar.secondary .submenu-toggle,
  [lang="de"] .node--type-blog-author .top-bar.secondary .submenu-toggle,
  [lang="de"] .node--type-news .top-bar.secondary .submenu-toggle {
    top: -3px;
    right: 5px; }
    [lang="en"] .section-blog .top-bar.secondary .submenu-toggle[aria-expanded="true"],
    [lang="en"] .node--type-blog-home .top-bar.secondary .submenu-toggle[aria-expanded="true"],
    [lang="en"] .node--type-blog-category-page .top-bar.secondary .submenu-toggle[aria-expanded="true"],
    [lang="en"] .node--type-blog-author .top-bar.secondary .submenu-toggle[aria-expanded="true"],
    [lang="en"] .node--type-news .top-bar.secondary .submenu-toggle[aria-expanded="true"],
    [lang="zh-hans"] .section-blog .top-bar.secondary .submenu-toggle[aria-expanded="true"],
    [lang="zh-hans"] .node--type-blog-home .top-bar.secondary .submenu-toggle[aria-expanded="true"],
    [lang="zh-hans"] .node--type-blog-category-page .top-bar.secondary .submenu-toggle[aria-expanded="true"],
    [lang="zh-hans"] .node--type-blog-author .top-bar.secondary .submenu-toggle[aria-expanded="true"],
    [lang="zh-hans"] .node--type-news .top-bar.secondary .submenu-toggle[aria-expanded="true"],
    [lang="ko"] .section-blog .top-bar.secondary .submenu-toggle[aria-expanded="true"],
    [lang="ko"] .node--type-blog-home .top-bar.secondary .submenu-toggle[aria-expanded="true"],
    [lang="ko"] .node--type-blog-category-page .top-bar.secondary .submenu-toggle[aria-expanded="true"],
    [lang="ko"] .node--type-blog-author .top-bar.secondary .submenu-toggle[aria-expanded="true"],
    [lang="ko"] .node--type-news .top-bar.secondary .submenu-toggle[aria-expanded="true"],
    [lang="es"] .section-blog .top-bar.secondary .submenu-toggle[aria-expanded="true"],
    [lang="es"] .node--type-blog-home .top-bar.secondary .submenu-toggle[aria-expanded="true"],
    [lang="es"] .node--type-blog-category-page .top-bar.secondary .submenu-toggle[aria-expanded="true"],
    [lang="es"] .node--type-blog-author .top-bar.secondary .submenu-toggle[aria-expanded="true"],
    [lang="es"] .node--type-news .top-bar.secondary .submenu-toggle[aria-expanded="true"],
    [lang="de"] .section-blog .top-bar.secondary .submenu-toggle[aria-expanded="true"],
    [lang="de"] .node--type-blog-home .top-bar.secondary .submenu-toggle[aria-expanded="true"],
    [lang="de"] .node--type-blog-category-page .top-bar.secondary .submenu-toggle[aria-expanded="true"],
    [lang="de"] .node--type-blog-author .top-bar.secondary .submenu-toggle[aria-expanded="true"],
    [lang="de"] .node--type-news .top-bar.secondary .submenu-toggle[aria-expanded="true"] {
      top: 2px; }

[lang="en"] .section-blog #main-page-content,
[lang="en"] .node--type-blog-home #main-page-content,
[lang="en"] .node--type-blog-category-page #main-page-content,
[lang="en"] .node--type-blog-author #main-page-content,
[lang="en"] .node--type-news #main-page-content,
[lang="zh-hans"] .section-blog #main-page-content,
[lang="zh-hans"] .node--type-blog-home #main-page-content,
[lang="zh-hans"] .node--type-blog-category-page #main-page-content,
[lang="zh-hans"] .node--type-blog-author #main-page-content,
[lang="zh-hans"] .node--type-news #main-page-content,
[lang="ko"] .section-blog #main-page-content,
[lang="ko"] .node--type-blog-home #main-page-content,
[lang="ko"] .node--type-blog-category-page #main-page-content,
[lang="ko"] .node--type-blog-author #main-page-content,
[lang="ko"] .node--type-news #main-page-content,
[lang="es"] .section-blog #main-page-content,
[lang="es"] .node--type-blog-home #main-page-content,
[lang="es"] .node--type-blog-category-page #main-page-content,
[lang="es"] .node--type-blog-author #main-page-content,
[lang="es"] .node--type-news #main-page-content,
[lang="de"] .section-blog #main-page-content,
[lang="de"] .node--type-blog-home #main-page-content,
[lang="de"] .node--type-blog-category-page #main-page-content,
[lang="de"] .node--type-blog-author #main-page-content,
[lang="de"] .node--type-news #main-page-content {
  padding-top: 98px; }

.sticky-container {
  z-index: 100; }

.sticky-container-fixed {
  position: fixed;
  width: 100%;
  z-index: 100; }

.top-bar-locale {
  width: 60px; }

[lang="zh-hans"] .top-bar-locale {
  width: 80px; }

#main-menu {
  margin-top: 3px; }

#local-menu {
  margin-top: 5px; }
  #local-menu li, #local-menu a {
    white-space: nowrap; }
  #local-menu .submenu {
    min-width: 100px; }

.top-bar {
  z-index: 50;
  height: 60px;
  width: 100%;
  z-index: 1;
  position: relative;
  will-change: transform;
  transition: transform 200ms linear; }
  .top-bar .finder {
    width: 20px; }
  .top-bar .account-icon svg {
    width: 20px; }
  .top-bar .menu.mylewitt {
    margin-top: 5px; }
  .top-bar.primary [aria-expanded="true"] {
    position: relative; }
    .top-bar.primary [aria-expanded="true"]:after {
      content: "";
      display: block;
      left: 50%;
      background: white;
      height: 10px;
      width: 10px;
      transform: translate(-5px, -5px) rotate(45deg);
      position: absolute;
      top: 100%;
      margin-top: 10px; }
  .top-bar .menu.main a.about {
    display: none !important; }
  .top-bar a.about {
    display: none; }
  .top-bar .title .button {
    margin-right: 1rem; }
  .top-bar a.logo svg {
    height: 28px;
    width: 140px;
    margin-top: 0.45rem; }
  .top-bar img.menu {
    max-height: 20px; }
  .top-bar a {
    color: white; }
  .top-bar .dropdown.menu > li > a {
    font-weight: 500;
    font-family: Text, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem; }
    .top-bar .dropdown.menu > li > a.active {
      font-weight: 600; }
  .top-bar .dropdown.menu .menu > li > a {
    font-size: .875rem; }
  .top-bar .dropdown.menu li a {
    padding-left: 1rem;
    padding-right: 1rem; }
  .top-bar.secondary {
    position: absolute;
    transform: translateY(-100%);
    z-index: 0;
    top: 0; }
    .top-bar.secondary .button {
      padding: .75rem 1rem;
      margin: 0; }

.headroom--pinned {
  display: block; }

.headroom--unpinned {
  /*display: none;*/ }

.headroom {
  position: fixed !important;
  z-index: 10;
  right: 0;
  left: 0;
  top: 0; }
  .headroom.locked .top-bar.primary {
    transform: translateY(0%); }

.headroom--pinned .top-bar.primary {
  transform: translateY(0%); }

.headroom--pinned .top-bar.secondary {
  transform: translateY(-100%); }

.headroom--unpinned .top-bar.primary {
  transform: translateY(-100%); }

.headroom--unpinned .top-bar.secondary {
  transform: translateY(0%); }

#local-menu .language-link.disabled {
  font-weight: inherit;
  color: white;
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
  opacity: .8; }

#local-menu .current-language {
  font-size: .825rem; }

#local-menu li {
  text-align: left; }

#offcanvas-language-links .language-link.disabled {
  font-weight: inherit;
  color: white;
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
  opacity: .8; }

.off-canvas {
  padding-top: 50px; }
  .off-canvas .accordion {
    background: transparent;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    padding: 0 1.5rem; }
  .off-canvas .mylewitt-submenu {
    margin-top: 2rem; }
  .off-canvas .menu li a {
    color: #e5e4e4;
    font-size: 2rem;
    font-family: Text;
    font-weight: 500;
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .off-canvas .menu li .menu li:after {
    margin-left: 1rem; }
  .off-canvas .menu li:last-child:after {
    display: none; }
  .off-canvas .menu .menu li a {
    font-size: 1.25rem; }
  .off-canvas .close-button {
    top: 1.25rem;
    right: 2rem;
    font-size: 2rem;
    color: white; }
  .off-canvas .more {
    padding: 0 2.5rem;
    padding-top: 1.5rem; }

.submenu-toggle {
  top: 10px; }
  .submenu-toggle::after {
    border: none;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg); }
  .submenu-toggle[aria-expanded='true']::after {
    border-bottom: 0;
    border-top: 1px solid #FFF;
    transform: rotate(45deg); }

input,
select {
  border-bottom: 1px solid #000000 !important; }

.dark input,
.dark select {
  border-bottom: 1px solid #fefefe !important;
  color: white;
  background: #111; }

.dark input:focus,
.dark input:active,
.dark select:focus,
.dark select:active {
  border-bottom: 1px solid #fefefe !important;
  color: white;
  background: #333; }

.input-has-error {
  border: 1px solid red;
  box-shadow: 0 0 4px red; }

#reseller-header .form-item {
  display: inline-block; }
  #reseller-header .form-item label {
    display: none;
    visibility: hidden; }

#reseller-header select {
  border: none;
  box-shadow: none !important;
  margin: .5rem 0 0;
  margin-right: .5rem;
  font-size: .925rem;
  -webkit-appearance: none; }

#views-exposed-form-product-finder-finder {
  height: 76px; }
  #views-exposed-form-product-finder-finder .form-item {
    display: none; }

#category-finder {
  height: 76px; }

#product-finder .form-item {
  display: none; }
  #product-finder .form-item.form-item-instrument {
    display: inline-block; }
  #product-finder .form-item.form-item-application {
    display: inline-block; }

.edit-type-menu.menu a {
  display: block;
  line-height: 1rem;
  vertical-align: middle;
  padding: 1.25rem 0.25rem 1.25rem 0; }
  .edit-type-menu.menu a:hover, .edit-type-menu.menu a:active, .edit-type-menu.menu a.active {
    color: #000000; }
  .edit-type-menu.menu a:before {
    vertical-align: bottom;
    content: "";
    margin-right: .5rem;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: 2px solid #000000; }
  .edit-type-menu.menu a.active:before {
    background: #000000; }

@media screen and (max-width: 37.49875em) {
  form .menu.simple li + li {
    margin-left: .75rem; }
  .edit-type-menu.menu {
    padding-right: 0; }
    .edit-type-menu.menu a {
      font-size: .875rem; }
  #category-filter-paging {
    font-size: .875rem; } }

@media print, screen and (min-width: 37.5em) {
  .edit-type-menu.menu a {
    padding: 1.25rem 0.5rem 1.25rem 0; }
    .edit-type-menu.menu a:before {
      margin-right: .75rem; } }

@media print, screen and (min-width: 63em) {
  #category-finder {
    height: 92px; }
  .edit-type-menu.menu {
    margin-top: 1.5rem;
    margin-bottom: .75rem; }
    .edit-type-menu.menu a {
      font-size: 1.2rem;
      padding: 1.25rem 1rem 1.25rem 0;
      line-height: 1.2rem;
      margin-right: .75rem; }
      .edit-type-menu.menu a:before {
        width: 1.2rem;
        height: 1.2rem; } }

.reveal .form {
  margin-top: 1rem; }

#stage-slider .slick-next,
#stage-slider .slick-prev {
  filter: invert(1);
  z-index: 100; }

#stage-slider .slick-prev {
  left: 0px; }

#stage-slider .slick-next {
  right: 0px; }

#stage {
  padding: 0 !important; }
  #stage img.lazy {
    opacity: 1;
    transition: opacity .3s ease-out; }
    #stage img.lazy.loaded {
      opacity: 1; }
  #stage .group-area {
    height: 25vh;
    position: relative;
    overflow: hidden;
    width: 100%; }
    #stage .group-area .image {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    #stage .group-area .image img {
      width: auto;
      height: auto;
      max-width: 500%;
      min-width: 100%;
      height: 100%;
      transform: translate(-50%, -50%);
      position: absolute;
      left: 50%;
      top: 50%; }
    #stage .group-area.main:after {
      display: none; }
  #stage .stage-title,
  #stage .main-stage-title {
    display: block;
    text-align: right;
    font-family: Display, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 1; }
  #stage .title {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 70px;
    z-index: 1; }
  #stage .poly {
    shape-outside: polygon(100% 0, 75% 200px, 100% 100%);
    width: 200px;
    height: 100px;
    float: right;
    display: inline-block;
    overflow: hidden; }

.path-frontpage #stage img.lazy {
  opacity: 1; }

@media screen and (max-width: 37.49875em) {
  #stage .group-area {
    height: 200px; }
    #stage .group-area:after {
      padding-top: 25%; }
  #stage .group-area.main {
    height: 336px; } }

@media screen and (max-width: 62.99875em) {
  #stage-slider .slick-prev {
    left: 5px; }
  #stage-slider .slick-next {
    right: 5px; }
  #stage-slider .slick-next,
  #stage-slider .slick-prev {
    width: 10px; } }

@media print, screen and (min-width: 37.5em) {
  #stage .group-area {
    height: 253px; } }

@media print, screen and (min-width: 47.4375em) {
  #stage .group-area.main .title {
    right: 128.688px; }
  #stage .group-area {
    height: 336px; }
  #stage .title {
    right: 70px; }
  .has-stage #stage .title {
    right: 60px; }
  .has-stage #stage .group-area.segments {
    height: 200px; } }

@media print, screen and (min-width: 63em) {
  #stage .group-area.main .title {
    right: 240px; }
  #stage .group-area {
    height: 480px; }
  #stage .title {
    right: 110px; }
  .has-stage #stage .title {
    right: 90px; }
  .has-stage #stage .group-area.segments {
    height: 253px; } }

@media screen and (min-width: 90em) {
  #stage .group-area.main .title {
    right: 180px; }
  #stage .title {
    right: 180px; }
  #stage .group-area {
    height: 648px; }
  .has-stage #stage .title {
    right: 170px; }
  .has-stage #stage .group-area.segments {
    height: 336px; } }

@media screen and (min-width: 121.5em) {
  #stage .title {
    right: 205px; }
  #stage .group-area {
    height: 848px; }
  .has-stage #stage .title {
    right: 190px; }
  .has-stage #stage .group-area.segments {
    height: 480px; } }

#segment-header p {
  max-width: 800px; }

#segment-header .main-title {
  margin-bottom: 1.5rem !important; }

#segment-header .header-buttons {
  margin-top: 1.5rem; }
  #segment-header .header-buttons .button {
    margin-bottom: 0;
    margin-right: 1rem; }

@media screen and (max-width: 37.49875em) {
  #stage.segment-header .group-area {
    height: 336px;
    background-size: cover;
    background-position: center center; } }

.node--landing-page #stage .main-title,
.node--category #stage .main-title,
.section-home #stage .main-title {
  color: white;
  text-align: right; }

#footer-payment-options {
  margin-bottom: 1.5rem;
  display: none; }
  #footer-payment-options li {
    padding: 0px 2px; }

#footer-first,
#footer-middle {
  margin-bottom: 1.5rem; }

html[data-webshop="1"] #footer-payment-options {
  display: flex; }

#footer-middle a[href*="/node/"],
#footer-last a[href*="/node/"] {
  display: none; }

#footer .menu.main li:first-child a,
#footer .menu.main li.spacer a {
  font-weight: 600;
  color: white; }

.user-1 .footer-admin-links {
  display: none; }

#footer {
  padding-top: 3rem;
  background-color: #000000;
  color: white;
  padding-bottom: 2rem; }
  #footer li.spacer {
    margin-top: 1.5rem; }
  #footer li.newsletter {
    padding: 1rem 0; }
  #footer .claim {
    margin-bottom: 3.5rem;
    font-weight: 500; }
  #footer a {
    color: #bbb;
    font-weight: 500; }
  #footer a.button {
    color: black; }
  #footer .menu li a {
    font-size: .925rem;
    padding-top: .5rem;
    padding-bottom: .5rem; }
  #footer .button {
    display: inline-block;
    margin: 1.5rem auto; }
  #footer h2, #footer h4 {
    color: white; }
  #footer.white {
    background-color: white;
    color: #000000; }
    #footer.white svg {
      filter: invert(1); }
    #footer.white h2, #footer.white h4, #footer.white a {
      color: #000000; }

#footer-random-links {
  padding-bottom: .5rem !important;
  padding-top: 1rem !important; }
  #footer-random-links ul {
    margin-bottom: 1.5rem; }
  #footer-random-links a {
    font-size: .925rem; }
  #footer-random-links hr {
    margin-top: 0; }
  #footer-random-links .block-title {
    font-size: 1rem; }

.footer-end {
  margin-top: 1.5rem; }
  .footer-end p {
    margin: 0; }
    .footer-end p.country {
      margin-bottom: .5rem; }

#country-flag {
  display: inline-block;
  width: 20px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: .5rem;
  margin-top: 0; }

#mics-filter {
  padding-top: 1.5rem !important;
  padding-bottom: 1rem !important; }
  #mics-filter label {
    font-size: 1.25rem;
    font-weight: 500;
    margin-right: 3.5rem;
    margin-left: 0 !important; }
  #mics-filter select.select-type,
  #mics-filter select.select-app {
    width: auto;
    display: inline-block;
    margin-bottom: 0;
    margin-right: .75rem; }
  #mics-filter select.sort {
    border: none;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: .875rem;
    height: auto; }
  #mics-filter .input-group {
    margin: 0;
    margin-top: .25rem; }
  #mics-filter .input-group-label {
    opacity: .6;
    font-size: .875rem; }
  #mics-filter input {
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden; }
  #mics-filter label:before {
    display: inline-block;
    content: "";
    margin-right: 10px;
    border-radius: 10px;
    width: 15px;
    height: 15px;
    background: white;
    border: 2px solid #000000; }
  #mics-filter label.active:before {
    background: #000000;
    border: 2px solid #000000; }
  #mics-filter .inner {
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 1.5rem; }
  #mics-filter.studio .inner {
    padding-bottom: 0.5rem; }

@media screen and (max-width: 37.49875em) {
  #mics-filter label {
    font-size: 0.875rem;
    font-weight: 500;
    margin-right: 1rem;
    margin-left: 0 !important; } }

.node--product.teaser {
  margin-bottom: 1.5rem; }
  .node--product.teaser h5 {
    color: #97be0d; }
  .node--product.teaser p.price {
    margin: 1rem 0;
    margin-bottom: 2rem;
    font-weight: 600;
    font-family: Display, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    letter-spacing: .03em; }
  .node--product.teaser p {
    font-size: 1rem;
    font-weight: 500; }
  .node--product.teaser .spacer {
    padding-top: 1rem;
    border-bottom: 1px solid #e6e6e6; }
  .node--product.teaser .tags li {
    border: 1px solid #e6e6e6;
    color: #666;
    display: inline-block;
    margin-right: .5rem;
    padding: .15rem .5rem;
    margin-bottom: .5rem;
    font-size: .725rem;
    transition: all .3s ease-out;
    border-radius: 5px;
    cursor: default; }

:root {
  --blog-scroll-progress: 0; }

.slick-slider.blog-products .spacer {
  display: none; }

.slick-slider.blog-products .body {
  display: none; }

.slick-slider.blog-products.multiple .teaser3 .field-featured-tags {
  display: none; }

.slick-slider.blog-products.multiple .teaser3 .buy-button-partners {
  margin-right: .5rem; }

.slick-slider.blog-products.multiple .teaser3 a p:nth-child(2),
.slick-slider.blog-products.multiple .teaser3 a p.price {
  font-size: .925rem; }

.slick-slider.blog-products.multiple .teaser3 .cell {
  width: 100% !important; }

#mega-menu-blog,
#mega-menu-about,
#mega-menu-support {
  width: 100%;
  box-shadow: 0 32px 32px rgba(0, 0, 0, 0.1);
  left: 0 !important;
  right: 0 !important;
  background: transparent;
  opacity: 0;
  transition: opacity .2s; }
  #mega-menu-blog .dark,
  #mega-menu-about .dark,
  #mega-menu-support .dark {
    border-top: 1px solid white; }
    #mega-menu-blog .dark a,
    #mega-menu-about .dark a,
    #mega-menu-support .dark a {
      color: white; }
      #mega-menu-blog .dark a:hover, #mega-menu-blog .dark a.is-active, #mega-menu-blog .dark a.active,
      #mega-menu-about .dark a:hover,
      #mega-menu-about .dark a.is-active,
      #mega-menu-about .dark a.active,
      #mega-menu-support .dark a:hover,
      #mega-menu-support .dark a.is-active,
      #mega-menu-support .dark a.active {
        color: #97be0d; }
  #mega-menu-blog.is-open,
  #mega-menu-about.is-open,
  #mega-menu-support.is-open {
    position: fixed !important;
    opacity: 1;
    top: 60px !important; }

#breadcrumbs {
  display: none;
  font-size: .8rem;
  margin: -1rem auto 1rem; }
  #breadcrumbs a {
    color: #737373; }
    #breadcrumbs a:hover {
      color: #97be0d; }
  #breadcrumbs .breadcrumb-next:after {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4.43 7.86"><defs><style>.svg-arr-1{stroke:rgb(115,115,115);fill:none;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><polyline class="svg-arr-1" points="0.5 7.36 3.93 3.93 3.93 3.93 0.5 0.5"/></g></svg>');
    width: 4px;
    height: 4px;
    display: inline-block;
    margin: 0 .25rem; }

body.node--type-blog-category-page #breadcrumbs,
body.path-taxonomy.views-page #breadcrumbs {
  max-width: 1360px;
  margin: -1rem auto 1rem; }

[lang="en"] #breadcrumbs,
[lang="de"] #breadcrumbs {
  display: block; }

#social-sharing-list {
  margin-left: -1rem;
  margin-top: .75rem; }
  #social-sharing-list svg {
    height: 20px; }
  #social-sharing-list path {
    transition: fill .2s ease-out;
    fill: #000; }
  #social-sharing-list a:hover path {
    fill: #97be0d !important; }

.blog-related-spacer {
  height: 50%;
  width: 100%;
  background: transparent; }

.blog-nav.is-stuck {
  color: #737373; }
  .blog-nav.is-stuck#blog-related li a:after {
    opacity: .5; }
  .blog-nav.is-stuck:hover a {
    color: #000000; }
    .blog-nav.is-stuck:hover a:hover {
      color: #97be0d; }
  .blog-nav.is-stuck:hover #social-sharing-list path {
    fill: #000000; }
  .blog-nav.is-stuck:hover#blog-related li a:after {
    opacity: 1; }
  .blog-nav.is-stuck #social-sharing-list path {
    fill: #737373; }

.blog-nav a {
  color: inherit;
  transition: color .2s ease-out;
  line-height: 1.25;
  overflow: hidden; }
  .blog-nav a:hover {
    color: #97be0d; }

.blog-nav#blog-related {
  font-weight: 600; }
  .blog-nav#blog-related li .img {
    max-width: 120px;
    margin-bottom: .5rem; }
  @media screen and (min-width: 80em) {
    .blog-nav#blog-related li a .img {
      float: left;
      margin-right: .75rem;
      margin-bottom: 0rem; } }
  .blog-nav#blog-related li a {
    line-height: 1.2;
    position: relative; }
    .blog-nav#blog-related li a:after {
      content: url('data:image/svg+xml; utf8, <svg id="right-arrow" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><defs><style>.sar {fill:none;stroke:black;stroke-linecap:round;stroke-width:1px;stroke-linejoin:round;}</style></defs><path class="sar" d="M1.91,6h7.7"/><path class="sar" d="M6,10,10.06,6,6,1.89"/></svg>');
      display: block;
      right: 0;
      bottom: 10px;
      transform: translate(0, -50%);
      width: 12px;
      height: 12px;
      position: absolute; }

.blog-nav ul.nav li:first-child {
  font-size: 1.25rem;
  margin-bottom: .5rem; }
  .blog-nav ul.nav li:first-child a {
    border-bottom: 1px solid #ccc;
    font-weight: 600; }

.blog-nav ul.nav a {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-left: 0; }
  .blog-nav ul.nav a.is-active {
    color: #97be0d; }
    .blog-nav ul.nav a.is-active:after {
      content: "";
      position: absolute;
      left: -12px;
      top: .7rem;
      background: #97be0d;
      width: 6px;
      bottom: .7rem; }

body.node--type-news .top-bar.secondary:after,
body.node--type-blog-author .top-bar.secondary:after {
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  background: #97be0d;
  left: 0;
  top: 100%;
  width: var(--blog-scroll-progress); }

body.node--type-news #blog-stage,
body.node--type-blog-author #blog-stage {
  height: 160px; }
  body.node--type-news #blog-stage .info,
  body.node--type-blog-author #blog-stage .info {
    display: none; }

.node--news.teaser,
.node--endorser.teaser {
  margin-bottom: 3rem; }
  .node--news.teaser .content,
  .node--endorser.teaser .content {
    display: block; }
  .node--news.teaser:hover .button,
  .node--endorser.teaser:hover .button {
    background: #000000;
    color: white; }
  .node--news.teaser a:hover p,
  .node--news.teaser a:active p,
  .node--news.teaser a:focus p,
  .node--news.teaser a:hover .p,
  .node--news.teaser a:focus .p,
  .node--news.teaser a:active .p,
  .node--endorser.teaser a:hover p,
  .node--endorser.teaser a:active p,
  .node--endorser.teaser a:focus p,
  .node--endorser.teaser a:hover .p,
  .node--endorser.teaser a:focus .p,
  .node--endorser.teaser a:active .p {
    color: #000000; }
  .node--news.teaser .img,
  .node--endorser.teaser .img {
    padding-top: 75%;
    position: relative;
    margin-bottom: 1rem;
    overflow: hidden;
    display: block; }
  .node--news.teaser .button,
  .node--endorser.teaser .button {
    margin-top: 1rem;
    margin-bottom: 0; }
  .node--news.teaser .title,
  .node--endorser.teaser .title {
    font-size: 18px;
    font-family: Text, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: .5rem; }
  .node--news.teaser img,
  .node--endorser.teaser img {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute; }

.teaser-title {
  font-size: 1rem; }

.node--news .meta {
  margin-top: 1rem;
  font-size: 80%;
  color: #666666;
  vertical-align: middle; }
  .node--news .meta a {
    color: inherit; }
    .node--news .meta a:hover {
      color: #97be0d; }
  .node--news .meta span {
    vertical-align: middle; }
  .node--news .meta .author-image {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: #97be0d;
    margin-right: 5px;
    vertical-align: middle;
    border-radius: 50%;
    line-height: 20px;
    background-size: cover; }

.full.node--endorser #blog-header {
  padding-top: 2rem; }

.full.node--endorser .img img, .full.node--endorser #main-image img,
.node--news .img img,
.node--news #main-image img {
  width: 100%; }

.blog-author-links {
  margin-top: 2rem; }
  .blog-author-links > a {
    margin-right: 1rem; }
  .blog-author-links .social-links {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 1rem; }
    .blog-author-links .social-links a {
      margin: 0 .5rem; }
  .blog-author-links svg {
    vertical-align: middle;
    filter: invert(1);
    width: 32px;
    height: 32px; }

.node--blog-author.full .author-image-container {
  width: 25%;
  max-width: 300px;
  margin: 1.5rem auto; }
  .node--blog-author.full .author-image-container .author-image {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 50%;
    background-size: cover; }

.node--news.full .sticky-container,
.node--endorser.full .sticky-container {
  z-index: 3; }

.node--news.full .written-by,
.node--endorser.full .written-by {
  display: block;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-size: .825rem; }

.node--news.full blockquote,
.node--endorser.full blockquote {
  margin: 3rem 0;
  margin-right: 0;
  border-left: 2px solid #707070;
  padding-left: 1.5rem; }
  @media screen and (min-width: 47.5em) {
    .node--news.full blockquote,
    .node--endorser.full blockquote {
      margin-left: 3rem; } }
  .node--news.full blockquote p,
  .node--endorser.full blockquote p {
    line-height: 1.3;
    font-weight: 500;
    font-size: 24px;
    color: #666666;
    font-family: Text, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.node--news.full p,
.node--endorser.full p {
  margin-bottom: 1.5rem;
  font-size: 1.25rem; }

.node--news.full ul, .node--news.full ol,
.node--endorser.full ul,
.node--endorser.full ol {
  font-size: 1.25rem; }

.node--news.full .blog-nav ul,
.node--endorser.full .blog-nav ul {
  font-size: .925rem; }

.node--news.full h2,
.node--endorser.full h2 {
  margin-top: 2rem;
  margin-bottom: 1.5rem; }

.node--news.full h3,
.node--endorser.full h3 {
  font-size: 1.25rem; }

.node--news.full h4, .node--news.full h5, .node--news.full h6,
.node--endorser.full h4,
.node--endorser.full h5,
.node--endorser.full h6 {
  font-size: 1.25rem; }

.node--news.full figure,
.node--endorser.full figure {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.node--news.full .body a,
.node--news.full .field-text a,
.node--endorser.full .body a,
.node--endorser.full .field-text a {
  color: inherit;
  background-size: 1px 1em;
  box-shadow: inset 0 -0.175em white, inset 0 -0.45em rgba(151, 190, 13, 0.6);
  transition: all .2s ease-out; }
  .node--news.full .body a:hover,
  .node--news.full .field-text a:hover,
  .node--endorser.full .body a:hover,
  .node--endorser.full .field-text a:hover {
    color: #000000;
    box-shadow: inset 0 -0.175em white, inset 0 -1.175em rgba(151, 190, 13, 0.6); }

.node--news.full .post-slider,
.node--endorser.full .post-slider {
  margin-bottom: 2rem; }

.node--news.full .lead,
.node--endorser.full .lead {
  font-size: 1.5rem;
  line-height: 1.4; }

.node--news.full .video-container,
.node--endorser.full .video-container {
  margin: 1rem 0; }

.node--news.full p,
.node--endorser.full p {
  line-height: 1.55; }

.node--news.full .meta p,
.node--endorser.full .meta p {
  font-size: 1rem; }

.node--news.full .author-image,
.node--endorser.full .author-image {
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-right: 1rem;
  vertical-align: middle;
  border-radius: 50%;
  line-height: 44px;
  background-size: cover; }

.node--news.full .author-name,
.node--endorser.full .author-name {
  display: inline-block; }

.node--news.full .featured_teaser .author-image,
.node--endorser.full .featured_teaser .author-image {
  width: 120px;
  height: 120px; }

.node--news.full #blog-header,
.node--endorser.full #blog-header {
  max-width: 780px; }

.node--news.full #blog-content #main-image picture,
.node--endorser.full #blog-content #main-image picture {
  display: block;
  margin-bottom: 2rem; }

.node--news.full #blog-content > .cell > picture,
.node--endorser.full #blog-content > .cell > picture {
  display: block;
  margin-bottom: 1.5rem;
  margin-top: 2rem; }

.node--news.full #blog-content > .cell > h2,
.node--endorser.full #blog-content > .cell > h2 {
  margin-bottom: 1.5rem;
  margin-top: .75rem; }
  .node--news.full #blog-content > .cell > h2.main-title,
  .node--endorser.full #blog-content > .cell > h2.main-title {
    font-family: Display, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.node--news.full .field-text p,
.node--endorser.full .field-text p {
  line-height: 1.55; }

.node--news.full .field-text img,
.node--endorser.full .field-text img {
  margin: 1rem 0; }

.node--news.full .field-posts,
.node--endorser.full .field-posts {
  margin-top: 1.5rem; }
  .node--news.full .field-posts .paragraph--type--post:first-child > :first-child,
  .node--endorser.full .field-posts .paragraph--type--post:first-child > :first-child {
    margin-top: 0; }

.node--news.full h2.top-title,
.node--endorser.full h2.top-title {
  margin-top: 0; }

.node--news.full h2 + h3,
.node--endorser.full h2 + h3 {
  margin-top: 0; }

.node--news.full h3 + ul,
.node--endorser.full h3 + ul {
  margin-top: 0; }

#blog-stage {
  position: relative;
  overflow: hidden;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-color: #eee;
  height: 260px;
  margin-bottom: 2rem; }
  #blog-stage .group-area {
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 0; }
    #blog-stage .group-area .image {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 0; }
    #blog-stage .group-area .image img {
      width: auto;
      height: auto;
      max-width: 500%;
      min-width: 100%;
      min-height: 100%;
      transform: translate(-50%, -50%);
      position: absolute;
      left: 50%;
      top: 50%; }
    #blog-stage .group-area .info {
      position: relative; }
    #blog-stage .group-area.main:after {
      display: none; }
  #blog-stage .main-title {
    margin-bottom: .5rem; }
  #blog-stage .body p {
    font-weight: 600;
    font-family: Display, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 24px;
    max-width: 75%;
    line-height: 26px;
    margin-left: auto;
    margin-right: auto; }
    @media print, screen and (min-width: 47.4375em) {
      #blog-stage .body p {
        font-size: 28px;
        line-height: 32px; } }
  #blog-stage .group-area.segments {
    height: 100%; }
  @media print, screen and (min-width: 47.4375em) {
    #blog-stage .stripes {
      margin-left: -425px; } }
  @media screen and (min-width: 90em) {
    #blog-stage .stripes {
      margin-left: -625px; } }

#blog-page .lead,
#blog-page .info.header p,
#blog-page p.field-text {
  font-size: 1.25rem;
  max-width: 720px;
  line-height: 1.35; }

#blog-page .info.header h1.main-title {
  margin-bottom: 1rem; }

#blog-page .chapter {
  margin-bottom: 2.5rem;
  max-height: 400px; }
  @media screen and (min-width: 90em) {
    #blog-page .chapter {
      max-height: 620px; } }
  #blog-page .chapter .grid-x {
    max-width: 1440px;
    margin: 0 auto; }
  #blog-page .chapter .image {
    left: 0;
    width: 100%; }
    #blog-page .chapter .image img {
      min-width: 100%;
      max-width: 200%;
      min-height: 100%;
      height: auto; }

#blog-page img.lazy {
  transition: all .3s ease-out; }
  #blog-page img.lazy.loaded {
    opacity: 1; }

.node--type-blog-home #footer-random-links {
  display: none; }

#tagcloud {
  margin: 0 auto 2rem;
  max-width: 960px; }
  #tagcloud .main-title {
    margin-bottom: 2rem; }

.tags a {
  display: inline-block;
  padding: .15rem .65rem;
  border: 1px solid #AAA;
  font-size: .875rem;
  color: #666;
  border-radius: 5px;
  margin-right: .5rem;
  margin-bottom: .75rem;
  transition: all .3s ease-out; }
  .tags a:hover {
    background: #97be0d;
    border-color: #97be0d;
    color: white; }

.blog-section {
  margin: 0 auto 2rem;
  max-width: 1360px; }
  .blog-section .text-center {
    margin-bottom: 2rem; }
    .blog-section .text-center p {
      max-width: 540px;
      margin: 0 auto; }
      .blog-section .text-center p:first-child {
        margin-bottom: .75rem; }
  .blog-section .node--news > p {
    display: none; }
  .blog-section .node--news .title {
    font-size: 22px;
    line-height: 1.1;
    margin-bottom: 1rem; }
  .blog-section .node--news .underline {
    transition: all .3s ease-out;
    background-size: 1px .5em;
    box-shadow: inset 0 -0.175em white, inset 0 -0.3em rgba(151, 190, 13, 0);
    display: inline; }
  .blog-section .node--news .body p {
    font-size: 17px; }
  .blog-section .node--news a:hover .underline {
    background-size: 1px 1em;
    box-shadow: inset 0 -0.175em white, inset 0 -0.45em rgba(151, 190, 13, 0.6); }
  .blog-section .node--news a:hover .img img {
    transform: scale(1.1); }
  .blog-section .node--news.teaser .img img {
    width: 100%;
    transform-origin: center;
    transition: all .3s ease-out; }

#blog-author {
  padding-top: .5rem; }
  #blog-author p {
    font-size: 1rem; }
    #blog-author p:last-child {
      margin-bottom: 0; }

.pager-item-first,
.pager-item-last {
  display: none; }

.field-featured-tags {
  display: none; }

.node--product-line .main-title {
  text-align: right; }

#edit-submit-product-finder {
  display: none; }

#product-payment-options {
  width: 150px; }
  #product-payment-options li {
    display: inline-block;
    width: 50px; }
    #product-payment-options li svg {
      width: 100%;
      height: auto; }

.buttons .primary-buttons {
  display: inline-block; }

.node--product .node-product-header .body h2 {
  font-size: 1rem; }

.product-teaser2 .image {
  position: relative; }

.node--product.teaser .body h2 {
  font-size: 1rem; }

.node--product.teaser .shopify-buy__product {
  display: inline-block;
  vertical-align: top; }

.node--product.teaser .title {
  display: block;
  color: #97be0d;
  font-family: Display, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 130%;
  margin-bottom: .25rem; }

.node--product.teaser.featured_teaser {
  padding-right: 1.5rem;
  margin-bottom: 1rem; }
  .node--product.teaser.featured_teaser img {
    width: 100%; }

.node--product.teaser img.lazy {
  width: 100%; }
  .node--product.teaser img.lazy.loaded {
    width: auto; }

.node--product.teaser.teaser3 .price {
  margin-bottom: 1rem; }

.node--product.teaser.teaser3 .buttons {
  margin-top: 1rem; }

#delivery-info {
  display: none;
  visibility: hidden;
  margin-top: 1rem;
  max-width: 360px;
  font-size: .825rem; }
  #delivery-info #delivery-date {
    font-weight: bold;
    white-space: nowrap; }
  #delivery-info #deliver-to {
    font-weight: bold; }
  #delivery-info .stock-status {
    font-weight: bold;
    color: #708C0A; }
  #delivery-info.show {
    visibility: visible; }

[data-webshop="1"] #delivery-info {
  display: block; }

[data-webshop="1"] .social-slider .buy-button-partners,
[data-webshop="1"] .product-slider .buy-button-partners {
  display: none; }

.social-slider .image img,
.product-slider .image img {
  width: 100% !important; }

.social-slider .node--product.teaser .spacer,
.product-slider .node--product.teaser .spacer {
  display: none; }

.variant-title {
  margin-top: 1rem;
  margin-bottom: .75rem;
  font-size: .825rem;
  font-weight: bold; }

[data-webshop="0"] .variant-title {
  display: block; }

#product-variants .variant-item-title {
  display: block;
  font-size: .825rem;
  margin-top: .25rem;
  color: black;
  font-weight: bold;
  line-height: 1; }

#product-variants .price {
  font-weight: bold;
  display: none !important; }

#product-variants .product-variant {
  display: inline-block;
  margin-right: .75rem;
  cursor: pointer;
  padding: 4px;
  width: 102px;
  border: 3px solid #AAA;
  transition: border .3s ease-out; }
  #product-variants .product-variant picture {
    opacity: .5;
    transition: opacity .3s ease-out; }
  #product-variants .product-variant:hover {
    border-color: #666; }
    #product-variants .product-variant:hover picture {
      opacity: .9; }
  #product-variants .product-variant img {
    max-width: 60px;
    margin: auto; }
  #product-variants .product-variant.active, #product-variants .product-variant:focus {
    border-width: 3px;
    border-color: black; }
    #product-variants .product-variant.active picture, #product-variants .product-variant:focus picture {
      opacity: 1; }

#product-variants + .buttons-area p.buttons {
  margin-top: 1.5rem; }

[lang="zh-hans"] .variant-title,
[lang="zh-hans"] #product-variants {
  display: none; }

#webshop-info-footer {
  border-bottom: 1px solid white; }

.webshop-info {
  display: none; }
  @media screen and (max-width: 37.49875em) {
    .webshop-info {
      background: #9a9a9a !important; } }

[data-webshop="1"] .webshop-info {
  display: block; }

.webshop-info .trust-icon {
  color: white;
  text-align: center;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  font-size: .75rem; }
  .webshop-info .trust-icon svg {
    max-height: 62px;
    margin: 0 auto;
    margin-bottom: .65rem;
    display: block; }
  @media print, screen and (min-width: 47.4375em) {
    .webshop-info .trust-icon {
      font-size: .825rem; }
      .webshop-info .trust-icon svg {
        max-height: 100px; } }

#trust-items {
  margin-bottom: -1.5rem; }

#trust-items2 {
  display: none;
  margin-top: 1rem;
  margin-bottom: 0rem; }
  @media print, screen and (min-width: 63em) {
    #trust-items2 {
      margin-top: 1.75rem;
      margin-bottom: .75rem; } }

[data-webshop="1"] #trust-items2 {
  display: flex;
  display: none; }

#product-stage .trust-icon {
  color: #000;
  display: flex;
  padding-right: .5rem; }
  #product-stage .trust-icon p {
    font-size: .75rem;
    line-height: 1.2; }
  #product-stage .trust-icon svg {
    height: 30px;
    width: 30px;
    margin-right: .5rem;
    display: inline-block; }
    #product-stage .trust-icon svg path {
      fill: #000000 !important; }
  @media print, screen and (min-width: 63em) {
    #product-stage .trust-icon {
      padding-right: 2rem; } }

.node--product.full [href*='/conference/'] #trust-items2,
.node--product.full [href*='/conference/'] #delivery-info {
  display: none; }

.price .daysleft {
  font-size: .825rem;
  margin-top: .75rem;
  display: block;
  color: red; }

.price s {
  display: inline-block;
  position: relative;
  margin-right: .5rem;
  color: black;
  text-decoration: none; }
  .price s:after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%) rotate(-20deg);
    top: 50%;
    border-bottom: 2px solid red;
    height: 1px; }

.price .new {
  display: inline-block;
  color: red; }

#product-stage {
  overflow: hidden;
  position: relative; }
  #product-stage img.lazy {
    transition: opacity .3s ease-out; }
    #product-stage img.lazy.loaded {
      opacity: 1; }
  #product-stage .slick-active img.lazy,
  #product-stage .slick-current img.lazy {
    opacity: 1; }
  #product-stage .top-title {
    display: block; }
  #product-stage .sum.top-title {
    font-weight: 600;
    font-family: Display, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    letter-spacing: .03em;
    display: inline; }
  #product-stage .price {
    margin-top: 1.25rem; }
    #product-stage .price .price-info {
      font-size: 13px;
      color: #777;
      display: inline-block;
      margin-left: .5rem; }
    #product-stage .price .webshop-price {
      font-size: inherit; }
  #product-stage #listen-now-button {
    display: none; }
  #product-stage .main-title {
    color: #97be0d;
    margin-bottom: 1rem; }
  #product-stage .expand {
    position: absolute;
    left: 1rem;
    top: 50%; }
    @media print, screen and (min-width: 37.5em) {
      #product-stage .expand {
        left: 1rem; } }
  #product-stage .cell {
    position: relative; }
  @media print, screen and (min-width: 37.5em) {
    #product-stage .info {
      padding-right: 0; } }
  #product-stage .teaser {
    z-index: 0;
    margin-top: 0rem;
    padding-left: 0; }
    #product-stage .teaser img {
      max-width: 420px;
      width: 100%; }
    #product-stage .teaser.hide-for-mobile picture {
      display: block;
      width: 100%;
      text-align: center; }
      #product-stage .teaser.hide-for-mobile picture img {
        max-width: 100%; }
  #product-stage .field-box-content {
    margin-top: 1rem; }
    #product-stage .field-box-content p {
      font-size: .825rem; }
    #product-stage .field-box-content li {
      line-height: 1.5;
      margin-left: .15em;
      white-space: nowrap; }
      #product-stage .field-box-content li:before {
        content: "•"; }
      #product-stage .field-box-content li:nth-child(2):before, #product-stage .field-box-content li:first-child:before {
        display: none;
        content: ""; }
    #product-stage .field-box-content p, #product-stage .field-box-content ul {
      font-size: .825rem; }
  #product-stage h1 {
    color: #97be0d; }
  #product-stage .top-title {
    color: #000000; }
  #product-stage li {
    line-height: 1.5; }
  #product-stage .slick-slider {
    margin-bottom: 3rem;
    display: block;
    clear: both;
    float: none; }
    #product-stage .slick-slider .slick-prev {
      left: -22px; }
    #product-stage .slick-slider .slick-next {
      right: -22px; }
    #product-stage .slick-slider .description {
      font-size: .875rem;
      margin-top: .75rem;
      text-align: center;
      line-height: 1.3; }
    #product-stage .slick-slider .slick-slide:first-child {
      float: none; }
    #product-stage .slick-slider.slick-initialized .slick-slide:first-child {
      float: left; }
    #product-stage .slick-slider img {
      margin: 0 auto; }
  #product-stage .slick-slider .icon-play {
    pointer-events: none; }
  #product-stage #box-content-slider-desktop {
    margin-bottom: 1rem; }
  #product-stage #box-content-slider-preview {
    margin: 0 auto;
    width: 200px; }
    #product-stage #box-content-slider-preview img {
      border: 1px solid #ddd;
      max-height: 40px;
      opacity: .5;
      transition: opacity .3s ease-out; }
    #product-stage #box-content-slider-preview .icon-play {
      font-size: 1.75rem !important;
      pointer-events: none; }
    #product-stage #box-content-slider-preview .slick-slide.active img, #product-stage #box-content-slider-preview .slick-slide.slick-current img, #product-stage #box-content-slider-preview .slick-slide:hover img {
      border: 1px solid #000;
      opacity: 1; }
  #product-stage .image-container {
    max-width: 250px;
    position: relative; }
    #product-stage .image-container .zoom-icon {
      width: 28px;
      height: 28px;
      position: absolute;
      pointer-events: none;
      right: 10px;
      margin-top: -50px; }

.included {
  max-width: 500px;
  font-size: 80%; }

.node--product.v2 .teaser img.lazy, .node--product.v2 .paragraph img.lazy, .node--product.v2 .lazy_teaser img.lazy {
  max-width: 100%; }

.node--product.v2 .price {
  font-size: 90%; }

.node--product.v2 h2 {
  max-width: 720px; }

.node--product.v2.has-shopimages .teaser img {
  cursor: pointer; }

.review-section {
  text-align: center; }
  .review-section .review-logo {
    margin-top: 1rem; }
    .review-section .review-logo img {
      margin: 0 auto;
      max-height: 40px; }
  .review-section .review-inner {
    padding: 2rem;
    max-width: 720px;
    margin: 0 auto; }

.no-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.module {
  position: relative; }
  .module > .columns {
    position: relative; }

p.cite:before {
  position: absolute;
  content: "“";
  display: block;
  font-size: inherit;
  margin-left: -1rem; }

@media print, screen and (min-width: 63em) {
  p.cite:before {
    margin-left: -1.5rem; } }

p.cite:after {
  display: block;
  content: "”";
  display: inline; }

.cite-source {
  font-weight: 600;
  font-size: 22px; }

.chapter {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .chapter .shopify-buy__product {
    display: inline-block;
    vertical-align: top; }
  .chapter .cell {
    position: relative;
    z-index: 1; }
  .chapter > .grid-x {
    height: 100%; }
  .chapter.audio-player {
    height: auto !important;
    min-height: 100px !important; }
  .chapter > .grid-x > .cell .top-title,
  .chapter > .grid-x > .cell .main-title,
  .chapter > .grid-x > .cell .buttons,
  .chapter > .grid-x > .cell .field-text {
    opacity: .05;
    transform: translate(0, 80px); }
  .chapter.animate > .grid-x > .cell .top-title,
  .chapter.animate > .grid-x > .cell .main-title,
  .chapter.animate > .grid-x > .cell .buttons,
  .chapter.animate > .grid-x > .cell .field-text {
    animation: reveal .7s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  .chapter.animate > .grid-x > .cell .top-title {
    animation-duration: .9s; }
  .chapter.animate > .grid-x > .cell .main-title {
    animation-duration: 1s; }
  .chapter.animate > .grid-x > .cell .field-text {
    animation-duration: 1.2s; }
  .chapter.animate > .grid-x > .cell .buttons {
    animation-duration: 1.4s; }
  .chapter.animate > .grid-x > .cell iframe {
    animation-duration: 1.6s; }
  .chapter .image {
    position: absolute;
    left: -100%;
    top: 0;
    text-align: center;
    width: 300%;
    height: 100%; }
    .chapter .image.relative {
      position: relative; }
    .chapter .image img {
      height: 100%;
      width: auto;
      margin: auto auto; }

.no-animations .chapter > .grid-x > .cell .top-title,
.no-animations .chapter > .grid-x > .cell .main-title,
.no-animations .chapter > .grid-x > .cell .buttons,
.no-animations .chapter > .grid-x > .cell iframe,
.no-animations .chapter > .grid-x > .cell .field-text {
  opacity: 1;
  animation: none;
  transform: translate(0, 0); }

.chapter {
  min-height: 336px; }
  .chapter .image {
    height: 336px; }

@media screen and (max-width: 47.43625em) {
  .chapter.mobile-before .image,
  .chapter.mobile-after .image {
    position: relative;
    width: 300%;
    left: -100%; }
  .chapter.mobile-before > .grid-x > .cell:nth-child(2),
  .chapter.mobile-after > .grid-x > .cell:nth-child(2) {
    margin-top: 1rem; }
  .chapter.with-stripes {
    padding-bottom: 4rem; }
    .chapter.with-stripes .stripes {
      margin-left: -76px;
      bottom: 0;
      top: auto; }
      .chapter.with-stripes .stripes.circular {
        margin-left: -156px;
        bottom: -156px;
        top: auto; }
  .has-stage .chapter.with-stripes {
    padding-bottom: 0; } }

@media screen and (min-width: 37.5em) and (max-width: 47.43625em) {
  .chapter.mobile-over .image {
    height: 100%; } }

@media screen and (max-width: 37.49875em) {
  .chapter {
    min-height: 253px; }
    .chapter .stripes.corner {
      margin-left: -152px;
      bottom: -204px; }
    .chapter .image {
      height: 100%; }
    .chapter.mobile-after .image, .chapter.mobile-before .image {
      height: 253px; } }

@media screen and (max-width: 37.49875em) {
  .chapter .stripes.corner:before, .chapter .stripes.corner:after {
    transform: translate(-30px, -290px) !important; } }

@media screen and (min-width: 37.5em) and (max-width: 47.43625em) {
  .chapter .stripes.corner:before, .chapter .stripes.corner:after {
    transform: translate(-52px, -100px) !important; } }

@media screen and (min-width: 37.5em) {
  .chapter {
    min-height: 253px; }
    .chapter .image {
      height: 253px; }
  .has-stage .chapter {
    height: 253px; } }

@media screen and (min-width: 50.875em) {
  #product-stage .image-container {
    max-width: 280px; } }

@media screen and (min-width: 47.4375em) {
  .chapter {
    min-height: 336px; }
    .chapter .image {
      height: 100%; }
  .has-stage .chapter {
    height: 336px; } }

@media screen and (min-width: 63em) {
  #product-stage .image-container {
    max-width: 340px; }
  #product-stage #box-content-slider-preview {
    width: 280px; }
    #product-stage #box-content-slider-preview img {
      max-height: 60px; }
  .chapter {
    min-height: 480px; }
  .has-stage .chapter {
    height: 480px; } }

@media screen and (min-width: 66.875em) {
  #product-stage #box-content-slider-preview {
    width: 300px; } }

@media screen and (min-width: 75em) {
  #product-stage .image-container {
    max-width: 430px; } }

@media screen and (min-width: 80em) {
  .chapter {
    height: 480px; }
    .chapter.text {
      min-height: 480px;
      height: auto; }
  #product-stage .image-container {
    width: 450px; }
  #product-stage #box-content-slider-preview {
    width: 360px; }
    #product-stage #box-content-slider-preview img {
      max-height: 60px; }
  #node-1011 .chapter {
    height: auto !important; } }

@media screen and (min-width: 90em) {
  #product-stage .teaser img {
    max-width: 450px; }
  #product-stage #box-content-slider-desktop {
    margin-bottom: 1rem; }
  .chapter {
    height: 648px; }
    .chapter.text {
      height: 648px; }
  .has-stage .chapter {
    height: 648px; }
  #node-1011 .chapter {
    height: auto !important; } }

@media screen and (min-width: 121.5em) {
  #product-stage .teaser img {
    max-width: 480px; }
  #product-stage #box-content-slider-preview {
    width: 390px; }
    #product-stage #box-content-slider-preview img {
      max-height: 65px; }
  .chapter {
    height: 848px; }
    .chapter.text {
      height: 848px; }
  .has-stage .chapter {
    height: 848px; }
  #node-1011 .chapter {
    height: auto !important; } }

.chapter.no-limit {
  min-height: auto !important;
  height: auto !important; }

.chapter.unlimited {
  min-height: auto !important;
  height: auto !important;
  position: relative; }
  .chapter.unlimited header {
    z-index: 3; }
    @media print, screen and (min-width: 47.4375em) {
      .chapter.unlimited header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0; } }
    .chapter.unlimited header h2 {
      max-width: 100%; }
  .chapter.unlimited.mobile-over header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3; }
    .chapter.unlimited.mobile-over header h2 {
      max-width: 100%; }
  .chapter.unlimited img {
    width: 100% !important; }
  .chapter.unlimited .image {
    position: relative !important;
    height: auto;
    left: 0 !important;
    width: 100% !important; }

@media screen and (max-width: 47.43625em) {
  .chapter.unlimited-mobile {
    min-height: auto !important;
    height: auto !important;
    position: relative; }
    .chapter.unlimited-mobile.mobile-over header {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 3; }
      .chapter.unlimited-mobile.mobile-over header h2 {
        max-width: 100%; }
    .chapter.unlimited-mobile img {
      width: 100% !important; }
    .chapter.unlimited-mobile .image {
      position: relative !important;
      height: auto;
      left: 0 !important;
      width: 100% !important; } }

.chapter header .medium-text-center h2 {
  max-width: 100%; }

@keyframes reveal {
  0% {
    opacity: 0;
    transform: translate(0, 80px); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }

blockquote > p:first-child {
  position: relative; }

blockquote > p:nth-child(n-1):after {
  display: block;
  content: "”";
  display: inline; }

blockquote > p:first-child:before {
  position: absolute;
  content: "“";
  display: block;
  font-size: inherit;
  margin-left: -.45em; }

blockquote p {
  font-weight: 700;
  font-family: Display, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.1; }

blockquote cite {
  font-style: normal; }

blockquote > p:last-child:before, blockquote > p:last-child:after {
  display: none; }

[lang="de"] blockquote > p:first-child:before {
  content: "„"; }

[lang="de"] blockquote > p:first-child:after {
  content: "“"; }

.field-downloads {
  margin-top: 1.5rem; }

#box-content.reveal.full {
  padding: 0;
  z-index: 1004;
  top: 60px !important;
  height: calc(100vh - 60px) !important; }
  #box-content.reveal.full .slick-slider {
    margin: 1.5rem;
    height: calc(100vh - 150px); }
  #box-content.reveal.full .slick-slide {
    height: calc(100vh - 150px); }
  #box-content.reveal.full picture {
    display: flex;
    align-items: center;
    height: calc(100% - 50px); }
  #box-content.reveal.full .description {
    font-size: .825rem;
    padding-top: .75rem;
    margin: 0.5rem auto;
    margin-bottom: 0;
    line-height: 1.3; }
  #box-content.reveal.full .slick-prev {
    left: -1.25rem; }
  #box-content.reveal.full .slick-next {
    right: -1.25rem; }
  #box-content.reveal.full img {
    max-height: 100%; }
  @media print, screen and (min-width: 37.5em) {
    #box-content.reveal.full .slick-prev {
      left: -1.5rem; }
    #box-content.reveal.full picture {
      margin: 0; }
    #box-content.reveal.full .slick-next {
      right: -1.5rem; }
    #box-content.reveal.full .slick-slider {
      margin: 2rem; }
    #box-content.reveal.full .description {
      text-align: center;
      font-size: 1rem; } }

#box-content-slider article {
  text-align: center; }

#box-content-slider img {
  height: auto;
  width: auto;
  margin: 0 auto; }

#reviews {
  margin-bottom: 1rem; }
  #reviews img {
    max-height: 50px;
    margin: 1.5rem auto 1rem; }

.review-title {
  text-align: center;
  margin: 0;
  max-width: 100% !important; }

#learn-more-polar-patterns {
  margin-top: 1rem; }

.paragraph.product .node--product {
  padding-left: 1rem;
  padding-right: 1rem; }
  .paragraph.product .node--product > a {
    order: 1 !important;
    width: 100%; }
  .paragraph.product .node--product .mobile-order-1 {
    order: 2 !important;
    width: 100%; }

.node--accessory.teaser .img {
  padding-top: 33% !important; }

#node-383.full .node--product.teaser {
  margin-bottom: 1.5rem !important; }

#node-269 .support.view a.callout {
  display: block;
  border: 2px solid black;
  padding: 1.5rem 2rem 1.5rem;
  margin-bottom: 1.5rem; }

.discountinued.view .tags {
  display: none; }

.product-finder.view {
  margin-top: .75rem; }

.product.menu-teaser {
  padding: 0 .25rem .5rem;
  font-size: .825rem;
  white-space: nowrap;
  display: inline-block; }
  .product.menu-teaser p {
    font-size: .875rem;
    color: #97be0d;
    font-family: Display, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.5; }
  .product.menu-teaser .price {
    display: block;
    font-size: 90%;
    font-weight: 600;
    color: black;
    font-family: Display, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    letter-spacing: .03em; }
  .product.menu-teaser img {
    max-height: 90px;
    display: block;
    width: auto;
    margin: 0 auto .5rem; }

.mega-menu {
  width: 100%;
  box-shadow: 0 32px 32px rgba(0, 0, 0, 0.1);
  left: 0 !important;
  right: 0 !important;
  background: transparent; }
  .mega-menu > .grid-x {
    margin: 0; }
  .mega-menu .dark {
    border-top: 1px solid white; }
  .mega-menu.is-open {
    position: fixed !important;
    top: 60px !important; }
  .mega-menu hr {
    margin: .75rem 0;
    border-bottom-color: black; }
  .mega-menu .subcats a {
    color: white;
    font-size: .875rem;
    position: relative; }
    .mega-menu .subcats a:hover[data-toggle]:after, .mega-menu .subcats a.active[data-toggle]:after {
      content: "";
      display: block;
      left: 50%;
      background: white;
      height: 10px;
      width: 10px;
      transform: rotate(45deg) translate(0, -50%);
      position: absolute;
      top: 100%;
      margin-top: 1px;
      margin-left: -6px; }
  .mega-menu .main-grid {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .mega-menu > .grid-x {
    background: white; }
  .mega-menu .products .grid-x {
    width: 100%; }
  .mega-menu .node--category {
    display: none; }
    .mega-menu .node--category.active {
      display: block; }

a[data-drupal-link-system-path="node/976"] {
  display: none; }

.definition-table.preline {
  white-space: pre-line; }

.definition-table dt, .definition-table dd, .definition-table dl, .definition-table p {
  margin: 0; }

.definition-table dl {
  display: block;
  vertical-align: top;
  border-top: 1px solid #ddd;
  padding: .35rem 0;
  white-space: normal;
  break-before: auto;
  break-after: auto;
  break-inside: avoid;
  width: 100%;
  line-height: 1;
  -webkit-column-break-inside: avoid;
  -webkit-column-break-after: auto;
  -webkit-column-break-before: auto; }

.definition-table dt, .definition-table dd {
  display: inline-block;
  vertical-align: top; }

.definition-table dt {
  font-weight: 500;
  padding-right: .75rem; }

.definition-table dd, .definition-table dd p, .definition-table dt {
  line-height: 1.4;
  font-size: .8rem; }

@media print, screen and (min-width: 63em) {
  .definition-table dd p, .definition-table dt {
    font-size: .875rem; } }

@media screen and (min-width: 90em) {
  .definition-table dt {
    width: 35%; } }

.definition-table .head {
  break-after: avoid;
  display: block;
  -webkit-column-break-after: avoid;
  margin-top: 2rem; }
  .definition-table .head dt {
    vertical-align: initial;
    width: 100%;
    font-weight: 700; }
  .definition-table .head:first-child {
    margin-top: 0; }

#node-682 dt {
  width: 35%; }

#node-682 dd {
  max-width: 60%; }

#specs-container dt {
  width: 55%; }

#specs-container dd {
  width: 45%; }

#specs-container [data-toggle] {
  margin-top: 1rem; }

#specs-container dl:nth-child(n+7) {
  display: none; }

#specs-container .specs-table {
  margin-top: 2rem;
  display: none; }

#specs-container .specs-table:first-child {
  display: block;
  margin-top: 0; }

#specs-container .less {
  display: none; }

#specs-container .more {
  display: inline-block; }

#specs-container.active {
  max-height: none; }
  #specs-container.active .show-more-button {
    display: none; }
  #specs-container.active .more {
    display: none; }
  #specs-container.active .less {
    display: inline-block; }
  #specs-container.active dl, #specs-container.active .specs-table {
    display: block !important; }

.v2 #specs-container {
  margin-top: 1.5rem; }

@media print, screen and (min-width: 47.4375em) {
  .v2 #specs-container .field-text {
    max-width: 100%;
    display: block;
    -ms-column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -ms-column-gap: 30px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px; } }

#node-927 #specs-container > small {
  display: none; }

@media print, screen and (min-width: 47.4375em) {
  #specs-container dt {
    width: 40%; }
  #specs-container dd {
    width: 60%; }
  #specs-container dl {
    display: block !important; }
  #specs-container .specs-table {
    display: block !important; } }

.iso-standard {
  color: #888;
  margin-top: 1rem; }

.blackfriday-overlay {
  width: 120px;
  pointer-events: none;
  height: 120px;
  position: absolute;
  background-color: #e7097c;
  background-image: radial-gradient(#e7097c, #e83c36);
  background-image: radial-gradient(at top left, #e7097c, #e83c36);
  z-index: 2;
  left: 15%;
  top: 10%;
  border-radius: 4000px;
  text-align: center;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  color: white; }
  .blackfriday-overlay > div {
    width: 100%; }
  .blackfriday-overlay .save {
    font-size: 24px;
    display: block; }
  .blackfriday-overlay .amount {
    line-height: 1.2;
    font-size: 34px;
    font-weight: 600;
    display: block; }
  .blackfriday-overlay .price-original {
    text-decoration: line-through;
    font-size: 20px;
    display: block; }
  .blackfriday-overlay .price-now {
    line-height: 1;
    font-size: 32px;
    font-weight: 600;
    display: block; }

@media screen and (min-width: 63em) and (max-width: 89.99875em) {
  .blackfriday-overlay {
    width: 100px;
    height: 100px;
    left: 10%;
    top: 10%;
    transform: none; }
    .blackfriday-overlay .save {
      font-size: 20px; }
    .blackfriday-overlay .amount {
      font-size: 28px; } }

#bf-notification:after {
  content: "";
  display: block;
  background-image: url(/sites/default/files/blackfriday/stripes-large-thin-inv.png);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-size: 300%;
  -webkit-animation: stripeanimo 12s;
  -moz-animation: stripeanimo 12s;
  -ms-animation: stripeanimo 12s;
  animation: stripeanimo 12s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -ms-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate; }

#bf-notification .button {
  padding: 1.5rem 2rem;
  margin-top: .5rem;
  margin-right: 2rem; }

#bf-notification .h1 {
  font-size: 80px;
  z-index: 1;
  line-height: 1; }

#bf-notification .text-right {
  position: relative;
  z-index: 5; }

@keyframes stripeanimo {
  0% {
    background-position: -100% 0; }
  100% {
    background-position: 0 0; } }

@media all and (max-width: 760px) {
  #bf-notification .h1 {
    font-size: 70px; }
  #bf-notification .button {
    margin-right: 0; }
  #bf-notification {
    top: auto !important;
    height: auto;
    min-height: 100px;
    bottom: 0 !important;
    position: fixed; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Icons */
/* Arrows */
@media screen and (max-width: 37.49875em) {
  .chapter-slider.slick-slider .slick-prev,
  .chapter-slider.slick-slider .slick-next {
    top: 200px; } }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 120px;
  width: 16px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  border-radius: 0 !important;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev svg,
  .slick-next svg {
    max-width: 20px; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      border-color: #000000;
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev {
  left: -25px; }
  .slick-prev svg {
    transform: rotate(180deg); }

.slick-next {
  right: -25px; }

.chapter-slider .slick-next,
.chapter-slider .slick-prev,
.field-slides .slick-next,
.field-slides .slick-prev {
  top: 50%;
  z-index: 10;
  width: 40px; }
  .chapter-slider .slick-next svg,
  .chapter-slider .slick-prev svg,
  .field-slides .slick-next svg,
  .field-slides .slick-prev svg {
    max-width: 14px; }

.chapter-slider .slick-prev,
.field-slides .slick-prev {
  left: -6px !important; }

.chapter-slider .slick-next,
.field-slides .slick-next {
  z-index: 10;
  right: -6px !important; }

.chapter-slider.invert .slick-next,
.chapter-slider.invert .slick-prev,
.field-slides.invert .slick-next,
.field-slides.invert .slick-prev {
  filter: invert(1); }

#reviews.slick-slider .slick-next,
#reviews.slick-slider .slick-prev {
  top: 40px; }

@media screen and (min-width: 47.4375em) {
  .chapter-slider .slick-next,
  .chapter-slider .slick-prev,
  .field-slides .slick-next,
  .field-slides .slick-prev {
    top: 50%; }
  #reviews.slick-slider .slick-next,
  #reviews.slick-slider .slick-prev {
    top: 50%; }
  .slick-prev {
    width: 40px;
    left: -50px; }
  .slick-next {
    width: 40px;
    right: -50px; } }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -35px;
  list-style: none;
  display: table;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    display: table-cell;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      display: block;
      height: 20px;
      width: 100%;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      cursor: pointer;
      transition: background .3s ease-out; }
      .slick-dots li button:after {
        position: absolute;
        top: 50%;
        margin-top: -1px;
        height: 1px;
        left: 0;
        background: #000000;
        width: 100%;
        content: ""; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        height: 3px;
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          background: #000000; }
      .slick-dots li button:before {
        position: absolute;
        top: 50%;
        right: 0;
        width: 0;
        transition: all .3s ease-out;
        content: "";
        display: block;
        background: #000000;
        height: 3px;
        border-radius: 3px;
        margin-top: -2px;
        text-align: center; }
    .slick-dots li.slick-active button:before {
      background: #000000;
      height: 3px;
      left: 0;
      width: 100%; }

.slick-backward .slick-dots li button:before {
  left: 0;
  right: auto; }

.slick-backward .slick-dots li.slick-active button:before {
  left: auto;
  right: 0 !important; }

.teaser img.lazy,
.paragraph img.lazy,
.lazy_teaser img.lazy {
  max-width: 1000%; }
  .teaser img.lazy.loaded,
  .paragraph img.lazy.loaded,
  .lazy_teaser img.lazy.loaded {
    opacity: 1;
    filter: none !important;
    width: auto;
    max-width: 100%; }

.paragraph .field-image-slides img.lazy {
  max-width: 100%;
  width: 100%; }

.paragraph .field-image-slides img.lazy.loaded {
  max-width: 100%;
  width: 100%; }

.arturia-promo-product-page {
  font-size: .825rem;
  margin-top: 1rem;
  max-width: 310px;
  font-weight: 600; }
  .arturia-promo-product-page a {
    font-weight: 500;
    text-decoration: underline; }

#arturia-overlay {
  left: 16%;
  top: 0px; }

.slick-slider .arturia-overlay {
  left: 50%;
  transform: translate(-50%, 0);
  top: 80px;
  line-height: .9; }

.slick-slider .slick-slide {
  position: relative; }

.arturia-overlay {
  width: 120px;
  height: 120px;
  position: absolute;
  background-color: #e7097c;
  background-image: radial-gradient(#e7097c, #e83c36);
  background-image: radial-gradient(at top left, #e7097c, #e83c36);
  z-index: 2;
  border-radius: 4000px;
  text-align: center;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  transform: rotate(-15deg);
  color: white; }
  .arturia-overlay > div {
    width: 100%; }
  .arturia-overlay .save {
    font-size: 24px;
    display: block; }
  .arturia-overlay .amount {
    line-height: 1.2;
    font-size: 34px;
    font-weight: 600;
    display: block; }
  .arturia-overlay .price-original {
    text-decoration: line-through;
    font-size: 20px;
    display: block; }
  .arturia-overlay .price-now {
    line-height: 1;
    font-size: 32px;
    font-weight: 600;
    display: block; }

html[lang="fr"] .save {
  font-size: 14px; }

@media print, screen and (min-width: 47.4375em) {
  .slick-slider .arturia-overlay {
    left: auto;
    transform: none;
    right: 18%;
    top: 80px; } }

@media screen and (min-width: 90em) {
  #arturia-overlay {
    top: 30px; }
  .arturia-overlay {
    width: 220px;
    height: 220px; }
    .arturia-overlay .save {
      font-size: 50px; }
    .arturia-overlay .amount {
      font-size: 64px; }
    .arturia-overlay .price-original {
      font-size: 30px; }
    .arturia-overlay .price-now {
      font-size: 52px; }
  html[lang="fr"] .arturia-overlay .save {
    font-size: 34px; } }

#mc-embedded-subscribe-form input[type=checkbox] {
  display: inline;
  width: auto;
  margin-right: 10px; }

#mergeRow-gdpr {
  margin-top: 10px; }

#mergeRow-gdpr fieldset label {
  font-weight: normal; }

#mc-embedded-subscribe-form .mc_fieldset {
  border: none;
  min-height: 0px;
  padding-bottom: 0px; }

#mc_embed_signup input.mce_inline_error {
  border-color: red; }

#mc_embed_signup div.mce_inline_error {
  margin: 0 0 1em 0;
  font-size: .825rem;
  padding: 0;
  background-color: transparent;
  font-weight: normal;
  z-index: 1;
  color: red; }

#mce-error-response {
  font-size: .825rem;
  margin-bottom: 1rem; }

#mailchimp-reveal {
  border: 0 !important;
  min-height: 100px !important;
  height: auto !important; }

@media screen and (max-width: 47.43625em) {
  .newsletter-desktop {
    display: none; }
  #mergeRow-gdpr {
    margin-top: 4px; }
  #mailchimp-reveal {
    bottom: 0 !important;
    position: fixed;
    top: auto !important;
    padding: 1rem 1.5rem !important; }
  #mailchimp-reveal h2 {
    font-size: 1rem;
    margin-bottom: 0.5rem; }
  #mailchimp-reveal .input-container {
    overflow: hidden;
    clear: both; }
  #mailchimp-reveal input[type="email"] {
    margin-right: 5%; }
  #mailchimp-reveal input[type="text"],
  #mailchimp-reveal input[type="email"] {
    margin-bottom: .25rem; }
  #mailchimp-reveal input[type="submit"] {
    font-size: .875rem !important;
    margin-bottom: .45rem; }
  #mergeRow-gdpr fieldset label {
    font-size: .825rem; }
  #mailchimp-reveal .close-button {
    font-size: 1.5rem; } }

.social-proof-element {
  padding: 1rem; }
  .social-proof-element .image {
    margin-bottom: .75rem; }
    .social-proof-element .image img {
      width: 100% !important;
      height: auto;
      border-radius: 300px; }
  .social-proof-element .content {
    min-height: 150px; }

.social-proof-trust {
  background: white; }
  .social-proof-trust .social-proof-element .image img {
    width: auto !important;
    height: 100px;
    display: block;
    margin: 0 auto;
    border-radius: 0; }
  .social-proof-trust .content {
    min-height: 60px; }
    .social-proof-trust .content p {
      font-size: 13px; }

.paragraph.text-columns p {
  color: black; }

.paragraph.text-columns.dark p {
  color: white; }

.paragraph.text-columns .image {
  padding: 2rem 0; }

.paragraph.text-columns p {
  color: black; }

.paragraph.text-columns.dark p {
  color: white; }

.paragraph.text-columns .main-title {
  margin-bottom: 2rem; }
  @media print, screen and (min-width: 47.4375em) {
    .paragraph.text-columns .main-title {
      margin-bottom: 3rem; } }

@media screen and (max-width: 47.43625em) {
  .paragraph.text-columns .column, .paragraph.text-columns .columns {
    margin-bottom: 2rem; }
    .paragraph.text-columns .column:last-child, .paragraph.text-columns .columns:last-child {
      margin-bottom: 2rem; } }

.paragraph.slider-image-static, .paragraph.slider-text-static {
  position: relative; }
  .paragraph.slider-image-static .slick-slider, .paragraph.slider-text-static .slick-slider {
    position: absolute;
    top: 0; }

@media screen and (max-width: 37.49875em) {
  .paragraph.slider-text-static {
    display: flex;
    flex-direction: column; }
    .paragraph.slider-text-static .mobile-before + .chapter-slider {
      position: relative !important; }
    .paragraph.slider-text-static .mobile-after {
      order: 2; }
    .paragraph.slider-text-static .mobile-after + .chapter-slider {
      order: 1;
      position: relative !important; } }

.paragraph.slider-image-static .dark {
  background: transparent !important; }

.paragraph.slider-image-static .slick-slider .paragraph.dark {
  background: transparent !important; }

.paragraph.icons .grid-x {
  align-items: center; }

.paragraph.icons .slick-slider {
  justify-content: center;
  padding-right: 4rem; }
  .paragraph.icons .slick-slider .slick-track {
    display: flex;
    align-items: center; }
  .paragraph.icons .slick-slider .slick-prev svg,
  .paragraph.icons .slick-slider .slick-next svg {
    max-width: 12px;
    opacity: .7; }
  .paragraph.icons .slick-slider .slick-prev {
    left: auto;
    right: 30px; }
  .paragraph.icons .slick-slider .slick-next {
    right: 0; }
  .paragraph.icons .slick-slider .icon-element {
    text-align: left;
    line-height: 1.1;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 37.49875em) {
      .paragraph.icons .slick-slider .icon-element {
        justify-content: right; } }
    .paragraph.icons .slick-slider .icon-element a {
      padding: .7rem 1rem;
      padding-left: .25rem; }
  @media screen and (max-width: 47.43625em) {
    .paragraph.icons .slick-slider {
      padding: 0; }
      .paragraph.icons .slick-slider .icon-element a {
        float: right; }
      .paragraph.icons .slick-slider .slick-prev,
      .paragraph.icons .slick-slider .slick-next {
        display: none !important; }
        .paragraph.icons .slick-slider .slick-prev svg,
        .paragraph.icons .slick-slider .slick-next svg {
          max-width: 10px; }
      .paragraph.icons .slick-slider .slick-prev {
        left: auto;
        right: 30px; } }

.paragraph.icons .section-title {
  margin: 0; }

.paragraph.icons h3 {
  padding-right: 1.5rem;
  margin: 0; }

@media screen and (max-width: 37.49875em) {
  .paragraph.icons h3 {
    font-size: 1.875rem; } }

.paragraph.icons.dark h3 {
  color: white; }

.paragraph.icons.dark .slick-next,
.paragraph.icons.dark .slick-prev {
  filter: invert(1); }

.paragraph.icons ul.expanded {
  align-items: center; }

.paragraph.icons .icon-container {
  display: flex;
  align-items: center; }

.paragraph.icons.view-mode--controls a {
  display: flex;
  align-items: center; }
  @media screen and (min-width: 75em) {
    .paragraph.icons.view-mode--controls a {
      font-size: 1rem; } }

.paragraph.icons.view-mode--controls .dropdown > li > p svg {
  width: 6px;
  transform: rotate(90deg);
  filter: invert(1);
  margin-left: 10px; }

.paragraph.icons.view-mode--controls .dropdown a {
  color: inherit;
  text-align: left;
  white-space: nowrap;
  opacity: 1;
  filter: none; }

.paragraph.icons.view-mode--controls .dropdown .slick-slide {
  display: block !important;
  float: none;
  height: auto; }

.paragraph.icons.view-mode--controls img {
  max-width: 44px;
  margin-right: .25rem;
  margin-bottom: 0; }
  @media screen and (max-width: 47.43625em) {
    .paragraph.icons.view-mode--controls img {
      max-width: 30px; } }

.paragraph.icons.view-mode--controls .dropdown ul {
  margin-top: 1rem;
  border-radius: 5px; }

.paragraph.icons.dark .dropdown ul {
  background: black; }

.paragraph.icon-element {
  text-align: center; }
  .paragraph.icon-element p {
    line-height: 1.15; }
  .paragraph.icon-element a, .paragraph.icon-element a:hover {
    color: inherit; }
  .paragraph.icon-element.view-mode--controls a {
    opacity: .5;
    filter: grayscale(1); }
  .paragraph.icon-element.view-mode--controls a.active,
  .paragraph.icon-element.view-mode--controls a:hover {
    color: inherit;
    opacity: 1; }
    .paragraph.icon-element.view-mode--controls a.active img,
    .paragraph.icon-element.view-mode--controls a:hover img {
      filter: grayscale(0); }
  .paragraph.icon-element img {
    max-width: 70px;
    margin-bottom: .75rem; }

.paragraph.slider-controls .icons {
  padding-bottom: 1.25rem; }

.paragraph.slider-controls.overlay .icons {
  position: absolute;
  background: transparent !important;
  padding-top: 0.75rem;
  padding-bottom: 0;
  width: 100%;
  z-index: 3; }
  @media print, screen and (min-width: 47.4375em) {
    .paragraph.slider-controls.overlay .icons {
      padding-top: 1rem; } }

.paragraph.slider-controls.overlay .chapter {
  min-height: calc(336px + 30px); }
  .paragraph.slider-controls.overlay .chapter .image {
    height: calc(336px + 30px); }

@media screen and (max-width: 37.49875em) {
  .paragraph.slider-controls.overlay .chapter {
    min-height: calc(253px + 30px); }
    .paragraph.slider-controls.overlay .chapter.mobile-after .image, .paragraph.slider-controls.overlay .chapter.mobile-before .image {
      height: calc(253px + 30px); } }

@media screen and (min-width: 37.5em) {
  .paragraph.slider-controls.overlay .chapter {
    min-height: calc(253px + 30px); }
    .paragraph.slider-controls.overlay .chapter .image {
      height: calc(253px + 30px); } }

@media screen and (max-width: 47.43625em) {
  .paragraph.slider-controls.overlay .slick-prev,
  .paragraph.slider-controls.overlay .slick-next {
    top: calc(253px - 10px); } }

@media screen and (min-width: 47.4375em) {
  .paragraph.slider-controls.overlay .chapter {
    min-height: calc(336px + 80px); }
    .paragraph.slider-controls.overlay .chapter .image {
      height: 100%; }
    .paragraph.slider-controls.overlay .chapter > .main-grid > .cell {
      padding-top: 80px; } }

@media screen and (min-width: 63em) {
  .paragraph.slider-controls.overlay .chapter {
    min-height: calc(480px + 80px); } }

@media screen and (min-width: 80em) {
  .paragraph.slider-controls.overlay .chapter {
    height: calc(480px + 80px); }
    .paragraph.slider-controls.overlay .chapter.text {
      min-height: calc(480px + 80px);
      height: auto; } }

@media screen and (min-width: 90em) {
  .paragraph.slider-controls.overlay .chapter {
    height: calc(648px + 60px); }
    .paragraph.slider-controls.overlay .chapter.text {
      height: calc(648px + 60px); } }

@media screen and (min-width: 121.5em) {
  .paragraph.slider-controls.overlay .chapter {
    height: calc(848px + 60px); }
    .paragraph.slider-controls.overlay .chapter.text {
      height: calc(848px + 60px); } }

#node-1869 .group-area.segments {
  max-height: 300px; }

#online-guide-selector {
  max-width: 400px;
  margin: 0 auto; }
  #online-guide-selector select {
    margin-top: 1.5rem; }

.accordion-item.node--faq {
  position: relative; }

.node--online-guide #stage .main-stage-title {
  color: #97be0d; }

.node--faq.full #stage .title {
  right: auto;
  left: auto;
  width: auto;
  margin: 0 auto;
  position: relative;
  text-align: center;
  max-width: 800px;
  padding: 0 1rem; }

.node--faq.full #stage .main-stage-title {
  text-align: center; }

.accordion-item.node--faq.full .accordion-content {
  display: block !important; }

.node--online-guide .video-container,
.node--online-guide .field-text,
.node--online-guide .field-faq-downloads,
.node--online-guide .field-link,
.node--online-guide .field-image-slides,
.node--faq.full .video-container,
.node--faq.full .field-text,
.node--faq.full .field-faq-downloads,
.node--faq.full .field-link,
.node--faq.full .field-image-slides {
  margin-bottom: 1rem; }

.node--online-guide > :last-child,
.node--faq.full > :last-child {
  margin-bottom: 0; }

.node--online-guide .faq-block,
.node--faq.full .faq-block {
  margin: 1rem 0; }

.node--online-guide .group-area.segments,
.node--faq.full .group-area.segments {
  max-height: 260px; }

.node--online-guide .slick-slider,
.node--faq.full .slick-slider {
  overflow: hidden; }
  .node--online-guide .slick-slider .slick-arrow,
  .node--faq.full .slick-slider .slick-arrow {
    z-index: 10; }
  .node--online-guide .slick-slider .slick-next,
  .node--faq.full .slick-slider .slick-next {
    right: 10px; }
  .node--online-guide .slick-slider .slick-prev,
  .node--faq.full .slick-slider .slick-prev {
    left: 10px; }

.node--online-guide h2,
.node--faq.full h2 {
  font-size: 1.25rem;
  margin-bottom: 0; }

@media all and (max-width: 640px) {
  .node--online-guide h2,
  .node--faq.full h2 {
    font-size: 1rem;
    margin-bottom: 0; } }

.node--online-guide p + h2,
.node--faq.full p + h2 {
  margin-top: 2rem; }

.node--online-guide li.accordion-item,
.node--faq.full li.accordion-item {
  margin-bottom: 20px; }

.node--online-guide .accordion .sticky,
.node--faq.full .accordion .sticky {
  z-index: 5; }

.node--online-guide .accordion .sticky-container,
.node--faq.full .accordion .sticky-container {
  z-index: 5; }

.node--online-guide .accordion .is-active .accordion-title:before,
.node--faq.full .accordion .is-active .accordion-title:before {
  content: "-"; }

.node--online-guide .accordion-content,
.node--faq.full .accordion-content {
  border-top: 0; }

.node--online-guide .accordion-content,
.node--faq.full .accordion-content {
  border-bottom: 1px solid #e6e6e6; }

.node--online-guide .accordion-title,
.node--faq.full .accordion-title {
  border: none;
  padding: 0; }

.node--online-guide .accordion-title [data-sticky],
.node--faq.full .accordion-title [data-sticky] {
  border: 1px solid #e6e6e6;
  padding: 1.25rem 1rem;
  background: white; }

.node--online-guide .accordion-title::before,
.node--online-guide .is-active > .accordion-title::before,
.node--faq.full .accordion-title::before,
.node--faq.full .is-active > .accordion-title::before {
  font-size: 1.5rem;
  margin-top: 0;
  transform: translate(0, -50%);
  color: black; }

span.highlight-orange {
  color: #ff9600; }

span.highlight-green {
  color: #97be0d; }

span.highlight-white {
  color: #FFF; }

span.highlight-gray {
  color: #BBB; }

span.highlight-pink {
  color: #F0197A; }

span.highlight-black {
  color: #000; }

#node-2364 strike {
  font-size: 65%; }

#node-2382 .chapter .price {
  display: none; }

.secondary-link {
  color: #777;
  text-decoration: underline;
  margin-top: .75rem;
  display: inline-block; }

.dark .secondary-link {
  color: #888; }

#promo-dot {
  display: none;
  right: 60px;
  position: absolute;
  top: 100px;
  background: #dd2428;
  border-radius: 200px;
  width: 180px;
  height: 180px;
  text-align: center;
  display: flex;
  align-items: middle;
  background-image: linear-gradient(#da232d, #ea511a);
  background-image: url(/themes/lwt/images/promo-sticker.png);
  background-size: 105%;
  z-index: 2; }
  @media print, screen and (min-width: 47.4375em) {
    #promo-dot {
      display: flex; } }
  @media print, screen and (min-width: 63em) {
    #promo-dot {
      width: 200px;
      height: 200px;
      right: 100px; } }
  @media screen and (min-width: 90em) {
    #promo-dot {
      right: 180px; } }
  #promo-dot a {
    color: white;
    max-width: 150px;
    align-self: center;
    font-weight: 700;
    line-height: 1.1;
    margin: auto;
    font-size: 1.25rem; }

[lang="zh-hans"] #node-2354 #product-stage [data-open="buy-button-links"][data-sku="SPACEREPLICATOR"] {
  display: inline-block !important; }

#node-2354 #product-stage [data-open="buy-button-links"][data-sku="SPACEREPLICATOR"] {
  display: block; }

#node-2354 .paragraph .buttons .price {
  display: none; }

#node-2354 .paragraph#p-7734 .buttons .price {
  display: block; }

#node-2354 #delivery-info {
  display: none !important; }

#node-2354 .social-proof-trust .social-proof-element .image img {
  height: auto; }

#node-2354 .social-proof-trust {
  background: #f2f2f2; }

#node-2354 #p-7734.dark .main-title, #node-2354 #p-7734.light .main-title {
  color: #97be0d !important; }

[data-webshop="1"] #node-2354.teaser .buy-button-partners {
  display: none; }

.hero-header {
  backface-visibility: hidden;
  overflow: hidden;
  display: block;
  position: relative; }
  .hero-header.bg-image > .image img {
    width: 100%; }
  .hero-header .hero-column {
    display: table; }
  .hero-header .hero-content {
    display: table-cell; }
    .hero-header .hero-content.top {
      vertical-align: top; }
    .hero-header .hero-content.bottom {
      vertical-align: bottom; }
    .hero-header .hero-content.center, .hero-header .hero-content.main {
      vertical-align: middle; }
  .hero-header small {
    display: block;
    margin-top: 0;
    line-height: 1; }
  .hero-header h3, .hero-header h4, .hero-header h5 {
    color: inherit; }
  .hero-header h1 small {
    font-size: 2rem; }
  .hero-header h2 small, .hero-header h3 small {
    font-size: 1.7rem; }
  .hero-header h1, .hero-header h2, .hero-header h3 {
    margin-bottom: 0rem; }
  .hero-header.main-header .bottom {
    padding-bottom: 1rem; }
  .hero-header.main-header .hero-content, .hero-header.main-header .slick-slider {
    pointer-events: auto; }
  .hero-header.main-header small, .hero-header.main-header h3, .hero-header.main-header h4 {
    margin-top: .3rem; }
  .hero-header.top-header .body,
  .hero-header.top-header .field-text {
    max-width: 640px;
    margin: 0 auto; }
    .hero-header.top-header .body p,
    .hero-header.top-header .field-text p {
      line-height: 1.3; }
  .hero-header .body, .hero-header .field-text {
    margin-top: 1rem !important; }
  .hero-header.no-title .body, .hero-header.no-title .field-text {
    margin-top: 0rem !important; }
  .hero-header.slim-header .body, .hero-header.slim-header .field-text {
    margin-top: .5rem !important; }
  .hero-header .slick-dots {
    margin-bottom: .2rem !important; }
  @media print, screen and (min-width: 47.4375em) {
    .hero-header .body, .hero-header .field-text {
      margin-top: 1rem !important; }
    .hero-header.slim-header .body, .hero-header.slim-header .field-text {
      margin-top: .5rem !important; }
    .hero-header .slick-dots {
      margin-bottom: .1rem !important; } }
  .hero-header .field-text h2, .hero-header .field-text h3, .hero-header .field-text h4, .hero-header .body h2, .hero-header .body h3, .hero-header .body h4 {
    margin-top: 0 !important;
    line-height: 1.2; }
  .hero-header.no-bg-image.no-bg-video .text-is-left h1 {
    white-space: nowrap; }
  .hero-header.bg-image.fixed-height .field-image,
  .hero-header.bg-image.fixed-height .field-image-slim,
  .hero-header.bg-image.fixed-height .field-image-mobile, .hero-header.bg-video.fixed-height .field-image,
  .hero-header.bg-video.fixed-height .field-image-slim,
  .hero-header.bg-video.fixed-height .field-image-mobile {
    height: 192px; }
    .hero-header.bg-image.fixed-height .field-image img,
    .hero-header.bg-image.fixed-height .field-image-slim img,
    .hero-header.bg-image.fixed-height .field-image-mobile img, .hero-header.bg-video.fixed-height .field-image img,
    .hero-header.bg-video.fixed-height .field-image-slim img,
    .hero-header.bg-video.fixed-height .field-image-mobile img {
      transform: translateZ(0);
      will-change: transform;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1px;
      -moz-perspective: 1px;
      -ms-perspective: 1px;
      perspective: 1px;
      min-height: 110%;
      max-height: 111.12%;
      width: auto !important;
      max-width: none !important;
      position: absolute;
      margin: auto; }
  .hero-header.bg-image.fixed-height.small-header img, .hero-header.bg-video.fixed-height.small-header img {
    min-height: 100%;
    width: auto;
    min-width: 100%;
    top: -30px;
    bottom: -30px;
    left: -200px;
    right: -200px; }
  .hero-header.bg-image.fixed-height.small-header .field-image, .hero-header.bg-video.fixed-height.small-header .field-image {
    height: 136px; }
  @media print, screen and (min-width: 47.4375em) {
    .hero-header.bg-image.fixed-height.small-header .field-image, .hero-header.bg-video.fixed-height.small-header .field-image {
      height: 136px; } }
  @media print, screen and (min-width: 63em) {
    .hero-header.bg-image.fixed-height.small-header .field-image, .hero-header.bg-video.fixed-height.small-header .field-image {
      height: 136px; } }
  @media screen and (min-width: 121.5em) {
    .hero-header.bg-image.fixed-height.small-header .field-image, .hero-header.bg-video.fixed-height.small-header .field-image {
      height: 192px; } }
  .hero-header.bg-image.fixed-height.main-header picture img, .hero-header.bg-image.fixed-height.node-header picture img, .hero-header.bg-video.fixed-height.main-header picture img, .hero-header.bg-video.fixed-height.node-header picture img {
    top: -200px;
    bottom: -200px;
    left: -800px;
    right: -800px; }
  .hero-header.bg-image.fixed-height.main-header .field-image,
  .hero-header.bg-image.fixed-height.main-header .field-image-mobile, .hero-header.bg-image.fixed-height.node-header .field-image,
  .hero-header.bg-image.fixed-height.node-header .field-image-mobile, .hero-header.bg-video.fixed-height.main-header .field-image,
  .hero-header.bg-video.fixed-height.main-header .field-image-mobile, .hero-header.bg-video.fixed-height.node-header .field-image,
  .hero-header.bg-video.fixed-height.node-header .field-image-mobile {
    height: 192px; }
  @media screen and (min-width: 23.4375em) {
    .hero-header.bg-image.fixed-height.main-header .field-image,
    .hero-header.bg-image.fixed-height.main-header .field-image-mobile, .hero-header.bg-image.fixed-height.node-header .field-image,
    .hero-header.bg-image.fixed-height.node-header .field-image-mobile, .hero-header.bg-video.fixed-height.main-header .field-image,
    .hero-header.bg-video.fixed-height.main-header .field-image-mobile, .hero-header.bg-video.fixed-height.node-header .field-image,
    .hero-header.bg-video.fixed-height.node-header .field-image-mobile {
      height: 216px; } }
  @media print, screen and (min-width: 37.5em) {
    .hero-header.bg-image.fixed-height.main-header .field-image,
    .hero-header.bg-image.fixed-height.main-header .field-image-mobile, .hero-header.bg-image.fixed-height.node-header .field-image,
    .hero-header.bg-image.fixed-height.node-header .field-image-mobile, .hero-header.bg-video.fixed-height.main-header .field-image,
    .hero-header.bg-video.fixed-height.main-header .field-image-mobile, .hero-header.bg-video.fixed-height.node-header .field-image,
    .hero-header.bg-video.fixed-height.node-header .field-image-mobile {
      height: 310px; } }
  @media print, screen and (min-width: 47.4375em) {
    .hero-header.bg-image.fixed-height.main-header .field-image, .hero-header.bg-image.fixed-height.node-header .field-image, .hero-header.bg-video.fixed-height.main-header .field-image, .hero-header.bg-video.fixed-height.node-header .field-image {
      height: 389px; } }
  @media print, screen and (min-width: 63em) {
    .hero-header.bg-image.fixed-height.main-header .field-image, .hero-header.bg-image.fixed-height.node-header .field-image, .hero-header.bg-video.fixed-height.main-header .field-image, .hero-header.bg-video.fixed-height.node-header .field-image {
      height: 524px; } }
  @media screen and (min-width: 90em) {
    .hero-header.bg-image.fixed-height.main-header .field-image, .hero-header.bg-image.fixed-height.node-header .field-image, .hero-header.bg-video.fixed-height.main-header .field-image, .hero-header.bg-video.fixed-height.node-header .field-image {
      height: 691px; } }
  @media screen and (min-width: 121.5em) {
    .hero-header.bg-image.fixed-height.main-header .field-image, .hero-header.bg-image.fixed-height.node-header .field-image, .hero-header.bg-video.fixed-height.main-header .field-image, .hero-header.bg-video.fixed-height.node-header .field-image {
      height: 922px; } }
  .hero-header.bg-image.fixed-height.slim-module-header .field-text p, .hero-header.bg-video.fixed-height.slim-module-header .field-text p {
    display: block; }
  .hero-header.bg-image.fixed-height.slim-module-header .info, .hero-header.bg-image.fixed-height.slim-module-header .more, .hero-header.bg-video.fixed-height.slim-module-header .info, .hero-header.bg-video.fixed-height.slim-module-header .more {
    display: none; }
  .hero-header.bg-image.fixed-height.slim-module-header .hero-row, .hero-header.bg-video.fixed-height.slim-module-header .hero-row {
    height: auto; }
  .hero-header.bg-image.fixed-height.slim-module-header .field-image-slim, .hero-header.bg-video.fixed-height.slim-module-header .field-image-slim {
    height: 90px; }
  .hero-header.bg-image.fixed-height.slim-module-header .field-image-mobile, .hero-header.bg-video.fixed-height.slim-module-header .field-image-mobile {
    height: 133px; }
  @media screen and (min-width: 23.4375em) {
    .hero-header.bg-image.fixed-height.slim-module-header .field-image-slim, .hero-header.bg-video.fixed-height.slim-module-header .field-image-slim {
      height: 120px; }
    .hero-header.bg-image.fixed-height.slim-module-header .field-image-mobile, .hero-header.bg-video.fixed-height.slim-module-header .field-image-mobile {
      height: 133px; } }
  @media print, screen and (min-width: 47.4375em) {
    .hero-header.bg-image.fixed-height.slim-module-header .field-image-slim, .hero-header.bg-video.fixed-height.slim-module-header .field-image-slim {
      height: 172px; }
    .hero-header.bg-image.fixed-height.slim-module-header .field-image-mobile, .hero-header.bg-video.fixed-height.slim-module-header .field-image-mobile {
      height: 216px; } }
  @media print, screen and (min-width: 63em) {
    .hero-header.bg-image.fixed-height.slim-module-header .field-image-mobile, .hero-header.bg-video.fixed-height.slim-module-header .field-image-mobile {
      height: 310px; } }
  @media print, screen and (min-width: 47.4375em) {
    .hero-header.bg-image.fixed-height.slim-module-header .hero-row,
    .hero-header.bg-image.fixed-height.slim-module-header .field-image-slim,
    .hero-header.bg-image.fixed-height.slim-module-header .field-image-mobile, .hero-header.bg-video.fixed-height.slim-module-header .hero-row,
    .hero-header.bg-video.fixed-height.slim-module-header .field-image-slim,
    .hero-header.bg-video.fixed-height.slim-module-header .field-image-mobile {
      height: 216px; } }
  @media print, screen and (min-width: 63em) {
    .hero-header.bg-image.fixed-height.slim-module-header .hero-row,
    .hero-header.bg-image.fixed-height.slim-module-header .field-image-slim, .hero-header.bg-video.fixed-height.slim-module-header .hero-row,
    .hero-header.bg-video.fixed-height.slim-module-header .field-image-slim {
      height: 272px; } }
  @media screen and (min-width: 90em) {
    .hero-header.bg-image.fixed-height.slim-module-header .hero-row,
    .hero-header.bg-image.fixed-height.slim-module-header .field-image-slim, .hero-header.bg-video.fixed-height.slim-module-header .hero-row,
    .hero-header.bg-video.fixed-height.slim-module-header .field-image-slim {
      height: 384px; }
    .hero-header.bg-image.fixed-height.slim-module-header .field-text, .hero-header.bg-video.fixed-height.slim-module-header .field-text {
      margin-top: 1rem !important; }
    .hero-header.bg-image.fixed-height.slim-module-header .field-text p, .hero-header.bg-video.fixed-height.slim-module-header .field-text p {
      display: block !important; }
    .hero-header.bg-image.fixed-height.slim-module-header .info, .hero-header.bg-image.fixed-height.slim-module-header .more, .hero-header.bg-video.fixed-height.slim-module-header .info, .hero-header.bg-video.fixed-height.slim-module-header .more {
      display: none; } }
  @media screen and (min-width: 121.5em) {
    .hero-header.bg-image.fixed-height.slim-module-header .hero-row,
    .hero-header.bg-image.fixed-height.slim-module-header .field-image-slim, .hero-header.bg-video.fixed-height.slim-module-header .hero-row,
    .hero-header.bg-video.fixed-height.slim-module-header .field-image-slim {
      height: 512px; } }
  .hero-header.bg-image.fixed-height.slim-header img, .hero-header.bg-video.fixed-height.slim-header img {
    height: 100%;
    left: -800px;
    right: -800px;
    top: -400px;
    bottom: -400px; }
  .hero-header.bg-image.fixed-height.slim-header .hero-row,
  .hero-header.bg-image.fixed-height.slim-header .field-image, .hero-header.bg-video.fixed-height.slim-header .hero-row,
  .hero-header.bg-video.fixed-height.slim-header .field-image {
    height: 104px; }
  @media screen and (min-width: 23.4375em) {
    .hero-header.bg-image.fixed-height.slim-header .hero-row,
    .hero-header.bg-image.fixed-height.slim-header .field-image, .hero-header.bg-video.fixed-height.slim-header .hero-row,
    .hero-header.bg-video.fixed-height.slim-header .field-image {
      height: 133px; } }
  @media print, screen and (min-width: 47.4375em) {
    .hero-header.bg-image.fixed-height.slim-header .hero-row,
    .hero-header.bg-image.fixed-height.slim-header .field-image, .hero-header.bg-video.fixed-height.slim-header .hero-row,
    .hero-header.bg-video.fixed-height.slim-header .field-image {
      height: 191px; } }
  @media print, screen and (min-width: 47.4375em) {
    .hero-header.bg-image.fixed-height.slim-header .hero-row,
    .hero-header.bg-image.fixed-height.slim-header .field-image, .hero-header.bg-video.fixed-height.slim-header .hero-row,
    .hero-header.bg-video.fixed-height.slim-header .field-image {
      height: 240px; } }
  @media print, screen and (min-width: 63em) {
    .hero-header.bg-image.fixed-height.slim-header .hero-row,
    .hero-header.bg-image.fixed-height.slim-header .field-image, .hero-header.bg-video.fixed-height.slim-header .hero-row,
    .hero-header.bg-video.fixed-height.slim-header .field-image {
      height: 302px; } }
  @media screen and (min-width: 90em) {
    .hero-header.bg-image.fixed-height.slim-header .hero-row,
    .hero-header.bg-image.fixed-height.slim-header .field-image, .hero-header.bg-video.fixed-height.slim-header .hero-row,
    .hero-header.bg-video.fixed-height.slim-header .field-image {
      height: 427px; } }
  @media screen and (min-width: 121.5em) {
    .hero-header.bg-image.fixed-height.slim-header .hero-row,
    .hero-header.bg-image.fixed-height.slim-header .field-image, .hero-header.bg-video.fixed-height.slim-header .hero-row,
    .hero-header.bg-video.fixed-height.slim-header .field-image {
      height: 569px; } }
  .hero-header.bg-image.fixed-height picture, .hero-header.bg-video.fixed-height picture {
    width: 100%;
    display: block;
    overflow: hidden;
    height: inherit;
    position: relative; }
  .hero-header.bg-image.fixed-height .slick-track, .hero-header.bg-image.fixed-height .slick-list, .hero-header.bg-video.fixed-height .slick-track, .hero-header.bg-video.fixed-height .slick-list {
    height: inherit; }
  .hero-header.bg-image.fixed-height .field-image .field-item,
  .hero-header.bg-image.fixed-height .field-image-mobile .field-item,
  .hero-header.bg-image.fixed-height .field-image-slim .field-item, .hero-header.bg-video.fixed-height .field-image .field-item,
  .hero-header.bg-video.fixed-height .field-image-mobile .field-item,
  .hero-header.bg-video.fixed-height .field-image-slim .field-item {
    display: block;
    height: inherit;
    width: 100%;
    overflow: hidden; }
  .hero-header.bg-image .copyright, .hero-header.bg-video .copyright {
    position: absolute;
    line-height: 1;
    bottom: 1rem;
    right: 2rem;
    font-size: .8rem;
    -webkit-transform: rotate(-90deg) translate(100%, 0);
    -webkit-transform-origin: 100% 0%;
    transform: rotate(-90deg) translate(100%, 0);
    transform-origin: 100% 0%; }
  .hero-header.main-header.node-news-header.bg-video .field-image {
    height: auto !important; }
  .hero-header.main-header.node-news-header.bg-video .hero-row {
    display: none; }
  .hero-header.main-header.node-news-header.bg-video .video-container {
    top: 0 !important;
    bottom: 0 !important;
    position: relative !important; }
  @media print, screen and (min-width: 47.4375em) {
    .hero-header.bg-image.main-header .hero-row, .hero-header.bg-video.main-header .hero-row {
      position: absolute;
      left: 0rem;
      right: 0rem;
      bottom: 0rem;
      top: 0rem; }
      .hero-header.bg-image.main-header .hero-row .hero-column, .hero-header.bg-video.main-header .hero-row .hero-column {
        height: 100%; } }
  .hero-header.bg-image.small-header .hero-row, .hero-header.bg-image.slim-header .hero-row, .hero-header.bg-image.node-header .hero-row, .hero-header.bg-image.top-header .hero-row, .hero-header.bg-video.small-header .hero-row, .hero-header.bg-video.slim-header .hero-row, .hero-header.bg-video.node-header .hero-row, .hero-header.bg-video.top-header .hero-row {
    position: absolute;
    left: 0rem;
    right: 0rem;
    bottom: 0rem;
    top: 0rem; }
    .hero-header.bg-image.small-header .hero-row .hero-column, .hero-header.bg-image.slim-header .hero-row .hero-column, .hero-header.bg-image.node-header .hero-row .hero-column, .hero-header.bg-image.top-header .hero-row .hero-column, .hero-header.bg-video.small-header .hero-row .hero-column, .hero-header.bg-video.slim-header .hero-row .hero-column, .hero-header.bg-video.node-header .hero-row .hero-column, .hero-header.bg-video.top-header .hero-row .hero-column {
      height: 100%; }
  @media screen and (max-width: 89.99875em) {
    .hero-header.bg-image.slim-module-header .hero-row, .hero-header.bg-video.slim-module-header .hero-row {
      position: relative;
      left: 0rem;
      right: 0rem;
      bottom: 0rem;
      top: 0rem;
      height: auto !important; }
      .hero-header.bg-image.slim-module-header .hero-row .hero-column, .hero-header.bg-video.slim-module-header .hero-row .hero-column {
        height: 100%; } }
  @media print, screen and (min-width: 47.4375em) {
    .hero-header.bg-image.slim-module-header .hero-row, .hero-header.bg-video.slim-module-header .hero-row {
      position: absolute;
      left: 0rem;
      right: 0rem;
      bottom: 0rem;
      top: 0rem; }
      .hero-header.bg-image.slim-module-header .hero-row .hero-column, .hero-header.bg-video.slim-module-header .hero-row .hero-column {
        height: 100%; } }
  .hero-header.text-below .hero-row {
    position: relative !important;
    height: auto !important; }
  .hero-header.text-below h1, .hero-header.text-below h2 {
    margin-bottom: .25rem; }
  .hero-header.text-below .field-body {
    margin-top: 1rem !important; }
  .hero-header.text-below h1 span {
    font-size: 90%; }
  .hero-header.text-above .hero-row {
    height: auto !important;
    position: relative !important;
    padding-bottom: 0 !important; }
  .hero-header.bg-image.bg-video .field-image {
    position: relative;
    z-index: 2; }
  .hero-header.bg-image.bg-video .hero-row {
    z-index: 3; }
  .hero-header.transparent .body {
    margin-top: 1rem !important; }
    .hero-header.transparent .body p {
      font-size: 1.2rem !important; }
  .hero-header .field-image {
    z-index: 0; }
  .hero-header .field-image .field-image {
    z-index: 1; }
  .hero-header.playing .field-image .field-image {
    z-index: -1; }
  .hero-header.paused .field-image .field-image {
    z-index: 1; }
  .hero-header .field-image .video-container {
    overflow: hidden;
    position: absolute;
    z-index: 0;
    top: -400px;
    bottom: -400px;
    width: 100%;
    margin: auto; }
  .hero-header .video-embed-field-responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden; }
  .hero-header .field-image .field-item {
    display: none; }
    .hero-header .field-image .field-item.item-1, .hero-header .field-image .field-item.slick-slide {
      display: block; }
  .hero-header .controls {
    z-index: 21;
    position: absolute;
    left: 0;
    bottom: 1.5rem !important;
    top: auto !important;
    padding-top: 0;
    padding-bottom: 0;
    height: auto !important; }
    .hero-header .controls .off, .hero-header .controls .disabled {
      display: none; }
    .hero-header .controls a {
      color: #e6e6e6;
      opacity: .75; }
      .hero-header .controls a:hover {
        color: #97be0d;
        opacity: 1; }
  .hero-header .hero-row {
    overflow: hidden;
    z-index: 1; }
  .hero-header .hero-row .field {
    margin-top: .5rem; }
  .hero-header .hero-row .field.field-link {
    margin-top: 0; }
  .hero-header .video-controls {
    display: none; }
  .hero-header:hover .video-controls {
    display: block; }
  .hero-header .field-text, .hero-header .body {
    max-width: 640px; }
    .hero-header .field-text ul, .hero-header .body ul {
      text-align: left; }
  .hero-header .mobile-centered .field-text, .hero-header .mobile-centered .body,
  .hero-header .small-text-center .field-text,
  .hero-header .small-text-center .body,
  .hero-header .mobile-text-center .field-text,
  .hero-header .mobile-text-center .body,
  .hero-header .medium-text-center .field-text,
  .hero-header .medium-text-center .body,
  .hero-header .small-centered .field-text,
  .hero-header .small-centered .body {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto; }
    .hero-header .mobile-centered .field-text ul, .hero-header .mobile-centered .body ul,
    .hero-header .small-text-center .field-text ul,
    .hero-header .small-text-center .body ul,
    .hero-header .mobile-text-center .field-text ul,
    .hero-header .mobile-text-center .body ul,
    .hero-header .medium-text-center .field-text ul,
    .hero-header .medium-text-center .body ul,
    .hero-header .small-centered .field-text ul,
    .hero-header .small-centered .body ul {
      display: inline-block;
      max-width: 640px;
      margin-left: auto;
      margin-right: auto; }
  .hero-header p:last-child, .hero-header p:last-of-type, .hero-header .tracklist, .hero-header ul:last-child, .hero-header ul:last-of-type {
    margin-bottom: 0; }
  .hero-header.white .node-title small,
  .hero-header.white .node-title {
    color: white; }
  .hero-header.white-silver .node-title {
    color: white; }
  .hero-header.white-silver .node-title small,
  .hero-header.white-silver h2 {
    color: #000000; }
  .hero-header.charcoal-silver .node-title {
    color: #000000; }
  .hero-header.charcoal-silver .node-title small,
  .hero-header.charcoal-silver h2 {
    color: #000000; }

.info .slim-open {
  display: none; }

.info.more .slim-open {
  display: inline; }

.info.more .slim-close {
  display: none; }

.info, .more {
  vertical-align: middle; }

.hero-text-header .info, .hero-text-header .more {
  display: none; }

.touch .controls {
  display: none !important; }

@media all and (max-width: 320px) {
  h1 {
    font-size: 1.5rem; }
  h2 {
    font-size: .925rem; } }

@media screen and (min-width: 53.125em) {
  .hero-column.medium-12 .field-text {
    max-width: 100%;
    display: block;
    -ms-column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -ms-column-gap: 30px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px; } }

.field-slides .field-item {
  display: none; }
  .field-slides .field-item.item-1, .field-slides .field-item.slick-slide {
    display: block; }

.paragraph--type--post::before, .paragraph--type--post::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1; }

.paragraph--type--post::after {
  clear: both; }

.paragraph--type--post h2, .paragraph--type--post h3 {
  line-height: 1.1;
  margin-bottom: 1rem; }

.paragraph--type--post figcaption {
  font-size: .675rem;
  margin-top: .5rem;
  line-height: 1.4;
  color: #404040; }

.desktop-9.medium-8.large-6.xlarge-6.xxlarge-6.desktop-centered.column, .desktop-9.medium-8.large-6.xlarge-6.xxlarge-6.desktop-centered.columns {
  max-width: 600px; }

@media print, screen and (min-width: 63em) {
  .desktop-9.medium-8.large-6.xlarge-6.xxlarge-6.desktop-centered.column, .desktop-9.medium-8.large-6.xlarge-6.xxlarge-6.desktop-centered.columns {
    min-width: 600px; } }

.field-module-teasers {
  margin-top: 2rem !important; }
  @media print, screen and (min-width: 63em) {
    .field-module-teasers {
      margin-top: 0 !important; } }

.community i {
  font-size: 1.5rem; }

.quickstart.view {
  z-index: 1;
  position: relative;
  min-height: 360px;
  padding-bottom: 1.5rem; }
  .quickstart.view p {
    margin-bottom: 1rem; }
  .quickstart.view .column.small-8 h4, .quickstart.view .small-8.columns h4 {
    margin-top: .5rem; }
  .quickstart.view .product-teaser h4 {
    margin-top: .5rem; }
    .quickstart.view .product-teaser h4 a {
      color: #000000; }
  .quickstart.view .product-teaser.STREAM4X5BLACK {
    margin-top: -.5rem; }
    .quickstart.view .product-teaser.STREAM4X5BLACK h4 {
      margin-top: 1rem; }
    .quickstart.view .product-teaser.STREAM4X5BLACK img {
      max-width: 120% !important; }
  .quickstart.view .product-teaser.LCT940 h4, .quickstart.view .product-teaser.LCT840 h4 {
    margin-top: 0; }
  .quickstart.view h4 {
    margin-bottom: 1rem; }
  .quickstart.view li {
    margin-bottom: 1rem; }
  .quickstart.view a[href^="/download/sdoc"] {
    display: none; }

.quickstart-bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  filter: blur(4px);
  opacity: .1;
  height: 100%;
  background-size: cover;
  background-position: top center; }

.community a {
  font-size: .875rem;
  color: #000000;
  font-weight: 500;
  margin-left: .75rem; }

.wechat, .weibo {
  background-size: cover;
  width: 1.8rem;
  height: 1.8rem;
  vertical-align: bottom;
  display: inline-block; }

.wechat {
  background-image: url(/themes/lwt/images/wechat-filled.svg); }

.weibo {
  background-image: url(/themes/lwt/images/weibo-filled.svg); }

.paragraph--type--standard h4 {
  font-size: 1.1rem; }

.lazy-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  padding: .25rem;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(0, 0, 0, 0.9);
  z-index: 1;
  border-radius: 100%;
  font-size: 3rem !important;
  transition: all .3s ease-out;
  cursor: pointer; }

.no-touch .lazy-play:hover {
  color: white;
  background: rgba(0, 0, 0, 0.7); }

.video-controls {
  display: none !important; }

.node-title small {
  display: inline-block;
  line-height: 1.2;
  margin-top: .3rem; }

.field-downloads .icon {
  margin-right: .5rem; }

.field-press-downloads .icon {
  margin-right: .75rem; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.node--basetemplate.full {
  padding-top: 0rem;
  padding-bottom: 2rem; }

.node--type-reseller .hero-header img {
  max-width: 50% !important; }

.node--basetemplate hr {
  border-color: #d0d0d0; }

/*
.large.overlay {
  // @include breakpoint(medium) {
  //   .node--news.teaser h5 {
  //     font-size: 2rem;
  //   }
  // }
  .node--news.teaser {
    overflow:hidden;
    h5,small {
      color:white;
    }
    .node-title,.field_title {
      border-bottom:0;
    }
    .header > .image {
      background:$black;
      img {
        opacity:.8;
      }
    }
    .image, .image a,.image div {
      display:block;
      height:inherit;
    }
    .hidden {
      height:0;
      overflow:hidden;
    }
    img {
      min-height:100%;
    }
    .field-tags {
      display:none;
    }
    .inner {
      @include linear-gradient(20deg,rgba(0, 0, 0, .5) 0%,rgba(0, 0, 0, .5) 15%,rgba(0, 0, 0, 0) 40%);
      background-color:transparent;
      position:absolute;
      bottom:0;
      height:inherit;
      left:0;
      display:table;
      vertical-align:bottom;
      .node-title {
        vertical-align:bottom;
        display:table-cell;
        width:50%;
      }
    }
  }
}
*/
p.small {
  font-size: 80%; }

table {
  font-size: .9rem;
  border-collapse: collapse;
  border-spacing: 0; }
  table strong {
    font-weight: 500; }
  table p {
    font-size: .9rem;
    line-height: 1.3; }
  table td {
    vertical-align: top; }

table, tbody, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

.field-awards-sticker {
  margin-top: 1.25rem !important; }
  .field-awards-sticker img {
    max-height: 100px;
    width: auto;
    margin-right: 1rem !important; }
  .field-awards-sticker li:last-child img {
    margin-right: 0 !important; }

@media screen and (max-width: 89.99875em) {
  .field-awards-sticker li {
    max-width: 115px; } }

.tracklist {
  font-size: .825rem;
  border-radius: 0 0 3px 5px;
  margin-top: -4px; }
  .tracklist .icon {
    font-size: .825rem;
    vertical-align: middle; }
  .tracklist td {
    padding: 0.35rem 0.425rem 0.325rem;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
    /* padding: .35rem 0; */
    white-space: normal; }
  .tracklist tr:first-child td {
    padding-top: 6px; }
  .tracklist tr {
    background: transparent !important; }
  .tracklist a {
    color: #000000; }
    .tracklist a:hover, .tracklist a.active {
      color: #97be0d; }
  .tracklist .pause {
    display: none; }
  .tracklist .play {
    display: inline-block; }
  .tracklist .playing .pause {
    display: inline-block; }
  .tracklist .playing .play {
    display: none; }

.embedded .trackcontainer .less {
  display: none; }

.embedded .trackcontainer .more {
  display: none; }

.embedded .trackcontainer [data-toggle] {
  margin-top: 1rem; }

.embedded .trackcontainer tr:nth-child(n+6) {
  display: none; }

.embedded .trackcontainer.oversize .more {
  display: inline-block; }

.embedded .trackcontainer.oversize.active {
  max-height: none; }
  .embedded .trackcontainer.oversize.active [data-toggle],
  .embedded .trackcontainer.oversize.active .more {
    display: none; }
  .embedded .trackcontainer.oversize.active .less {
    display: inline-block; }
  .embedded .trackcontainer.oversize.active tr {
    display: table-row !important; }

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