@charset "UTF-8";

/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */

/*! 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;
  -webkit-text-decoration: underline dotted;
          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&midi=31.25em&medium=48em&large=64em&xlarge=75em&xxlarge=90em";
}

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

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "FrutigerLTStd", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 200;
  line-height: 2;
  color: #707070;
  -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: 0;
}

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

.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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  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=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 3.8125rem;
  margin: 0 0 1rem;
  padding: 1.4375rem 2rem;
  border: 1px solid #998467;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #998467;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type=text]:focus,
[type=password]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=month]:focus,
[type=week]:focus,
[type=email]:focus,
[type=number]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=time]:focus,
[type=url]:focus,
[type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #998467;
  background-color: #fefefe;
  box-shadow: none;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}

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] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

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

::-webkit-input-placeholder {
  color: #998467;
}

::-moz-placeholder {
  color: #998467;
}

:-ms-input-placeholder {
  color: #998467;
}

::-ms-input-placeholder {
  color: #998467;
}

::placeholder {
  color: #998467;
}

[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: 1rem;
  font-weight: 200;
  line-height: 2;
  color: #998467;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

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

.input-group {
  display: -webkit-box;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
          align-items: stretch;
}

.input-group > :first-child,
.input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group > :last-child,
.input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

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

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  -webkit-box-align: center;
          align-items: center;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

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

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
          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: 3.8125rem;
  margin: 0 0 1rem;
  padding: 1.4375rem 2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #998467;
  border-radius: 0;
  background-color: #998467;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #998467;
  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'><polygon points='0,0 32,0 16,24' style='fill: rgb%28112, 112, 112%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}

@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: 1px solid #998467;
  background-color: #fefefe;
  box-shadow: none;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}

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)::-webkit-input-placeholder {
  color: #cc4b37;
}

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

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

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

.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: 1rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

@media print, screen and (min-width: 48em) {
  p {
    font-size: 1.125rem;
  }
}

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: "FrutigerLTStd", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 200;
  color: #998467;
  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.25rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

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

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

@media print, screen and (min-width: 48em) {
  h1,
  .h1 {
    font-size: 1.5rem;
  }

  h2,
  .h2 {
    font-size: 1.125rem;
  }

  h3,
  .h3 {
    font-size: 1.5rem;
  }

  h4,
  .h4 {
    font-size: 1.0625rem;
  }
}

@media print, screen and (min-width: 64em) {
  h1,
  .h1 {
    font-size: 2.125rem;
  }

  h2,
  .h2 {
    font-size: 1.375rem;
  }

  h3,
  .h3 {
    font-size: 2.125rem;
  }

  h4,
  .h4 {
    font-size: 1.25rem;
  }
}

a {
  line-height: inherit;
  color: #998467;
  text-decoration: none;
  cursor: pointer;
  /* &:hover, */
}

a:focus {
  color: #847258;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    color: #847258;
  }
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 102.5rem;
  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.6;
}

li {
  font-size: inherit;
  position: relative;
}

@media print, screen and (min-width: 48em) {
  li {
    font-size: 1.125rem;
  }
}

li::before {
  content: "\B7";
  position: absolute;
  left: -16px;
  line-height: 0.8;
  font-size: 2rem;
}

ul {
  margin-left: 2.25rem;
  list-style-type: none;
}

ol {
  margin-left: 2.25rem;
}

ol li p {
  margin-bottom: 0;
}

ol li::before {
  content: none;
}

ul ul,
ul ol,
ol ul,
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.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #707070;
}

abbr,
abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  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: #0a0a0a;
}

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

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

.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: #707070;
  font-size: 0.8125rem;
}

.cite-block:before,
cite:before {
  content: "\2014   ";
}

.code-inline,
code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 200;
  color: #0a0a0a;
  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: 200;
  color: #0a0a0a;
  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: 31.25em) {
  .midi-text-left {
    text-align: left;
  }

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

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

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

@media print, screen and (min-width: 48em) {
  .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: 64em) {
  .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: 75em) {
  .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: 90em) {
  .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;
    -webkit-print-color-adjust: economy;
            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 #707070;
    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;
  }
}

.grid-container {
  padding-right: 1.3125rem;
  padding-left: 1.3125rem;
  max-width: 102.5rem;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 48em) {
  .grid-container {
    padding-right: 2.1875rem;
    padding-left: 2.1875rem;
  }
}

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

@media print, screen and (min-width: 48em) {
  .grid-container.fluid {
    padding-right: 2.1875rem;
    padding-left: 2.1875rem;
  }
}

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

.grid-x {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}

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

.cell.auto {
  -webkit-box-flex: 1;
          flex: 1 1 0px;
}

.cell.shrink {
  -webkit-box-flex: 0;
          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: 31.25em) {
  .grid-x > .midi-shrink,
  .grid-x > .midi-full,
  .grid-x > .midi-1,
  .grid-x > .midi-2,
  .grid-x > .midi-3,
  .grid-x > .midi-4,
  .grid-x > .midi-5,
  .grid-x > .midi-6,
  .grid-x > .midi-7,
  .grid-x > .midi-8,
  .grid-x > .midi-9,
  .grid-x > .midi-10,
  .grid-x > .midi-11,
  .grid-x > .midi-12 {
    flex-basis: auto;
  }
}

@media print, screen and (min-width: 48em) {
  .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: 64em) {
  .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: 75em) {
  .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: 90em) {
  .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-12,
.grid-x > .small-11,
.grid-x > .small-10,
.grid-x > .small-9,
.grid-x > .small-8,
.grid-x > .small-7,
.grid-x > .small-6,
.grid-x > .small-5,
.grid-x > .small-4,
.grid-x > .small-3,
.grid-x > .small-2,
.grid-x > .small-1 {
  -webkit-box-flex: 0;
          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: 31.25em) {
  .grid-x > .midi-auto {
    -webkit-box-flex: 1;
            flex: 1 1 0px;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
            flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .medium-12,
  .grid-x > .medium-11,
  .grid-x > .medium-10,
  .grid-x > .medium-9,
  .grid-x > .medium-8,
  .grid-x > .medium-7,
  .grid-x > .medium-6,
  .grid-x > .medium-5,
  .grid-x > .medium-4,
  .grid-x > .medium-3,
  .grid-x > .medium-2,
  .grid-x > .medium-1,
  .grid-x > .medium-shrink {
    -webkit-box-flex: 0;
            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: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
            flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .large-12,
  .grid-x > .large-11,
  .grid-x > .large-10,
  .grid-x > .large-9,
  .grid-x > .large-8,
  .grid-x > .large-7,
  .grid-x > .large-6,
  .grid-x > .large-5,
  .grid-x > .large-4,
  .grid-x > .large-3,
  .grid-x > .large-2,
  .grid-x > .large-1,
  .grid-x > .large-shrink {
    -webkit-box-flex: 0;
            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: 75em) {
  .grid-x > .xlarge-auto {
    -webkit-box-flex: 1;
            flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .xlarge-12,
  .grid-x > .xlarge-11,
  .grid-x > .xlarge-10,
  .grid-x > .xlarge-9,
  .grid-x > .xlarge-8,
  .grid-x > .xlarge-7,
  .grid-x > .xlarge-6,
  .grid-x > .xlarge-5,
  .grid-x > .xlarge-4,
  .grid-x > .xlarge-3,
  .grid-x > .xlarge-2,
  .grid-x > .xlarge-1,
  .grid-x > .xlarge-shrink {
    -webkit-box-flex: 0;
            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: 90em) {
  .grid-x > .xxlarge-auto {
    -webkit-box-flex: 1;
            flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .xxlarge-12,
  .grid-x > .xxlarge-11,
  .grid-x > .xxlarge-10,
  .grid-x > .xxlarge-9,
  .grid-x > .xxlarge-8,
  .grid-x > .xxlarge-7,
  .grid-x > .xxlarge-6,
  .grid-x > .xxlarge-5,
  .grid-x > .xxlarge-4,
  .grid-x > .xxlarge-3,
  .grid-x > .xxlarge-2,
  .grid-x > .xxlarge-1,
  .grid-x > .xxlarge-shrink {
    -webkit-box-flex: 0;
            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: 64em) {
  .grid-margin-x {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}

.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x > .cell {
    width: calc(100% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}

.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: 31.25em) {
  .grid-margin-x > .midi-auto {
    width: auto;
  }

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

  .grid-margin-x > .midi-1 {
    width: calc(8.3333333333% - 1.25rem);
  }

  .grid-margin-x > .midi-2 {
    width: calc(16.6666666667% - 1.25rem);
  }

  .grid-margin-x > .midi-3 {
    width: calc(25% - 1.25rem);
  }

  .grid-margin-x > .midi-4 {
    width: calc(33.3333333333% - 1.25rem);
  }

  .grid-margin-x > .midi-5 {
    width: calc(41.6666666667% - 1.25rem);
  }

  .grid-margin-x > .midi-6 {
    width: calc(50% - 1.25rem);
  }

  .grid-margin-x > .midi-7 {
    width: calc(58.3333333333% - 1.25rem);
  }

  .grid-margin-x > .midi-8 {
    width: calc(66.6666666667% - 1.25rem);
  }

  .grid-margin-x > .midi-9 {
    width: calc(75% - 1.25rem);
  }

  .grid-margin-x > .midi-10 {
    width: calc(83.3333333333% - 1.25rem);
  }

  .grid-margin-x > .midi-11 {
    width: calc(91.6666666667% - 1.25rem);
  }

  .grid-margin-x > .midi-12 {
    width: calc(100% - 1.25rem);
  }
}

@media print, screen and (min-width: 48em) {
  .grid-margin-x > .medium-auto {
    width: auto;
  }

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

  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.25rem);
  }

  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.25rem);
  }

  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.25rem);
  }

  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.25rem);
  }

  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.25rem);
  }

  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.25rem);
  }

  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.25rem);
  }

  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.25rem);
  }

  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.25rem);
  }

  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.25rem);
  }

  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.25rem);
  }

  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.25rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x > .auto {
    width: auto;
  }

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

  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 2.5rem);
  }

  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 2.5rem);
  }

  .grid-margin-x > .small-3 {
    width: calc(25% - 2.5rem);
  }

  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 2.5rem);
  }

  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 2.5rem);
  }

  .grid-margin-x > .small-6 {
    width: calc(50% - 2.5rem);
  }

  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 2.5rem);
  }

  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 2.5rem);
  }

  .grid-margin-x > .small-9 {
    width: calc(75% - 2.5rem);
  }

  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 2.5rem);
  }

  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 2.5rem);
  }

  .grid-margin-x > .small-12 {
    width: calc(100% - 2.5rem);
  }

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

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

  .grid-margin-x > .midi-1 {
    width: calc(8.3333333333% - 2.5rem);
  }

  .grid-margin-x > .midi-2 {
    width: calc(16.6666666667% - 2.5rem);
  }

  .grid-margin-x > .midi-3 {
    width: calc(25% - 2.5rem);
  }

  .grid-margin-x > .midi-4 {
    width: calc(33.3333333333% - 2.5rem);
  }

  .grid-margin-x > .midi-5 {
    width: calc(41.6666666667% - 2.5rem);
  }

  .grid-margin-x > .midi-6 {
    width: calc(50% - 2.5rem);
  }

  .grid-margin-x > .midi-7 {
    width: calc(58.3333333333% - 2.5rem);
  }

  .grid-margin-x > .midi-8 {
    width: calc(66.6666666667% - 2.5rem);
  }

  .grid-margin-x > .midi-9 {
    width: calc(75% - 2.5rem);
  }

  .grid-margin-x > .midi-10 {
    width: calc(83.3333333333% - 2.5rem);
  }

  .grid-margin-x > .midi-11 {
    width: calc(91.6666666667% - 2.5rem);
  }

  .grid-margin-x > .midi-12 {
    width: calc(100% - 2.5rem);
  }

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

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

  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 2.5rem);
  }

  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 2.5rem);
  }

  .grid-margin-x > .medium-3 {
    width: calc(25% - 2.5rem);
  }

  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 2.5rem);
  }

  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 2.5rem);
  }

  .grid-margin-x > .medium-6 {
    width: calc(50% - 2.5rem);
  }

  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 2.5rem);
  }

  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 2.5rem);
  }

  .grid-margin-x > .medium-9 {
    width: calc(75% - 2.5rem);
  }

  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 2.5rem);
  }

  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 2.5rem);
  }

  .grid-margin-x > .medium-12 {
    width: calc(100% - 2.5rem);
  }

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

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

  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 2.5rem);
  }

  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 2.5rem);
  }

  .grid-margin-x > .large-3 {
    width: calc(25% - 2.5rem);
  }

  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 2.5rem);
  }

  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 2.5rem);
  }

  .grid-margin-x > .large-6 {
    width: calc(50% - 2.5rem);
  }

  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 2.5rem);
  }

  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 2.5rem);
  }

  .grid-margin-x > .large-9 {
    width: calc(75% - 2.5rem);
  }

  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 2.5rem);
  }

  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 2.5rem);
  }

  .grid-margin-x > .large-12 {
    width: calc(100% - 2.5rem);
  }
}

@media screen and (min-width: 75em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }

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

  .grid-margin-x > .xlarge-1 {
    width: calc(8.3333333333% - 2.5rem);
  }

  .grid-margin-x > .xlarge-2 {
    width: calc(16.6666666667% - 2.5rem);
  }

  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 2.5rem);
  }

  .grid-margin-x > .xlarge-4 {
    width: calc(33.3333333333% - 2.5rem);
  }

  .grid-margin-x > .xlarge-5 {
    width: calc(41.6666666667% - 2.5rem);
  }

  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 2.5rem);
  }

  .grid-margin-x > .xlarge-7 {
    width: calc(58.3333333333% - 2.5rem);
  }

  .grid-margin-x > .xlarge-8 {
    width: calc(66.6666666667% - 2.5rem);
  }

  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 2.5rem);
  }

  .grid-margin-x > .xlarge-10 {
    width: calc(83.3333333333% - 2.5rem);
  }

  .grid-margin-x > .xlarge-11 {
    width: calc(91.6666666667% - 2.5rem);
  }

  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 2.5rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }

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

  .grid-margin-x > .xxlarge-1 {
    width: calc(8.3333333333% - 2.5rem);
  }

  .grid-margin-x > .xxlarge-2 {
    width: calc(16.6666666667% - 2.5rem);
  }

  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 2.5rem);
  }

  .grid-margin-x > .xxlarge-4 {
    width: calc(33.3333333333% - 2.5rem);
  }

  .grid-margin-x > .xxlarge-5 {
    width: calc(41.6666666667% - 2.5rem);
  }

  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 2.5rem);
  }

  .grid-margin-x > .xxlarge-7 {
    width: calc(58.3333333333% - 2.5rem);
  }

  .grid-margin-x > .xxlarge-8 {
    width: calc(66.6666666667% - 2.5rem);
  }

  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 2.5rem);
  }

  .grid-margin-x > .xxlarge-10 {
    width: calc(83.3333333333% - 2.5rem);
  }

  .grid-margin-x > .xxlarge-11 {
    width: calc(91.6666666667% - 2.5rem);
  }

  .grid-margin-x > .xxlarge-12 {
    width: calc(100% - 2.5rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 64em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 64em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}

.grid-padding-x > .cell {
  padding-right: 1.3125rem;
  padding-left: 1.3125rem;
}

@media print, screen and (min-width: 48em) {
  .grid-padding-x > .cell {
    padding-right: 2.1875rem;
    padding-left: 2.1875rem;
  }
}

.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: 31.25em) {
  .midi-up-1 > .cell {
    width: 100%;
  }

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .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: 64em) {
  .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: 75em) {
  .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: 90em) {
  .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: 31.25em) {
  .grid-margin-x.midi-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }

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

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

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

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

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

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

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

@media print, screen and (min-width: 64em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 75em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }

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

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

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

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

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

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

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

@media screen and (min-width: 90em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }

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

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

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

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

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

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

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

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

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

.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}

.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}

.small-margin-collapse > .small-3 {
  width: 25%;
}

.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}

.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}

.small-margin-collapse > .small-6 {
  width: 50%;
}

.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}

.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}

.small-margin-collapse > .small-9 {
  width: 75%;
}

.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}

.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}

.small-margin-collapse > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 31.25em) {
  .small-margin-collapse > .midi-1 {
    width: 8.3333333333%;
  }

  .small-margin-collapse > .midi-2 {
    width: 16.6666666667%;
  }

  .small-margin-collapse > .midi-3 {
    width: 25%;
  }

  .small-margin-collapse > .midi-4 {
    width: 33.3333333333%;
  }

  .small-margin-collapse > .midi-5 {
    width: 41.6666666667%;
  }

  .small-margin-collapse > .midi-6 {
    width: 50%;
  }

  .small-margin-collapse > .midi-7 {
    width: 58.3333333333%;
  }

  .small-margin-collapse > .midi-8 {
    width: 66.6666666667%;
  }

  .small-margin-collapse > .midi-9 {
    width: 75%;
  }

  .small-margin-collapse > .midi-10 {
    width: 83.3333333333%;
  }

  .small-margin-collapse > .midi-11 {
    width: 91.6666666667%;
  }

  .small-margin-collapse > .midi-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }

  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }

  .small-margin-collapse > .medium-3 {
    width: 25%;
  }

  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }

  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }

  .small-margin-collapse > .medium-6 {
    width: 50%;
  }

  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }

  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }

  .small-margin-collapse > .medium-9 {
    width: 75%;
  }

  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }

  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }

  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }

  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }

  .small-margin-collapse > .large-3 {
    width: 25%;
  }

  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }

  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }

  .small-margin-collapse > .large-6 {
    width: 50%;
  }

  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }

  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }

  .small-margin-collapse > .large-9 {
    width: 75%;
  }

  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }

  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }

  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }

  .small-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }

  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }

  .small-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }

  .small-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }

  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }

  .small-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }

  .small-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }

  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }

  .small-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }

  .small-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }

  .small-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }

  .small-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }

  .small-margin-collapse > .xxlarge-3 {
    width: 25%;
  }

  .small-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }

  .small-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }

  .small-margin-collapse > .xxlarge-6 {
    width: 50%;
  }

  .small-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }

  .small-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }

  .small-margin-collapse > .xxlarge-9 {
    width: 75%;
  }

  .small-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }

  .small-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }

  .small-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

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

.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 31.25em) {
  .midi-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .midi-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 31.25em) {
  .midi-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }

  .midi-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }

  .midi-margin-collapse > .small-3 {
    width: 25%;
  }

  .midi-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }

  .midi-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }

  .midi-margin-collapse > .small-6 {
    width: 50%;
  }

  .midi-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }

  .midi-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }

  .midi-margin-collapse > .small-9 {
    width: 75%;
  }

  .midi-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }

  .midi-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }

  .midi-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 31.25em) {
  .midi-margin-collapse > .midi-1 {
    width: 8.3333333333%;
  }

  .midi-margin-collapse > .midi-2 {
    width: 16.6666666667%;
  }

  .midi-margin-collapse > .midi-3 {
    width: 25%;
  }

  .midi-margin-collapse > .midi-4 {
    width: 33.3333333333%;
  }

  .midi-margin-collapse > .midi-5 {
    width: 41.6666666667%;
  }

  .midi-margin-collapse > .midi-6 {
    width: 50%;
  }

  .midi-margin-collapse > .midi-7 {
    width: 58.3333333333%;
  }

  .midi-margin-collapse > .midi-8 {
    width: 66.6666666667%;
  }

  .midi-margin-collapse > .midi-9 {
    width: 75%;
  }

  .midi-margin-collapse > .midi-10 {
    width: 83.3333333333%;
  }

  .midi-margin-collapse > .midi-11 {
    width: 91.6666666667%;
  }

  .midi-margin-collapse > .midi-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .midi-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }

  .midi-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }

  .midi-margin-collapse > .medium-3 {
    width: 25%;
  }

  .midi-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }

  .midi-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }

  .midi-margin-collapse > .medium-6 {
    width: 50%;
  }

  .midi-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }

  .midi-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }

  .midi-margin-collapse > .medium-9 {
    width: 75%;
  }

  .midi-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }

  .midi-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }

  .midi-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .midi-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }

  .midi-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }

  .midi-margin-collapse > .large-3 {
    width: 25%;
  }

  .midi-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }

  .midi-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }

  .midi-margin-collapse > .large-6 {
    width: 50%;
  }

  .midi-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }

  .midi-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }

  .midi-margin-collapse > .large-9 {
    width: 75%;
  }

  .midi-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }

  .midi-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }

  .midi-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .midi-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }

  .midi-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }

  .midi-margin-collapse > .xlarge-3 {
    width: 25%;
  }

  .midi-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }

  .midi-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }

  .midi-margin-collapse > .xlarge-6 {
    width: 50%;
  }

  .midi-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }

  .midi-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }

  .midi-margin-collapse > .xlarge-9 {
    width: 75%;
  }

  .midi-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }

  .midi-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }

  .midi-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .midi-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }

  .midi-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }

  .midi-margin-collapse > .xxlarge-3 {
    width: 25%;
  }

  .midi-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }

  .midi-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }

  .midi-margin-collapse > .xxlarge-6 {
    width: 50%;
  }

  .midi-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }

  .midi-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }

  .midi-margin-collapse > .xxlarge-9 {
    width: 75%;
  }

  .midi-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }

  .midi-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }

  .midi-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 31.25em) {
  .midi-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .midi-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }

  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }

  .medium-margin-collapse > .small-3 {
    width: 25%;
  }

  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }

  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }

  .medium-margin-collapse > .small-6 {
    width: 50%;
  }

  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }

  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }

  .medium-margin-collapse > .small-9 {
    width: 75%;
  }

  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }

  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }

  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .midi-1 {
    width: 8.3333333333%;
  }

  .medium-margin-collapse > .midi-2 {
    width: 16.6666666667%;
  }

  .medium-margin-collapse > .midi-3 {
    width: 25%;
  }

  .medium-margin-collapse > .midi-4 {
    width: 33.3333333333%;
  }

  .medium-margin-collapse > .midi-5 {
    width: 41.6666666667%;
  }

  .medium-margin-collapse > .midi-6 {
    width: 50%;
  }

  .medium-margin-collapse > .midi-7 {
    width: 58.3333333333%;
  }

  .medium-margin-collapse > .midi-8 {
    width: 66.6666666667%;
  }

  .medium-margin-collapse > .midi-9 {
    width: 75%;
  }

  .medium-margin-collapse > .midi-10 {
    width: 83.3333333333%;
  }

  .medium-margin-collapse > .midi-11 {
    width: 91.6666666667%;
  }

  .medium-margin-collapse > .midi-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }

  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }

  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }

  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }

  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }

  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }

  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }

  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }

  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }

  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }

  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }

  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }

  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }

  .medium-margin-collapse > .large-3 {
    width: 25%;
  }

  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }

  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }

  .medium-margin-collapse > .large-6 {
    width: 50%;
  }

  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }

  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }

  .medium-margin-collapse > .large-9 {
    width: 75%;
  }

  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }

  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }

  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }

  .medium-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }

  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }

  .medium-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }

  .medium-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }

  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }

  .medium-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }

  .medium-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }

  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }

  .medium-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }

  .medium-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }

  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }

  .medium-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }

  .medium-margin-collapse > .xxlarge-3 {
    width: 25%;
  }

  .medium-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }

  .medium-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }

  .medium-margin-collapse > .xxlarge-6 {
    width: 50%;
  }

  .medium-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }

  .medium-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }

  .medium-margin-collapse > .xxlarge-9 {
    width: 75%;
  }

  .medium-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }

  .medium-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }

  .medium-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }

  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }

  .large-margin-collapse > .small-3 {
    width: 25%;
  }

  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }

  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }

  .large-margin-collapse > .small-6 {
    width: 50%;
  }

  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }

  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }

  .large-margin-collapse > .small-9 {
    width: 75%;
  }

  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }

  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }

  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .midi-1 {
    width: 8.3333333333%;
  }

  .large-margin-collapse > .midi-2 {
    width: 16.6666666667%;
  }

  .large-margin-collapse > .midi-3 {
    width: 25%;
  }

  .large-margin-collapse > .midi-4 {
    width: 33.3333333333%;
  }

  .large-margin-collapse > .midi-5 {
    width: 41.6666666667%;
  }

  .large-margin-collapse > .midi-6 {
    width: 50%;
  }

  .large-margin-collapse > .midi-7 {
    width: 58.3333333333%;
  }

  .large-margin-collapse > .midi-8 {
    width: 66.6666666667%;
  }

  .large-margin-collapse > .midi-9 {
    width: 75%;
  }

  .large-margin-collapse > .midi-10 {
    width: 83.3333333333%;
  }

  .large-margin-collapse > .midi-11 {
    width: 91.6666666667%;
  }

  .large-margin-collapse > .midi-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }

  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }

  .large-margin-collapse > .medium-3 {
    width: 25%;
  }

  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }

  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }

  .large-margin-collapse > .medium-6 {
    width: 50%;
  }

  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }

  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }

  .large-margin-collapse > .medium-9 {
    width: 75%;
  }

  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }

  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }

  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }

  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }

  .large-margin-collapse > .large-3 {
    width: 25%;
  }

  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }

  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }

  .large-margin-collapse > .large-6 {
    width: 50%;
  }

  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }

  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }

  .large-margin-collapse > .large-9 {
    width: 75%;
  }

  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }

  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }

  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }

  .large-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }

  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }

  .large-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }

  .large-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }

  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }

  .large-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }

  .large-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }

  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }

  .large-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }

  .large-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }

  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }

  .large-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }

  .large-margin-collapse > .xxlarge-3 {
    width: 25%;
  }

  .large-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }

  .large-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }

  .large-margin-collapse > .xxlarge-6 {
    width: 50%;
  }

  .large-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }

  .large-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }

  .large-margin-collapse > .xxlarge-9 {
    width: 75%;
  }

  .large-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }

  .large-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }

  .large-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }

  .xlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }

  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }

  .xlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }

  .xlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }

  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }

  .xlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }

  .xlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }

  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }

  .xlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }

  .xlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }

  .xlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .midi-1 {
    width: 8.3333333333%;
  }

  .xlarge-margin-collapse > .midi-2 {
    width: 16.6666666667%;
  }

  .xlarge-margin-collapse > .midi-3 {
    width: 25%;
  }

  .xlarge-margin-collapse > .midi-4 {
    width: 33.3333333333%;
  }

  .xlarge-margin-collapse > .midi-5 {
    width: 41.6666666667%;
  }

  .xlarge-margin-collapse > .midi-6 {
    width: 50%;
  }

  .xlarge-margin-collapse > .midi-7 {
    width: 58.3333333333%;
  }

  .xlarge-margin-collapse > .midi-8 {
    width: 66.6666666667%;
  }

  .xlarge-margin-collapse > .midi-9 {
    width: 75%;
  }

  .xlarge-margin-collapse > .midi-10 {
    width: 83.3333333333%;
  }

  .xlarge-margin-collapse > .midi-11 {
    width: 91.6666666667%;
  }

  .xlarge-margin-collapse > .midi-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }

  .xlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }

  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }

  .xlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }

  .xlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }

  .xlarge-margin-collapse > .medium-6 {
    width: 50%;
  }

  .xlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }

  .xlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }

  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }

  .xlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }

  .xlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }

  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }

  .xlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }

  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }

  .xlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }

  .xlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }

  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }

  .xlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }

  .xlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }

  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }

  .xlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }

  .xlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }

  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }

  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }

  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }

  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }

  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }

  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }

  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }

  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }

  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }

  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }

  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }

  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }

  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }

  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }

  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }

  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }

  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }

  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }

  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }

  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }

  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }

  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }

  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .xlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .xxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }

  .xxlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }

  .xxlarge-margin-collapse > .small-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }

  .xxlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }

  .xxlarge-margin-collapse > .small-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }

  .xxlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }

  .xxlarge-margin-collapse > .small-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }

  .xxlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }

  .xxlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .midi-1 {
    width: 8.3333333333%;
  }

  .xxlarge-margin-collapse > .midi-2 {
    width: 16.6666666667%;
  }

  .xxlarge-margin-collapse > .midi-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse > .midi-4 {
    width: 33.3333333333%;
  }

  .xxlarge-margin-collapse > .midi-5 {
    width: 41.6666666667%;
  }

  .xxlarge-margin-collapse > .midi-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse > .midi-7 {
    width: 58.3333333333%;
  }

  .xxlarge-margin-collapse > .midi-8 {
    width: 66.6666666667%;
  }

  .xxlarge-margin-collapse > .midi-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse > .midi-10 {
    width: 83.3333333333%;
  }

  .xxlarge-margin-collapse > .midi-11 {
    width: 91.6666666667%;
  }

  .xxlarge-margin-collapse > .midi-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }

  .xxlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }

  .xxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }

  .xxlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }

  .xxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }

  .xxlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }

  .xxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }

  .xxlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }

  .xxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }

  .xxlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }

  .xxlarge-margin-collapse > .large-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }

  .xxlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }

  .xxlarge-margin-collapse > .large-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }

  .xxlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }

  .xxlarge-margin-collapse > .large-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }

  .xxlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }

  .xxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }

  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }

  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }

  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }

  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }

  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }

  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }

  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }

  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }

  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }

  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }

  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }

  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }

  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }

  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }

  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }

  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .xxlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.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: 31.25em) {
  .midi-offset-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 90em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-y {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
}

.grid-y > .cell {
  height: auto;
  max-height: none;
}

.grid-y > .auto {
  height: auto;
}

.grid-y > .shrink {
  height: auto;
}

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

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

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

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

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

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

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

.grid-y > .small-1 {
  height: 8.3333333333%;
}

.grid-y > .small-2 {
  height: 16.6666666667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.3333333333%;
}

.grid-y > .small-5 {
  height: 41.6666666667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.3333333333%;
}

.grid-y > .small-8 {
  height: 66.6666666667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.3333333333%;
}

.grid-y > .small-11 {
  height: 91.6666666667%;
}

.grid-y > .small-12 {
  height: 100%;
}

@media print, screen and (min-width: 31.25em) {
  .grid-y > .midi-auto {
    -webkit-box-flex: 1;
            flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .midi-12,
  .grid-y > .midi-11,
  .grid-y > .midi-10,
  .grid-y > .midi-9,
  .grid-y > .midi-8,
  .grid-y > .midi-7,
  .grid-y > .midi-6,
  .grid-y > .midi-5,
  .grid-y > .midi-4,
  .grid-y > .midi-3,
  .grid-y > .midi-2,
  .grid-y > .midi-1,
  .grid-y > .midi-shrink {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
  }

  .grid-y > .midi-shrink {
    height: auto;
  }

  .grid-y > .midi-1 {
    height: 8.3333333333%;
  }

  .grid-y > .midi-2 {
    height: 16.6666666667%;
  }

  .grid-y > .midi-3 {
    height: 25%;
  }

  .grid-y > .midi-4 {
    height: 33.3333333333%;
  }

  .grid-y > .midi-5 {
    height: 41.6666666667%;
  }

  .grid-y > .midi-6 {
    height: 50%;
  }

  .grid-y > .midi-7 {
    height: 58.3333333333%;
  }

  .grid-y > .midi-8 {
    height: 66.6666666667%;
  }

  .grid-y > .midi-9 {
    height: 75%;
  }

  .grid-y > .midi-10 {
    height: 83.3333333333%;
  }

  .grid-y > .midi-11 {
    height: 91.6666666667%;
  }

  .grid-y > .midi-12 {
    height: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
            flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .medium-12,
  .grid-y > .medium-11,
  .grid-y > .medium-10,
  .grid-y > .medium-9,
  .grid-y > .medium-8,
  .grid-y > .medium-7,
  .grid-y > .medium-6,
  .grid-y > .medium-5,
  .grid-y > .medium-4,
  .grid-y > .medium-3,
  .grid-y > .medium-2,
  .grid-y > .medium-1,
  .grid-y > .medium-shrink {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
  }

  .grid-y > .medium-shrink {
    height: auto;
  }

  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }

  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }

  .grid-y > .medium-3 {
    height: 25%;
  }

  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }

  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }

  .grid-y > .medium-6 {
    height: 50%;
  }

  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }

  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }

  .grid-y > .medium-9 {
    height: 75%;
  }

  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }

  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }

  .grid-y > .medium-12 {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
            flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .large-12,
  .grid-y > .large-11,
  .grid-y > .large-10,
  .grid-y > .large-9,
  .grid-y > .large-8,
  .grid-y > .large-7,
  .grid-y > .large-6,
  .grid-y > .large-5,
  .grid-y > .large-4,
  .grid-y > .large-3,
  .grid-y > .large-2,
  .grid-y > .large-1,
  .grid-y > .large-shrink {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
  }

  .grid-y > .large-shrink {
    height: auto;
  }

  .grid-y > .large-1 {
    height: 8.3333333333%;
  }

  .grid-y > .large-2 {
    height: 16.6666666667%;
  }

  .grid-y > .large-3 {
    height: 25%;
  }

  .grid-y > .large-4 {
    height: 33.3333333333%;
  }

  .grid-y > .large-5 {
    height: 41.6666666667%;
  }

  .grid-y > .large-6 {
    height: 50%;
  }

  .grid-y > .large-7 {
    height: 58.3333333333%;
  }

  .grid-y > .large-8 {
    height: 66.6666666667%;
  }

  .grid-y > .large-9 {
    height: 75%;
  }

  .grid-y > .large-10 {
    height: 83.3333333333%;
  }

  .grid-y > .large-11 {
    height: 91.6666666667%;
  }

  .grid-y > .large-12 {
    height: 100%;
  }
}

@media screen and (min-width: 75em) {
  .grid-y > .xlarge-auto {
    -webkit-box-flex: 1;
            flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .xlarge-12,
  .grid-y > .xlarge-11,
  .grid-y > .xlarge-10,
  .grid-y > .xlarge-9,
  .grid-y > .xlarge-8,
  .grid-y > .xlarge-7,
  .grid-y > .xlarge-6,
  .grid-y > .xlarge-5,
  .grid-y > .xlarge-4,
  .grid-y > .xlarge-3,
  .grid-y > .xlarge-2,
  .grid-y > .xlarge-1,
  .grid-y > .xlarge-shrink {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
  }

  .grid-y > .xlarge-shrink {
    height: auto;
  }

  .grid-y > .xlarge-1 {
    height: 8.3333333333%;
  }

  .grid-y > .xlarge-2 {
    height: 16.6666666667%;
  }

  .grid-y > .xlarge-3 {
    height: 25%;
  }

  .grid-y > .xlarge-4 {
    height: 33.3333333333%;
  }

  .grid-y > .xlarge-5 {
    height: 41.6666666667%;
  }

  .grid-y > .xlarge-6 {
    height: 50%;
  }

  .grid-y > .xlarge-7 {
    height: 58.3333333333%;
  }

  .grid-y > .xlarge-8 {
    height: 66.6666666667%;
  }

  .grid-y > .xlarge-9 {
    height: 75%;
  }

  .grid-y > .xlarge-10 {
    height: 83.3333333333%;
  }

  .grid-y > .xlarge-11 {
    height: 91.6666666667%;
  }

  .grid-y > .xlarge-12 {
    height: 100%;
  }
}

@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-auto {
    -webkit-box-flex: 1;
            flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .xxlarge-12,
  .grid-y > .xxlarge-11,
  .grid-y > .xxlarge-10,
  .grid-y > .xxlarge-9,
  .grid-y > .xxlarge-8,
  .grid-y > .xxlarge-7,
  .grid-y > .xxlarge-6,
  .grid-y > .xxlarge-5,
  .grid-y > .xxlarge-4,
  .grid-y > .xxlarge-3,
  .grid-y > .xxlarge-2,
  .grid-y > .xxlarge-1,
  .grid-y > .xxlarge-shrink {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
  }

  .grid-y > .xxlarge-shrink {
    height: auto;
  }

  .grid-y > .xxlarge-1 {
    height: 8.3333333333%;
  }

  .grid-y > .xxlarge-2 {
    height: 16.6666666667%;
  }

  .grid-y > .xxlarge-3 {
    height: 25%;
  }

  .grid-y > .xxlarge-4 {
    height: 33.3333333333%;
  }

  .grid-y > .xxlarge-5 {
    height: 41.6666666667%;
  }

  .grid-y > .xxlarge-6 {
    height: 50%;
  }

  .grid-y > .xxlarge-7 {
    height: 58.3333333333%;
  }

  .grid-y > .xxlarge-8 {
    height: 66.6666666667%;
  }

  .grid-y > .xxlarge-9 {
    height: 75%;
  }

  .grid-y > .xxlarge-10 {
    height: 83.3333333333%;
  }

  .grid-y > .xxlarge-11 {
    height: 91.6666666667%;
  }

  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 64em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}

.grid-padding-y > .cell {
  padding-top: 1.3125rem;
  padding-bottom: 1.3125rem;
}

@media print, screen and (min-width: 48em) {
  .grid-padding-y > .cell {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.5rem);
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 31.25em) {
  .grid-margin-y > .midi-auto {
    height: auto;
  }

  .grid-margin-y > .midi-shrink {
    height: auto;
  }

  .grid-margin-y > .midi-1 {
    height: calc(8.3333333333% - 1.25rem);
  }

  .grid-margin-y > .midi-2 {
    height: calc(16.6666666667% - 1.25rem);
  }

  .grid-margin-y > .midi-3 {
    height: calc(25% - 1.25rem);
  }

  .grid-margin-y > .midi-4 {
    height: calc(33.3333333333% - 1.25rem);
  }

  .grid-margin-y > .midi-5 {
    height: calc(41.6666666667% - 1.25rem);
  }

  .grid-margin-y > .midi-6 {
    height: calc(50% - 1.25rem);
  }

  .grid-margin-y > .midi-7 {
    height: calc(58.3333333333% - 1.25rem);
  }

  .grid-margin-y > .midi-8 {
    height: calc(66.6666666667% - 1.25rem);
  }

  .grid-margin-y > .midi-9 {
    height: calc(75% - 1.25rem);
  }

  .grid-margin-y > .midi-10 {
    height: calc(83.3333333333% - 1.25rem);
  }

  .grid-margin-y > .midi-11 {
    height: calc(91.6666666667% - 1.25rem);
  }

  .grid-margin-y > .midi-12 {
    height: calc(100% - 1.25rem);
  }
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y > .medium-auto {
    height: auto;
  }

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.25rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.25rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.25rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.25rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.25rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.25rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.25rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.25rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.25rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.25rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.25rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.25rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .auto {
    height: auto;
  }

  .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2.5rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2.5rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(25% - 2.5rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2.5rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2.5rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(50% - 2.5rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2.5rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2.5rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(75% - 2.5rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2.5rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2.5rem);
  }

  .grid-margin-y > .small-12 {
    height: calc(100% - 2.5rem);
  }

  .grid-margin-y > .midi-auto {
    height: auto;
  }

  .grid-margin-y > .midi-shrink {
    height: auto;
  }

  .grid-margin-y > .midi-1 {
    height: calc(8.3333333333% - 2.5rem);
  }

  .grid-margin-y > .midi-2 {
    height: calc(16.6666666667% - 2.5rem);
  }

  .grid-margin-y > .midi-3 {
    height: calc(25% - 2.5rem);
  }

  .grid-margin-y > .midi-4 {
    height: calc(33.3333333333% - 2.5rem);
  }

  .grid-margin-y > .midi-5 {
    height: calc(41.6666666667% - 2.5rem);
  }

  .grid-margin-y > .midi-6 {
    height: calc(50% - 2.5rem);
  }

  .grid-margin-y > .midi-7 {
    height: calc(58.3333333333% - 2.5rem);
  }

  .grid-margin-y > .midi-8 {
    height: calc(66.6666666667% - 2.5rem);
  }

  .grid-margin-y > .midi-9 {
    height: calc(75% - 2.5rem);
  }

  .grid-margin-y > .midi-10 {
    height: calc(83.3333333333% - 2.5rem);
  }

  .grid-margin-y > .midi-11 {
    height: calc(91.6666666667% - 2.5rem);
  }

  .grid-margin-y > .midi-12 {
    height: calc(100% - 2.5rem);
  }

  .grid-margin-y > .medium-auto {
    height: auto;
  }

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2.5rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2.5rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.5rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2.5rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2.5rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.5rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2.5rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2.5rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.5rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2.5rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2.5rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.5rem);
  }

  .grid-margin-y > .large-auto {
    height: auto;
  }

  .grid-margin-y > .large-shrink {
    height: auto;
  }

  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 2.5rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 2.5rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(25% - 2.5rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 2.5rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 2.5rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(50% - 2.5rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 2.5rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 2.5rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(75% - 2.5rem);
  }

  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 2.5rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 2.5rem);
  }

  .grid-margin-y > .large-12 {
    height: calc(100% - 2.5rem);
  }
}

@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }

  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }

  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 2.5rem);
  }

  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 2.5rem);
  }

  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 2.5rem);
  }

  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 2.5rem);
  }

  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 2.5rem);
  }

  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 2.5rem);
  }

  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 2.5rem);
  }

  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 2.5rem);
  }

  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 2.5rem);
  }

  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 2.5rem);
  }

  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 2.5rem);
  }

  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 2.5rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }

  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }

  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 2.5rem);
  }

  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 2.5rem);
  }

  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 2.5rem);
  }

  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 2.5rem);
  }

  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 2.5rem);
  }

  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 2.5rem);
  }

  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 2.5rem);
  }

  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 2.5rem);
  }

  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 2.5rem);
  }

  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 2.5rem);
  }

  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 2.5rem);
  }

  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 2.5rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  max-height: 100%;
}

.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 31.25em) {
  .midi-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    width: 100vw;
  }

  .cell .midi-grid-frame {
    width: 100%;
  }

  .midi-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .midi-cell-block-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    max-height: 100%;
  }

  .midi-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .midi-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    width: 100vw;
  }

  .cell .medium-grid-frame {
    width: 100%;
  }

  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .medium-cell-block-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    max-height: 100%;
  }

  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    width: 100vw;
  }

  .cell .large-grid-frame {
    width: 100%;
  }

  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .large-cell-block-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    max-height: 100%;
  }

  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    width: 100vw;
  }

  .cell .xlarge-grid-frame {
    width: 100%;
  }

  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .xlarge-cell-block-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    max-height: 100%;
  }

  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    width: 100vw;
  }

  .cell .xxlarge-grid-frame {
    width: 100%;
  }

  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .xxlarge-cell-block-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    max-height: 100%;
  }

  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
          align-items: stretch;
  height: 100vh;
}

@media print, screen and (min-width: 31.25em) {
  .grid-y.midi-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

@media print, screen and (min-width: 48em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

@media screen and (min-width: 75em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

@media screen and (min-width: 90em) {
  .grid-y.xxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 31.25em) {
  .cell .grid-y.midi-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

@media screen and (min-width: 75em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}

@media screen and (min-width: 90em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.5rem);
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 31.25em) {
  .grid-margin-y > .midi-auto {
    height: auto;
  }

  .grid-margin-y > .midi-shrink {
    height: auto;
  }

  .grid-margin-y > .midi-1 {
    height: calc(8.3333333333% - 1.25rem);
  }

  .grid-margin-y > .midi-2 {
    height: calc(16.6666666667% - 1.25rem);
  }

  .grid-margin-y > .midi-3 {
    height: calc(25% - 1.25rem);
  }

  .grid-margin-y > .midi-4 {
    height: calc(33.3333333333% - 1.25rem);
  }

  .grid-margin-y > .midi-5 {
    height: calc(41.6666666667% - 1.25rem);
  }

  .grid-margin-y > .midi-6 {
    height: calc(50% - 1.25rem);
  }

  .grid-margin-y > .midi-7 {
    height: calc(58.3333333333% - 1.25rem);
  }

  .grid-margin-y > .midi-8 {
    height: calc(66.6666666667% - 1.25rem);
  }

  .grid-margin-y > .midi-9 {
    height: calc(75% - 1.25rem);
  }

  .grid-margin-y > .midi-10 {
    height: calc(83.3333333333% - 1.25rem);
  }

  .grid-margin-y > .midi-11 {
    height: calc(91.6666666667% - 1.25rem);
  }

  .grid-margin-y > .midi-12 {
    height: calc(100% - 1.25rem);
  }
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y > .medium-auto {
    height: auto;
  }

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.25rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.25rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.25rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.25rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.25rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.25rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.25rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.25rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.25rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.25rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.25rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.25rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .auto {
    height: auto;
  }

  .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2.5rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2.5rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(25% - 2.5rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2.5rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2.5rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(50% - 2.5rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2.5rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2.5rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(75% - 2.5rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2.5rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2.5rem);
  }

  .grid-margin-y > .small-12 {
    height: calc(100% - 2.5rem);
  }

  .grid-margin-y > .midi-auto {
    height: auto;
  }

  .grid-margin-y > .midi-shrink {
    height: auto;
  }

  .grid-margin-y > .midi-1 {
    height: calc(8.3333333333% - 2.5rem);
  }

  .grid-margin-y > .midi-2 {
    height: calc(16.6666666667% - 2.5rem);
  }

  .grid-margin-y > .midi-3 {
    height: calc(25% - 2.5rem);
  }

  .grid-margin-y > .midi-4 {
    height: calc(33.3333333333% - 2.5rem);
  }

  .grid-margin-y > .midi-5 {
    height: calc(41.6666666667% - 2.5rem);
  }

  .grid-margin-y > .midi-6 {
    height: calc(50% - 2.5rem);
  }

  .grid-margin-y > .midi-7 {
    height: calc(58.3333333333% - 2.5rem);
  }

  .grid-margin-y > .midi-8 {
    height: calc(66.6666666667% - 2.5rem);
  }

  .grid-margin-y > .midi-9 {
    height: calc(75% - 2.5rem);
  }

  .grid-margin-y > .midi-10 {
    height: calc(83.3333333333% - 2.5rem);
  }

  .grid-margin-y > .midi-11 {
    height: calc(91.6666666667% - 2.5rem);
  }

  .grid-margin-y > .midi-12 {
    height: calc(100% - 2.5rem);
  }

  .grid-margin-y > .medium-auto {
    height: auto;
  }

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2.5rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2.5rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.5rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2.5rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2.5rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.5rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2.5rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2.5rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.5rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2.5rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2.5rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.5rem);
  }

  .grid-margin-y > .large-auto {
    height: auto;
  }

  .grid-margin-y > .large-shrink {
    height: auto;
  }

  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 2.5rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 2.5rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(25% - 2.5rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 2.5rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 2.5rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(50% - 2.5rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 2.5rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 2.5rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(75% - 2.5rem);
  }

  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 2.5rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 2.5rem);
  }

  .grid-margin-y > .large-12 {
    height: calc(100% - 2.5rem);
  }
}

@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }

  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }

  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 2.5rem);
  }

  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 2.5rem);
  }

  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 2.5rem);
  }

  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 2.5rem);
  }

  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 2.5rem);
  }

  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 2.5rem);
  }

  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 2.5rem);
  }

  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 2.5rem);
  }

  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 2.5rem);
  }

  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 2.5rem);
  }

  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 2.5rem);
  }

  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 2.5rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }

  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }

  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 2.5rem);
  }

  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 2.5rem);
  }

  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 2.5rem);
  }

  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 2.5rem);
  }

  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 2.5rem);
  }

  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 2.5rem);
  }

  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 2.5rem);
  }

  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 2.5rem);
  }

  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 2.5rem);
  }

  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 2.5rem);
  }

  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 2.5rem);
  }

  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 2.5rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print, screen and (min-width: 31.25em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem);
  }
}

@media print, screen and (min-width: 48em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.5rem);
  }
}

@media screen and (min-width: 75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.5rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.5rem);
  }
}

@media print, screen and (min-width: 31.25em) {
  .grid-margin-y.midi-grid-frame {
    height: calc(100vh + 1.25rem);
  }
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.25rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 2.5rem);
  }
}

@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 2.5rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 2.5rem);
  }
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  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: 1rem;
}

.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: #fefefe;
  color: #998467;
}

.button:hover,
.button:focus {
  background-color: #d8d8d8;
  color: #998467;
}

.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: #998467;
  color: #0a0a0a;
}

.button.primary:hover,
.button.primary:focus {
  background-color: #7b6a52;
  color: #0a0a0a;
}

.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: #9E0135;
  color: #0a0a0a;
}

.button.secondary:hover,
.button.secondary:focus {
  background-color: #7e012a;
  color: #0a0a0a;
}

.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: #0a0a0a;
}

.button.success:hover,
.button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.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: #0a0a0a;
}

.button.warning:hover,
.button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.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: #0a0a0a;
}

.button.alert:hover,
.button.alert:focus {
  background-color: #a53b2a;
  color: #0a0a0a;
}

.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: 1px solid #fefefe;
  color: #fefefe;
}

.button.hollow:hover,
.button.hollow:focus {
  border-color: #7f7f7f;
  color: #7f7f7f;
}

.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: 1px solid #998467;
  color: #998467;
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
  border-color: #4d4233;
  color: #4d4233;
}

.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: 1px solid #9E0135;
  color: #9E0135;
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
  border-color: #4f011b;
  color: #4f011b;
}

.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: 1px 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: 1px 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: 1px 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: #fefefe;
}

.button.clear:hover,
.button.clear:focus {
  color: #7f7f7f;
}

.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: #998467;
}

.button.clear.primary:hover,
.button.clear.primary:focus {
  color: #4d4233;
}

.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: #9E0135;
}

.button.clear.secondary:hover,
.button.clear.secondary:focus {
  color: #4f011b;
}

.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: 1em;
}

.button.dropdown.hollow::after,
.button.dropdown.clear::after {
  border-top-color: #fefefe;
}

.button.dropdown.hollow.primary::after,
.button.dropdown.clear.primary::after {
  border-top-color: #998467;
}

.button.dropdown.hollow.secondary::after,
.button.dropdown.clear.secondary::after {
  border-top-color: #9E0135;
}

.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;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: none;
  border-radius: 0;
  background-color: white;
  color: #707070;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #f0ede8;
  color: #707070;
}

.callout.secondary {
  background-color: #ffcbdc;
  color: #707070;
}

.callout.success {
  background-color: #e1faea;
  color: #707070;
}

.callout.warning {
  background-color: #fff3d9;
  color: #707070;
}

.callout.alert {
  background-color: #f7e4e1;
  color: #707070;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.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: 0 0 0 0;
}

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

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 2.5rem 1rem 1.25rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #998467;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}

.accordion-title:hover,
.accordion-title:focus {
  background-color: #fefefe;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  line-height: 1px;
  right: 1rem;
  content: "+";
}

.is-active > .accordion-title::before {
  content: "\2013";
}

.accordion-content {
  display: none;
  padding: 1.5rem 1.5625rem 1.5625rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #707070;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  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;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu,
.menu.horizontal {
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.menu.vertical {
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.menu.expanded li {
  -webkit-box-flex: 1;
          flex: 1 1 0px;
}

.menu.simple {
  -webkit-box-align: center;
          align-items: center;
}

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 31.25em) {
  .menu.midi-horizontal {
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .menu.midi-vertical {
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .menu.midi-expanded li {
    -webkit-box-flex: 1;
            flex: 1 1 0px;
  }

  .menu.midi-simple li {
    -webkit-box-flex: 1;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 48em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .menu.medium-vertical {
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .menu.medium-expanded li {
    -webkit-box-flex: 1;
            flex: 1 1 0px;
  }

  .menu.medium-simple li {
    -webkit-box-flex: 1;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .menu.large-vertical {
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .menu.large-expanded li {
    -webkit-box-flex: 1;
            flex: 1 1 0px;
  }

  .menu.large-simple li {
    -webkit-box-flex: 1;
            flex: 1 1 0px;
  }
}

@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal {
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .menu.xlarge-vertical {
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .menu.xlarge-expanded li {
    -webkit-box-flex: 1;
            flex: 1 1 0px;
  }

  .menu.xlarge-simple li {
    -webkit-box-flex: 1;
            flex: 1 1 0px;
  }
}

@media screen and (min-width: 90em) {
  .menu.xxlarge-horizontal {
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .menu.xxlarge-vertical {
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .menu.xxlarge-expanded li {
    -webkit-box-flex: 1;
            flex: 1 1 0px;
  }

  .menu.xxlarge-simple li {
    -webkit-box-flex: 1;
            flex: 1 1 0px;
  }
}

.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

.menu.icons a {
  display: -webkit-box;
  display: flex;
}

.menu.icon-top a,
.menu.icon-right a,
.menu.icon-bottom a,
.menu.icon-left a {
  display: -webkit-box;
  display: flex;
}

.menu.icon-left li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          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: #998467;
  color: #0a0a0a;
}

.menu .active > a {
  background: #998467;
  color: #0a0a0a;
}

.menu.align-left {
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.menu.align-right li {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.menu.align-right li .submenu li {
  -webkit-box-pack: start;
          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: 1rem;
  margin-left: 0;
}

.menu.align-center li {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.menu.align-center li .submenu li {
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  -webkit-box-pack: center;
          justify-content: center;
}

.menu-centered > .menu li {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.menu-centered > .menu li .submenu li {
  -webkit-box-pack: start;
          justify-content: flex-start;
}

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

.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;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.clearfix::after {
  clear: both;
}

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

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

.align-center {
  -webkit-box-pack: center;
          justify-content: center;
}

.align-justify {
  -webkit-box-pack: justify;
          justify-content: space-between;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-order-1 {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
          order: 6;
}

@media print, screen and (min-width: 31.25em) {
  .midi-order-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .midi-order-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .midi-order-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .midi-order-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .midi-order-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .midi-order-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .large-order-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .large-order-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .large-order-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .large-order-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .large-order-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .xxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .xxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .xxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .xxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .xxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
}

.flex-container {
  display: -webkit-box;
  display: flex;
}

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

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

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

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}

@media print, screen and (min-width: 31.25em) {
  .midi-flex-container {
    display: -webkit-box;
    display: flex;
  }

  .midi-flex-child-auto {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

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

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

  .midi-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .midi-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .midi-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .midi-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-flex-container {
    display: -webkit-box;
    display: flex;
  }

  .medium-flex-child-auto {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

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

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

  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: flex;
  }

  .large-flex-child-auto {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

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

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

  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: -webkit-box;
    display: flex;
  }

  .xlarge-flex-child-auto {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

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

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

  .xlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .xlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .xlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .xlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-flex-container {
    display: -webkit-box;
    display: flex;
  }

  .xxlarge-flex-child-auto {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

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

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

  .xxlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .xxlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .xxlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .xxlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

@media screen and (min-width: 31.25em) and (max-width: 47.99875em) {
  .hide-for-midi-only {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 89.99875em) {
  .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;
  }
}

/* purgecss start ignore */

header h1 {
  font-family: "Times New Roman", "Times", serif;
  font-weight: 700;
  text-transform: uppercase;
}

.vsc .vsc-tooltip-content {
  background: #998467;
}

.vsc .vsc-tooltip-content::before {
  border-color: transparent transparent #998467 transparent;
}

.vsc .vsc-tooltip-element-top .vsc-tooltip-content::before {
  border-color: #998467 transparent transparent transparent;
}

.vsc .vsc-item-personaldata .vsc-item-content-info .vsc-subtitle,
.vsc .vsc-item-summary .vsc-item-content-info .vsc-subtitle,
.vsc .vsc-item-cancelation .vsc-item-content-info .vsc-subtitle,
.vsc .vsc-item-payment .vsc-item-content-info .vsc-subtitle,
.vsc .vsc-item-personaldata .vsc-item-content-contact .vsc-subtitle,
.vsc .vsc-item-summary .vsc-item-content-contact .vsc-subtitle,
.vsc .vsc-item-cancelation .vsc-item-content-contact .vsc-subtitle,
.vsc .vsc-item-payment .vsc-item-content-contact .vsc-subtitle {
  font-weight: 200;
  color: #998467 !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1.0625rem;
}

@media print, screen and (min-width: 48em) {
  .vsc .vsc-item-personaldata .vsc-item-content-info .vsc-subtitle,
  .vsc .vsc-item-summary .vsc-item-content-info .vsc-subtitle,
  .vsc .vsc-item-cancelation .vsc-item-content-info .vsc-subtitle,
  .vsc .vsc-item-payment .vsc-item-content-info .vsc-subtitle,
  .vsc .vsc-item-personaldata .vsc-item-content-contact .vsc-subtitle,
  .vsc .vsc-item-summary .vsc-item-content-contact .vsc-subtitle,
  .vsc .vsc-item-cancelation .vsc-item-content-contact .vsc-subtitle,
  .vsc .vsc-item-payment .vsc-item-content-contact .vsc-subtitle {
    letter-spacing: 2.6px;
    font-size: 1.125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .vsc .vsc-item-personaldata .vsc-item-content-info .vsc-subtitle,
  .vsc .vsc-item-summary .vsc-item-content-info .vsc-subtitle,
  .vsc .vsc-item-cancelation .vsc-item-content-info .vsc-subtitle,
  .vsc .vsc-item-payment .vsc-item-content-info .vsc-subtitle,
  .vsc .vsc-item-personaldata .vsc-item-content-contact .vsc-subtitle,
  .vsc .vsc-item-summary .vsc-item-content-contact .vsc-subtitle,
  .vsc .vsc-item-cancelation .vsc-item-content-contact .vsc-subtitle,
  .vsc .vsc-item-payment .vsc-item-content-contact .vsc-subtitle {
    letter-spacing: 3.3px;
    font-size: 1.375rem;
  }
}

.buchung li::before,
#vri-container-2812 li::before {
  content: none;
}

.buchung .vsc-item-head,
.buchung .vsc-item-body,
.buchung .vsc-item-collapsed,
#vri-container-2812 .vsc-item-head,
#vri-container-2812 .vsc-item-body,
#vri-container-2812 .vsc-item-collapsed {
  padding-left: 1.3125rem;
  padding-right: 1.3125rem;
}

@media print, screen and (min-width: 48em) {
  .buchung .vsc-item-head,
  .buchung .vsc-item-body,
  .buchung .vsc-item-collapsed,
  #vri-container-2812 .vsc-item-head,
  #vri-container-2812 .vsc-item-body,
  #vri-container-2812 .vsc-item-collapsed {
    padding-right: 2.1875rem;
    padding-left: 2.1875rem;
  }
}

.buchung .vsc-item-calendar-hint-default,
#vri-container-2812 .vsc-item-calendar-hint-default {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
}

@media print, screen and (min-width: 48em) {
  .buchung .vsc-item-calendar-hint-default,
  #vri-container-2812 .vsc-item-calendar-hint-default {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

.buchung .vsc-item-calendar-hint-default div,
#vri-container-2812 .vsc-item-calendar-hint-default div {
  margin: 0;
}

.buchung .vsc-content,
#vri-container-2812 .vsc-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

@media screen and (min-width: 58.8125em) {
  .buchung .vsc-content,
  #vri-container-2812 .vsc-content {
    display: block;
  }
}

.buchung .vsc-item-calendar-left,
#vri-container-2812 .vsc-item-calendar-left {
  max-width: 100%;
}

.buchung .vsc-icon,
#vri-container-2812 .vsc-icon {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.buchung .vsc,
#vri-container-2812 .vsc {
  color: #998467;
  max-width: inherit;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  font-family: "FrutigerLTStd";
  font-style: normal;
  font-weight: 200;
  font-size: 1rem;
  text-rendering: optimizeLegibility;
  line-height: 1.6;
}

@media print, screen and (min-width: 48em) {
  .buchung .vsc,
  #vri-container-2812 .vsc {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 75em) {
  .buchung .vsc::before,
  #vri-container-2812 .vsc::before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 110px;
    background-color: #F5F2EF;
    top: 0;
    left: 0;
  }
}

.buchung .vsc .vsc-navigation-fixed,
#vri-container-2812 .vsc .vsc-navigation-fixed {
  position: relative;
  box-shadow: none;
}

.buchung .vsc .vsc-item-roomtypes-price,
#vri-container-2812 .vsc .vsc-item-roomtypes-price {
  font-weight: 200;
  color: #998467 !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1.0625rem;
  padding-top: 1.25rem;
  border-color: #998467;
  margin: 0.625rem 0 0.9375rem;
}

@media print, screen and (min-width: 48em) {
  .buchung .vsc .vsc-item-roomtypes-price,
  #vri-container-2812 .vsc .vsc-item-roomtypes-price {
    letter-spacing: 2.6px;
    font-size: 1.125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .buchung .vsc .vsc-item-roomtypes-price,
  #vri-container-2812 .vsc .vsc-item-roomtypes-price {
    letter-spacing: 3.3px;
    font-size: 1.375rem;
  }
}

.buchung .vsc a,
#vri-container-2812 .vsc a {
  text-decoration: none;
  color: #998467 !important;
  color: #998467;
  font-size: 1rem;
}

@media print, screen and (min-width: 48em) {
  .buchung .vsc a,
  #vri-container-2812 .vsc a {
    font-size: 1.125rem;
  }
}

.buchung .vsc a:hover,
#vri-container-2812 .vsc a:hover {
  text-decoration: underline;
  color: #998467;
}

.buchung .vsc .vsc-title,
#vri-container-2812 .vsc .vsc-title {
  font-weight: 200 !important;
  text-transform: uppercase;
  font-size: 1.0625rem;
}

.buchung .vsc .vsc-title .vsc-element-select-label,
#vri-container-2812 .vsc .vsc-title .vsc-element-select-label {
  text-transform: none;
}

@media print, screen and (min-width: 48em) {
  .buchung .vsc .vsc-title,
  #vri-container-2812 .vsc .vsc-title {
    font-size: 1.125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .buchung .vsc .vsc-title,
  #vri-container-2812 .vsc .vsc-title {
    font-size: 1.375rem !important;
  }
}

.buchung .vsc-buttons-container,
#vri-container-2812 .vsc-buttons-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

@media screen and (min-width: 58.8125em) {
  .buchung .vsc-buttons-container,
  #vri-container-2812 .vsc-buttons-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

.buchung .vsc-buttons-container .vsc-button,
#vri-container-2812 .vsc-buttons-container .vsc-button {
  margin-top: 0;
}

.buchung .vsc-navigation,
#vri-container-2812 .vsc-navigation {
  width: 100%;
  background: #F5F2EF;
}

@media screen and (min-width: 75em) {
  .buchung .vsc-navigation,
  #vri-container-2812 .vsc-navigation {
    max-width: 67.5rem !important;
  }
}

.buchung .vsc-navigation ul[id],
#vri-container-2812 .vsc-navigation ul[id] {
  background: transparent;
  margin: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  height: 110px;
  -webkit-box-align: center;
          align-items: center;
  padding-bottom: 30px;
  padding-right: 2.1875rem;
  padding-left: 2.1875rem;
}

.buchung .vsc-navigation ul[id] li:last-child,
#vri-container-2812 .vsc-navigation ul[id] li:last-child {
  display: none;
}

.buchung .vsc-navigation ul[id] .vsc-icon,
#vri-container-2812 .vsc-navigation ul[id] .vsc-icon {
  display: none;
}

.buchung .vsc-navigation ul[id] .vsc-navigation-item-content,
#vri-container-2812 .vsc-navigation ul[id] .vsc-navigation-item-content {
  color: #998467;
  font-size: 1rem;
  padding: 0;
  overflow: visible;
  font-weight: 200;
}

@media print, screen and (min-width: 48em) {
  .buchung .vsc-navigation ul[id] .vsc-navigation-item-content,
  #vri-container-2812 .vsc-navigation ul[id] .vsc-navigation-item-content {
    font-size: 1.125rem;
  }
}

.buchung .vsc-navigation ul[id] .vsc-navigation-item-disabled,
#vri-container-2812 .vsc-navigation ul[id] .vsc-navigation-item-disabled {
  opacity: 1;
}

.buchung .vsc-navigation-progress,
#vri-container-2812 .vsc-navigation-progress {
  background: #998467;
  border-radius: 0;
  box-shadow: none;
  bottom: 35px;
  left: 2.1875rem;
}

.buchung .vsc-navigation-progress span,
#vri-container-2812 .vsc-navigation-progress span {
  color: #998467;
}

.buchung .vsc-items,
#vri-container-2812 .vsc-items {
  width: 100%;
}

@media screen and (min-width: 75em) {
  .buchung .vsc-items,
  #vri-container-2812 .vsc-items {
    max-width: 67.5rem;
  }
}

.buchung .vsc-items .vsc-item-collapsed-item,
#vri-container-2812 .vsc-items .vsc-item-collapsed-item {
  overflow: visible;
  margin: 0;
}

.buchung .vsc-items .vsc-item-lock,
#vri-container-2812 .vsc-items .vsc-item-lock {
  opacity: 1;
}

.buchung .vsc-remote .vsc-item-head div,
#vri-container-2812 .vsc-remote .vsc-item-head div {
  line-height: 100%;
}

.buchung .vsc-item-icon,
#vri-container-2812 .vsc-item-icon {
  display: none;
}

.buchung .vsc-item-head,
.buchung .vsc-item-collapse:checked,
#vri-container-2812 .vsc-item-head,
#vri-container-2812 .vsc-item-collapse:checked {
  font-weight: 200;
  color: #998467 !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1.0625rem;
  background: #F5F2EF !important;
  padding-top: 1.375rem;
  padding-bottom: 1.1875rem;
  border-color: #F5F2EF;
}

@media print, screen and (min-width: 48em) {
  .buchung .vsc-item-head,
  .buchung .vsc-item-collapse:checked,
  #vri-container-2812 .vsc-item-head,
  #vri-container-2812 .vsc-item-collapse:checked {
    letter-spacing: 2.6px;
    font-size: 1.125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .buchung .vsc-item-head,
  .buchung .vsc-item-collapse:checked,
  #vri-container-2812 .vsc-item-head,
  #vri-container-2812 .vsc-item-collapse:checked {
    letter-spacing: 3.3px;
    font-size: 1.375rem;
  }
}

.buchung .vsc-item-head ~ .vsc-item-collapsed,
.buchung .vsc-item-collapse:checked ~ .vsc-item-collapsed,
#vri-container-2812 .vsc-item-head ~ .vsc-item-collapsed,
#vri-container-2812 .vsc-item-collapse:checked ~ .vsc-item-collapsed {
  font-size: 1rem;
  padding-top: 1.375rem;
  padding-bottom: 1.1875rem;
  padding-left: 1.3125rem;
  padding-right: 1.3125rem;
  border: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  font-weight: 200;
  background: #F5F2EF !important;
  color: #998467 !important;
}

@media print, screen and (min-width: 48em) {
  .buchung .vsc-item-head ~ .vsc-item-collapsed,
  .buchung .vsc-item-collapse:checked ~ .vsc-item-collapsed,
  #vri-container-2812 .vsc-item-head ~ .vsc-item-collapsed,
  #vri-container-2812 .vsc-item-collapse:checked ~ .vsc-item-collapsed {
    font-size: 1.125rem;
  }
}

@media print, screen and (min-width: 48em) {
  .buchung .vsc-item-head ~ .vsc-item-collapsed,
  .buchung .vsc-item-collapse:checked ~ .vsc-item-collapsed,
  #vri-container-2812 .vsc-item-head ~ .vsc-item-collapsed,
  #vri-container-2812 .vsc-item-collapse:checked ~ .vsc-item-collapsed {
    padding-right: 2.1875rem;
    padding-left: 2.1875rem;
  }
}

.buchung .vsc-item-roomtypes .vsc-item-collapsed-item-persons .vsc-icon::before,
#vri-container-2812 .vsc-item-roomtypes .vsc-item-collapsed-item-persons .vsc-icon::before {
  color: #998467;
}

.buchung .vsc-item-roomtypes .vsc-menu .vsc-menu-item-state-requestable,
.buchung .vsc-item-roomtypes .vsc-menu .vsc-menu-item-state-closed,
#vri-container-2812 .vsc-item-roomtypes .vsc-menu .vsc-menu-item-state-requestable,
#vri-container-2812 .vsc-item-roomtypes .vsc-menu .vsc-menu-item-state-closed {
  color: #998467;
  background: #F5F2EF;
}

.buchung .vsc-item-roomtypes .vsc-menu .vsc-menu-item-input:checked + .vsc-menu-item-state-requestable,
.buchung .vsc-item-roomtypes .vsc-menu .vsc-menu-item-input:checked + .vsc-menu-item-state-closed,
#vri-container-2812 .vsc-item-roomtypes .vsc-menu .vsc-menu-item-input:checked + .vsc-menu-item-state-requestable,
#vri-container-2812 .vsc-item-roomtypes .vsc-menu .vsc-menu-item-input:checked + .vsc-menu-item-state-closed {
  background: #998467;
  color: #fefefe;
}

.buchung .vsc-item,
#vri-container-2812 .vsc-item {
  margin-top: 1.375rem;
}

.buchung .vsc-item .vdp-wrapper,
#vri-container-2812 .vsc-item .vdp-wrapper {
  display: -webkit-box;
  display: flex;
}

.buchung .vsc-item .vdp-wrapper .vdp,
#vri-container-2812 .vsc-item .vdp-wrapper .vdp {
  max-width: inherit;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}

.buchung .vsc-item .vdp-wrapper .vdp .vdp-days,
#vri-container-2812 .vsc-item .vdp-wrapper .vdp .vdp-days {
  max-width: 255px;
}

.buchung .vsc-item .vdp-wrapper .vdp .vdp-month,
#vri-container-2812 .vsc-item .vdp-wrapper .vdp .vdp-month {
  width: 100%;
}

.buchung .vsc-item .vdp-head,
#vri-container-2812 .vsc-item .vdp-head {
  background: #998467;
}

.buchung .vsc-item .vdp-days .vdp-cell.vsc-date-bookable,
#vri-container-2812 .vsc-item .vdp-days .vdp-cell.vsc-date-bookable {
  background: #EDEDED;
  color: #707070;
}

.buchung .vsc-item .vdp-days .vdp-cell.vsc-date-bookable:hover,
#vri-container-2812 .vsc-item .vdp-days .vdp-cell.vsc-date-bookable:hover {
  background-color: #998467;
}

.buchung .vsc-item .vsc-menu-visible,
#vri-container-2812 .vsc-item .vsc-menu-visible {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 1rem;
  background: #998467;
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 48em) {
  .buchung .vsc-item .vsc-menu-visible,
  #vri-container-2812 .vsc-item .vsc-menu-visible {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 58.8125em) {
  .buchung .vsc-item .vsc-menu-visible,
  #vri-container-2812 .vsc-item .vsc-menu-visible {
    display: none;
  }
}

.buchung .vsc-item .vdp-days .vdp-cell span,
#vri-container-2812 .vsc-item .vdp-days .vdp-cell span {
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.buchung .vsc-item .vdp-days .vdp-cell.vsc-date-bookable,
.buchung .vsc-item .vdp-days .vdp-cell.vsc-date-bookable *,
#vri-container-2812 .vsc-item .vdp-days .vdp-cell.vsc-date-bookable,
#vri-container-2812 .vsc-item .vdp-days .vdp-cell.vsc-date-bookable * {
  color: #707070;
}

.buchung .vsc-item .vdp-days .vdp-cell.vsc-date-highlight,
.buchung .vsc-item .vdp-days .vdp-cell.vsc-date-bookable:hover,
.buchung .vsc-item .vdp-days .vdp-cell.vsc-date-free:hover,
.buchung .vsc-item .vdp-days .vdp-cell.vdp-date-selected,
.buchung .vsc-item .vdp-days .vdp-cell.vdp-date-selected,
.buchung .vsc-item .vdp-days .vdp-cell.vdp-date-range,
.buchung .vsc-item .vdp-days .vdp-cell.vsc-date-disabled.vdp-date-selected,
#vri-container-2812 .vsc-item .vdp-days .vdp-cell.vsc-date-highlight,
#vri-container-2812 .vsc-item .vdp-days .vdp-cell.vsc-date-bookable:hover,
#vri-container-2812 .vsc-item .vdp-days .vdp-cell.vsc-date-free:hover,
#vri-container-2812 .vsc-item .vdp-days .vdp-cell.vdp-date-selected,
#vri-container-2812 .vsc-item .vdp-days .vdp-cell.vdp-date-selected,
#vri-container-2812 .vsc-item .vdp-days .vdp-cell.vdp-date-range,
#vri-container-2812 .vsc-item .vdp-days .vdp-cell.vsc-date-disabled.vdp-date-selected {
  background-color: #998467 !important;
}

.buchung .vsc-item .vdp-days .vdp-cell.vsc-date-highlight span,
.buchung .vsc-item .vdp-days .vdp-cell.vsc-date-bookable:hover span,
.buchung .vsc-item .vdp-days .vdp-cell.vsc-date-free:hover span,
.buchung .vsc-item .vdp-days .vdp-cell.vdp-date-selected span,
.buchung .vsc-item .vdp-days .vdp-cell.vdp-date-selected span,
.buchung .vsc-item .vdp-days .vdp-cell.vdp-date-range span,
.buchung .vsc-item .vdp-days .vdp-cell.vsc-date-disabled.vdp-date-selected span,
#vri-container-2812 .vsc-item .vdp-days .vdp-cell.vsc-date-highlight span,
#vri-container-2812 .vsc-item .vdp-days .vdp-cell.vsc-date-bookable:hover span,
#vri-container-2812 .vsc-item .vdp-days .vdp-cell.vsc-date-free:hover span,
#vri-container-2812 .vsc-item .vdp-days .vdp-cell.vdp-date-selected span,
#vri-container-2812 .vsc-item .vdp-days .vdp-cell.vdp-date-selected span,
#vri-container-2812 .vsc-item .vdp-days .vdp-cell.vdp-date-range span,
#vri-container-2812 .vsc-item .vdp-days .vdp-cell.vsc-date-disabled.vdp-date-selected span {
  color: #fefefe;
}

.buchung .vsc-item .vdp-days .vdp-cell.vsc-date-highlight > span,
#vri-container-2812 .vsc-item .vdp-days .vdp-cell.vsc-date-highlight > span {
  color: #fefefe;
}

.buchung .vsc-item .vdp-days .vdp-cell.vsc-date-requestable,
#vri-container-2812 .vsc-item .vdp-days .vdp-cell.vsc-date-requestable {
  background-color: #EDEDED;
}

.buchung .vsc-item .vdp-days .vdp-cell.vsc-date-requestable span,
#vri-container-2812 .vsc-item .vdp-days .vdp-cell.vsc-date-requestable span {
  color: #707070;
}

.buchung .vsc-item .vdp-days .vdp-cell.vsc-date-requestable.vsc-date-highlight,
#vri-container-2812 .vsc-item .vdp-days .vdp-cell.vsc-date-requestable.vsc-date-highlight {
  background-color: #998467;
}

.buchung .vsc-item .vdp-days .vdp-cell.vsc-date-requestable.vsc-date-highlight span,
#vri-container-2812 .vsc-item .vdp-days .vdp-cell.vsc-date-requestable.vsc-date-highlight span {
  color: #fefefe;
}

.buchung .vsc-item .vdp-days .vdp-date-reset > *:first-child::before,
#vri-container-2812 .vsc-item .vdp-days .vdp-date-reset > *:first-child::before {
  border: none;
  background: #998467;
}

.buchung .vsc-item .vsc-menu-item-input:checked + .vsc-menu-item-label,
#vri-container-2812 .vsc-item .vsc-menu-item-input:checked + .vsc-menu-item-label {
  background: #998467;
  color: #fefefe;
}

.buchung .vsc-item .vsc-menu-item-input:checked + .vsc-menu-item-label .vsc-right::after,
#vri-container-2812 .vsc-item .vsc-menu-item-input:checked + .vsc-menu-item-label .vsc-right::after {
  display: none;
}

.buchung .vsc-item.vsc-item-calendar .vsc-item-title,
#vri-container-2812 .vsc-item.vsc-item-calendar .vsc-item-title {
  font-weight: 200;
  color: #998467 !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1.0625rem;
  margin-top: 0.625rem;
  margin-bottom: 1.5625rem;
}

@media print, screen and (min-width: 48em) {
  .buchung .vsc-item.vsc-item-calendar .vsc-item-title,
  #vri-container-2812 .vsc-item.vsc-item-calendar .vsc-item-title {
    letter-spacing: 2.6px;
    font-size: 1.125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .buchung .vsc-item.vsc-item-calendar .vsc-item-title,
  #vri-container-2812 .vsc-item.vsc-item-calendar .vsc-item-title {
    letter-spacing: 3.3px;
    font-size: 1.375rem;
  }
}

.buchung .vsc-item .vsc-item-title,
#vri-container-2812 .vsc-item .vsc-item-title {
  color: #998467;
  font-size: 1rem;
}

@media print, screen and (min-width: 48em) {
  .buchung .vsc-item .vsc-item-title,
  #vri-container-2812 .vsc-item .vsc-item-title {
    font-size: 1.125rem;
  }
}

.buchung .vsc-item .vsc-item-title.vsc-title,
#vri-container-2812 .vsc-item .vsc-item-title.vsc-title {
  margin-top: 0.625rem;
  font-size: 1rem;
  font-weight: 200;
  color: #998467 !important;
  letter-spacing: 2px;
}

@media print, screen and (min-width: 48em) {
  .buchung .vsc-item .vsc-item-title.vsc-title,
  #vri-container-2812 .vsc-item .vsc-item-title.vsc-title {
    font-size: 1.125rem;
  }
}

.buchung .vsc-item .vsc-menu .vsc-item-title,
#vri-container-2812 .vsc-item .vsc-menu .vsc-item-title {
  letter-spacing: normal;
}

@media screen and (min-width: 58.8125em) {
  .buchung .vsc-item .vsc-menu,
  #vri-container-2812 .vsc-item .vsc-menu {
    width: 40%;
  }

  .buchung .vsc-item .vsc-menu ~ .vsc-item-content,
  #vri-container-2812 .vsc-item .vsc-menu ~ .vsc-item-content {
    width: 60%;
  }
}

.buchung .vsc-item .vsc-menu-item-input + .vsc-menu-item-label,
#vri-container-2812 .vsc-item .vsc-menu-item-input + .vsc-menu-item-label {
  border: solid 1px #998467;
  background: #fefefe;
  color: #998467;
  padding: 0.625rem 1.0625rem;
  font-size: 1rem;
}

@media print, screen and (min-width: 48em) {
  .buchung .vsc-item .vsc-menu-item-input + .vsc-menu-item-label,
  #vri-container-2812 .vsc-item .vsc-menu-item-input + .vsc-menu-item-label {
    font-size: 1.125rem;
  }
}

.buchung .vsc-item .vsc-menu-item-input + .vsc-menu-item-label.vsc-menu-item-state-requestable,
#vri-container-2812 .vsc-item .vsc-menu-item-input + .vsc-menu-item-label.vsc-menu-item-state-requestable {
  background: #F5F2EF;
  color: #998467;
}

.buchung .vsc-item .vsc-item-collapsed,
#vri-container-2812 .vsc-item .vsc-item-collapsed {
  background: #F5F2EF;
}

.buchung .vsc-item .vsc-item-collapsed .vsc-item-icon-state,
#vri-container-2812 .vsc-item .vsc-item-collapsed .vsc-item-icon-state {
  display: none;
}

.buchung .vsc-item-personaldata .vsc-item-content-hoteldata .vsc-title,
#vri-container-2812 .vsc-item-personaldata .vsc-item-content-hoteldata .vsc-title {
  font-weight: 200;
  color: #998467 !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1.0625rem;
}

@media print, screen and (min-width: 48em) {
  .buchung .vsc-item-personaldata .vsc-item-content-hoteldata .vsc-title,
  #vri-container-2812 .vsc-item-personaldata .vsc-item-content-hoteldata .vsc-title {
    letter-spacing: 2.6px;
    font-size: 1.125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .buchung .vsc-item-personaldata .vsc-item-content-hoteldata .vsc-title,
  #vri-container-2812 .vsc-item-personaldata .vsc-item-content-hoteldata .vsc-title {
    letter-spacing: 3.3px;
    font-size: 1.375rem;
  }
}

.buchung .vsc-item-personaldata-voucher-add-input,
#vri-container-2812 .vsc-item-personaldata-voucher-add-input {
  width: 100%;
}

@media screen and (min-width: 58.8125em) {
  .buchung .vsc-item-personaldata-voucher-add-input,
  #vri-container-2812 .vsc-item-personaldata-voucher-add-input {
    width: 200px;
  }
}

.buchung .vsc-loading-spinner:not(:required):after,
#vri-container-2812 .vsc-loading-spinner:not(:required):after {
  box-shadow: #998467 1.5em 0 0 0, #998467 1.1em 1.1em 0 0, #998467 0 1.5em 0 0, #998467 -1.1em 1.1em 0 0, #998467 -1.5em 0 0 0, #998467 -1.1em -1.1em 0 0, #998467 0 -1.5em 0 0, #998467 1.1em -1.1em 0 0;
}

.buchung .vsc-item-calendar-hint,
#vri-container-2812 .vsc-item-calendar-hint {
  background: #998467;
}

.buchung .vsc-item-calendar-info,
#vri-container-2812 .vsc-item-calendar-info {
  text-align: left;
}

.buchung .vsc-item-calendar-right,
#vri-container-2812 .vsc-item-calendar-right {
  text-align: right;
}

.buchung .vsc-item-calendar-right .vsc-item-calendar-codes,
#vri-container-2812 .vsc-item-calendar-right .vsc-item-calendar-codes {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: relative;
}

@media screen and (min-width: 58.8125em) {
  .buchung .vsc-item-calendar-right .vsc-item-calendar-codes,
  #vri-container-2812 .vsc-item-calendar-right .vsc-item-calendar-codes {
    -webkit-box-align: end;
            align-items: flex-end;
  }
}

.buchung .vsc-item-calendar-right .vsc-item-calendar-codes .vsc-tooltip-element-top,
#vri-container-2812 .vsc-item-calendar-right .vsc-item-calendar-codes .vsc-tooltip-element-top {
  bottom: calc(100% + 9px);
  left: 0;
}

.buchung .vsc-item-calendar-right .vsc-item-calendar-codes .vsc-tooltip:not(.vsc-tooltip-element-top),
#vri-container-2812 .vsc-item-calendar-right .vsc-item-calendar-codes .vsc-tooltip:not(.vsc-tooltip-element-top) {
  left: 0;
  top: 100%;
}

.buchung .vsc-item-calendar-right .vsc-item-calendar-codes .vsc-element-input-quick,
#vri-container-2812 .vsc-item-calendar-right .vsc-item-calendar-codes .vsc-element-input-quick {
  width: 100%;
}

@media screen and (min-width: 58.8125em) {
  .buchung .vsc-item-calendar-right .vsc-item-calendar-codes .vsc-element-input-quick,
  #vri-container-2812 .vsc-item-calendar-right .vsc-item-calendar-codes .vsc-element-input-quick {
    max-width: inherit;
  }
}

.buchung .vsc-item-calendar-right .vsc-item-calendar-codes .vsc-element-input-quick .vsc-element-submit-novalue,
#vri-container-2812 .vsc-item-calendar-right .vsc-item-calendar-codes .vsc-element-input-quick .vsc-element-submit-novalue {
  background-color: #998467;
}

.buchung .vsc-item-calendar-right .vsc-item-calendar-codes .vsc-element-input-quick .vsc-element-submit-novalue::before,
#vri-container-2812 .vsc-item-calendar-right .vsc-item-calendar-codes .vsc-element-input-quick .vsc-element-submit-novalue::before {
  color: #fefefe;
  line-height: 1;
  font-size: 2.1875rem;
}

.buchung .vsc-item-calendar-right .vsc-element-input input[type=text],
.buchung .vsc-item-calendar-right .vsc-element-input input[type=password],
.buchung .vsc-item-calendar-right .vsc-element-input input[type=tel],
#vri-container-2812 .vsc-item-calendar-right .vsc-element-input input[type=text],
#vri-container-2812 .vsc-item-calendar-right .vsc-element-input input[type=password],
#vri-container-2812 .vsc-item-calendar-right .vsc-element-input input[type=tel] {
  box-shadow: none;
  font-size: 1rem;
  font-family: "FrutigerLTStd";
  color: #998467;
  padding: 0.375rem 0.625rem;
}

@media print, screen and (min-width: 48em) {
  .buchung .vsc-item-calendar-right .vsc-element-input input[type=text],
  .buchung .vsc-item-calendar-right .vsc-element-input input[type=password],
  .buchung .vsc-item-calendar-right .vsc-element-input input[type=tel],
  #vri-container-2812 .vsc-item-calendar-right .vsc-element-input input[type=text],
  #vri-container-2812 .vsc-item-calendar-right .vsc-element-input input[type=password],
  #vri-container-2812 .vsc-item-calendar-right .vsc-element-input input[type=tel] {
    font-size: 1.125rem;
  }
}

.buchung .vsc-item-roomtypes-alloc,
#vri-container-2812 .vsc-item-roomtypes-alloc {
  margin-bottom: 2rem;
  background: transparent;
}

.buchung .vsc-item-roomtypes-alloc .vsc-element,
#vri-container-2812 .vsc-item-roomtypes-alloc .vsc-element {
  height: auto;
  width: 230px;
}

.buchung .vsc-item-roomtypes-alloc .vsc-item-title,
#vri-container-2812 .vsc-item-roomtypes-alloc .vsc-item-title {
  letter-spacing: inherit;
  text-transform: none;
  font-size: 1rem;
}

@media print, screen and (min-width: 48em) {
  .buchung .vsc-item-roomtypes-alloc .vsc-item-title,
  #vri-container-2812 .vsc-item-roomtypes-alloc .vsc-item-title {
    font-size: 1.125rem;
  }
}

.buchung .vsc-item-roomtypes-alloc .vsc-element-select-label,
#vri-container-2812 .vsc-item-roomtypes-alloc .vsc-element-select-label {
  height: auto;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}

@media print, screen and (min-width: 48em) {
  .buchung .vsc-item-roomtypes-alloc .vsc-element-select-label,
  #vri-container-2812 .vsc-item-roomtypes-alloc .vsc-element-select-label {
    font-size: 1.125rem;
  }
}

.buchung .vsc-item-roomtypes .vsc-menu .vsc-item-title,
#vri-container-2812 .vsc-item-roomtypes .vsc-menu .vsc-item-title {
  font-size: 1rem;
}

@media print, screen and (min-width: 48em) {
  .buchung .vsc-item-roomtypes .vsc-menu .vsc-item-title,
  #vri-container-2812 .vsc-item-roomtypes .vsc-menu .vsc-item-title {
    font-size: 1.125rem;
  }
}

.buchung .vsc-element-input input,
.buchung .vsc-element-input input[type=tel],
.buchung .vsc-element-input input[type=text],
.buchung .vsc-element-input input[type=password],
.buchung .vsc-element-submit input[type=submit],
.buchung .vsc-element-select select,
.buchung .vsc-element-textarea textarea,
.buchung .vsc-element-number input,
#vri-container-2812 .vsc-element-input input,
#vri-container-2812 .vsc-element-input input[type=tel],
#vri-container-2812 .vsc-element-input input[type=text],
#vri-container-2812 .vsc-element-input input[type=password],
#vri-container-2812 .vsc-element-submit input[type=submit],
#vri-container-2812 .vsc-element-select select,
#vri-container-2812 .vsc-element-textarea textarea,
#vri-container-2812 .vsc-element-number input {
  box-shadow: none;
  font-size: 1rem;
  font-family: "FrutigerLTStd";
  font-weight: 200;
  color: #998467;
}

@media print, screen and (min-width: 48em) {
  .buchung .vsc-element-input input,
  .buchung .vsc-element-input input[type=tel],
  .buchung .vsc-element-input input[type=text],
  .buchung .vsc-element-input input[type=password],
  .buchung .vsc-element-submit input[type=submit],
  .buchung .vsc-element-select select,
  .buchung .vsc-element-textarea textarea,
  .buchung .vsc-element-number input,
  #vri-container-2812 .vsc-element-input input,
  #vri-container-2812 .vsc-element-input input[type=tel],
  #vri-container-2812 .vsc-element-input input[type=text],
  #vri-container-2812 .vsc-element-input input[type=password],
  #vri-container-2812 .vsc-element-submit input[type=submit],
  #vri-container-2812 .vsc-element-select select,
  #vri-container-2812 .vsc-element-textarea textarea,
  #vri-container-2812 .vsc-element-number input {
    font-size: 1.125rem;
  }
}

.buchung .vsc-element-group,
.buchung .vsc-element-input,
.buchung .vsc-element-submit,
.buchung .vsc-element-select,
.buchung .vsc-element-textarea,
.buchung .vsc-element-number,
#vri-container-2812 .vsc-element-group,
#vri-container-2812 .vsc-element-input,
#vri-container-2812 .vsc-element-submit,
#vri-container-2812 .vsc-element-select,
#vri-container-2812 .vsc-element-textarea,
#vri-container-2812 .vsc-element-number {
  border: solid 1px #998467;
  overflow: hidden;
}

.buchung .vsc-element ::-webkit-input-placeholder, #vri-container-2812 .vsc-element ::-webkit-input-placeholder {
  opacity: 1;
  font-size: 1rem;
  font-family: "FrutigerLTStd";
  color: #998467;
}

.buchung .vsc-element ::-moz-placeholder, #vri-container-2812 .vsc-element ::-moz-placeholder {
  opacity: 1;
  font-size: 1rem;
  font-family: "FrutigerLTStd";
  color: #998467;
}

.buchung .vsc-element :-ms-input-placeholder, #vri-container-2812 .vsc-element :-ms-input-placeholder {
  opacity: 1;
  font-size: 1rem;
  font-family: "FrutigerLTStd";
  color: #998467;
}

.buchung .vsc-element ::-ms-input-placeholder, #vri-container-2812 .vsc-element ::-ms-input-placeholder {
  opacity: 1;
  font-size: 1rem;
  font-family: "FrutigerLTStd";
  color: #998467;
}

.buchung .vsc-element ::placeholder,
#vri-container-2812 .vsc-element ::placeholder {
  opacity: 1;
  font-size: 1rem;
  font-family: "FrutigerLTStd";
  color: #998467;
}

@media print, screen and (min-width: 48em) {
  .buchung .vsc-element ::-webkit-input-placeholder, #vri-container-2812 .vsc-element ::-webkit-input-placeholder {
    font-size: 1.125rem;
  }
  .buchung .vsc-element ::-moz-placeholder, #vri-container-2812 .vsc-element ::-moz-placeholder {
    font-size: 1.125rem;
  }
  .buchung .vsc-element :-ms-input-placeholder, #vri-container-2812 .vsc-element :-ms-input-placeholder {
    font-size: 1.125rem;
  }
  .buchung .vsc-element ::-ms-input-placeholder, #vri-container-2812 .vsc-element ::-ms-input-placeholder {
    font-size: 1.125rem;
  }
  .buchung .vsc-element ::placeholder,
  #vri-container-2812 .vsc-element ::placeholder {
    font-size: 1.125rem;
  }
}

.buchung .vsc-item-content .vsc-item-navigation,
#vri-container-2812 .vsc-item-content .vsc-item-navigation {
  display: none;
}

.buchung .vsc-button-roomtypes-add::before,
.buchung .vsc-button-roomtypes-remove::before,
#vri-container-2812 .vsc-button-roomtypes-add::before,
#vri-container-2812 .vsc-button-roomtypes-remove::before {
  content: none;
}

.buchung .vsc-button-next::before,
.buchung .vsc-button::before,
#vri-container-2812 .vsc-button-next::before,
#vri-container-2812 .vsc-button::before {
  color: #998467;
  content: "\E810";
  height: 100%;
  font-size: 1.875rem;
  position: relative;
  -webkit-box-ordinal-group: 3;
          order: 2;
  margin-left: 10px;
  line-height: 1;
}

.buchung .vsc-button,
#vri-container-2812 .vsc-button {
  background: #fefefe;
  border: 1px solid #998467;
  color: #998467;
  padding: 10px 26px 9px;
  font-size: 1rem;
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 48em) {
  .buchung .vsc-button,
  #vri-container-2812 .vsc-button {
    font-size: 1.125rem;
  }
}

.buchung .vsc-button:hover,
#vri-container-2812 .vsc-button:hover {
  background: #998467;
  color: #fefefe;
}

.buchung .vsc-button:hover.vsc-button-next::before,
.buchung .vsc-button:hover.vsc-button::before,
#vri-container-2812 .vsc-button:hover.vsc-button-next::before,
#vri-container-2812 .vsc-button:hover.vsc-button::before {
  color: #fefefe;
}

.buchung .vsc-item-gallery-scroller .vjg2_item.current img,
#vri-container-2812 .vsc-item-gallery-scroller .vjg2_item.current img {
  border-color: #998467;
}

.buchung .vsc-list-packages-info-item-price,
.buchung .vsc-list-pensions-info-item-price,
#vri-container-2812 .vsc-list-packages-info-item-price,
#vri-container-2812 .vsc-list-pensions-info-item-price {
  text-align: left;
  padding: 0;
}

.buchung .vsc-item-roomtypes-content,
#vri-container-2812 .vsc-item-roomtypes-content {
  margin-top: -28px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}

.buchung .vsc-item-roomtypes-content .vsc-item-title,
#vri-container-2812 .vsc-item-roomtypes-content .vsc-item-title {
  font-weight: 200;
  color: #998467 !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1.0625rem;
}

@media print, screen and (min-width: 48em) {
  .buchung .vsc-item-roomtypes-content .vsc-item-title,
  #vri-container-2812 .vsc-item-roomtypes-content .vsc-item-title {
    letter-spacing: 2.6px;
    font-size: 1.125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .buchung .vsc-item-roomtypes-content .vsc-item-title,
  #vri-container-2812 .vsc-item-roomtypes-content .vsc-item-title {
    letter-spacing: 3.3px;
    font-size: 1.375rem;
  }
}

.buchung .vsc-item-roomtypes-content .vsc-list .vsc-list-title,
#vri-container-2812 .vsc-item-roomtypes-content .vsc-list .vsc-list-title {
  display: none;
}

.buchung .vsc-item-roomtypes-content .vsc-list-pensions-advanced-contents .vsc-list-item:last-child,
#vri-container-2812 .vsc-item-roomtypes-content .vsc-list-pensions-advanced-contents .vsc-list-item:last-child {
  border-bottom: 1px solid #998467;
}

.buchung .vsc-item-roomtypes-content .vsc-list-pensions-advanced-contents .vsc-list-pensions-info-item-pension,
#vri-container-2812 .vsc-item-roomtypes-content .vsc-list-pensions-advanced-contents .vsc-list-pensions-info-item-pension {
  display: none;
}

.buchung .vsc-item-roomtypes-content .vsc-list-pensions-advanced-contents .vsc-list-pensions-info,
#vri-container-2812 .vsc-item-roomtypes-content .vsc-list-pensions-advanced-contents .vsc-list-pensions-info {
  position: static;
}

@media screen and (min-width: 31.25em) {
  .buchung .vsc-item-roomtypes-content .vsc-list-pensions-advanced-contents .vsc-list-pensions-info,
  #vri-container-2812 .vsc-item-roomtypes-content .vsc-list-pensions-advanced-contents .vsc-list-pensions-info {
    position: absolute;
    width: auto;
    right: 20px;
    top: 25px;
  }
}

.buchung .vsc-item-roomtypes-content .vsc-list-pensions-advanced-contents .vsc-list-item-name-content,
#vri-container-2812 .vsc-item-roomtypes-content .vsc-list-pensions-advanced-contents .vsc-list-item-name-content {
  padding-top: 1.5rem;
}

.buchung .vsc-item-roomtypes-content .vsc-list-pensions-advanced-contents .vsc-list-item-name-content .vsc-list-item-name-title,
#vri-container-2812 .vsc-item-roomtypes-content .vsc-list-pensions-advanced-contents .vsc-list-item-name-content .vsc-list-item-name-title {
  font-size: 1rem;
}

@media print, screen and (min-width: 48em) {
  .buchung .vsc-item-roomtypes-content .vsc-list-pensions-advanced-contents .vsc-list-item-name-content .vsc-list-item-name-title,
  #vri-container-2812 .vsc-item-roomtypes-content .vsc-list-pensions-advanced-contents .vsc-list-item-name-content .vsc-list-item-name-title {
    font-size: 1.125rem;
  }
}

.buchung .vsc-item-roomtypes-content .vsc-list-pensions-advanced-contents .vsc-list-item-name-content.vsc-list-item-details .vsc-list-item-desc,
#vri-container-2812 .vsc-item-roomtypes-content .vsc-list-pensions-advanced-contents .vsc-list-item-name-content.vsc-list-item-details .vsc-list-item-desc {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: auto;
}

.buchung .vsc-item-roomtypes-content .vsc-list-pensions-advanced-contents .vsc-list-item-name-content.vsc-list-item-details .vsc-list-item-desc > div:first-child,
#vri-container-2812 .vsc-item-roomtypes-content .vsc-list-pensions-advanced-contents .vsc-list-item-name-content.vsc-list-item-details .vsc-list-item-desc > div:first-child {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.buchung .vsc-item-roomtypes-content .vsc-list-pensions-advanced-contents .vsc-list-item-name-content.vsc-list-item-details .vsc-list-item-desc .vsc-list-item-desc-text,
#vri-container-2812 .vsc-item-roomtypes-content .vsc-list-pensions-advanced-contents .vsc-list-item-name-content.vsc-list-item-details .vsc-list-item-desc .vsc-list-item-desc-text {
  -webkit-box-ordinal-group: 2;
          order: 1;
  margin-top: 0.6rem;
}

@media screen and (min-width: 31.25em) {
  .buchung .vsc-item-roomtypes-content .vsc-list-pensions-advanced-contents .vsc-list-item-name-content.vsc-list-item-details .vsc-list-item-desc .vsc-list-item-desc-text,
  #vri-container-2812 .vsc-item-roomtypes-content .vsc-list-pensions-advanced-contents .vsc-list-item-name-content.vsc-list-item-details .vsc-list-item-desc .vsc-list-item-desc-text {
    margin-top: 2rem;
  }
}

.buchung .vsc-item-roomtypes-content .vsc-list-item-input:checked + .vsc-list-item-label,
.buchung .vsc-item-roomtypes-content .vsc-list-item-input:checked + .vsc-list-item-label > div,
#vri-container-2812 .vsc-item-roomtypes-content .vsc-list-item-input:checked + .vsc-list-item-label,
#vri-container-2812 .vsc-item-roomtypes-content .vsc-list-item-input:checked + .vsc-list-item-label > div {
  color: #998467;
  background: #fefefe;
}

.buchung .vsc-list-item-desc-infos-link span::before,
#vri-container-2812 .vsc-list-item-desc-infos-link span::before {
  content: none;
}

.buchung .vsc-element-select::before,
.buchung .vsc-element-input-date::before,
#vri-container-2812 .vsc-element-select::before,
#vri-container-2812 .vsc-element-input-date::before {
  background: #998467;
  color: #fefefe;
  border-left: 0;
}

.buchung .vsc-list .vsc-list-item:last-child,
#vri-container-2812 .vsc-list .vsc-list-item:last-child {
  border-bottom: 1px solid #998467;
}

.buchung .vsc-list .vsc-list-item .vsc-list-item-program-variant,
#vri-container-2812 .vsc-list .vsc-list-item .vsc-list-item-program-variant {
  border: none;
}

.buchung .vsc-list-item,
#vri-container-2812 .vsc-list-item {
  border: 1px solid #998467;
  border-bottom: none;
}

.buchung .vsc-list-item:last-child,
#vri-container-2812 .vsc-list-item:last-child {
  border-bottom: 1px solid #998467;
}

.buchung .vsc-list-item .vsc-list-item-label,
#vri-container-2812 .vsc-list-item .vsc-list-item-label {
  background: #F5F2EF;
  color: #998467;
  margin: 0;
  position: relative;
}

.buchung .vsc-list-item .vsc-list-item-desc,
#vri-container-2812 .vsc-list-item .vsc-list-item-desc {
  font-size: 1rem;
  line-height: 1.6;
  height: 52px;
}

@media print, screen and (min-width: 48em) {
  .buchung .vsc-list-item .vsc-list-item-desc,
  #vri-container-2812 .vsc-list-item .vsc-list-item-desc {
    font-size: 1.125rem;
  }
}

.buchung .vsc-list-item .vsc-list-item-desc > div,
#vri-container-2812 .vsc-list-item .vsc-list-item-desc > div {
  height: auto;
}

.buchung .vsc-list-item .vsc-list-item-desc a,
#vri-container-2812 .vsc-list-item .vsc-list-item-desc a {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 1rem;
  margin-left: 0;
  color: #998467 !important;
  text-decoration: none;
}

@media print, screen and (min-width: 48em) {
  .buchung .vsc-list-item .vsc-list-item-desc a,
  #vri-container-2812 .vsc-list-item .vsc-list-item-desc a {
    font-size: 1.125rem;
  }
}

.buchung .vsc-list-item .vsc-list-item-desc a:hover,
#vri-container-2812 .vsc-list-item .vsc-list-item-desc a:hover {
  text-decoration: underline;
  color: #998467;
}

.buchung .vsc-list-item-input:checked + .vsc-list-item-label .vsc-list-item-state .vsc-icon::before,
#vri-container-2812 .vsc-list-item-input:checked + .vsc-list-item-label .vsc-list-item-state .vsc-icon::before {
  color: #998467;
}

.buchung .vsc-list-packages-info-item-hint,
.buchung .vsc-list-pensions-info-item-hint,
#vri-container-2812 .vsc-list-packages-info-item-hint,
#vri-container-2812 .vsc-list-pensions-info-item-hint {
  opacity: 1;
}

.buchung .vsc-list-packages-info-item-value,
.buchung .vsc-list-pensions-info-item-value,
#vri-container-2812 .vsc-list-packages-info-item-value,
#vri-container-2812 .vsc-list-pensions-info-item-value {
  font-size: 1rem;
  line-height: 1;
}

@media print, screen and (min-width: 48em) {
  .buchung .vsc-list-packages-info-item-value,
  .buchung .vsc-list-pensions-info-item-value,
  #vri-container-2812 .vsc-list-packages-info-item-value,
  #vri-container-2812 .vsc-list-pensions-info-item-value {
    font-size: 1.125rem;
  }
}

.buchung .vsc-item-teaser,
.buchung .vsc-item-roomtypes-price-quota,
#vri-container-2812 .vsc-item-teaser,
#vri-container-2812 .vsc-item-roomtypes-price-quota {
  font-size: 1rem;
  color: #998467;
  line-height: 1.6;
  width: 100%;
}

@media print, screen and (min-width: 48em) {
  .buchung .vsc-item-teaser,
  .buchung .vsc-item-roomtypes-price-quota,
  #vri-container-2812 .vsc-item-teaser,
  #vri-container-2812 .vsc-item-roomtypes-price-quota {
    font-size: 1.125rem;
  }
}

.buchung .vsc-item-roomtypes-price-quota,
#vri-container-2812 .vsc-item-roomtypes-price-quota {
  display: none;
}

.buchung .vsc-item-roomtypes-toolbar,
#vri-container-2812 .vsc-item-roomtypes-toolbar {
  display: none;
}

.buchung .vsc-item-roomtypes-toolbar,
#vri-container-2812 .vsc-item-roomtypes-toolbar {
  text-align: left;
}

.buchung .vsc-item-programs .vsc-item-head-item,
#vri-container-2812 .vsc-item-programs .vsc-item-head-item {
  margin: 0;
}

.buchung .vsc-item-programs .vsc-menu-mobile,
#vri-container-2812 .vsc-item-programs .vsc-menu-mobile {
  padding: 0;
}

.buchung .vsc-item-programs .vsc-item-collapsed-item,
#vri-container-2812 .vsc-item-programs .vsc-item-collapsed-item {
  line-height: 1.6;
}

.buchung .vsc-item-programs .vsc-item-collapsed-item.vsc-item-collapsed-item-programs,
#vri-container-2812 .vsc-item-programs .vsc-item-collapsed-item.vsc-item-collapsed-item-programs {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  height: 36px;
}

@media print, screen and (min-width: 48em) {
  .buchung .vsc-item-programs .vsc-item-collapsed-item.vsc-item-collapsed-item-programs,
  #vri-container-2812 .vsc-item-programs .vsc-item-collapsed-item.vsc-item-collapsed-item-programs {
    font-size: 1.125rem;
  }
}

.buchung .vsc-item-programs .vsc-list-item-label,
#vri-container-2812 .vsc-item-programs .vsc-list-item-label {
  padding: 0.625rem 0.9375rem;
}

.buchung .vsc-item-programs .vsc-list-item-desc-infos,
#vri-container-2812 .vsc-item-programs .vsc-list-item-desc-infos {
  padding: 0;
}

.buchung .vsc-item-programs .vsc-list-item-desc-infos .vsc-list-item-teaser-image,
#vri-container-2812 .vsc-item-programs .vsc-list-item-desc-infos .vsc-list-item-teaser-image {
  display: block;
  width: 100%;
}

@media screen and (min-width: 36.25em) {
  .buchung .vsc-item-programs .vsc-list-item-desc-infos .vsc-list-item-teaser-image,
  #vri-container-2812 .vsc-item-programs .vsc-list-item-desc-infos .vsc-list-item-teaser-image {
    width: 180px;
  }
}

.buchung .vsc-item-programs .vsc-item-title.vsc-item-menu-title,
#vri-container-2812 .vsc-item-programs .vsc-item-title.vsc-item-menu-title {
  display: none;
}

.buchung .vsc-item-programs .vsc-menu > .vsc-menu-item-input:checked + .vsc-menu-item-label:after,
.buchung .vsc-item-programs .vsc-menu .vsc-menu-item-group-contents .vsc-menu-item-input:checked + .vsc-menu-item-label:after,
#vri-container-2812 .vsc-item-programs .vsc-menu > .vsc-menu-item-input:checked + .vsc-menu-item-label:after,
#vri-container-2812 .vsc-item-programs .vsc-menu .vsc-menu-item-group-contents .vsc-menu-item-input:checked + .vsc-menu-item-label:after {
  display: none;
}

.buchung .vsc-item-programs .vsc-item-head-price,
.buchung .vsc-item-programs .vsc-list-item-teaser-text,
.buchung .vsc-item-programs .vsc-list-item-additional-infos-details,
#vri-container-2812 .vsc-item-programs .vsc-item-head-price,
#vri-container-2812 .vsc-item-programs .vsc-list-item-teaser-text,
#vri-container-2812 .vsc-item-programs .vsc-list-item-additional-infos-details {
  display: none;
}

.buchung .vsc-item-programs .vsc-list-item-label,
#vri-container-2812 .vsc-item-programs .vsc-list-item-label {
  background: #fefefe;
}

.buchung .vsc-item-programs .vsc-list-item .vsc-list-item-additional-infos-price-amount,
#vri-container-2812 .vsc-item-programs .vsc-list-item .vsc-list-item-additional-infos-price-amount {
  font-size: 1.1875rem;
  color: #998467;
}

.buchung .vsc-item-programs .vsc-list-item .vsc-list-item-additional-infos,
#vri-container-2812 .vsc-item-programs .vsc-list-item .vsc-list-item-additional-infos {
  background: #fefefe;
  padding: 0;
  margin: 0;
  position: static;
  width: 100%;
}

@media screen and (min-width: 36.25em) {
  .buchung .vsc-item-programs .vsc-list-item .vsc-list-item-additional-infos,
  #vri-container-2812 .vsc-item-programs .vsc-list-item .vsc-list-item-additional-infos {
    margin-left: 15px;
    width: calc(100% - 230px);
    position: absolute;
    bottom: 25px;
    left: 0;
  }
}

.buchung .vsc-item-programs .vsc-list-item .vsc-list-item-additional-infos .vsc-list-item-additional-infos-right,
#vri-container-2812 .vsc-item-programs .vsc-list-item .vsc-list-item-additional-infos .vsc-list-item-additional-infos-right {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
          align-items: flex-end;
}

.buchung .vsc-item-programs .vsc-list-item .vsc-list-item-input:checked + .vsc-list-item-additional-infos,
#vri-container-2812 .vsc-item-programs .vsc-list-item .vsc-list-item-input:checked + .vsc-list-item-additional-infos {
  background: #fefefe;
}

.buchung .vsc-item-programs .vsc-list-item .vsc-list-item-additional-infos-amt::before,
#vri-container-2812 .vsc-item-programs .vsc-list-item .vsc-list-item-additional-infos-amt::before {
  content: none;
}

.buchung .vsc-item-programs .vsc-list-item .vsc-list-item-additional-infos-amt .vsc-element-select-label,
#vri-container-2812 .vsc-item-programs .vsc-list-item .vsc-list-item-additional-infos-amt .vsc-element-select-label {
  color: #998467;
  font-size: 1rem;
}

@media print, screen and (min-width: 48em) {
  .buchung .vsc-item-programs .vsc-list-item .vsc-list-item-additional-infos-amt .vsc-element-select-label,
  #vri-container-2812 .vsc-item-programs .vsc-list-item .vsc-list-item-additional-infos-amt .vsc-element-select-label {
    font-size: 1.125rem;
  }
}

.buchung .vsc-item-programs .vsc-list-item-program-variant,
#vri-container-2812 .vsc-item-programs .vsc-list-item-program-variant {
  padding: 0;
}

.buchung .vsc-item .vsc-item-content .vsc-contact-element.vsc-con-salutation,
.buchung .vsc-item .vsc-item-content .vsc-contact-element.vsc-con-firstname,
.buchung .vsc-item .vsc-item-content .vsc-contact-element.vsc-persons-salutation,
.buchung .vsc-item .vsc-item-content .vsc-contact-element.vsc-persons-firstname,
.buchung .vsc-item .vsc-item-content .vsc-contact-element.vsc-conadd-line1,
.buchung .vsc-item .vsc-item-content .vsc-contact-element.vsc-condat-telephone,
.buchung .vsc-item .vsc-item-content .vsc-contact-element.vsc-payment-cc-holder,
.buchung .vsc-item .vsc-item-content .vsc-contact-element.vsc-payment-cc-month,
.buchung .vsc-item .vsc-item-content .vsc-contact-element.vsc-con-title,
.buchung .vsc-item .vsc-item-content .vsc-contact-element.vsc-con-salutation,
.buchung .vsc-item .vsc-item-content .vsc-contact-element.vsc-con-firstname,
.buchung .vsc-item .vsc-item-content .vsc-contact-element.vsc-con-lastname,
.buchung .vsc-item .vsc-item-content .vsc-contact-element.vsc-persons-title,
.buchung .vsc-item .vsc-item-content .vsc-contact-element.vsc-persons-firstname,
.buchung .vsc-item .vsc-item-content .vsc-contact-element.vsc-persons-lastname,
.buchung .vsc-item .vsc-item-content .vsc-contact-element.vsc-condat-telephone,
.buchung .vsc-item .vsc-item-content .vsc-contact-element.vsc-condat-email,
.buchung .vsc-item .vsc-item-content .vsc-contact-element.vsc-conadd-street,
.buchung .vsc-item .vsc-item-content .vsc-contact-element.vsc-conadd-country,
.buchung .vsc-item .vsc-item-content .vsc-contact-element.vsc-persons-title,
.buchung .vsc-item .vsc-item-content .vsc-contact-element.vsc-payment-last-number,
.buchung .vsc-item .vsc-item-content .vsc-contact-element.vsc-payment-last-blz,
.buchung .vsc-item .vsc-item-content .vsc-contact-element.vsc-payment-last-holder,
.buchung .vsc-item .vsc-item-content .vsc-contact-element.vsc-payment-cc-holder,
.buchung .vsc-item .vsc-item-content .vsc-contact-element.vsc-payment-cc-number,
.buchung .vsc-item .vsc-item-content .vsc-contact-element.vsc-payment-cc-month,
.buchung .vsc-item .vsc-item-content .vsc-contact-element.vsc-payment-cc-year,
#vri-container-2812 .vsc-item .vsc-item-content .vsc-contact-element.vsc-con-salutation,
#vri-container-2812 .vsc-item .vsc-item-content .vsc-contact-element.vsc-con-firstname,
#vri-container-2812 .vsc-item .vsc-item-content .vsc-contact-element.vsc-persons-salutation,
#vri-container-2812 .vsc-item .vsc-item-content .vsc-contact-element.vsc-persons-firstname,
#vri-container-2812 .vsc-item .vsc-item-content .vsc-contact-element.vsc-conadd-line1,
#vri-container-2812 .vsc-item .vsc-item-content .vsc-contact-element.vsc-condat-telephone,
#vri-container-2812 .vsc-item .vsc-item-content .vsc-contact-element.vsc-payment-cc-holder,
#vri-container-2812 .vsc-item .vsc-item-content .vsc-contact-element.vsc-payment-cc-month,
#vri-container-2812 .vsc-item .vsc-item-content .vsc-contact-element.vsc-con-title,
#vri-container-2812 .vsc-item .vsc-item-content .vsc-contact-element.vsc-con-salutation,
#vri-container-2812 .vsc-item .vsc-item-content .vsc-contact-element.vsc-con-firstname,
#vri-container-2812 .vsc-item .vsc-item-content .vsc-contact-element.vsc-con-lastname,
#vri-container-2812 .vsc-item .vsc-item-content .vsc-contact-element.vsc-persons-title,
#vri-container-2812 .vsc-item .vsc-item-content .vsc-contact-element.vsc-persons-firstname,
#vri-container-2812 .vsc-item .vsc-item-content .vsc-contact-element.vsc-persons-lastname,
#vri-container-2812 .vsc-item .vsc-item-content .vsc-contact-element.vsc-condat-telephone,
#vri-container-2812 .vsc-item .vsc-item-content .vsc-contact-element.vsc-condat-email,
#vri-container-2812 .vsc-item .vsc-item-content .vsc-contact-element.vsc-conadd-street,
#vri-container-2812 .vsc-item .vsc-item-content .vsc-contact-element.vsc-conadd-country,
#vri-container-2812 .vsc-item .vsc-item-content .vsc-contact-element.vsc-persons-title,
#vri-container-2812 .vsc-item .vsc-item-content .vsc-contact-element.vsc-payment-last-number,
#vri-container-2812 .vsc-item .vsc-item-content .vsc-contact-element.vsc-payment-last-blz,
#vri-container-2812 .vsc-item .vsc-item-content .vsc-contact-element.vsc-payment-last-holder,
#vri-container-2812 .vsc-item .vsc-item-content .vsc-contact-element.vsc-payment-cc-holder,
#vri-container-2812 .vsc-item .vsc-item-content .vsc-contact-element.vsc-payment-cc-number,
#vri-container-2812 .vsc-item .vsc-item-content .vsc-contact-element.vsc-payment-cc-month,
#vri-container-2812 .vsc-item .vsc-item-content .vsc-contact-element.vsc-payment-cc-year {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.buchung .vsc-item.vsc-item-personaldata .vsc-content,
#vri-container-2812 .vsc-item.vsc-item-personaldata .vsc-content {
  display: block;
}

.buchung .vsc-item-personaldata .vsc-item-content-group,
.buchung .vsc-item-summary .vsc-item-content-group,
.buchung .vsc-item-cancelation .vsc-item-content-group,
.buchung .vsc-item-payment .vsc-item-content-group,
#vri-container-2812 .vsc-item-personaldata .vsc-item-content-group,
#vri-container-2812 .vsc-item-summary .vsc-item-content-group,
#vri-container-2812 .vsc-item-cancelation .vsc-item-content-group,
#vri-container-2812 .vsc-item-payment .vsc-item-content-group {
  background: #fefefe;
  color: #998467;
  padding: 0;
}

.buchung .vsc-item-personaldata .vsc-item-content,
.buchung .vsc-item-summary .vsc-item-content,
.buchung .vsc-item-cancelation .vsc-item-content,
.buchung .vsc-item-payment .vsc-item-content,
#vri-container-2812 .vsc-item-personaldata .vsc-item-content,
#vri-container-2812 .vsc-item-summary .vsc-item-content,
#vri-container-2812 .vsc-item-cancelation .vsc-item-content,
#vri-container-2812 .vsc-item-payment .vsc-item-content {
  background: transparent;
  padding: 0;
  color: #998467;
}

.buchung .vsc-item-personaldata .vsc-item-content-hoteldata-segment,
.buchung .vsc-item-summary .vsc-item-content-hoteldata-segment,
.buchung .vsc-item-cancelation .vsc-item-content-hoteldata-segment,
.buchung .vsc-item-payment .vsc-item-content-hoteldata-segment,
#vri-container-2812 .vsc-item-personaldata .vsc-item-content-hoteldata-segment,
#vri-container-2812 .vsc-item-summary .vsc-item-content-hoteldata-segment,
#vri-container-2812 .vsc-item-cancelation .vsc-item-content-hoteldata-segment,
#vri-container-2812 .vsc-item-payment .vsc-item-content-hoteldata-segment {
  border: none;
  background: #F5F2EF;
}

.buchung .vsc-item-content-hoteldata-segment,
#vri-container-2812 .vsc-item-content-hoteldata-segment {
  background: #F5F2EF;
}

.buchung .vsc-item-personaldata-hoteldata div:nth-child(3)::before,
#vri-container-2812 .vsc-item-personaldata-hoteldata div:nth-child(3)::before {
  content: "D-";
}

.buchung .vsc-hoteldata-stars,
#vri-container-2812 .vsc-hoteldata-stars {
  display: none;
}

.buchung .vsc-item-personaldata .vsc-item-content-hoteldata .vsc-item-personaldata-info .vsc-icon,
.buchung .vsc-item-summary .vsc-item-content-hoteldata .vsc-item-personaldata-info .vsc-icon,
.buchung .vsc-item-cancelation .vsc-item-content-hoteldata .vsc-item-personaldata-info .vsc-icon,
.buchung .vsc-item-payment .vsc-item-content-hoteldata .vsc-item-personaldata-info .vsc-icon,
#vri-container-2812 .vsc-item-personaldata .vsc-item-content-hoteldata .vsc-item-personaldata-info .vsc-icon,
#vri-container-2812 .vsc-item-summary .vsc-item-content-hoteldata .vsc-item-personaldata-info .vsc-icon,
#vri-container-2812 .vsc-item-cancelation .vsc-item-content-hoteldata .vsc-item-personaldata-info .vsc-icon,
#vri-container-2812 .vsc-item-payment .vsc-item-content-hoteldata .vsc-item-personaldata-info .vsc-icon {
  display: none;
}

.buchung .vsc-element-input-quick .vsc-element-submit,
#vri-container-2812 .vsc-element-input-quick .vsc-element-submit {
  height: 100%;
  background-color: #998467;
}

.buchung .vsc-element-input-quick .vsc-element-submit::before,
#vri-container-2812 .vsc-element-input-quick .vsc-element-submit::before {
  color: #fefefe;
  line-height: 1;
  font-size: 2.1875rem;
}

.buchung .vsc-element-input input[type=text]:focus,
.buchung .vsc-element-input input[type=password]:focus,
.buchung .vsc-element-input input[type=tel]:focus,
#vri-container-2812 .vsc-element-input input[type=text]:focus,
#vri-container-2812 .vsc-element-input input[type=password]:focus,
#vri-container-2812 .vsc-element-input input[type=tel]:focus {
  box-shadow: none;
}

.buchung .vsc-item-personaldata-price,
.buchung .vsc-item-summary-price,
.buchung .vsc-item-cancelation-price,
.buchung .vsc-item-payment-price,
#vri-container-2812 .vsc-item-personaldata-price,
#vri-container-2812 .vsc-item-summary-price,
#vri-container-2812 .vsc-item-cancelation-price,
#vri-container-2812 .vsc-item-payment-price {
  border-color: #998467;
  color: #998467;
}

.buchung .vsc-item-personaldata-price .vsc-label,
.buchung .vsc-item-summary-price .vsc-label,
.buchung .vsc-item-cancelation-price .vsc-label,
.buchung .vsc-item-payment-price .vsc-label,
#vri-container-2812 .vsc-item-personaldata-price .vsc-label,
#vri-container-2812 .vsc-item-summary-price .vsc-label,
#vri-container-2812 .vsc-item-cancelation-price .vsc-label,
#vri-container-2812 .vsc-item-payment-price .vsc-label {
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.0625rem;
}

@media print, screen and (min-width: 48em) {
  .buchung .vsc-item-personaldata-price .vsc-label,
  .buchung .vsc-item-summary-price .vsc-label,
  .buchung .vsc-item-cancelation-price .vsc-label,
  .buchung .vsc-item-payment-price .vsc-label,
  #vri-container-2812 .vsc-item-personaldata-price .vsc-label,
  #vri-container-2812 .vsc-item-summary-price .vsc-label,
  #vri-container-2812 .vsc-item-cancelation-price .vsc-label,
  #vri-container-2812 .vsc-item-payment-price .vsc-label {
    font-size: 1.125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .buchung .vsc-item-personaldata-price .vsc-label,
  .buchung .vsc-item-summary-price .vsc-label,
  .buchung .vsc-item-cancelation-price .vsc-label,
  .buchung .vsc-item-payment-price .vsc-label,
  #vri-container-2812 .vsc-item-personaldata-price .vsc-label,
  #vri-container-2812 .vsc-item-summary-price .vsc-label,
  #vri-container-2812 .vsc-item-cancelation-price .vsc-label,
  #vri-container-2812 .vsc-item-payment-price .vsc-label {
    font-size: 1.375rem;
  }
}

.buchung .vsc-price-tax-included,
#vri-container-2812 .vsc-price-tax-included {
  display: none;
}

.buchung .vsc-element-checkbox-label::before,
#vri-container-2812 .vsc-element-checkbox-label::before {
  top: 2px;
  left: 0;
}

.buchung .vsc-element-checkbox-input:checked + .vsc-element-checkbox-label::before,
#vri-container-2812 .vsc-element-checkbox-input:checked + .vsc-element-checkbox-label::before {
  color: #998467;
}

.vdp-layer.vsc-vdp-layer .vdp-head,
.vdp-layer.vsc-vdp-layer .vdp select {
  background-color: #998467;
}

.vdp-layer.vsc-vdp-layer .vdp-month-next,
.vdp-layer.vsc-vdp-layer .vdp-month-prev {
  line-height: 90px;
}

.vdp-layer.vsc-vdp-layer .vdp .vdp-head-month-wrapper::after,
.vdp-layer.vsc-vdp-layer .vdp .vdp-head-year-wrapper::after {
  top: 20px;
}

#vri-container-2812 ul {
  list-style-type: disc;
}

#vri-container-2812 .vsc-item-collapse:checked ~ .vsc-item-head {
  padding: 0;
}

#vri-container-2812 .vsc-item-vouchers-content .vsc-item-gallery-container {
  background: transparent;
}

#vri-container-2812 .vsc-group-name {
  background: #998467;
  margin-right: 40px;
  padding: 0.875rem 1.3125rem;
  color: #998467;
  font-size: 1rem;
  color: #fefefe;
}

@media print, screen and (min-width: 48em) {
  #vri-container-2812 .vsc-group-name {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 75em) {
  #vri-container-2812 .vsc-group-name {
    margin-left: -34px;
  }
}

#vri-container-2812 .vsc-item .vsc-menu-item-input + .vsc-menu-item-label {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}

#vri-container-2812 .vsc-item .vsc-menu-item-input + .vsc-menu-item-label:hover span {
  text-decoration: underline;
}

#vri-container-2812 .vsc-item .vsc-menu-item-input:checked + .vsc-menu-item-label {
  background: transparent;
  color: #998467;
}

#vri-container-2812 .vsc-item .vsc-menu-item-input:checked + .vsc-menu-item-label span {
  text-decoration: underline;
}

#vri-container-2812 .vsc-item-gallery-scroller-container {
  background: transparent;
}

#vri-container-2812 .vsc-item-vouchers-content .vsc-item-gallery-scroller .vjg2_item.current::before {
  background: transparent;
}

#vri-container-2812 .vsc-item-vouchers-content .vsc-item-gallery .vjg2_item a img {
  padding-top: 0;
}

#vri-container-2812 .vsc-item-vouchers-content .vsc-item-gallery-teaser {
  color: #998467;
  font-size: 1rem;
  text-align: left;
}

@media print, screen and (min-width: 48em) {
  #vri-container-2812 .vsc-item-vouchers-content .vsc-item-gallery-teaser {
    font-size: 1.125rem;
  }
}

#vri-container-2812 .vsc-item-vouchers-details {
  background: transparent;
}

#vri-container-2812 .vsc-element-input-quick .vsc-element-submit input {
  color: #fefefe;
}

#vri-container-2812 .vsc-item-vouchers .vsc-voucher-value-range {
  box-shadow: none;
  background: #998467;
  color: #fefefe;
}

#vri-container-2812 .vsc-item-vouchers .vsc-voucher-value-range::before {
  border-right: 22px solid #998467;
}

#vri-container-2812 .vsc-element-select::before,
#vri-container-2812 .vsc-element-input-date::before {
  border-left: 0;
  background: #998467;
  color: #fefefe;
}

#vri-container-2812 .vsc-list-item .vsc-list-item-name-text {
  color: #998467;
  font-size: 1rem;
}

@media print, screen and (min-width: 48em) {
  #vri-container-2812 .vsc-list-item .vsc-list-item-name-text {
    font-size: 1.125rem;
  }
}

#vri-container-2812 .vsc-list-item-input:checked + .vsc-list-item-label,
#vri-container-2812 .vsc-list-item-input:checked + .vsc-list-item-label > div {
  background: #fefefe;
}

#vri-container-2812 .vsc-list-item-details .vsc-list-item-desc-link + .vsc-list-item-desc,
#vri-container-2812 .vsc-list-item-group .vsc-list-item-details .vsc-list-item-desc-link + .vsc-list-item-desc,
#vri-container-2812 .vsc-list-item-group .vsc-list-item.vsc-list-item-details .vsc-list-item-desc-link + .vsc-list-item-desc {
  height: auto;
}

#vri-container-2812 .vsc-list-item-state ~ .vsc-list-item-name {
  border-left: none;
}

#vri-container-2812 .vsc-list-item-price + .vsc-list-item-name {
  border-right: 1px solid #998467;
  margin-right: 110px;
}

#vri-container-2812 .vsc-item-vouchers-details {
  color: #998467;
  padding: 0;
}

#vri-container-2812 .vsc-list > .vsc-list-title + .vsc-list-item,
#vri-container-2812 .vsc-list > .vsc-list-item:last-child,
#vri-container-2812 .vsc-list > .vsc-list-item:first-child {
  border-radius: 0;
}

#vri-container-2812 .vsc-list-item-desc-link + .vsc-list-item-desc {
  margin-right: 0;
}

@media print, screen and (min-width: 48em) {
  #vri-container-2812 .vsc-list-item-desc-link + .vsc-list-item-desc {
    margin-right: 150px;
  }
}

#vri-container-2812 .vsc-list-item-variants-link,
#vri-container-2812 .vsc-list-item-desc-link {
  left: auto;
  right: 10px;
}

#vri-container-2812 .vsc-list-item-details .vsc-list-item-name-content {
  height: auto;
}

#vri-container-2812 .vsc-list-item-details .vsc-list-item-desc {
  margin-right: 0;
}

#vri-container-2812 .vsc-list-item-state .vsc-icon {
  top: 18px;
}

#vri-container-2812 .vsc-list-item-price {
  color: #998467;
  font-size: 1rem;
  position: absolute;
  right: 0;
  top: 33px;
  text-align: left;
  padding-left: 10px;
  padding-right: 0;
}

@media print, screen and (min-width: 48em) {
  #vri-container-2812 .vsc-list-item-price {
    font-size: 1.125rem;
  }
}

#vri-container-2812 .vsc-list-item-variants-link,
#vri-container-2812 .vsc-list-item-desc-link {
  bottom: 5px;
}

#vri-container-2812 .vsc-list-item-name-content {
  height: 90px;
}

@media print, screen and (min-width: 48em) {
  #vri-container-2812 .vsc-list-item-name-content {
    height: 67px;
  }
}

#vri-container-2812 .vsc-element-radio-input:checked + .vsc-element-radio-label .vsc-element-radio-state .vsc-icon::before {
  color: #998467;
}

#vri-container-2812 .vsc-icon {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

#vri-container-2812 .vsc-icon.vsc-icon-gift,
#vri-container-2812 .vsc-icon.vsc-item-personaldata-icon {
  display: none;
}

@media screen and (min-width: 75em) {
  #vri-container-2812 .vsc-item-personaldata .vsc-item-content-hoteldata-segment,
  #vri-container-2812 .vsc-item-summary .vsc-item-content-hoteldata-segment,
  #vri-container-2812 .vsc-item-cancelation .vsc-item-content-hoteldata-segment,
  #vri-container-2812 .vsc-item-payment .vsc-item-content-hoteldata-segment {
    margin-left: 0;
  }
}

#vri-container-2812 .vsc-buttons-container .vsc-button {
  margin-bottom: 1rem;
}

@media screen and (min-width: 58.8125em) {
  #vri-container-2812 .vsc-buttons-container .vsc-button {
    margin-bottom: 0;
  }
}

#vri-container-2812 .vsc-list-item-price {
  width: 102px;
}

.vsc-loading-spinner:not(:required)::after {
  box-shadow: #998467 1.5em 0 0 0, #998467 1.1em 1.1em 0 0, #998467 0 1.5em 0 0, #998467 -1.1em 1.1em 0 0, #998467 -1.5em 0 0 0, #998467 -1.1em -1.1em 0 0, #998467 0 -1.5em 0 0, #998467 1.1em -1.1em 0 0 !important;
}

.vsc-overlay-close.vsc-icon {
  color: #998467;
}

html body div.vac {
  background: #fefefe;
}

html body div.vac div.row {
  color: #998467;
  font-size: 16px;
}

html body div.vac div.focused {
  background: #BAAB98;
  color: #fefefe;
}

html body div.vac div.selected {
  background: #998467;
  color: #fefefe;
}

html body div.vac div.selected .match {
  background: #0a0a0a;
}

/* purgecss end ignore */

