@charset "UTF-8";
.browserupgrade {
  margin: 0;
  padding: 0.9375rem 1.5625rem;
  background: #cc4b37;
  color: #fefefe;
  font-family: sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  text-align: center;
}
.browserupgrade a {
  color: #ffae00;
}
.browserupgrade a:hover {
  color: #ffdf99;
}

/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  -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 {
  -webkit-box-sizing: border-box;
  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] {
  -webkit-box-sizing: border-box;
  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;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

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

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Cabin", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -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 {
  -webkit-box-sizing: border-box;
  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: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

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

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

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

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.cell.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  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, .grid-x > .small-13, .grid-x > .small-14, .grid-x > .small-15, .grid-x > .small-16, .grid-x > .small-17, .grid-x > .small-18, .grid-x > .small-19, .grid-x > .small-20, .grid-x > .small-21, .grid-x > .small-22, .grid-x > .small-23, .grid-x > .small-24 {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .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, .grid-x > .medium-13, .grid-x > .medium-14, .grid-x > .medium-15, .grid-x > .medium-16, .grid-x > .medium-17, .grid-x > .medium-18, .grid-x > .medium-19, .grid-x > .medium-20, .grid-x > .medium-21, .grid-x > .medium-22, .grid-x > .medium-23, .grid-x > .medium-24 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    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, .grid-x > .large-13, .grid-x > .large-14, .grid-x > .large-15, .grid-x > .large-16, .grid-x > .large-17, .grid-x > .large-18, .grid-x > .large-19, .grid-x > .large-20, .grid-x > .large-21, .grid-x > .large-22, .grid-x > .large-23, .grid-x > .large-24 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    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, .grid-x > .xlarge-13, .grid-x > .xlarge-14, .grid-x > .xlarge-15, .grid-x > .xlarge-16, .grid-x > .xlarge-17, .grid-x > .xlarge-18, .grid-x > .xlarge-19, .grid-x > .xlarge-20, .grid-x > .xlarge-21, .grid-x > .xlarge-22, .grid-x > .xlarge-23, .grid-x > .xlarge-24 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    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, .grid-x > .xxlarge-13, .grid-x > .xxlarge-14, .grid-x > .xxlarge-15, .grid-x > .xxlarge-16, .grid-x > .xxlarge-17, .grid-x > .xxlarge-18, .grid-x > .xxlarge-19, .grid-x > .xxlarge-20, .grid-x > .xxlarge-21, .grid-x > .xxlarge-22, .grid-x > .xxlarge-23, .grid-x > .xxlarge-24 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-x > .small-24, .grid-x > .small-23, .grid-x > .small-22, .grid-x > .small-21, .grid-x > .small-20, .grid-x > .small-19, .grid-x > .small-18, .grid-x > .small-17, .grid-x > .small-16, .grid-x > .small-15, .grid-x > .small-14, .grid-x > .small-13, .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;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.grid-x > .small-13 {
  width: 54.1666666667%;
}

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

.grid-x > .small-15 {
  width: 62.5%;
}

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

.grid-x > .small-17 {
  width: 70.8333333333%;
}

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

.grid-x > .small-19 {
  width: 79.1666666667%;
}

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

.grid-x > .small-21 {
  width: 87.5%;
}

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

.grid-x > .small-23 {
  width: 95.8333333333%;
}

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

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-24, .grid-x > .medium-23, .grid-x > .medium-22, .grid-x > .medium-21, .grid-x > .medium-20, .grid-x > .medium-19, .grid-x > .medium-18, .grid-x > .medium-17, .grid-x > .medium-16, .grid-x > .medium-15, .grid-x > .medium-14, .grid-x > .medium-13, .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;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 4.1666666667%;
  }
  .grid-x > .medium-2 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-3 {
    width: 12.5%;
  }
  .grid-x > .medium-4 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-5 {
    width: 20.8333333333%;
  }
  .grid-x > .medium-6 {
    width: 25%;
  }
  .grid-x > .medium-7 {
    width: 29.1666666667%;
  }
  .grid-x > .medium-8 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-9 {
    width: 37.5%;
  }
  .grid-x > .medium-10 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-11 {
    width: 45.8333333333%;
  }
  .grid-x > .medium-12 {
    width: 50%;
  }
  .grid-x > .medium-13 {
    width: 54.1666666667%;
  }
  .grid-x > .medium-14 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-15 {
    width: 62.5%;
  }
  .grid-x > .medium-16 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-17 {
    width: 70.8333333333%;
  }
  .grid-x > .medium-18 {
    width: 75%;
  }
  .grid-x > .medium-19 {
    width: 79.1666666667%;
  }
  .grid-x > .medium-20 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-21 {
    width: 87.5%;
  }
  .grid-x > .medium-22 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-23 {
    width: 95.8333333333%;
  }
  .grid-x > .medium-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-24, .grid-x > .large-23, .grid-x > .large-22, .grid-x > .large-21, .grid-x > .large-20, .grid-x > .large-19, .grid-x > .large-18, .grid-x > .large-17, .grid-x > .large-16, .grid-x > .large-15, .grid-x > .large-14, .grid-x > .large-13, .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;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 4.1666666667%;
  }
  .grid-x > .large-2 {
    width: 8.3333333333%;
  }
  .grid-x > .large-3 {
    width: 12.5%;
  }
  .grid-x > .large-4 {
    width: 16.6666666667%;
  }
  .grid-x > .large-5 {
    width: 20.8333333333%;
  }
  .grid-x > .large-6 {
    width: 25%;
  }
  .grid-x > .large-7 {
    width: 29.1666666667%;
  }
  .grid-x > .large-8 {
    width: 33.3333333333%;
  }
  .grid-x > .large-9 {
    width: 37.5%;
  }
  .grid-x > .large-10 {
    width: 41.6666666667%;
  }
  .grid-x > .large-11 {
    width: 45.8333333333%;
  }
  .grid-x > .large-12 {
    width: 50%;
  }
  .grid-x > .large-13 {
    width: 54.1666666667%;
  }
  .grid-x > .large-14 {
    width: 58.3333333333%;
  }
  .grid-x > .large-15 {
    width: 62.5%;
  }
  .grid-x > .large-16 {
    width: 66.6666666667%;
  }
  .grid-x > .large-17 {
    width: 70.8333333333%;
  }
  .grid-x > .large-18 {
    width: 75%;
  }
  .grid-x > .large-19 {
    width: 79.1666666667%;
  }
  .grid-x > .large-20 {
    width: 83.3333333333%;
  }
  .grid-x > .large-21 {
    width: 87.5%;
  }
  .grid-x > .large-22 {
    width: 91.6666666667%;
  }
  .grid-x > .large-23 {
    width: 95.8333333333%;
  }
  .grid-x > .large-24 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xlarge-24, .grid-x > .xlarge-23, .grid-x > .xlarge-22, .grid-x > .xlarge-21, .grid-x > .xlarge-20, .grid-x > .xlarge-19, .grid-x > .xlarge-18, .grid-x > .xlarge-17, .grid-x > .xlarge-16, .grid-x > .xlarge-15, .grid-x > .xlarge-14, .grid-x > .xlarge-13, .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;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .xlarge-shrink {
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 4.1666666667%;
  }
  .grid-x > .xlarge-2 {
    width: 8.3333333333%;
  }
  .grid-x > .xlarge-3 {
    width: 12.5%;
  }
  .grid-x > .xlarge-4 {
    width: 16.6666666667%;
  }
  .grid-x > .xlarge-5 {
    width: 20.8333333333%;
  }
  .grid-x > .xlarge-6 {
    width: 25%;
  }
  .grid-x > .xlarge-7 {
    width: 29.1666666667%;
  }
  .grid-x > .xlarge-8 {
    width: 33.3333333333%;
  }
  .grid-x > .xlarge-9 {
    width: 37.5%;
  }
  .grid-x > .xlarge-10 {
    width: 41.6666666667%;
  }
  .grid-x > .xlarge-11 {
    width: 45.8333333333%;
  }
  .grid-x > .xlarge-12 {
    width: 50%;
  }
  .grid-x > .xlarge-13 {
    width: 54.1666666667%;
  }
  .grid-x > .xlarge-14 {
    width: 58.3333333333%;
  }
  .grid-x > .xlarge-15 {
    width: 62.5%;
  }
  .grid-x > .xlarge-16 {
    width: 66.6666666667%;
  }
  .grid-x > .xlarge-17 {
    width: 70.8333333333%;
  }
  .grid-x > .xlarge-18 {
    width: 75%;
  }
  .grid-x > .xlarge-19 {
    width: 79.1666666667%;
  }
  .grid-x > .xlarge-20 {
    width: 83.3333333333%;
  }
  .grid-x > .xlarge-21 {
    width: 87.5%;
  }
  .grid-x > .xlarge-22 {
    width: 91.6666666667%;
  }
  .grid-x > .xlarge-23 {
    width: 95.8333333333%;
  }
  .grid-x > .xlarge-24 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xxlarge-24, .grid-x > .xxlarge-23, .grid-x > .xxlarge-22, .grid-x > .xxlarge-21, .grid-x > .xxlarge-20, .grid-x > .xxlarge-19, .grid-x > .xxlarge-18, .grid-x > .xxlarge-17, .grid-x > .xxlarge-16, .grid-x > .xxlarge-15, .grid-x > .xxlarge-14, .grid-x > .xxlarge-13, .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;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-x > .xxlarge-1 {
    width: 4.1666666667%;
  }
  .grid-x > .xxlarge-2 {
    width: 8.3333333333%;
  }
  .grid-x > .xxlarge-3 {
    width: 12.5%;
  }
  .grid-x > .xxlarge-4 {
    width: 16.6666666667%;
  }
  .grid-x > .xxlarge-5 {
    width: 20.8333333333%;
  }
  .grid-x > .xxlarge-6 {
    width: 25%;
  }
  .grid-x > .xxlarge-7 {
    width: 29.1666666667%;
  }
  .grid-x > .xxlarge-8 {
    width: 33.3333333333%;
  }
  .grid-x > .xxlarge-9 {
    width: 37.5%;
  }
  .grid-x > .xxlarge-10 {
    width: 41.6666666667%;
  }
  .grid-x > .xxlarge-11 {
    width: 45.8333333333%;
  }
  .grid-x > .xxlarge-12 {
    width: 50%;
  }
  .grid-x > .xxlarge-13 {
    width: 54.1666666667%;
  }
  .grid-x > .xxlarge-14 {
    width: 58.3333333333%;
  }
  .grid-x > .xxlarge-15 {
    width: 62.5%;
  }
  .grid-x > .xxlarge-16 {
    width: 66.6666666667%;
  }
  .grid-x > .xxlarge-17 {
    width: 70.8333333333%;
  }
  .grid-x > .xxlarge-18 {
    width: 75%;
  }
  .grid-x > .xxlarge-19 {
    width: 79.1666666667%;
  }
  .grid-x > .xxlarge-20 {
    width: 83.3333333333%;
  }
  .grid-x > .xxlarge-21 {
    width: 87.5%;
  }
  .grid-x > .xxlarge-22 {
    width: 91.6666666667%;
  }
  .grid-x > .xxlarge-23 {
    width: 95.8333333333%;
  }
  .grid-x > .xxlarge-24 {
    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: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(4.1666666667% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(12.5% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(20.8333333333% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(29.1666666667% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(37.5% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(45.8333333333% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-13 {
  width: calc(54.1666666667% - 1.25rem);
}
.grid-margin-x > .small-14 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-15 {
  width: calc(62.5% - 1.25rem);
}
.grid-margin-x > .small-16 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-17 {
  width: calc(70.8333333333% - 1.25rem);
}
.grid-margin-x > .small-18 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-19 {
  width: calc(79.1666666667% - 1.25rem);
}
.grid-margin-x > .small-20 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-21 {
  width: calc(87.5% - 1.25rem);
}
.grid-margin-x > .small-22 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-23 {
  width: calc(95.8333333333% - 1.25rem);
}
.grid-margin-x > .small-24 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(4.1666666667% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(37.5% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-13 {
    width: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-x > .small-14 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-15 {
    width: calc(62.5% - 1.875rem);
  }
  .grid-margin-x > .small-16 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-17 {
    width: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-x > .small-18 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-19 {
    width: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-x > .small-20 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-21 {
    width: calc(87.5% - 1.875rem);
  }
  .grid-margin-x > .small-22 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-23 {
    width: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-x > .small-24 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(4.1666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(37.5% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-13 {
    width: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-14 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-15 {
    width: calc(62.5% - 1.875rem);
  }
  .grid-margin-x > .medium-16 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-17 {
    width: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-18 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-19 {
    width: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-20 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-21 {
    width: calc(87.5% - 1.875rem);
  }
  .grid-margin-x > .medium-22 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-23 {
    width: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-24 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(4.1666666667% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(37.5% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-13 {
    width: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-x > .large-14 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-15 {
    width: calc(62.5% - 1.875rem);
  }
  .grid-margin-x > .large-16 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-17 {
    width: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-x > .large-18 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-19 {
    width: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-x > .large-20 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-21 {
    width: calc(87.5% - 1.875rem);
  }
  .grid-margin-x > .large-22 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-23 {
    width: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-x > .large-24 {
    width: calc(100% - 1.875rem);
  }
}
@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(4.1666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(37.5% - 1.875rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xlarge-13 {
    width: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-14 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-15 {
    width: calc(62.5% - 1.875rem);
  }
  .grid-margin-x > .xlarge-16 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-17 {
    width: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-18 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xlarge-19 {
    width: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-20 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-21 {
    width: calc(87.5% - 1.875rem);
  }
  .grid-margin-x > .xlarge-22 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-23 {
    width: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-24 {
    width: calc(100% - 1.875rem);
  }
}
@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(4.1666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(37.5% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-12 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-13 {
    width: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-14 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-15 {
    width: calc(62.5% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-16 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-17 {
    width: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-18 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-19 {
    width: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-20 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-21 {
    width: calc(87.5% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-22 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-23 {
    width: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-24 {
    width: calc(100% - 1.875rem);
  }
}

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

.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: 40em) {
  .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: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.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: 4.1666666667%;
}
.small-margin-collapse > .small-2 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-3 {
  width: 12.5%;
}
.small-margin-collapse > .small-4 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-5 {
  width: 20.8333333333%;
}
.small-margin-collapse > .small-6 {
  width: 25%;
}
.small-margin-collapse > .small-7 {
  width: 29.1666666667%;
}
.small-margin-collapse > .small-8 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-9 {
  width: 37.5%;
}
.small-margin-collapse > .small-10 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-11 {
  width: 45.8333333333%;
}
.small-margin-collapse > .small-12 {
  width: 50%;
}
.small-margin-collapse > .small-13 {
  width: 54.1666666667%;
}
.small-margin-collapse > .small-14 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-15 {
  width: 62.5%;
}
.small-margin-collapse > .small-16 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-17 {
  width: 70.8333333333%;
}
.small-margin-collapse > .small-18 {
  width: 75%;
}
.small-margin-collapse > .small-19 {
  width: 79.1666666667%;
}
.small-margin-collapse > .small-20 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-21 {
  width: 87.5%;
}
.small-margin-collapse > .small-22 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-23 {
  width: 95.8333333333%;
}
.small-margin-collapse > .small-24 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 4.1666666667%;
  }
  .small-margin-collapse > .medium-2 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-3 {
    width: 12.5%;
  }
  .small-margin-collapse > .medium-4 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-5 {
    width: 20.8333333333%;
  }
  .small-margin-collapse > .medium-6 {
    width: 25%;
  }
  .small-margin-collapse > .medium-7 {
    width: 29.1666666667%;
  }
  .small-margin-collapse > .medium-8 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-9 {
    width: 37.5%;
  }
  .small-margin-collapse > .medium-10 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-11 {
    width: 45.8333333333%;
  }
  .small-margin-collapse > .medium-12 {
    width: 50%;
  }
  .small-margin-collapse > .medium-13 {
    width: 54.1666666667%;
  }
  .small-margin-collapse > .medium-14 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-15 {
    width: 62.5%;
  }
  .small-margin-collapse > .medium-16 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-17 {
    width: 70.8333333333%;
  }
  .small-margin-collapse > .medium-18 {
    width: 75%;
  }
  .small-margin-collapse > .medium-19 {
    width: 79.1666666667%;
  }
  .small-margin-collapse > .medium-20 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-21 {
    width: 87.5%;
  }
  .small-margin-collapse > .medium-22 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-23 {
    width: 95.8333333333%;
  }
  .small-margin-collapse > .medium-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 4.1666666667%;
  }
  .small-margin-collapse > .large-2 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-3 {
    width: 12.5%;
  }
  .small-margin-collapse > .large-4 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-5 {
    width: 20.8333333333%;
  }
  .small-margin-collapse > .large-6 {
    width: 25%;
  }
  .small-margin-collapse > .large-7 {
    width: 29.1666666667%;
  }
  .small-margin-collapse > .large-8 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-9 {
    width: 37.5%;
  }
  .small-margin-collapse > .large-10 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-11 {
    width: 45.8333333333%;
  }
  .small-margin-collapse > .large-12 {
    width: 50%;
  }
  .small-margin-collapse > .large-13 {
    width: 54.1666666667%;
  }
  .small-margin-collapse > .large-14 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-15 {
    width: 62.5%;
  }
  .small-margin-collapse > .large-16 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-17 {
    width: 70.8333333333%;
  }
  .small-margin-collapse > .large-18 {
    width: 75%;
  }
  .small-margin-collapse > .large-19 {
    width: 79.1666666667%;
  }
  .small-margin-collapse > .large-20 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-21 {
    width: 87.5%;
  }
  .small-margin-collapse > .large-22 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-23 {
    width: 95.8333333333%;
  }
  .small-margin-collapse > .large-24 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .small-margin-collapse > .xlarge-1 {
    width: 4.1666666667%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 12.5%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 20.8333333333%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 29.1666666667%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 37.5%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 45.8333333333%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-13 {
    width: 54.1666666667%;
  }
  .small-margin-collapse > .xlarge-14 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xlarge-15 {
    width: 62.5%;
  }
  .small-margin-collapse > .xlarge-16 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xlarge-17 {
    width: 70.8333333333%;
  }
  .small-margin-collapse > .xlarge-18 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-19 {
    width: 79.1666666667%;
  }
  .small-margin-collapse > .xlarge-20 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xlarge-21 {
    width: 87.5%;
  }
  .small-margin-collapse > .xlarge-22 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xlarge-23 {
    width: 95.8333333333%;
  }
  .small-margin-collapse > .xlarge-24 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 4.1666666667%;
  }
  .small-margin-collapse > .xxlarge-2 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xxlarge-3 {
    width: 12.5%;
  }
  .small-margin-collapse > .xxlarge-4 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xxlarge-5 {
    width: 20.8333333333%;
  }
  .small-margin-collapse > .xxlarge-6 {
    width: 25%;
  }
  .small-margin-collapse > .xxlarge-7 {
    width: 29.1666666667%;
  }
  .small-margin-collapse > .xxlarge-8 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xxlarge-9 {
    width: 37.5%;
  }
  .small-margin-collapse > .xxlarge-10 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xxlarge-11 {
    width: 45.8333333333%;
  }
  .small-margin-collapse > .xxlarge-12 {
    width: 50%;
  }
  .small-margin-collapse > .xxlarge-13 {
    width: 54.1666666667%;
  }
  .small-margin-collapse > .xxlarge-14 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xxlarge-15 {
    width: 62.5%;
  }
  .small-margin-collapse > .xxlarge-16 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xxlarge-17 {
    width: 70.8333333333%;
  }
  .small-margin-collapse > .xxlarge-18 {
    width: 75%;
  }
  .small-margin-collapse > .xxlarge-19 {
    width: 79.1666666667%;
  }
  .small-margin-collapse > .xxlarge-20 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xxlarge-21 {
    width: 87.5%;
  }
  .small-margin-collapse > .xxlarge-22 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xxlarge-23 {
    width: 95.8333333333%;
  }
  .small-margin-collapse > .xxlarge-24 {
    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: 40em) {
  .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: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 4.1666666667%;
  }
  .medium-margin-collapse > .small-2 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-3 {
    width: 12.5%;
  }
  .medium-margin-collapse > .small-4 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-5 {
    width: 20.8333333333%;
  }
  .medium-margin-collapse > .small-6 {
    width: 25%;
  }
  .medium-margin-collapse > .small-7 {
    width: 29.1666666667%;
  }
  .medium-margin-collapse > .small-8 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-9 {
    width: 37.5%;
  }
  .medium-margin-collapse > .small-10 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-11 {
    width: 45.8333333333%;
  }
  .medium-margin-collapse > .small-12 {
    width: 50%;
  }
  .medium-margin-collapse > .small-13 {
    width: 54.1666666667%;
  }
  .medium-margin-collapse > .small-14 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-15 {
    width: 62.5%;
  }
  .medium-margin-collapse > .small-16 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-17 {
    width: 70.8333333333%;
  }
  .medium-margin-collapse > .small-18 {
    width: 75%;
  }
  .medium-margin-collapse > .small-19 {
    width: 79.1666666667%;
  }
  .medium-margin-collapse > .small-20 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-21 {
    width: 87.5%;
  }
  .medium-margin-collapse > .small-22 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-23 {
    width: 95.8333333333%;
  }
  .medium-margin-collapse > .small-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 4.1666666667%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 12.5%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 20.8333333333%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 29.1666666667%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 37.5%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 45.8333333333%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-13 {
    width: 54.1666666667%;
  }
  .medium-margin-collapse > .medium-14 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-15 {
    width: 62.5%;
  }
  .medium-margin-collapse > .medium-16 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-17 {
    width: 70.8333333333%;
  }
  .medium-margin-collapse > .medium-18 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-19 {
    width: 79.1666666667%;
  }
  .medium-margin-collapse > .medium-20 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-21 {
    width: 87.5%;
  }
  .medium-margin-collapse > .medium-22 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-23 {
    width: 95.8333333333%;
  }
  .medium-margin-collapse > .medium-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 4.1666666667%;
  }
  .medium-margin-collapse > .large-2 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-3 {
    width: 12.5%;
  }
  .medium-margin-collapse > .large-4 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-5 {
    width: 20.8333333333%;
  }
  .medium-margin-collapse > .large-6 {
    width: 25%;
  }
  .medium-margin-collapse > .large-7 {
    width: 29.1666666667%;
  }
  .medium-margin-collapse > .large-8 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-9 {
    width: 37.5%;
  }
  .medium-margin-collapse > .large-10 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-11 {
    width: 45.8333333333%;
  }
  .medium-margin-collapse > .large-12 {
    width: 50%;
  }
  .medium-margin-collapse > .large-13 {
    width: 54.1666666667%;
  }
  .medium-margin-collapse > .large-14 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-15 {
    width: 62.5%;
  }
  .medium-margin-collapse > .large-16 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-17 {
    width: 70.8333333333%;
  }
  .medium-margin-collapse > .large-18 {
    width: 75%;
  }
  .medium-margin-collapse > .large-19 {
    width: 79.1666666667%;
  }
  .medium-margin-collapse > .large-20 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-21 {
    width: 87.5%;
  }
  .medium-margin-collapse > .large-22 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-23 {
    width: 95.8333333333%;
  }
  .medium-margin-collapse > .large-24 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 4.1666666667%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 12.5%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 20.8333333333%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 29.1666666667%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 37.5%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 45.8333333333%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-13 {
    width: 54.1666666667%;
  }
  .medium-margin-collapse > .xlarge-14 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xlarge-15 {
    width: 62.5%;
  }
  .medium-margin-collapse > .xlarge-16 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xlarge-17 {
    width: 70.8333333333%;
  }
  .medium-margin-collapse > .xlarge-18 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-19 {
    width: 79.1666666667%;
  }
  .medium-margin-collapse > .xlarge-20 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xlarge-21 {
    width: 87.5%;
  }
  .medium-margin-collapse > .xlarge-22 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xlarge-23 {
    width: 95.8333333333%;
  }
  .medium-margin-collapse > .xlarge-24 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 4.1666666667%;
  }
  .medium-margin-collapse > .xxlarge-2 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-3 {
    width: 12.5%;
  }
  .medium-margin-collapse > .xxlarge-4 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-5 {
    width: 20.8333333333%;
  }
  .medium-margin-collapse > .xxlarge-6 {
    width: 25%;
  }
  .medium-margin-collapse > .xxlarge-7 {
    width: 29.1666666667%;
  }
  .medium-margin-collapse > .xxlarge-8 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-9 {
    width: 37.5%;
  }
  .medium-margin-collapse > .xxlarge-10 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-11 {
    width: 45.8333333333%;
  }
  .medium-margin-collapse > .xxlarge-12 {
    width: 50%;
  }
  .medium-margin-collapse > .xxlarge-13 {
    width: 54.1666666667%;
  }
  .medium-margin-collapse > .xxlarge-14 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-15 {
    width: 62.5%;
  }
  .medium-margin-collapse > .xxlarge-16 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-17 {
    width: 70.8333333333%;
  }
  .medium-margin-collapse > .xxlarge-18 {
    width: 75%;
  }
  .medium-margin-collapse > .xxlarge-19 {
    width: 79.1666666667%;
  }
  .medium-margin-collapse > .xxlarge-20 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-21 {
    width: 87.5%;
  }
  .medium-margin-collapse > .xxlarge-22 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-23 {
    width: 95.8333333333%;
  }
  .medium-margin-collapse > .xxlarge-24 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .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: 4.1666666667%;
  }
  .large-margin-collapse > .small-2 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-3 {
    width: 12.5%;
  }
  .large-margin-collapse > .small-4 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-5 {
    width: 20.8333333333%;
  }
  .large-margin-collapse > .small-6 {
    width: 25%;
  }
  .large-margin-collapse > .small-7 {
    width: 29.1666666667%;
  }
  .large-margin-collapse > .small-8 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-9 {
    width: 37.5%;
  }
  .large-margin-collapse > .small-10 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-11 {
    width: 45.8333333333%;
  }
  .large-margin-collapse > .small-12 {
    width: 50%;
  }
  .large-margin-collapse > .small-13 {
    width: 54.1666666667%;
  }
  .large-margin-collapse > .small-14 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-15 {
    width: 62.5%;
  }
  .large-margin-collapse > .small-16 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-17 {
    width: 70.8333333333%;
  }
  .large-margin-collapse > .small-18 {
    width: 75%;
  }
  .large-margin-collapse > .small-19 {
    width: 79.1666666667%;
  }
  .large-margin-collapse > .small-20 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-21 {
    width: 87.5%;
  }
  .large-margin-collapse > .small-22 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-23 {
    width: 95.8333333333%;
  }
  .large-margin-collapse > .small-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 4.1666666667%;
  }
  .large-margin-collapse > .medium-2 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-3 {
    width: 12.5%;
  }
  .large-margin-collapse > .medium-4 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-5 {
    width: 20.8333333333%;
  }
  .large-margin-collapse > .medium-6 {
    width: 25%;
  }
  .large-margin-collapse > .medium-7 {
    width: 29.1666666667%;
  }
  .large-margin-collapse > .medium-8 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-9 {
    width: 37.5%;
  }
  .large-margin-collapse > .medium-10 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-11 {
    width: 45.8333333333%;
  }
  .large-margin-collapse > .medium-12 {
    width: 50%;
  }
  .large-margin-collapse > .medium-13 {
    width: 54.1666666667%;
  }
  .large-margin-collapse > .medium-14 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-15 {
    width: 62.5%;
  }
  .large-margin-collapse > .medium-16 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-17 {
    width: 70.8333333333%;
  }
  .large-margin-collapse > .medium-18 {
    width: 75%;
  }
  .large-margin-collapse > .medium-19 {
    width: 79.1666666667%;
  }
  .large-margin-collapse > .medium-20 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-21 {
    width: 87.5%;
  }
  .large-margin-collapse > .medium-22 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-23 {
    width: 95.8333333333%;
  }
  .large-margin-collapse > .medium-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 4.1666666667%;
  }
  .large-margin-collapse > .large-2 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-3 {
    width: 12.5%;
  }
  .large-margin-collapse > .large-4 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-5 {
    width: 20.8333333333%;
  }
  .large-margin-collapse > .large-6 {
    width: 25%;
  }
  .large-margin-collapse > .large-7 {
    width: 29.1666666667%;
  }
  .large-margin-collapse > .large-8 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-9 {
    width: 37.5%;
  }
  .large-margin-collapse > .large-10 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-11 {
    width: 45.8333333333%;
  }
  .large-margin-collapse > .large-12 {
    width: 50%;
  }
  .large-margin-collapse > .large-13 {
    width: 54.1666666667%;
  }
  .large-margin-collapse > .large-14 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-15 {
    width: 62.5%;
  }
  .large-margin-collapse > .large-16 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-17 {
    width: 70.8333333333%;
  }
  .large-margin-collapse > .large-18 {
    width: 75%;
  }
  .large-margin-collapse > .large-19 {
    width: 79.1666666667%;
  }
  .large-margin-collapse > .large-20 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-21 {
    width: 87.5%;
  }
  .large-margin-collapse > .large-22 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-23 {
    width: 95.8333333333%;
  }
  .large-margin-collapse > .large-24 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 4.1666666667%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 12.5%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 20.8333333333%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 29.1666666667%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 37.5%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 45.8333333333%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-13 {
    width: 54.1666666667%;
  }
  .large-margin-collapse > .xlarge-14 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xlarge-15 {
    width: 62.5%;
  }
  .large-margin-collapse > .xlarge-16 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xlarge-17 {
    width: 70.8333333333%;
  }
  .large-margin-collapse > .xlarge-18 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-19 {
    width: 79.1666666667%;
  }
  .large-margin-collapse > .xlarge-20 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xlarge-21 {
    width: 87.5%;
  }
  .large-margin-collapse > .xlarge-22 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xlarge-23 {
    width: 95.8333333333%;
  }
  .large-margin-collapse > .xlarge-24 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 4.1666666667%;
  }
  .large-margin-collapse > .xxlarge-2 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xxlarge-3 {
    width: 12.5%;
  }
  .large-margin-collapse > .xxlarge-4 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xxlarge-5 {
    width: 20.8333333333%;
  }
  .large-margin-collapse > .xxlarge-6 {
    width: 25%;
  }
  .large-margin-collapse > .xxlarge-7 {
    width: 29.1666666667%;
  }
  .large-margin-collapse > .xxlarge-8 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xxlarge-9 {
    width: 37.5%;
  }
  .large-margin-collapse > .xxlarge-10 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xxlarge-11 {
    width: 45.8333333333%;
  }
  .large-margin-collapse > .xxlarge-12 {
    width: 50%;
  }
  .large-margin-collapse > .xxlarge-13 {
    width: 54.1666666667%;
  }
  .large-margin-collapse > .xxlarge-14 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xxlarge-15 {
    width: 62.5%;
  }
  .large-margin-collapse > .xxlarge-16 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xxlarge-17 {
    width: 70.8333333333%;
  }
  .large-margin-collapse > .xxlarge-18 {
    width: 75%;
  }
  .large-margin-collapse > .xxlarge-19 {
    width: 79.1666666667%;
  }
  .large-margin-collapse > .xxlarge-20 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xxlarge-21 {
    width: 87.5%;
  }
  .large-margin-collapse > .xxlarge-22 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xxlarge-23 {
    width: 95.8333333333%;
  }
  .large-margin-collapse > .xxlarge-24 {
    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: 4.1666666667%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 12.5%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 20.8333333333%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 29.1666666667%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 37.5%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 45.8333333333%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-13 {
    width: 54.1666666667%;
  }
  .xlarge-margin-collapse > .small-14 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .small-15 {
    width: 62.5%;
  }
  .xlarge-margin-collapse > .small-16 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .small-17 {
    width: 70.8333333333%;
  }
  .xlarge-margin-collapse > .small-18 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-19 {
    width: 79.1666666667%;
  }
  .xlarge-margin-collapse > .small-20 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .small-21 {
    width: 87.5%;
  }
  .xlarge-margin-collapse > .small-22 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .small-23 {
    width: 95.8333333333%;
  }
  .xlarge-margin-collapse > .small-24 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 4.1666666667%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 12.5%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 20.8333333333%;
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 29.1666666667%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 37.5%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 45.8333333333%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-13 {
    width: 54.1666666667%;
  }
  .xlarge-margin-collapse > .medium-14 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .medium-15 {
    width: 62.5%;
  }
  .xlarge-margin-collapse > .medium-16 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .medium-17 {
    width: 70.8333333333%;
  }
  .xlarge-margin-collapse > .medium-18 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-19 {
    width: 79.1666666667%;
  }
  .xlarge-margin-collapse > .medium-20 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .medium-21 {
    width: 87.5%;
  }
  .xlarge-margin-collapse > .medium-22 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .medium-23 {
    width: 95.8333333333%;
  }
  .xlarge-margin-collapse > .medium-24 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .large-1 {
    width: 4.1666666667%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 12.5%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 20.8333333333%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 29.1666666667%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 37.5%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 45.8333333333%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-13 {
    width: 54.1666666667%;
  }
  .xlarge-margin-collapse > .large-14 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .large-15 {
    width: 62.5%;
  }
  .xlarge-margin-collapse > .large-16 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .large-17 {
    width: 70.8333333333%;
  }
  .xlarge-margin-collapse > .large-18 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-19 {
    width: 79.1666666667%;
  }
  .xlarge-margin-collapse > .large-20 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .large-21 {
    width: 87.5%;
  }
  .xlarge-margin-collapse > .large-22 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .large-23 {
    width: 95.8333333333%;
  }
  .xlarge-margin-collapse > .large-24 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 4.1666666667%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 12.5%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 20.8333333333%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 29.1666666667%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 37.5%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 45.8333333333%;
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-13 {
    width: 54.1666666667%;
  }
  .xlarge-margin-collapse > .xlarge-14 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-15 {
    width: 62.5%;
  }
  .xlarge-margin-collapse > .xlarge-16 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-17 {
    width: 70.8333333333%;
  }
  .xlarge-margin-collapse > .xlarge-18 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-19 {
    width: 79.1666666667%;
  }
  .xlarge-margin-collapse > .xlarge-20 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-21 {
    width: 87.5%;
  }
  .xlarge-margin-collapse > .xlarge-22 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-23 {
    width: 95.8333333333%;
  }
  .xlarge-margin-collapse > .xlarge-24 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 4.1666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 12.5%;
  }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 20.8333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 29.1666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 37.5%;
  }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 45.8333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxlarge-13 {
    width: 54.1666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-14 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-15 {
    width: 62.5%;
  }
  .xlarge-margin-collapse > .xxlarge-16 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-17 {
    width: 70.8333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-18 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxlarge-19 {
    width: 79.1666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-20 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-21 {
    width: 87.5%;
  }
  .xlarge-margin-collapse > .xxlarge-22 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-23 {
    width: 95.8333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-24 {
    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: 4.1666666667%;
  }
  .xxlarge-margin-collapse > .small-2 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .small-3 {
    width: 12.5%;
  }
  .xxlarge-margin-collapse > .small-4 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .small-5 {
    width: 20.8333333333%;
  }
  .xxlarge-margin-collapse > .small-6 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .small-7 {
    width: 29.1666666667%;
  }
  .xxlarge-margin-collapse > .small-8 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .small-9 {
    width: 37.5%;
  }
  .xxlarge-margin-collapse > .small-10 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .small-11 {
    width: 45.8333333333%;
  }
  .xxlarge-margin-collapse > .small-12 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .small-13 {
    width: 54.1666666667%;
  }
  .xxlarge-margin-collapse > .small-14 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .small-15 {
    width: 62.5%;
  }
  .xxlarge-margin-collapse > .small-16 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .small-17 {
    width: 70.8333333333%;
  }
  .xxlarge-margin-collapse > .small-18 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .small-19 {
    width: 79.1666666667%;
  }
  .xxlarge-margin-collapse > .small-20 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .small-21 {
    width: 87.5%;
  }
  .xxlarge-margin-collapse > .small-22 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .small-23 {
    width: 95.8333333333%;
  }
  .xxlarge-margin-collapse > .small-24 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 4.1666666667%;
  }
  .xxlarge-margin-collapse > .medium-2 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-3 {
    width: 12.5%;
  }
  .xxlarge-margin-collapse > .medium-4 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-5 {
    width: 20.8333333333%;
  }
  .xxlarge-margin-collapse > .medium-6 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .medium-7 {
    width: 29.1666666667%;
  }
  .xxlarge-margin-collapse > .medium-8 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-9 {
    width: 37.5%;
  }
  .xxlarge-margin-collapse > .medium-10 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-11 {
    width: 45.8333333333%;
  }
  .xxlarge-margin-collapse > .medium-12 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .medium-13 {
    width: 54.1666666667%;
  }
  .xxlarge-margin-collapse > .medium-14 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-15 {
    width: 62.5%;
  }
  .xxlarge-margin-collapse > .medium-16 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-17 {
    width: 70.8333333333%;
  }
  .xxlarge-margin-collapse > .medium-18 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .medium-19 {
    width: 79.1666666667%;
  }
  .xxlarge-margin-collapse > .medium-20 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-21 {
    width: 87.5%;
  }
  .xxlarge-margin-collapse > .medium-22 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-23 {
    width: 95.8333333333%;
  }
  .xxlarge-margin-collapse > .medium-24 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 4.1666666667%;
  }
  .xxlarge-margin-collapse > .large-2 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .large-3 {
    width: 12.5%;
  }
  .xxlarge-margin-collapse > .large-4 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .large-5 {
    width: 20.8333333333%;
  }
  .xxlarge-margin-collapse > .large-6 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .large-7 {
    width: 29.1666666667%;
  }
  .xxlarge-margin-collapse > .large-8 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .large-9 {
    width: 37.5%;
  }
  .xxlarge-margin-collapse > .large-10 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .large-11 {
    width: 45.8333333333%;
  }
  .xxlarge-margin-collapse > .large-12 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .large-13 {
    width: 54.1666666667%;
  }
  .xxlarge-margin-collapse > .large-14 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .large-15 {
    width: 62.5%;
  }
  .xxlarge-margin-collapse > .large-16 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .large-17 {
    width: 70.8333333333%;
  }
  .xxlarge-margin-collapse > .large-18 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .large-19 {
    width: 79.1666666667%;
  }
  .xxlarge-margin-collapse > .large-20 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .large-21 {
    width: 87.5%;
  }
  .xxlarge-margin-collapse > .large-22 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .large-23 {
    width: 95.8333333333%;
  }
  .xxlarge-margin-collapse > .large-24 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 4.1666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 12.5%;
  }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 20.8333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 29.1666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 37.5%;
  }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 45.8333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xlarge-13 {
    width: 54.1666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-14 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-15 {
    width: 62.5%;
  }
  .xxlarge-margin-collapse > .xlarge-16 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-17 {
    width: 70.8333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-18 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xlarge-19 {
    width: 79.1666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-20 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-21 {
    width: 87.5%;
  }
  .xxlarge-margin-collapse > .xlarge-22 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-23 {
    width: 95.8333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-24 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 4.1666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 12.5%;
  }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 20.8333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 29.1666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 37.5%;
  }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 45.8333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxlarge-13 {
    width: 54.1666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-14 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-15 {
    width: 62.5%;
  }
  .xxlarge-margin-collapse > .xxlarge-16 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-17 {
    width: 70.8333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-18 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxlarge-19 {
    width: 79.1666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-20 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-21 {
    width: 87.5%;
  }
  .xxlarge-margin-collapse > .xxlarge-22 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-23 {
    width: 95.8333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-24 {
    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% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-1 {
  margin-left: calc(4.1666666667% + 1.25rem / 2);
}

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

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

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(12.5% + 1.25rem / 2);
}

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

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

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(20.8333333333% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(25% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(29.1666666667% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(33.3333333333% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(37.5% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(41.6666666667% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(45.8333333333% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-12 {
  margin-left: calc(50% + 1.25rem / 2);
}

.small-offset-13 {
  margin-left: 54.1666666667%;
}

.grid-margin-x > .small-offset-13 {
  margin-left: calc(54.1666666667% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-14 {
  margin-left: calc(58.3333333333% + 1.25rem / 2);
}

.small-offset-15 {
  margin-left: 62.5%;
}

.grid-margin-x > .small-offset-15 {
  margin-left: calc(62.5% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-16 {
  margin-left: calc(66.6666666667% + 1.25rem / 2);
}

.small-offset-17 {
  margin-left: 70.8333333333%;
}

.grid-margin-x > .small-offset-17 {
  margin-left: calc(70.8333333333% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-18 {
  margin-left: calc(75% + 1.25rem / 2);
}

.small-offset-19 {
  margin-left: 79.1666666667%;
}

.grid-margin-x > .small-offset-19 {
  margin-left: calc(79.1666666667% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-20 {
  margin-left: calc(83.3333333333% + 1.25rem / 2);
}

.small-offset-21 {
  margin-left: 87.5%;
}

.grid-margin-x > .small-offset-21 {
  margin-left: calc(87.5% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-22 {
  margin-left: calc(91.6666666667% + 1.25rem / 2);
}

.small-offset-23 {
  margin-left: 95.8333333333%;
}

.grid-margin-x > .small-offset-23 {
  margin-left: calc(95.8333333333% + 1.25rem / 2);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .medium-offset-1 {
    margin-left: 4.1666666667%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(4.1666666667% + 1.875rem / 2);
  }
  .medium-offset-2 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .medium-offset-3 {
    margin-left: 12.5%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(12.5% + 1.875rem / 2);
  }
  .medium-offset-4 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .medium-offset-5 {
    margin-left: 20.8333333333%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(20.8333333333% + 1.875rem / 2);
  }
  .medium-offset-6 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .medium-offset-7 {
    margin-left: 29.1666666667%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(29.1666666667% + 1.875rem / 2);
  }
  .medium-offset-8 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .medium-offset-9 {
    margin-left: 37.5%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(37.5% + 1.875rem / 2);
  }
  .medium-offset-10 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .medium-offset-11 {
    margin-left: 45.8333333333%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(45.8333333333% + 1.875rem / 2);
  }
  .medium-offset-12 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-12 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .medium-offset-13 {
    margin-left: 54.1666666667%;
  }
  .grid-margin-x > .medium-offset-13 {
    margin-left: calc(54.1666666667% + 1.875rem / 2);
  }
  .medium-offset-14 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-14 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .medium-offset-15 {
    margin-left: 62.5%;
  }
  .grid-margin-x > .medium-offset-15 {
    margin-left: calc(62.5% + 1.875rem / 2);
  }
  .medium-offset-16 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-16 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .medium-offset-17 {
    margin-left: 70.8333333333%;
  }
  .grid-margin-x > .medium-offset-17 {
    margin-left: calc(70.8333333333% + 1.875rem / 2);
  }
  .medium-offset-18 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-18 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .medium-offset-19 {
    margin-left: 79.1666666667%;
  }
  .grid-margin-x > .medium-offset-19 {
    margin-left: calc(79.1666666667% + 1.875rem / 2);
  }
  .medium-offset-20 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-20 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .medium-offset-21 {
    margin-left: 87.5%;
  }
  .grid-margin-x > .medium-offset-21 {
    margin-left: calc(87.5% + 1.875rem / 2);
  }
  .medium-offset-22 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-22 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
  .medium-offset-23 {
    margin-left: 95.8333333333%;
  }
  .grid-margin-x > .medium-offset-23 {
    margin-left: calc(95.8333333333% + 1.875rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .large-offset-1 {
    margin-left: 4.1666666667%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(4.1666666667% + 1.875rem / 2);
  }
  .large-offset-2 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .large-offset-3 {
    margin-left: 12.5%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(12.5% + 1.875rem / 2);
  }
  .large-offset-4 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .large-offset-5 {
    margin-left: 20.8333333333%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(20.8333333333% + 1.875rem / 2);
  }
  .large-offset-6 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .large-offset-7 {
    margin-left: 29.1666666667%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(29.1666666667% + 1.875rem / 2);
  }
  .large-offset-8 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .large-offset-9 {
    margin-left: 37.5%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(37.5% + 1.875rem / 2);
  }
  .large-offset-10 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .large-offset-11 {
    margin-left: 45.8333333333%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(45.8333333333% + 1.875rem / 2);
  }
  .large-offset-12 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-12 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .large-offset-13 {
    margin-left: 54.1666666667%;
  }
  .grid-margin-x > .large-offset-13 {
    margin-left: calc(54.1666666667% + 1.875rem / 2);
  }
  .large-offset-14 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-14 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .large-offset-15 {
    margin-left: 62.5%;
  }
  .grid-margin-x > .large-offset-15 {
    margin-left: calc(62.5% + 1.875rem / 2);
  }
  .large-offset-16 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-16 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .large-offset-17 {
    margin-left: 70.8333333333%;
  }
  .grid-margin-x > .large-offset-17 {
    margin-left: calc(70.8333333333% + 1.875rem / 2);
  }
  .large-offset-18 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-18 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .large-offset-19 {
    margin-left: 79.1666666667%;
  }
  .grid-margin-x > .large-offset-19 {
    margin-left: calc(79.1666666667% + 1.875rem / 2);
  }
  .large-offset-20 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-20 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .large-offset-21 {
    margin-left: 87.5%;
  }
  .grid-margin-x > .large-offset-21 {
    margin-left: calc(87.5% + 1.875rem / 2);
  }
  .large-offset-22 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-22 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
  .large-offset-23 {
    margin-left: 95.8333333333%;
  }
  .grid-margin-x > .large-offset-23 {
    margin-left: calc(95.8333333333% + 1.875rem / 2);
  }
}
@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .xlarge-offset-1 {
    margin-left: 4.1666666667%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(4.1666666667% + 1.875rem / 2);
  }
  .xlarge-offset-2 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .xlarge-offset-3 {
    margin-left: 12.5%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(12.5% + 1.875rem / 2);
  }
  .xlarge-offset-4 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .xlarge-offset-5 {
    margin-left: 20.8333333333%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(20.8333333333% + 1.875rem / 2);
  }
  .xlarge-offset-6 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .xlarge-offset-7 {
    margin-left: 29.1666666667%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(29.1666666667% + 1.875rem / 2);
  }
  .xlarge-offset-8 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .xlarge-offset-9 {
    margin-left: 37.5%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(37.5% + 1.875rem / 2);
  }
  .xlarge-offset-10 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .xlarge-offset-11 {
    margin-left: 45.8333333333%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(45.8333333333% + 1.875rem / 2);
  }
  .xlarge-offset-12 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-12 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .xlarge-offset-13 {
    margin-left: 54.1666666667%;
  }
  .grid-margin-x > .xlarge-offset-13 {
    margin-left: calc(54.1666666667% + 1.875rem / 2);
  }
  .xlarge-offset-14 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-14 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .xlarge-offset-15 {
    margin-left: 62.5%;
  }
  .grid-margin-x > .xlarge-offset-15 {
    margin-left: calc(62.5% + 1.875rem / 2);
  }
  .xlarge-offset-16 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-16 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .xlarge-offset-17 {
    margin-left: 70.8333333333%;
  }
  .grid-margin-x > .xlarge-offset-17 {
    margin-left: calc(70.8333333333% + 1.875rem / 2);
  }
  .xlarge-offset-18 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-18 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .xlarge-offset-19 {
    margin-left: 79.1666666667%;
  }
  .grid-margin-x > .xlarge-offset-19 {
    margin-left: calc(79.1666666667% + 1.875rem / 2);
  }
  .xlarge-offset-20 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-20 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .xlarge-offset-21 {
    margin-left: 87.5%;
  }
  .grid-margin-x > .xlarge-offset-21 {
    margin-left: calc(87.5% + 1.875rem / 2);
  }
  .xlarge-offset-22 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-22 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
  .xlarge-offset-23 {
    margin-left: 95.8333333333%;
  }
  .grid-margin-x > .xlarge-offset-23 {
    margin-left: calc(95.8333333333% + 1.875rem / 2);
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .xxlarge-offset-1 {
    margin-left: 4.1666666667%;
  }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(4.1666666667% + 1.875rem / 2);
  }
  .xxlarge-offset-2 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .xxlarge-offset-3 {
    margin-left: 12.5%;
  }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(12.5% + 1.875rem / 2);
  }
  .xxlarge-offset-4 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .xxlarge-offset-5 {
    margin-left: 20.8333333333%;
  }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(20.8333333333% + 1.875rem / 2);
  }
  .xxlarge-offset-6 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .xxlarge-offset-7 {
    margin-left: 29.1666666667%;
  }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(29.1666666667% + 1.875rem / 2);
  }
  .xxlarge-offset-8 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .xxlarge-offset-9 {
    margin-left: 37.5%;
  }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(37.5% + 1.875rem / 2);
  }
  .xxlarge-offset-10 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .xxlarge-offset-11 {
    margin-left: 45.8333333333%;
  }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(45.8333333333% + 1.875rem / 2);
  }
  .xxlarge-offset-12 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxlarge-offset-12 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .xxlarge-offset-13 {
    margin-left: 54.1666666667%;
  }
  .grid-margin-x > .xxlarge-offset-13 {
    margin-left: calc(54.1666666667% + 1.875rem / 2);
  }
  .xxlarge-offset-14 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-14 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .xxlarge-offset-15 {
    margin-left: 62.5%;
  }
  .grid-margin-x > .xxlarge-offset-15 {
    margin-left: calc(62.5% + 1.875rem / 2);
  }
  .xxlarge-offset-16 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-16 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .xxlarge-offset-17 {
    margin-left: 70.8333333333%;
  }
  .grid-margin-x > .xxlarge-offset-17 {
    margin-left: calc(70.8333333333% + 1.875rem / 2);
  }
  .xxlarge-offset-18 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxlarge-offset-18 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .xxlarge-offset-19 {
    margin-left: 79.1666666667%;
  }
  .grid-margin-x > .xxlarge-offset-19 {
    margin-left: calc(79.1666666667% + 1.875rem / 2);
  }
  .xxlarge-offset-20 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-20 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .xxlarge-offset-21 {
    margin-left: 87.5%;
  }
  .grid-margin-x > .xxlarge-offset-21 {
    margin-left: calc(87.5% + 1.875rem / 2);
  }
  .xxlarge-offset-22 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-22 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
  .xxlarge-offset-23 {
    margin-left: 95.8333333333%;
  }
  .grid-margin-x > .xxlarge-offset-23 {
    margin-left: calc(95.8333333333% + 1.875rem / 2);
  }
}
.grid-y {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  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, .grid-y > .small-13, .grid-y > .small-14, .grid-y > .small-15, .grid-y > .small-16, .grid-y > .small-17, .grid-y > .small-18, .grid-y > .small-19, .grid-y > .small-20, .grid-y > .small-21, .grid-y > .small-22, .grid-y > .small-23, .grid-y > .small-24 {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .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, .grid-y > .medium-13, .grid-y > .medium-14, .grid-y > .medium-15, .grid-y > .medium-16, .grid-y > .medium-17, .grid-y > .medium-18, .grid-y > .medium-19, .grid-y > .medium-20, .grid-y > .medium-21, .grid-y > .medium-22, .grid-y > .medium-23, .grid-y > .medium-24 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    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, .grid-y > .large-13, .grid-y > .large-14, .grid-y > .large-15, .grid-y > .large-16, .grid-y > .large-17, .grid-y > .large-18, .grid-y > .large-19, .grid-y > .large-20, .grid-y > .large-21, .grid-y > .large-22, .grid-y > .large-23, .grid-y > .large-24 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    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, .grid-y > .xlarge-13, .grid-y > .xlarge-14, .grid-y > .xlarge-15, .grid-y > .xlarge-16, .grid-y > .xlarge-17, .grid-y > .xlarge-18, .grid-y > .xlarge-19, .grid-y > .xlarge-20, .grid-y > .xlarge-21, .grid-y > .xlarge-22, .grid-y > .xlarge-23, .grid-y > .xlarge-24 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    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, .grid-y > .xxlarge-13, .grid-y > .xxlarge-14, .grid-y > .xxlarge-15, .grid-y > .xxlarge-16, .grid-y > .xxlarge-17, .grid-y > .xxlarge-18, .grid-y > .xxlarge-19, .grid-y > .xxlarge-20, .grid-y > .xxlarge-21, .grid-y > .xxlarge-22, .grid-y > .xxlarge-23, .grid-y > .xxlarge-24 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-y > .small-24, .grid-y > .small-23, .grid-y > .small-22, .grid-y > .small-21, .grid-y > .small-20, .grid-y > .small-19, .grid-y > .small-18, .grid-y > .small-17, .grid-y > .small-16, .grid-y > .small-15, .grid-y > .small-14, .grid-y > .small-13, .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;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 4.1666666667%;
}
.grid-y > .small-2 {
  height: 8.3333333333%;
}
.grid-y > .small-3 {
  height: 12.5%;
}
.grid-y > .small-4 {
  height: 16.6666666667%;
}
.grid-y > .small-5 {
  height: 20.8333333333%;
}
.grid-y > .small-6 {
  height: 25%;
}
.grid-y > .small-7 {
  height: 29.1666666667%;
}
.grid-y > .small-8 {
  height: 33.3333333333%;
}
.grid-y > .small-9 {
  height: 37.5%;
}
.grid-y > .small-10 {
  height: 41.6666666667%;
}
.grid-y > .small-11 {
  height: 45.8333333333%;
}
.grid-y > .small-12 {
  height: 50%;
}
.grid-y > .small-13 {
  height: 54.1666666667%;
}
.grid-y > .small-14 {
  height: 58.3333333333%;
}
.grid-y > .small-15 {
  height: 62.5%;
}
.grid-y > .small-16 {
  height: 66.6666666667%;
}
.grid-y > .small-17 {
  height: 70.8333333333%;
}
.grid-y > .small-18 {
  height: 75%;
}
.grid-y > .small-19 {
  height: 79.1666666667%;
}
.grid-y > .small-20 {
  height: 83.3333333333%;
}
.grid-y > .small-21 {
  height: 87.5%;
}
.grid-y > .small-22 {
  height: 91.6666666667%;
}
.grid-y > .small-23 {
  height: 95.8333333333%;
}
.grid-y > .small-24 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-24, .grid-y > .medium-23, .grid-y > .medium-22, .grid-y > .medium-21, .grid-y > .medium-20, .grid-y > .medium-19, .grid-y > .medium-18, .grid-y > .medium-17, .grid-y > .medium-16, .grid-y > .medium-15, .grid-y > .medium-14, .grid-y > .medium-13, .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;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 4.1666666667%;
  }
  .grid-y > .medium-2 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-3 {
    height: 12.5%;
  }
  .grid-y > .medium-4 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-5 {
    height: 20.8333333333%;
  }
  .grid-y > .medium-6 {
    height: 25%;
  }
  .grid-y > .medium-7 {
    height: 29.1666666667%;
  }
  .grid-y > .medium-8 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-9 {
    height: 37.5%;
  }
  .grid-y > .medium-10 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-11 {
    height: 45.8333333333%;
  }
  .grid-y > .medium-12 {
    height: 50%;
  }
  .grid-y > .medium-13 {
    height: 54.1666666667%;
  }
  .grid-y > .medium-14 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-15 {
    height: 62.5%;
  }
  .grid-y > .medium-16 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-17 {
    height: 70.8333333333%;
  }
  .grid-y > .medium-18 {
    height: 75%;
  }
  .grid-y > .medium-19 {
    height: 79.1666666667%;
  }
  .grid-y > .medium-20 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-21 {
    height: 87.5%;
  }
  .grid-y > .medium-22 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-23 {
    height: 95.8333333333%;
  }
  .grid-y > .medium-24 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-24, .grid-y > .large-23, .grid-y > .large-22, .grid-y > .large-21, .grid-y > .large-20, .grid-y > .large-19, .grid-y > .large-18, .grid-y > .large-17, .grid-y > .large-16, .grid-y > .large-15, .grid-y > .large-14, .grid-y > .large-13, .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;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 4.1666666667%;
  }
  .grid-y > .large-2 {
    height: 8.3333333333%;
  }
  .grid-y > .large-3 {
    height: 12.5%;
  }
  .grid-y > .large-4 {
    height: 16.6666666667%;
  }
  .grid-y > .large-5 {
    height: 20.8333333333%;
  }
  .grid-y > .large-6 {
    height: 25%;
  }
  .grid-y > .large-7 {
    height: 29.1666666667%;
  }
  .grid-y > .large-8 {
    height: 33.3333333333%;
  }
  .grid-y > .large-9 {
    height: 37.5%;
  }
  .grid-y > .large-10 {
    height: 41.6666666667%;
  }
  .grid-y > .large-11 {
    height: 45.8333333333%;
  }
  .grid-y > .large-12 {
    height: 50%;
  }
  .grid-y > .large-13 {
    height: 54.1666666667%;
  }
  .grid-y > .large-14 {
    height: 58.3333333333%;
  }
  .grid-y > .large-15 {
    height: 62.5%;
  }
  .grid-y > .large-16 {
    height: 66.6666666667%;
  }
  .grid-y > .large-17 {
    height: 70.8333333333%;
  }
  .grid-y > .large-18 {
    height: 75%;
  }
  .grid-y > .large-19 {
    height: 79.1666666667%;
  }
  .grid-y > .large-20 {
    height: 83.3333333333%;
  }
  .grid-y > .large-21 {
    height: 87.5%;
  }
  .grid-y > .large-22 {
    height: 91.6666666667%;
  }
  .grid-y > .large-23 {
    height: 95.8333333333%;
  }
  .grid-y > .large-24 {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xlarge-24, .grid-y > .xlarge-23, .grid-y > .xlarge-22, .grid-y > .xlarge-21, .grid-y > .xlarge-20, .grid-y > .xlarge-19, .grid-y > .xlarge-18, .grid-y > .xlarge-17, .grid-y > .xlarge-16, .grid-y > .xlarge-15, .grid-y > .xlarge-14, .grid-y > .xlarge-13, .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;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 4.1666666667%;
  }
  .grid-y > .xlarge-2 {
    height: 8.3333333333%;
  }
  .grid-y > .xlarge-3 {
    height: 12.5%;
  }
  .grid-y > .xlarge-4 {
    height: 16.6666666667%;
  }
  .grid-y > .xlarge-5 {
    height: 20.8333333333%;
  }
  .grid-y > .xlarge-6 {
    height: 25%;
  }
  .grid-y > .xlarge-7 {
    height: 29.1666666667%;
  }
  .grid-y > .xlarge-8 {
    height: 33.3333333333%;
  }
  .grid-y > .xlarge-9 {
    height: 37.5%;
  }
  .grid-y > .xlarge-10 {
    height: 41.6666666667%;
  }
  .grid-y > .xlarge-11 {
    height: 45.8333333333%;
  }
  .grid-y > .xlarge-12 {
    height: 50%;
  }
  .grid-y > .xlarge-13 {
    height: 54.1666666667%;
  }
  .grid-y > .xlarge-14 {
    height: 58.3333333333%;
  }
  .grid-y > .xlarge-15 {
    height: 62.5%;
  }
  .grid-y > .xlarge-16 {
    height: 66.6666666667%;
  }
  .grid-y > .xlarge-17 {
    height: 70.8333333333%;
  }
  .grid-y > .xlarge-18 {
    height: 75%;
  }
  .grid-y > .xlarge-19 {
    height: 79.1666666667%;
  }
  .grid-y > .xlarge-20 {
    height: 83.3333333333%;
  }
  .grid-y > .xlarge-21 {
    height: 87.5%;
  }
  .grid-y > .xlarge-22 {
    height: 91.6666666667%;
  }
  .grid-y > .xlarge-23 {
    height: 95.8333333333%;
  }
  .grid-y > .xlarge-24 {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xxlarge-24, .grid-y > .xxlarge-23, .grid-y > .xxlarge-22, .grid-y > .xxlarge-21, .grid-y > .xxlarge-20, .grid-y > .xxlarge-19, .grid-y > .xxlarge-18, .grid-y > .xxlarge-17, .grid-y > .xxlarge-16, .grid-y > .xxlarge-15, .grid-y > .xxlarge-14, .grid-y > .xxlarge-13, .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;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxlarge-1 {
    height: 4.1666666667%;
  }
  .grid-y > .xxlarge-2 {
    height: 8.3333333333%;
  }
  .grid-y > .xxlarge-3 {
    height: 12.5%;
  }
  .grid-y > .xxlarge-4 {
    height: 16.6666666667%;
  }
  .grid-y > .xxlarge-5 {
    height: 20.8333333333%;
  }
  .grid-y > .xxlarge-6 {
    height: 25%;
  }
  .grid-y > .xxlarge-7 {
    height: 29.1666666667%;
  }
  .grid-y > .xxlarge-8 {
    height: 33.3333333333%;
  }
  .grid-y > .xxlarge-9 {
    height: 37.5%;
  }
  .grid-y > .xxlarge-10 {
    height: 41.6666666667%;
  }
  .grid-y > .xxlarge-11 {
    height: 45.8333333333%;
  }
  .grid-y > .xxlarge-12 {
    height: 50%;
  }
  .grid-y > .xxlarge-13 {
    height: 54.1666666667%;
  }
  .grid-y > .xxlarge-14 {
    height: 58.3333333333%;
  }
  .grid-y > .xxlarge-15 {
    height: 62.5%;
  }
  .grid-y > .xxlarge-16 {
    height: 66.6666666667%;
  }
  .grid-y > .xxlarge-17 {
    height: 70.8333333333%;
  }
  .grid-y > .xxlarge-18 {
    height: 75%;
  }
  .grid-y > .xxlarge-19 {
    height: 79.1666666667%;
  }
  .grid-y > .xxlarge-20 {
    height: 83.3333333333%;
  }
  .grid-y > .xxlarge-21 {
    height: 87.5%;
  }
  .grid-y > .xxlarge-22 {
    height: 91.6666666667%;
  }
  .grid-y > .xxlarge-23 {
    height: 95.8333333333%;
  }
  .grid-y > .xxlarge-24 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(4.1666666667% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(12.5% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(20.8333333333% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(29.1666666667% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(37.5% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(45.8333333333% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-13 {
  height: calc(54.1666666667% - 1.25rem);
}
.grid-margin-y > .small-14 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-15 {
  height: calc(62.5% - 1.25rem);
}
.grid-margin-y > .small-16 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-17 {
  height: calc(70.8333333333% - 1.25rem);
}
.grid-margin-y > .small-18 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-19 {
  height: calc(79.1666666667% - 1.25rem);
}
.grid-margin-y > .small-20 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-21 {
  height: calc(87.5% - 1.25rem);
}
.grid-margin-y > .small-22 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-23 {
  height: calc(95.8333333333% - 1.25rem);
}
.grid-margin-y > .small-24 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(4.1666666667% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-13 {
    height: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-y > .small-14 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-15 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .small-16 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-17 {
    height: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-y > .small-18 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-19 {
    height: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-y > .small-20 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-21 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .small-22 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-23 {
    height: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-y > .small-24 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(4.1666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-13 {
    height: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-14 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-15 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .medium-16 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-17 {
    height: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-18 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-19 {
    height: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-20 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-21 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .medium-22 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-23 {
    height: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-24 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(4.1666666667% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-13 {
    height: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-y > .large-14 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-15 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .large-16 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-17 {
    height: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-y > .large-18 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-19 {
    height: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-y > .large-20 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-21 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .large-22 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-23 {
    height: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-y > .large-24 {
    height: calc(100% - 1.875rem);
  }
}
@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(4.1666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-13 {
    height: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-14 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-15 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .xlarge-16 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-17 {
    height: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-18 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-19 {
    height: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-20 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-21 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .xlarge-22 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-23 {
    height: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-24 {
    height: calc(100% - 1.875rem);
  }
}
@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(4.1666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-13 {
    height: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-14 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-15 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-16 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-17 {
    height: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-18 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-19 {
    height: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-20 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-21 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-22 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-23 {
    height: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-24 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    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;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    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;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    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;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    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 {
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-y.xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-y.xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .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: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(4.1666666667% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(12.5% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(20.8333333333% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(29.1666666667% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(37.5% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(45.8333333333% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-13 {
  height: calc(54.1666666667% - 1.25rem);
}
.grid-margin-y > .small-14 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-15 {
  height: calc(62.5% - 1.25rem);
}
.grid-margin-y > .small-16 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-17 {
  height: calc(70.8333333333% - 1.25rem);
}
.grid-margin-y > .small-18 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-19 {
  height: calc(79.1666666667% - 1.25rem);
}
.grid-margin-y > .small-20 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-21 {
  height: calc(87.5% - 1.25rem);
}
.grid-margin-y > .small-22 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-23 {
  height: calc(95.8333333333% - 1.25rem);
}
.grid-margin-y > .small-24 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(4.1666666667% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-13 {
    height: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-y > .small-14 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-15 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .small-16 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-17 {
    height: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-y > .small-18 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-19 {
    height: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-y > .small-20 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-21 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .small-22 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-23 {
    height: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-y > .small-24 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(4.1666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-13 {
    height: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-14 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-15 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .medium-16 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-17 {
    height: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-18 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-19 {
    height: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-20 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-21 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .medium-22 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-23 {
    height: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-24 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(4.1666666667% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-13 {
    height: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-y > .large-14 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-15 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .large-16 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-17 {
    height: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-y > .large-18 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-19 {
    height: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-y > .large-20 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-21 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .large-22 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-23 {
    height: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-y > .large-24 {
    height: calc(100% - 1.875rem);
  }
}
@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(4.1666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-13 {
    height: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-14 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-15 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .xlarge-16 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-17 {
    height: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-18 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-19 {
    height: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-20 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-21 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .xlarge-22 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-23 {
    height: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-24 {
    height: calc(100% - 1.875rem);
  }
}
@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(4.1666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-13 {
    height: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-14 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-15 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-16 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-17 {
    height: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-18 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-19 {
    height: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-20 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-21 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-22 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-23 {
    height: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-24 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
.sticky-container {
  position: relative;
}

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

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

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

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

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

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

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

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

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

@media screen and (max-width: 39.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 print, 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;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .top-bar.stacked-for-xlarge {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-xlarge .top-bar-left,
  .top-bar.stacked-for-xlarge .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.top-bar.stacked-for-xxlarge {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-bar.stacked-for-xxlarge .top-bar-left,
.top-bar.stacked-for-xxlarge .top-bar-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

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

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

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

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

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

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

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

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

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

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

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/static/ui/assets/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "none";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "none";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-icon-facebook {
  background: url(/static/ui/sprites/sprite-general.png?addc89944d94) 0 -59px;
  width: 24px;
  height: 24px;
}

.icon-icon-g-plus {
  background: url(/static/ui/sprites/sprite-general.png?addc89944d94) -33px 0;
  width: 35px;
  height: 24px;
}

.icon-icon-linkedin {
  background: url(/static/ui/sprites/sprite-general.png?addc89944d94) -27px -34px;
  width: 26px;
  height: 24px;
}

.icon-icon-twitter {
  background: url(/static/ui/sprites/sprite-general.png?addc89944d94) -24px -59px;
  width: 24px;
  height: 20px;
}

.icon-icon-youtube {
  background: url(/static/ui/sprites/sprite-general.png?addc89944d94) 0 -34px;
  width: 27px;
  height: 25px;
}

.icon-phone-icon, .top-phone::before,
.top-phone:visited::before {
  background: url(/static/ui/sprites/sprite-general.png?addc89944d94) -83px -21px;
  width: 8px;
  height: 21px;
}

.icon-question {
  background: url(/static/ui/sprites/sprite-general.png?addc89944d94) -83px 0;
  width: 21px;
  height: 21px;
}

.icon-search-icon, .search-button {
  background: url(/static/ui/sprites/sprite-general.png?addc89944d94) 0 0;
  width: 33px;
  height: 34px;
}

.icon-stripe-end {
  background: url(/static/ui/sprites/sprite-general.png?addc89944d94) -68px 0;
  width: 15px;
  height: 40px;
}

/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-g-plus {
  background: url(/static/ui/sprites/sprite-homepage.png?dd0f85d28dee) 0 0;
  width: 205px;
  height: 58px;
}

.icon-icon-box_32x32 {
  background: url(/static/ui/sprites/sprite-homepage.png?dd0f85d28dee) -150px -58px;
  width: 32px;
  height: 32px;
}

.icon-icon-leaf_32x32 {
  background: url(/static/ui/sprites/sprite-homepage.png?dd0f85d28dee) -32px -170px;
  width: 32px;
  height: 32px;
}

.icon-icon-paint_32x32 {
  background: url(/static/ui/sprites/sprite-homepage.png?dd0f85d28dee) -150px -90px;
  width: 32px;
  height: 32px;
}

.icon-icon-sale_32x32 {
  background: url(/static/ui/sprites/sprite-homepage.png?dd0f85d28dee) -64px -170px;
  width: 32px;
  height: 32px;
}

.icon-icon-saw_32x32 {
  background: url(/static/ui/sprites/sprite-homepage.png?dd0f85d28dee) -205px -112px;
  width: 32px;
  height: 32px;
}

.icon-icon-tickets_32x32 {
  background: url(/static/ui/sprites/sprite-homepage.png?dd0f85d28dee) -128px -170px;
  width: 32px;
  height: 32px;
}

.icon-left-arrow, .reputation-testimonials .slick-prev .big-custom-slick, .reputation-images-slider .slick-prev .big-custom-slick {
  background: url(/static/ui/sprites/sprite-homepage.png?dd0f85d28dee) -205px 0;
  width: 56px;
  height: 56px;
}

.icon-left-arrow_32x32, .reputation-testimonials .slick-prev .small-custom-slick, .reputation-images-slider .slick-prev .small-custom-slick {
  background: url(/static/ui/sprites/sprite-homepage.png?dd0f85d28dee) 0 -170px;
  width: 32px;
  height: 32px;
}

.icon-n49_8tPvghH {
  background: url(/static/ui/sprites/sprite-homepage.png?dd0f85d28dee) 0 -128px;
  width: 187px;
  height: 42px;
}

.icon-right-arrow, .reputation-testimonials .slick-next .big-custom-slick, .reputation-images-slider .slick-next .big-custom-slick {
  background: url(/static/ui/sprites/sprite-homepage.png?dd0f85d28dee) -205px -56px;
  width: 56px;
  height: 56px;
}

.icon-right-arrow_32x32, .reputation-testimonials .slick-next .small-custom-slick, .reputation-images-slider .slick-next .small-custom-slick {
  background: url(/static/ui/sprites/sprite-homepage.png?dd0f85d28dee) -96px -170px;
  width: 32px;
  height: 32px;
}

.icon-yelp_SYfvsoh {
  background: url(/static/ui/sprites/sprite-homepage.png?dd0f85d28dee) 0 -58px;
  width: 150px;
  height: 70px;
}

.row {
  max-width: 960px;
  margin: 0 auto;
}
.row_1140 {
  max-width: 1140px;
}
.row_1420 {
  max-width: 1420px;
}
.row_why {
  border-bottom: 1px solid #c7b48b;
  padding: 1px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.row_why:first-child {
  padding-top: 0;
}
.row_full {
  max-width: 100%;
}

.preloader-section {
  background: #fff;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.preloader-section.removed {
  opacity: 0;
  visibility: hidden;
}

.preloader-line {
  width: 15%;
  height: 5px;
  background: #502f18;
  margin: 0;
  -webkit-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
}
.preloader-line.full {
  width: 100%;
}

.mobile-menu {
  margin-top: 0 !important;
  z-index: 1000 !important;
  top: 0 !important;
  position: relative;
  background: #F2E5BB;
}
.mobile-menu .title-bar {
  padding: 0.3125rem;
  cursor: pointer;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 10px 15px rgba(229, 214, 200, 0.97);
  box-shadow: 0 10px 15px rgba(229, 214, 200, 0.97);
}
.mobile-menu .top-bar {
  background: #fff;
  padding-left: 0;
  padding-right: 0;
}
.mobile-menu .top-bar ul {
  background: #fff;
}
.mobile-menu .menu {
  width: 100%;
  max-width: 100%;
}

.for-mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 300;
  background: #fff;
}

.menu-icon__mobile {
  height: 50px;
  padding-bottom: 40px;
  cursor: pointer;
  border: 0;
  color: #502f18;
  background: none;
  position: relative;
  width: 50px !important;
  z-index: 2;
  outline: none;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: inline-block;
  vertical-align: middle;
}
.menu-icon__mobile::after {
  position: absolute;
  top: 18px;
  left: 10%;
  display: block;
  width: 80%;
  height: 3px;
  background: #502f18;
  -webkit-box-shadow: 0 8px 0 #502f18;
  box-shadow: 0 8px 0 #502f18;
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.menu-icon__mobile::before {
  position: absolute;
  bottom: 12px;
  left: 10%;
  display: block;
  width: 80%;
  height: 3px;
  background: #502f18;
  -webkit-box-shadow: 0 8px 0 #502f18;
  box-shadow: 0 8px 0 #502f18;
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.menu-icon__mobile.active::after {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 28px;
}
.menu-icon__mobile.active::before {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 18px;
}

.mobile-menu-container {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu-container a,
.mobile-menu-container a:visited {
  text-decoration: none;
  color: #502f18;
  font-weight: bold;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.mobile-menu-container ul {
  list-style: none;
  margin: 0;
}
.mobile-menu-container > li {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.mobile-menu-container > li > a {
  text-decoration: none;
  padding: 0.75rem 0.3125rem;
  display: block;
}
.mobile-menu-container > li > a:hover {
  background: #ead590;
  color: #502f18;
}
.mobile-menu-container > li:last-child {
  border-bottom: none;
}
.mobile-menu-container > li.active {
  background: #ead590;
}
.mobile-menu-container > li.active a {
  color: #502f18;
}
.mobile-menu-container > li li a {
  padding: 0.75rem 0.75rem 0.75rem 1.5rem;
  display: block;
  text-transform: uppercase;
}
.mobile-menu-container > li li a:hover {
  background: #cacaca;
  color: #502f18;
}
.mobile-menu-container > li li:last-child {
  border-bottom: none;
}
.mobile-menu-container > li li.active {
  background: #cacaca;
}
.mobile-menu-container > li li.active a {
  color: #502f18;
}
.mobile-menu-container_with-top-border {
  border-top: 1px solid #502f18;
}

.top-bar__list {
  display: none;
}

@media all and (min-width: 640px) {
  .hide-for-medium {
    display: none;
  }
}

.mobile-text {
  position: absolute;
  left: 30%;
  top: 12px;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
@media all and (max-width: 360px) {
  .mobile-text {
    left: 25%;
  }
}

.mobile-phone,
.mobile-phone:visited {
  position: absolute;
  right: 10px;
  top: 8px;
  z-index: 3;
  width: 20px;
  display: block;
}

.phone-image {
  display: block;
  margin: 0 auto;
}

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

.mobile-overlay {
  display: none;
  width: 100%;
  z-index: -1;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: none;
}
.mobile-overlay.showed {
  display: block;
}
@media screen and (min-width: 640px) {
  .mobile-overlay.showed {
    display: none;
  }
}

.mobile-menu-link,
.mobile-menu-link:visited {
  display: block;
  position: relative;
}
.mobile-menu-link.active,
.mobile-menu-link:visited.active {
  background: #ead590;
  color: #502f18;
}
.mobile-menu-link.header-menu-link_green,
.mobile-menu-link:visited.header-menu-link_green {
  color: #73b44e;
}

.mobile-top {
  text-align: center;
  background: url(/static/ui/img/top-bg.jpg?46be7fb4c82b) no-repeat;
  background-size: cover;
}

.mobile-logo {
  max-height: 50px;
  text-align: right;
}

.header {
  z-index: 5;
}
@media all and (max-width: 639px) {
  .header {
    display: none;
  }
}

.top-header {
  background: url(/static/ui/img/top-bg.jpg?46be7fb4c82b) no-repeat;
  background-size: cover;
}

.bottom-header {
  background: #fff;
}
@media all and (max-width: 1023px) {
  .bottom-header {
    padding: 0.625rem 0;
  }
}

.top-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: table;
  width: 100%;
}

.top-menu-element {
  display: table-cell;
  vertical-align: top;
}

.top-element-link,
.top-element-link:visited {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: block;
  height: 100%;
  padding: 1rem 0.3125rem;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.top-element-link:hover,
.top-element-link:visited:hover {
  color: #c7b48b;
}
.top-element-link.active,
.top-element-link:visited.active {
  color: #c7b48b;
}
@media all and (max-width: 959px) {
  .top-element-link,
  .top-element-link:visited {
    font-size: 0.9375rem;
  }
}
@media all and (max-width: 767px) {
  .top-element-link,
  .top-element-link:visited {
    font-size: 0.875rem;
  }
}

.top-phone,
.top-phone:visited {
  text-decoration: none;
  font-size: 1.625rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding-left: 30px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.top-phone::before,
.top-phone:visited::before {
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  content: "";
}
.top-phone:hover,
.top-phone:visited:hover {
  color: #c7b48b;
}

html.iPad .top-phone {
  font-size: 1rem;
}
html.iPad .top-phone::before {
  top: 0;
}

.header-logo {
  text-decoration: none;
  display: block;
  text-align: center;
}
.header-logo img {
  height: 80px;
}
@media all and (max-width: 1023px) {
  .header-logo img {
    display: none;
  }
}

.header-menu-block {
  padding-right: 40px;
  position: relative;
}
@media all and (max-width: 1023px) {
  .header-menu-block {
    margin-top: 0.625rem;
  }
}

.header-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-menu-element {
  text-align: center;
}

.header-menu-link,
.header-menu-link:visited {
  padding: 0.875rem 0.3125rem;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  color: #502f18;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%;
}
@media all and (max-width: 1100px) {
  .header-menu-link,
  .header-menu-link:visited {
    font-size: 0.8125rem;
  }
}
@media all and (max-width: 830px) {
  .header-menu-link,
  .header-menu-link:visited {
    font-size: 0.75rem;
  }
}
.header-menu-link:hover,
.header-menu-link:visited:hover {
  background: #e0d5bf;
}
.header-menu-link.active,
.header-menu-link:visited.active {
  background: #e0d5bf;
}

.header-menu-link_uppercase,
.header-menu-link_uppercase:visited {
  text-transform: uppercase;
}

.header-menu-link_green,
.header-menu-link_green:visited {
  color: #73b44e;
}
.header-menu-link_green.active, .header-menu-link_green:hover,
.header-menu-link_green:visited.active,
.header-menu-link_green:visited:hover {
  color: #517f36;
}

.search-icon-block {
  position: absolute;
  right: 0;
  top: 18px;
}

.search-button {
  display: block;
  cursor: pointer;
}

.cell-main-menu {
  position: relative;
}

.header-search-block {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-search-block.active {
  opacity: 1;
  visibility: visible;
}

.header-search-form {
  display: block;
  width: 100%;
  margin-top: 13px;
  padding-left: 50px;
  padding-right: 50px;
}
@media all and (max-width: 1023px) {
  .header-search-form {
    margin-top: 18px;
  }
}

.form-row {
  width: 100%;
  position: relative;
}

input.header-input {
  display: block;
  width: 100%;
  font-size: 1rem;
  padding: 0.625rem;
  height: 40px;
}

.header-form-submit {
  position: absolute;
  left: 10px;
  top: 18px;
}
@media all and (max-width: 1023px) {
  .header-form-submit {
    top: 23px;
  }
}

.close-header-form {
  position: absolute;
  right: 10px;
  top: 10px;
}
@media all and (max-width: 1023px) {
  .close-header-form {
    top: 15px;
  }
}

.close-header-form-button {
  font-size: 2.5rem;
  line-height: 1;
  cursor: pointer;
  color: #6d5745;
}

.is-stuck .bottom-header {
  -webkit-box-shadow: 0 10px 15px rgba(229, 214, 200, 0.97);
  box-shadow: 0 10px 15px rgba(229, 214, 200, 0.97);
}

.search-results {
  background: #fff;
  position: absolute;
  left: 0;
  display: none;
  top: 100%;
  width: 100%;
  min-height: 1px;
  -webkit-box-shadow: 0 2px 10px rgba(229, 214, 200, 0.97);
  box-shadow: 0 2px 10px rgba(229, 214, 200, 0.97);
}
.search-results.show {
  display: block;
}
.search-results.no-results .no-results {
  display: block;
}
.search-results.no-results .result-list {
  display: none;
}

.no-results {
  display: none;
  font-size: 1.25rem;
  font-weight: 700;
  color: #502f18;
  padding: 0.3125rem 0.75rem;
}

.result-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.result-link,
.result-link:visited {
  padding: 0.3125rem 0.75rem;
  text-decoration: none;
  color: #502f18;
  display: block;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  line-height: 1.1;
}
.result-link:hover,
.result-link:visited:hover {
  background: #e5d4b0;
}

.result-name {
  display: block;
  font-size: 1.125rem;
}

.result-category {
  display: block;
  font-size: 0.875rem;
}

.banner-slider .slick-arrow {
  z-index: 2;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.5) url(/static/ui/img/sprites.png?5c76ee67bc1d) no-repeat;
  border-radius: 50%;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.banner-slider .slick-arrow::before {
  display: none;
}
.banner-slider .slick-arrow:hover {
  background-color: white;
}
@media all and (max-width: 639px) {
  .banner-slider .slick-arrow {
    display: none !important;
  }
}
.banner-slider .slick-next {
  right: 25px;
  background-position: 4px -25px;
}
.banner-slider .slick-prev {
  background-position: -52px -25px;
  left: 25px;
}

.banner-slide {
  padding: 3.5rem 0 4.375rem;
  background: #fff center top;
  background-size: cover;
}
@media all and (max-width: 639px) {
  .banner-slide {
    background-position: 0 0;
  }
}
@media all and (max-width: 639px) {
  .banner-slide .banner-title {
    background: rgba(255, 255, 255, 0.5);
    padding: 1.25rem;
  }
}

.banner-title {
  font-size: 4.375rem;
  font-weight: 500;
  color: #502f18;
  line-height: 1.1;
  margin: 0;
}
.banner-title .brown {
  color: #997d64;
  display: block;
}
@media all and (max-width: 1023px) {
  .banner-title {
    font-size: 3.125rem;
  }
}
@media all and (max-width: 959px) {
  .banner-title {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 767px) {
  .banner-title {
    font-size: 1.875rem;
  }
}
@media all and (max-width: 479px) {
  .banner-title {
    font-size: 1.5rem;
  }
}

.banner-button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #672e06;
  margin-left: 0;
  padding: 6px 10px;
  position: relative;
  line-height: 34px;
  font-weight: 800;
  font-size: 20px;
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .banner-button-block {
    margin-top: 40px;
    width: 85%;
  }
}
.banner-button-block a {
  color: black;
  text-decoration: none;
}
@media all and (max-width: 639px) {
  .banner-button-block {
    margin-bottom: 1.25rem;
  }
}

.banner-button {
  background: #73b44e;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: inline-block;
  vertical-align: top;
  font-size: 1.375rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  padding: 0.875rem 1.5rem;
  min-width: 310px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.banner-button:hover {
  background: #456e2e;
}
@media all and (max-width: 959px) {
  .banner-button {
    min-width: 1px;
  }
}

.banner-region-block {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #c7b48b;
}

.region-top {
  padding: 2.5rem 1.875rem 1.875rem;
  border-bottom: 1px solid #c2b1a2;
}

.region-title {
  font-weight: 700;
  color: #502f18;
  font-size: 1.125rem;
  line-height: 1.2;
  margin-bottom: 0.625rem;
}

.auto-region-name {
  color: #997d64;
  font-weight: 500;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  width: 49%;
}

.auto-region-link-block {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 49%;
}

.region-bottom {
  padding: 2.5rem 1.875rem 1.875rem;
}

.region-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.region-link,
.region-link:visited {
  text-decoration: none;
  font-weight: 500;
  color: #502f18;
  font-size: 1.125rem;
  position: relative;
  padding-left: 20px;
}
.region-link::before,
.region-link:visited::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 3px solid transparent;
  border-left-color: #502f18;
  position: absolute;
  left: 0;
  top: 8px;
}

.ml10 {
  position: relative;
  font-weight: 900;
}

.text-wrapper {
  opacity: 1;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.text-wrapper.opacity {
  opacity: 0;
}

.ml10 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml10 .letter {
  display: inline-block;
  line-height: 1em;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  opacity: 0;
}

.letter.brown {
  color: #997d64;
}

.banner-slider .banner-information .text-wrapper address {
  font-style: normal;
  display: inline-block;
}
.banner-slider .banner-information .text-wrapper address .street-address {
  display: block;
  color: #6d5745;
  font-size: 0.7em;
  line-height: 0.9;
}
@media screen and (min-width: 1024px) {
  .banner-slider .banner-information .text-wrapper address .street-address {
    line-height: 0.8;
    font-size: 0.45em;
    margin-left: 11px;
  }
}

.letters {
  white-space: nowrap;
}

.banner-slider-main-block {
  position: relative;
  z-index: 1;
}

.top-3-badge {
  position: relative;
  top: -34px;
  right: 136px;
  width: 230px;
}
.top-3-badge a {
  display: inline-block;
  border: 0;
}
.top-3-badge img {
  display: block;
}
@media screen and (max-width: 1023px) and (min-width: 640px) {
  .top-3-badge {
    right: -80px;
    top: initial;
    bottom: -214px;
  }
}
@media screen and (max-width: 745px) and (min-width: 640px) {
  .top-3-badge {
    width: 300px;
    bottom: -148px;
    right: -14px;
  }
}
@media screen and (max-width: 640px) and (min-width: 400px) {
  .top-3-badge {
    top: initial;
    position: relative;
    text-align: center;
    right: initial;
    left: initial;
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 400px) {
  .top-3-badge {
    top: initial;
    right: initial;
    width: 100%;
  }
}

.section {
  position: relative;
}
.section_prices {
  background: #f2ede9;
  padding: 3px 0;
}
.section_prices::before {
  content: "";
  display: block;
  width: 100%;
  top: 1px;
  height: 1px;
  background: #c7b48b;
  position: absolute;
  left: 0;
}
.section_prices::after {
  content: "";
  display: block;
  width: 100%;
  bottom: 1px;
  height: 1px;
  background: #c7b48b;
  position: absolute;
  left: 0;
}
.section_medium {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.section_reputation {
  background: #f2ede9;
  padding: 3.75rem 0 2.5rem;
}
.section_main-information {
  padding: 4.375rem 0;
  background: url(/static/ui/img/hardwood.jpg?5c76ee67bc1d) no-repeat right 3px;
  position: relative;
}
.section_main-information::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 1px;
  background: #c7b48b;
}
@media all and (max-width: 1199px) {
  .section_main-information {
    background-size: 40%;
    background-position: 118% 0;
  }
}
@media all and (max-width: 420px) {
  .section_main-information {
    background-size: 50%;
  }
}
.section_content {
  padding: 1.875rem 0 2.5rem;
}
.section_brands {
  padding: 1.25rem 0 1.875rem;
}
.section_flooring {
  padding: 1.875rem 0 2.25rem;
}
.section_bottom-border {
  border-bottom: 2px solid #c7b48b;
}
.section_border-top {
  border-top: 1px solid #c7b48b;
}
.section_delivery {
  padding: 1.875rem 0;
}
.section_contact {
  padding: 1.875rem 0;
}
.section_banner {
  padding: 1.125rem 0 1.125rem;
  background: url(/static/ui/img/banners/banner_contact.jpg?246fbbba6ff6) no-repeat center top;
  background-size: cover;
}
@media all and (max-width: 639px) {
  .section_banner {
    text-align: center;
  }
}
.section_products {
  padding: 1.875rem 0;
}
.section_products .grid-padding-x .grid-padding-x {
  margin-left: auto;
  margin-right: auto;
}
.section_about {
  padding: 1.875rem 0;
}
.section_showroom {
  padding: 1.875rem 0;
  border-top: 1px solid #c7b48b;
}
.section_showroom-menu {
  background: #fdf5e5;
  position: relative;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.section_product {
  padding: 1.875rem 0;
}
.section_tables {
  padding-bottom: 1.875rem;
}
.section_granite {
  padding: 1.875rem 0;
}
.section_paddings {
  padding: 1.25rem 0 1.875rem;
}
.section_top-padding {
  padding-top: 1.25rem;
}
.section_warm {
  background: #f2ede9;
}

.PlanfyWidgetTrigger {
  bottom: 80px !important;
}

.general-title {
  font-weight: 400;
  font-size: 2.5rem;
  color: #997d64;
  margin: 0 auto 1.875rem;
  line-height: 1.2;
}
@media all and (max-width: 959px) {
  .general-title {
    font-size: 1.875rem;
  }
}
@media all and (max-width: 639px) {
  .general-title {
    font-size: 1.5rem;
  }
}

.golden-button,
.golden-button:visited {
  background: #e5d4b0;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  min-width: 200px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  padding: 0.9375rem;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #fbf4e7;
  -webkit-box-shadow: 0 10px 10px rgba(229, 214, 200, 0.97);
  box-shadow: 0 10px 10px rgba(229, 214, 200, 0.97);
}

.golden-button_small,
.golden-button_small:visited {
  min-width: 114px;
}

.vertical-centered {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.js-animate-show {
  opacity: 0;
}

.common-title {
  font-weight: 700;
  font-size: 1.375rem;
  text-transform: uppercase;
  color: #000;
  margin: 0 auto;
}
@media all and (max-width: 639px) {
  .common-title {
    font-size: 1.125rem;
  }
}

@media all and (max-width: 639px) {
  body {
    padding-top: 149px;
  }
}

.wrapper {
  min-height: 400px;
  position: relative;
  z-index: 1;
}
.wrapper::before {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  background: #c7b48b;
}

.general__brown {
  color: #502f18;
}
.general__brown strong {
  font-weight: 700;
}

.cell_header-logo {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.cell_header-logo.desktop {
  max-width: 240px;
}

.standalone-request-form {
  max-width: 720px;
  padding-top: 32px;
  text-align: center;
  display: inline-block;
  width: 100%;
}

.standalone-request-form-wrap {
  text-align: center;
}

.bot-chat-iframe {
  position: fixed;
  bottom: 98px;
  right: 3px;
  width: 400px;
  height: 530px;
}
@media screen and (max-width: 1040px) {
  .bot-chat-iframe {
    display: none;
  }
}

@-webkit-keyframes jiusdjiuofjsdgfsijdf-fade-in {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes jiusdjiuofjsdgfsijdf-fade-in {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes jiusdjiuofjsdgfsijdf-slide-show {
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes jiusdjiuofjsdgfsijdf-slide-show {
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.jiusdjiuofjsdgfsijdf-notify .notify-close {
  position: absolute;
  right: 30px;
  top: 24px;
  color: black;
  cursor: pointer;
}
.jiusdjiuofjsdgfsijdf-notify .notify-content {
  text-align: center;
  width: 100%;
  padding-right: 32px;
  padding-left: 32px;
}

.jiusdjiuofjsdgfsijdf-top-left {
  position: fixed;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  color: #000;
  line-height: 1.3;
  font-weight: 700;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
  max-width: 350px;
  margin: 20px;
  top: 0;
  left: 0;
  -webkit-transform: translateX(- 420px);
  -ms-transform: translateX(- 420px);
  transform: translateX(- 420px);
  top: 106px;
}
@-webkit-keyframes jiusdjiuofjsdgfsijdf-slide-in-left {
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes jiusdjiuofjsdgfsijdf-slide-in-left {
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.jiusdjiuofjsdgfsijdf-top-left.do-show {
  animation: jiusdjiuofjsdgfsijdf-slide-in-left 1s ease-in-out forwards, jiusdjiuofjsdgfsijdf-slide-in-left 1s ease-in-out reverse forwards 600s;
}
.jiusdjiuofjsdgfsijdf-top-left[data-notification-status=notice] {
  background-color: #29B6F6;
}
.jiusdjiuofjsdgfsijdf-top-left[data-notification-status=warning] {
  background-color: #FFCA28;
}
.jiusdjiuofjsdgfsijdf-top-left[data-notification-status=error] {
  background-color: #EF5350;
}
.jiusdjiuofjsdgfsijdf-top-left[data-notification-status=success] {
  background-color: rgba(229, 215, 106, 0.7);
}
.jiusdjiuofjsdgfsijdf-top-left[data-notification-status=question] {
  background-color: #8D6E63;
}
.jiusdjiuofjsdgfsijdf-top-left[data-notification-status=plain] {
  background-color: #333;
}
@media screen and (max-width: 1040px) {
  .jiusdjiuofjsdgfsijdf-top-left {
    top: 150px;
  }
}

.banner-title-block address {
  font-style: normal;
  color: #e5d4b0;
  font-size: 1.45em;
  font-weight: bolder;
}
.banner-title-block .top-phone {
  padding-left: 16px;
}
.banner-title-block .quicker-response-info {
  border-top: 1px solid #e5d4b0;
  margin-top: 0;
  margin-bottom: 0;
  color: #fefefe;
  font-size: 1.2em;
  line-height: 1.5em;
}
@media (min-width: 640px) {
  .banner-title-block .quicker-response-info {
    -o-border-image: linear-gradient(to right, #f2ede9 0%, #e5d4b0 5%, #e5d4b0 40%, rgba(0, 0, 0, 0) 70%);
    border-image: -webkit-gradient(linear, left top, right top, from(#f2ede9), color-stop(5%, #e5d4b0), color-stop(40%, #e5d4b0), color-stop(70%, rgba(0, 0, 0, 0)));
    border-image: linear-gradient(to right, #f2ede9 0%, #e5d4b0 5%, #e5d4b0 40%, rgba(0, 0, 0, 0) 70%); /* to top - at 50% transparent */
    border-image-slice: 1;
  }
}
.banner-title-block .quicker-response-info a, .banner-title-block .quicker-response-info a:visited {
  font-size: 1.2em;
  color: #d2b576;
  text-decoration: underline;
}
.banner-title-block .quicker-response-info a:hover, .banner-title-block .quicker-response-info a:visited:hover {
  color: #ebdec3;
}
.banner-title-block .quicker-response-info .top-phone {
  white-space: nowrap;
  font-size: 1.2em;
}
.banner-title-block .quicker-response-info .top-phone::before {
  left: 4px;
  top: 4px;
}

.section_banner .banner-title {
  font-size: 1.875rem;
  color: #fff;
  font-weight: 700;
  margin: 0 auto;
}
body.view-product .section_banner .banner-title {
  font-size: 1.5rem;
}

.banner-product-button-block {
  text-align: left;
  margin-top: 8px;
}
@media all and (max-width: 639px) {
  .banner-product-button-block {
    margin-top: 0.625rem;
    text-align: center;
  }
}

.banner-product-button,
.banner-product-button:visited {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  background: #e5d4b0;
  -webkit-box-shadow: 0 6px 18px #b5977c;
  box-shadow: 0 6px 18px #b5977c;
  padding: 0.625rem 1.25rem;
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.banner-product-button:hover,
.banner-product-button:visited:hover {
  background: #d8bf8a;
}

.bolder-stroke {
  -webkit-text-stroke-width: 1px;
}

.title-area-timetable .wh-header {
  font-size: 2rem;
  color: #fefefe;
  font-weight: 700;
  margin: 0 auto;
  line-height: 1.05em;
}
.title-area-timetable .wh-content {
  font-style: normal;
  color: #e5d4b0;
  font-size: 1em;
  font-weight: bolder;
}
@media screen and (max-width: 1023px) {
  .title-area-timetable .wh-content .display-desktop {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .title-area-timetable .wh-content .display-mobile {
    display: none;
  }
}
.title-area-timetable .wh-content table {
  width: 100%;
}
.title-area-timetable .wh-content table tbody {
  vertical-align: top;
}
.title-area-timetable .wh-content table tr {
  text-align: left;
  background: transparent !important;
}

.banner-dropdown {
  width: 270px;
  margin-right: 0;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 639px) {
  .banner-dropdown {
    margin: 0.625rem auto 0;
  }
}
.banner-dropdown__choosen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #e3d0aa url(/static/ui/img/select-arrow.png?246fbbba6ff6) no-repeat 95% center;
  padding: 0.625rem 1.875rem 0.625rem 0.625rem;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  cursor: pointer;
}
.banner-dropdown__choosen:hover {
  background-color: #f0e5d0;
}
.banner-dropdown__image-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.banner-dropdown__image {
  border: 2px solid #c7b48b;
  width: 40px;
  height: 40px;
  min-width: 40px;
  max-width: 40px;
}
.banner-dropdown__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0.5rem;
  font-size: 1rem;
  color: #502f18;
}
.banner-dropdown__list {
  background: #fdf5e5;
  width: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  max-height: 380px;
  overflow-y: auto;
}
.banner-dropdown__list_active {
  display: block;
}
.banner-dropdown__item_active .banner-dropdown__link {
  background: #f5e9d0;
}
.banner-dropdown__link, .banner-dropdown__link:visited {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0.625rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #502f18;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.banner-dropdown__link:hover, .banner-dropdown__link:visited:hover {
  background: #f5e9d0;
}

.menu {
  display: table;
  width: 100%;
}

.header-menu-start {
  position: relative;
  margin: 0;
}

.header-menu-element {
  position: relative;
}

.header-menu-start > .header-menu-element > .header-menu-submenu {
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-menu-element:hover > .header-menu-submenu {
  display: block;
}

.header-menu-submenu {
  display: none;
  position: absolute;
  top: -2px;
  left: 100%;
  width: 100%;
  min-width: 260px;
  background-color: white;
  list-style: none;
  border: 2px solid #9c6f4d;
  padding: 0;
  z-index: 1;
}
.header-menu-submenu .menu-counter {
  right: 8px;
  position: absolute;
  top: 0;
  color: #c7b48b;
}

@media screen and (max-width: 1250px) {
  .header-menu-start > .header-menu-element.menu-revcounter-2 .header-menu-submenu .header-menu-submenu {
    left: initial;
    right: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .header-menu-start > .header-menu-element.menu-revcounter-1 .header-menu-submenu .header-menu-submenu {
    left: initial;
    right: 100%;
  }
}
.header-menu-submenu li {
  display: block;
}

.header-menu-submenu li + li {
  border-top: 1px solid #91552f;
}

.header-menu-point {
  line-height: 2;
  display: block;
  /*padding-top: 12px;*/
  /*padding-bottom: 12px;*/
  width: 100%;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: rgb(80, 47, 24);
  text-decoration: none;
}

.header-menu-point:hover, .header-menu-point.active {
  background: #e0d5bf;
}

.header-menu-link {
  border-left: #502f18 solid 1px;
}

.top-element-link {
  text-align: center;
}

.header-menu-link, .top-element-link {
  text-align: center;
}

.header-menu-link > div {
  max-width: 100px;
  margin-right: 16px;
  margin-left: 16px;
}

.header-menu-element a.link-slug-odd-lots, .header-menu-element a.link-slug-odd-lots:hover {
  background: #b50c1c !important;
  color: #ffffff;
}

.header-megamenu-overlay {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(10, 10, 10, 0.45);
}

.header-megamenu-dropdown {
  display: none;
  position: absolute;
  min-width: 50vw;
  max-height: 70vh;
  top: 100%;
  left: 0;
  background-color: white;
  border: #502f18 solid 1px;
  overflow: auto;
}

.header-megamenu-dropdown a {
  text-decoration: none;
  color: black;
}

.header-megamenu-parent {
  display: absolute;
}

.header-megamenu-parent:hover > .header-megamenu-dropdown {
  display: block;
}

.header-megamenu-submenu {
  float: left;
  list-style: none;
  margin-right: 35px;
}

.header-megamenu-submenu ul {
  list-style: none;
  padding: 0;
}

.header-megamenu-submenu li {
  padding: 3px 0;
}

.header-megamenu-category, .header-megamenu-element {
  color: rgb(80, 47, 24);
}

.header-megamenu-category {
  line-height: 2;
}

.mobile-menu-link {
  padding: 0.375rem 0 0.375rem 2.5rem !important;
}

.mobile-menu-link > div {
  position: relative;
}

.mobile-menu-link:not([href]):hover, .mobile-menu-link[href="#"]:hover {
  background: none;
}

.mobile-menu-link-deep {
  padding-left: 4rem !important;
}

.mobile-menu-link:not(.mobile-menu-link-deep) {
  text-transform: uppercase;
}

.mobile-menu-link > div:before {
  content: "";
  display: block;
  position: absolute;
  left: -24px;
  top: 10px;
  width: 6px;
  height: 6px;
  border: 3px solid transparent;
  border-left-color: #502f18;
}

.header-megamenu-element.active {
  font-weight: 900;
  text-decoration: underline;
}

.menu-mobile-search {
  position: relative;
  height: 50px;
  z-index: 1;
}
.menu-mobile-search .close-header-form {
  display: none;
}
.menu-mobile-search .header-search-form {
  margin-top: 0;
  padding: 5px 10px;
}
.menu-mobile-search .header-form-submit {
  position: static;
}
.menu-mobile-search .search-button {
  position: absolute;
  right: 15px;
  top: 9px;
  z-index: 1;
  width: 33px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.menu-mobile-search .form-row .header-input {
  padding-right: 40px;
  background: #f4f4f4;
}
.menu-mobile-search .search-results {
  max-height: 350px;
  overflow: auto;
}

.dropdown-menu-wide {
  display: none;
}

.header-menu-element:hover > .dropdown-menu-wide {
  display: block;
}

.dropdown-menu-wide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  /* padding: 10px; */
  /* background-color: white; */
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  width: 80%;
  z-index: 1;
}
.dropdown-menu-wide li {
  list-style: none;
}
.dropdown-menu-wide ul {
  padding: 0;
}
@media screen and (max-width: 1366px) {
  .dropdown-menu-wide {
    width: 100%;
  }
}
.dropdown-menu-wide .header-menu-point-wide {
  font-size: 17px !important;
}
.dropdown-menu-wide .header-menu-point {
  font-weight: unset;
  font-size: 13px;
}
.dropdown-menu-wide .dropdown-menu-wide-wrap {
  background-color: white;
  display: inline-block;
  padding: 10px;
  border: 5px solid #9b8147;
}
.dropdown-menu-wide .dropdown-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 360px;
  overflow: hidden;
}
.dropdown-menu-wide .category {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 5px 10px;
  text-align: center;
}
.dropdown-menu-wide .category-title {
  width: 200px;
  margin-bottom: 10px;
}
.dropdown-menu-wide .item {
  width: 250px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 1366px) {
  .dropdown-menu-wide .item {
    width: 200px;
  }
}
.dropdown-menu-wide .header-menu-point-wide {
  line-height: 2;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #502f18;
}
.dropdown-menu-wide .header-menu-point-wide:hover {
  color: #997d64;
}
.dropdown-menu-wide .header-menu-point {
  padding-right: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.dropdown-menu-wide .header-menu-point.more-hiden {
  display: none;
}
.dropdown-menu-wide .menu-counter-wide {
  right: 8px;
  position: absolute;
  bottom: 0;
  color: #c7b48b;
}
.dropdown-menu-wide .expander {
  text-align: left;
}
.dropdown-menu-wide .expander .item:not(:last-child) .header-menu-point {
  border-bottom: 1px solid black;
}
.dropdown-menu-wide .category:hover .category-list {
  background-color: #f1ecf0;
  border: 2px solid #502f18;
  margin-left: -6px;
  margin-right: 2px;
  margin-top: -2px;
}
.dropdown-menu-wide .category:hover .category-list .menu-counter-wide {
  right: 4px;
}
.dropdown-menu-wide .category:hover .category-list .item .header-menu-point {
  padding-left: 4px;
  padding-right: 4px;
}
.dropdown-menu-wide .category.more:hover {
  width: 270px;
  height: 284px;
}
@media screen and (max-width: 1366px) {
  .dropdown-menu-wide .category.more:hover {
    width: 210px;
  }
}
.dropdown-menu-wide .category.more:hover .more-label {
  display: none;
}
.dropdown-menu-wide .category.more:hover .header-menu-point.more-hiden {
  display: block;
}
.dropdown-menu-wide .category.more:hover .expander {
  position: absolute;
  top: 20px;
  height: auto;
  padding-top: 0;
  padding-right: 14px;
  padding-left: 16px;
  padding-bottom: 0;
  -webkit-transform: translateX(-16px);
  -ms-transform: translateX(-16px);
  transform: translateX(-16px);
  z-index: 1;
}
.dropdown-menu-wide .category.more:hover .expander .category-list {
  margin-left: -6px;
  margin-right: -18px;
  margin-top: -2px;
}
.dropdown-menu-wide .category.more:hover .expander .category-list .menu-counter-wide {
  right: 4px;
}
.dropdown-menu-wide .category.more:hover .expander .category-list .item .header-menu-point {
  padding-left: 4px;
  padding-right: 4px;
}
.dropdown-menu-wide .category.more.wrapped:hover .expander {
  width: 276px;
  padding-right: 30px;
  background-color: white;
  top: initial;
  bottom: 20px;
}

span.first-cell {
  display: inline-block;
}

.seo-location-categories .product-element.active .product-link {
  background: #83684f;
}
.seo-location-categories .product-element.active .product-link .product-name {
  color: #fefefe;
}

.view-seo_location .link-to-category-items {
  font-size: 2em;
  color: #502f18;
}
.view-seo_location .link-to-category-items .name {
  text-transform: uppercase;
  color: #3c2312;
}

.seo-sub-categories {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* padding: 10px; */
  /* background-color: white; */
}
.seo-sub-categories li {
  list-style: none;
}
.seo-sub-categories ul {
  padding: 0;
}
@media screen and (max-width: 1366px) {
  .seo-sub-categories {
    width: 100%;
  }
}
.seo-sub-categories .header-menu-point-wide {
  font-size: 17px !important;
}
.seo-sub-categories .header-menu-point {
  font-weight: unset;
  font-size: 13px;
}
.seo-sub-categories .dropdown-menu-wide-wrap {
  background-color: white;
  display: inline-block;
  padding: 10px;
  border: 5px solid #9b8147;
}
.seo-sub-categories .dropdown-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 360px;
  overflow: hidden;
}
.seo-sub-categories .category {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 5px 10px;
  text-align: center;
}
.seo-sub-categories .category-title {
  width: 200px;
  margin-bottom: 10px;
}
.seo-sub-categories .item {
  width: 250px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 1366px) {
  .seo-sub-categories .item {
    width: 200px;
  }
}
.seo-sub-categories .header-menu-point-wide {
  line-height: 2;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #502f18;
}
.seo-sub-categories .header-menu-point {
  padding-right: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.seo-sub-categories .menu-counter-wide {
  right: 8px;
  position: absolute;
  bottom: 0;
  color: #c7b48b;
}
.seo-sub-categories .expander {
  text-align: left;
}
.seo-sub-categories .expander .item:not(:last-child) .header-menu-point {
  border-bottom: 1px solid black;
}

.view-seo_locations .dropdown-menu-wide-wrap {
  border: none;
}

.view-seo_locations .category-list .item a {
  color: #502f18;
}

/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-spaced {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

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

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

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-self-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-self-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-self-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.align-center-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .xxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .xxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .xxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .xxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .xxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

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

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

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .xlarge-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .xxlarge-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .xxlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .xxlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .xxlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .xxlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.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: 40em) {
  .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;
  }
}
.margin-0 {
  margin: 0rem !important;
}

.margin-top-0 {
  margin-top: 0rem !important;
}

.margin-right-0 {
  margin-right: 0rem !important;
}

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

.margin-left-0 {
  margin-left: 0rem !important;
}

.margin-horizontal-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.margin-vertical-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.padding-0 {
  padding: 0rem !important;
}

.padding-top-0 {
  padding-top: 0rem !important;
}

.padding-right-0 {
  padding-right: 0rem !important;
}

.padding-bottom-0 {
  padding-bottom: 0rem !important;
}

.padding-left-0 {
  padding-left: 0rem !important;
}

.padding-horizontal-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

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

.margin-1 {
  margin: 1rem !important;
}

.margin-top-1 {
  margin-top: 1rem !important;
}

.margin-right-1 {
  margin-right: 1rem !important;
}

.margin-bottom-1 {
  margin-bottom: 1rem !important;
}

.margin-left-1 {
  margin-left: 1rem !important;
}

.margin-horizontal-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.margin-vertical-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.padding-1 {
  padding: 1rem !important;
}

.padding-top-1 {
  padding-top: 1rem !important;
}

.padding-right-1 {
  padding-right: 1rem !important;
}

.padding-bottom-1 {
  padding-bottom: 1rem !important;
}

.padding-left-1 {
  padding-left: 1rem !important;
}

.padding-horizontal-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.padding-vertical-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.margin-2 {
  margin: 2rem !important;
}

.margin-top-2 {
  margin-top: 2rem !important;
}

.margin-right-2 {
  margin-right: 2rem !important;
}

.margin-bottom-2 {
  margin-bottom: 2rem !important;
}

.margin-left-2 {
  margin-left: 2rem !important;
}

.margin-horizontal-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.margin-vertical-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.padding-2 {
  padding: 2rem !important;
}

.padding-top-2 {
  padding-top: 2rem !important;
}

.padding-right-2 {
  padding-right: 2rem !important;
}

.padding-bottom-2 {
  padding-bottom: 2rem !important;
}

.padding-left-2 {
  padding-left: 2rem !important;
}

.padding-horizontal-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.padding-vertical-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.margin-3 {
  margin: 3rem !important;
}

.margin-top-3 {
  margin-top: 3rem !important;
}

.margin-right-3 {
  margin-right: 3rem !important;
}

.margin-bottom-3 {
  margin-bottom: 3rem !important;
}

.margin-left-3 {
  margin-left: 3rem !important;
}

.margin-horizontal-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.margin-vertical-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.padding-3 {
  padding: 3rem !important;
}

.padding-top-3 {
  padding-top: 3rem !important;
}

.padding-right-3 {
  padding-right: 3rem !important;
}

.padding-bottom-3 {
  padding-bottom: 3rem !important;
}

.padding-left-3 {
  padding-left: 3rem !important;
}

.padding-horizontal-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.padding-vertical-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.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 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
: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: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

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

.content-block_why {
  font-size: 1.25rem;
}
.content-block_smaller {
  font-size: 1.125rem;
}
.content-block_italic {
  font-style: italic;
}
.content-block h3 {
  font-size: 1.375rem;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 auto;
}
@media all and (max-width: 639px) {
  .content-block h3 {
    font-size: 1.25rem;
  }
}
.content-block p {
  font-size: 1.125rem;
  margin: 0 auto 1rem;
}
@media all and (max-width: 639px) {
  .content-block p {
    font-size: 1rem;
  }
}
.content-block a,
.content-block a:visited {
  color: #91552f;
}
.content-block a:hover,
.content-block a:visited:hover {
  color: #502f18;
}
.content-block_species p {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.content-block_species h2 {
  color: #502f18;
  font-size: 1.25rem;
  margin: 0.875rem auto 0.375rem;
}
.content-block strong {
  font-weight: 700;
}
.content-block_flooring-table h2 {
  color: #502f18;
  font-size: 1.25rem;
  margin: 0.875rem auto 0.375rem;
}
.content-block_flooring-table p {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.content-block_blog h3 {
  text-transform: none;
  color: #6d5745;
}
.content-block_right-figure figure {
  float: right;
  margin-top: 0;
  padding: 0 0.625rem;
}
@media all and (max-width: 639px) {
  .content-block_right-figure figure {
    float: none;
    margin: 0 auto 1rem;
    padding: 0;
  }
}
.content-block_right-figure::after {
  content: "";
  display: table;
  clear: both;
}
@media all and (max-width: 767px) {
  .content-block_wide-image figure {
    float: none;
    margin: 0 auto 1rem;
    padding: 0;
  }
}

.hidden {
  display: none;
}

.content-title {
  font-size: 1.75rem;
  margin: 0 auto 0.5rem;
  color: #502f18;
}

.content-video iframe {
  max-width: 100%;
}

.why-block {
  padding: 0.625rem 4.375rem;
}
@media all and (max-width: 1400px) {
  .why-block {
    padding: 0.625rem 2.5rem;
  }
}
@media all and (max-width: 959px) {
  .why-block {
    padding: 0.625rem 1.25rem;
  }
}
@media all and (max-width: 639px) {
  .why-block {
    padding: 1rem;
  }
}
.why-block_cf {
  display: inline-block;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  text-align: left;
}
@media screen and (min-width: 87.5em) {
  .why-block_cf {
    width: 715px;
  }
}

.why-title {
  font-weight: 400;
  font-size: 2.5rem;
  color: #997d64;
  margin: 0 auto 1.875rem;
  line-height: 1.4;
}
.why-title_list {
  padding-left: 3.125rem;
}
@media all and (max-width: 639px) {
  .why-title_list {
    padding-left: 0;
  }
}
.why-title_smaller {
  text-align: left;
  font-weight: 400;
  color: #000;
  font-size: 1.625rem;
}
@media all and (max-width: 639px) {
  .why-title_smaller {
    font-size: 1.375rem;
  }
}
.why-title_smaller span {
  font-weight: bold;
  color: #6d5745;
}
@media all and (max-width: 959px) {
  .why-title {
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
  }
}
@media all and (max-width: 639px) {
  .why-title {
    font-size: 1.5rem;
  }
}

.why-list-element {
  position: relative;
  padding-left: 3.125rem;
  margin-bottom: 0.75rem;
  min-height: 32px;
}

.why-list-image-block {
  position: absolute;
  left: 0;
  top: 0;
}

.why-list-text {
  font-size: 1.25rem;
  color: #502f18;
  line-height: 1.5;
}
@media all and (max-width: 639px) {
  .why-list-text {
    font-size: 1rem;
  }
}

@media all and (max-width: 1023px) {
  .why-section-image-block {
    text-align: center;
  }
}

.why-section-image {
  width: 100%;
}
.why-section-image_overflow {
  margin-top: -4%;
}
.section_prices .grid-x {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-prices-block {
  text-align: center;
  padding: 0.75rem 0.625rem;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  width: 23% !important;
  display: inline-block;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 3.125rem;
}
@media all and (max-width: 1100px) {
  .main-prices-block {
    width: 22.6% !important;
  }
}
@media all and (max-width: 850px) {
  .main-prices-block {
    width: 45% !important;
    margin-bottom: 0.625rem;
  }
}
@media all and (max-width: 400px) {
  .main-prices-block {
    width: 45% !important;
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
}
@media all and (max-width: 350px) {
  .main-prices-block {
    width: 95% !important;
    margin-left: 0;
    margin-right: 0;
  }
}
.main-prices-block:hover {
  background-color: #e5d6c8;
}
.main-prices-block a {
  color: inherit;
  text-decoration: none;
}
.main-prices-block_first {
  background: #fefefe;
  color: #9c6f4d;
}
.main-prices-block_first .main-prices-price {
  color: #502f18;
}
.main-prices-block_second {
  background: #fefefe;
  color: #91552f;
}
.main-prices-block_second .main-prices-price {
  color: #502f18;
}
@media all and (max-width: 639px) {
  .main-prices-block_second {
    background: #fefefe;
    color: #cea97d;
  }
  .main-prices-block_second .main-prices-price {
    color: #502f18;
  }
}
.main-prices-block_third {
  background: #fefefe;
  color: #cea97d;
}
.main-prices-block_third .main-prices-price {
  color: #502f18;
}
@media all and (max-width: 639px) {
  .main-prices-block_third {
    background: #fefefe;
    color: #502f18;
  }
  .main-prices-block_third .main-prices-price {
    color: #502f18;
  }
}
.main-prices-block_fourth {
  background: #fefefe;
  color: #cea97d;
}
.main-prices-block_fourth .main-prices-price {
  color: #502f18;
}

.main-prices-title-block {
  margin-bottom: 0.5rem;
}

.main-prices-title {
  font-size: 1.875rem;
  font-weight: bold;
  margin: 0 auto;
  line-height: 1.2;
  max-width: 96%;
  display: inline-block;
  vertical-align: middle;
  color: #502f18;
}
@media all and (max-width: 1100px) {
  .main-prices-title {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 959px) {
  .main-prices-title {
    font-size: 1.375rem;
  }
}

.main-prices-small-text {
  font-size: 0.875rem;
  color: #997d64;
}

.main-prices-price {
  font-size: 2.75rem;
  font-weight: bold;
  line-height: 1;
}
.main-prices-price span {
  font-size: 0.5em;
}
@media all and (max-width: 1100px) {
  .main-prices-price {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 959px) {
  .main-prices-price {
    font-size: 1.25rem;
  }
}
@media all and (max-width: 400px) {
  .main-prices-price {
    font-size: 1.625rem;
  }
}

.reputation-title-block {
  padding-bottom: 1rem;
  border-bottom: 1px solid #fff;
}

.reputation-title {
  margin: 0 auto;
  text-align: center;
  color: #502f18;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1.2;
}
.reputation-title span {
  font-weight: bold;
}
@media all and (max-width: 959px) {
  .reputation-title {
    font-size: 1.875rem;
  }
}
@media all and (max-width: 639px) {
  .reputation-title {
    font-size: 1.5rem;
  }
}

.reputation-images-slider {
  padding: 2rem 0;
}
@media all and (max-width: 767px) {
  .reputation-images-slider.slick-dotted.slick-slider {
    margin-bottom: 3.125rem;
  }
}
@media all and (max-width: 639px) {
  .reputation-images-slider .slick-list {
    max-width: 80%;
    margin: 0 auto;
  }
}
.reputation-images-slider .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.reputation-images-slider .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #502f18;
}
.reputation-images-slider .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  background: none;
}
.reputation-images-slider .slick-dots li button::before {
  display: none;
}
.reputation-images-slider .slick-dots li:hover {
  background: #fff;
}
.reputation-images-slider .slick-dots li.slick-active {
  background: #fff;
}
.reputation-images-slider .slick-arrow {
  width: 56px;
  height: 56px;
}
.reputation-images-slider .slick-arrow::before {
  display: none;
}
@media all and (max-width: 767px) {
  .reputation-images-slider .slick-arrow {
    width: 32px;
    height: 32px;
  }
}
.reputation-images-slider .slick-next {
  right: 0;
}
@media all and (max-width: 767px) {
  .reputation-images-slider .slick-next .big-custom-slick {
    display: none;
  }
}
@media all and (min-width: 767px) {
  .reputation-images-slider .slick-next .small-custom-slick {
    display: none;
  }
}
.reputation-images-slider .slick-prev {
  left: 0;
}
@media all and (max-width: 767px) {
  .reputation-images-slider .slick-prev .big-custom-slick {
    display: none;
  }
}
@media all and (min-width: 767px) {
  .reputation-images-slider .slick-prev .small-custom-slick {
    display: none;
  }
}
.reputation-images-slider .slick-list {
  min-height: 60px;
}

.one-reputation-image {
  -webkit-filter: sepia(1);
  filter: sepia(1);
  opacity: 0.8;
  -webkit-transition: opacity 0.5s, -webkit-filter 0.5s;
  transition: opacity 0.5s, -webkit-filter 0.5s;
  transition: filter 0.5s, opacity 0.5s;
  transition: filter 0.5s, opacity 0.5s, -webkit-filter 0.5s;
}
.one-reputation-image:hover {
  -webkit-filter: sepia(0);
  filter: sepia(0);
  opacity: 1;
}

.one-reputation-image-slide {
  text-align: center;
}
.one-reputation-image-slide .one-reputation-image {
  margin: 0 auto;
}

.one-reputation,
.one-reputation:visited {
  display: block;
}

.reputation-testimonials {
  border-top: 1px solid #fff;
  padding-top: 3.125rem;
  text-align: center;
}
@media all and (max-width: 959px) {
  .reputation-testimonials .slick-list {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media all and (max-width: 639px) {
  .reputation-testimonials .slick-list {
    max-width: 70%;
  }
}
.reputation-testimonials .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #502f18;
}
.reputation-testimonials .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  background: none;
}
.reputation-testimonials .slick-dots li button::before {
  display: none;
}
.reputation-testimonials .slick-dots li:hover {
  background: #fff;
}
.reputation-testimonials .slick-dots li.slick-active {
  background: #fff;
}
.reputation-testimonials .slick-arrow {
  width: 56px;
  height: 56px;
}
.reputation-testimonials .slick-arrow::before {
  display: none;
}
@media all and (max-width: 767px) {
  .reputation-testimonials .slick-arrow {
    width: 32px;
    height: 32px;
  }
}
.reputation-testimonials .slick-next {
  right: 0;
}
@media all and (max-width: 767px) {
  .reputation-testimonials .slick-next .big-custom-slick {
    display: none;
  }
}
@media all and (min-width: 767px) {
  .reputation-testimonials .slick-next .small-custom-slick {
    display: none;
  }
}
@media all and (max-width: 1023px) {
  .reputation-testimonials .slick-next {
    right: 10px;
  }
}
.reputation-testimonials .slick-prev {
  z-index: 100;
  left: 0;
}
@media all and (max-width: 767px) {
  .reputation-testimonials .slick-prev .big-custom-slick {
    display: none;
  }
}
@media all and (min-width: 767px) {
  .reputation-testimonials .slick-prev .small-custom-slick {
    display: none;
  }
}
@media all and (max-width: 1023px) {
  .reputation-testimonials .slick-prev {
    left: 10px;
  }
}

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

.testimonials-slider {
  padding-bottom: 1.25rem;
}

.one-testimonial-slide-content {
  max-width: 700px;
  margin: 0 auto;
}

.one-testimonial-text {
  font-size: 1.5rem;
  font-style: italic;
  margin-bottom: 2.5rem;
}
@media all and (max-width: 959px) {
  .one-testimonial-text {
    font-size: 1.25rem;
    margin-bottom: 1.875rem;
  }
}
@media all and (max-width: 639px) {
  .one-testimonial-text {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}

.one-testimonial-author {
  font-size: 1.5rem;
  color: #502f18;
  font-weight: bold;
}
@media all and (max-width: 959px) {
  .one-testimonial-author {
    font-size: 1.25rem;
  }
}
@media all and (max-width: 639px) {
  .one-testimonial-author {
    font-size: 1rem;
  }
}

.faq-arccordion {
  padding-top: 1px !important;
  /* Clear floats after the columns */
}
.faq-arccordion h4 {
  display: inline;
  font-weight: inherit;
}
.faq-arccordion .row {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  .faq-arccordion .row {
    max-width: 90%;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1300px) {
  .faq-arccordion .row {
    max-width: 95%;
  }
}
.faq-arccordion.accordion-section {
  background: #f2ede9;
  padding: 3.75rem 0 2.5rem;
}
.faq-arccordion .accordion-title-block {
  padding-bottom: 1rem;
  border-bottom: 1px solid #fff;
}
.faq-arccordion .accordion-title {
  margin: 0 auto;
  text-align: center;
  color: #502f18;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1.2;
}
.faq-arccordion .accordion-title span {
  font-weight: bold;
}
@media all and (max-width: 959px) {
  .faq-arccordion .accordion-title {
    font-size: 1.875rem;
  }
}
@media all and (max-width: 639px) {
  .faq-arccordion .accordion-title {
    font-size: 1.5rem;
  }
}
.faq-arccordion .accordion {
  width: 100%;
  font-size: 15px;
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.faq-arccordion .accordion.active, .faq-arccordion .accordion:hover {
  background-color: #e5d4b0;
}
.faq-arccordion .active, .faq-arccordion .accordion:hover {
  background-color: #e5d4b0;
}
.faq-arccordion .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}
.faq-arccordion .reputation-title-block {
  border-bottom: none;
}
.faq-arccordion .column {
  float: left;
  width: 50%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .faq-arccordion .column {
    width: 100%;
  }
}
.faq-arccordion .row:after {
  content: "";
  display: table;
  clear: both;
}
.faq-arccordion .accordion:after {
  font-size: 12px;
  color: #777;
  float: right;
  margin-left: 5px;
  content: "➕"; /* Unicode character for "plus" sign (+) */
}
.faq-arccordion .accordion.active:after {
  content: "➖"; /* Unicode character for "minus" sign (-) */
}

.one-brand {
  margin-bottom: 0.75rem;
}
.one-brand_flooring {
  text-align: center;
}
.one-brand__title {
  margin: 0 auto 0.25rem;
}
.one-brand__title a,
.one-brand__title a:visited {
  color: #502f18;
  font-size: 1.125rem;
  text-decoration: none;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.one-brand__title a:hover,
.one-brand__title a:visited:hover {
  color: #91552f;
}

.brand-block {
  background: #fefbf4;
  border: 1px solid #fff;
  text-align: center;
  padding: 0.625rem 0.3125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.brand-block:hover {
  border-color: #f2e9d7;
  -webkit-box-shadow: 0 4px 10px #e5d6c8;
  box-shadow: 0 4px 10px #e5d6c8;
}
.brand-block:hover .brand-image {
  -webkit-filter: sepia(0);
  filter: sepia(0);
  opacity: 1;
}

.brand-link,
.brand-link:visited {
  text-decoration: none;
}

.brand-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  margin: 0 auto;
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
  opacity: 0.8;
  -webkit-transition: opacity 0.5s, -webkit-filter 0.5s;
  transition: opacity 0.5s, -webkit-filter 0.5s;
  transition: filter 0.5s, opacity 0.5s;
  transition: filter 0.5s, opacity 0.5s, -webkit-filter 0.5s;
}

.delivery-phone-block {
  text-align: right;
}
@media all and (max-width: 639px) {
  .delivery-phone-block {
    text-align: left;
  }
}

.delivery-phone-text {
  font-size: 1.125rem;
}

.delivery-phone-link-block {
  text-transform: uppercase;
  color: #502f18;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}
@media all and (max-width: 639px) {
  .delivery-phone-link-block {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}

.delivery-phone-span {
  padding-left: 1.875rem;
  position: relative;
}
.delivery-phone-span::before {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  background: url(/static/ui/img/sprites.png?5c76ee67bc1d) no-repeat -48px 0;
}

.delivery-phone-link,
.delivery-phone-link:visited {
  font-size: 1.5rem;
  color: #502f18;
  text-decoration: none;
}
@media all and (max-width: 639px) {
  .delivery-phone-link,
  .delivery-phone-link:visited {
    font-size: 1.5rem;
  }
}
.delivery-phone-link:hover,
.delivery-phone-link:visited:hover {
  color: #91552f;
}

.delivery-block {
  padding-bottom: 0.25rem;
  margin-bottom: 0.875rem;
  border-bottom: 1px solid #997d64;
}

.text-with-icon-block {
  position: relative;
  padding-left: 3.75rem;
  margin-bottom: 1.5rem;
}
.text-with-icon-block:last-child {
  margin-bottom: 0;
}

.delivery-text-block_one {
  margin-top: 1.5rem;
}

.text-icon-block {
  position: absolute;
  left: 0;
  top: 0;
}

.delivery-text {
  min-height: 50px;
}
.delivery-text::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
}
.delivery-text p {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  max-width: 90%;
}

.delivery-table-block {
  margin: 1.25rem auto;
}

.delivery-table {
  border-spacing: 0;
}
@media all and (max-width: 639px) {
  .delivery-table {
    display: block;
  }
}
.delivery-table thead {
  text-align: left;
  background: #502f18;
  border-spacing: 0;
}
@media all and (max-width: 639px) {
  .delivery-table thead {
    display: none;
  }
}
.delivery-table thead th {
  font-size: 1rem;
  padding: 0.3125rem 0.9375rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 767px) {
  .delivery-table thead th {
    font-size: 0.9375rem;
  }
}
@media all and (max-width: 639px) {
  .delivery-table tbody {
    width: 100%;
    display: block;
  }
}
.delivery-table tbody tr:nth-child(even) {
  background: #f7f7f7;
}
@media all and (max-width: 639px) {
  .delivery-table tbody tr:nth-child(even) {
    background: none;
  }
}
@media all and (max-width: 639px) {
  .delivery-table tbody tr {
    display: block;
  }
}
.delivery-table tbody td {
  padding: 0.9375rem;
  color: #502f18;
  font-weight: 700;
  width: 25%;
  font-size: 1.125rem;
}
@media all and (max-width: 767px) {
  .delivery-table tbody td {
    font-size: 1rem;
  }
}
@media all and (max-width: 639px) {
  .delivery-table tbody td {
    font-size: 0.875rem;
    display: table;
    width: 100%;
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 0;
  }
  .delivery-table tbody td .td-span {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 0.3125rem;
  }
  .delivery-table tbody td::before {
    padding: 0.3125rem;
    height: 100%;
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    background: #502f18;
    line-height: 1.1;
    font-size: 0.875rem;
    color: #fff;
  }
}
@media all and (max-width: 639px) {
  .delivery-table tbody td:nth-of-type(1):before {
    content: "SQUARE FEET";
  }
  .delivery-table tbody td:nth-of-type(2):before {
    content: "DRIWAY OR GARAGE DELIVERY (BASE RATE)";
  }
  .delivery-table tbody td:nth-of-type(3):before {
    content: "INSIDE THE GROUND FLOOR (5 STEPS OR LESS)";
  }
  .delivery-table tbody td:nth-of-type(4):before {
    content: "INSIDE BASEMENT OR 2ND LEVEL";
  }
}

.table-question {
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
}

.tooltip-main {
  line-height: 1.2;
  max-width: 300px;
}

.tooltip-top {
  font-size: 1.125rem;
  font-weight: 700;
  color: #502f18;
}

.tooltip-row {
  font-size: 1rem;
  color: #000;
}

@media all and (max-width: 639px) {
  .contact-info {
    margin-bottom: 1rem;
  }
}

.contact-name {
  color: #502f18;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
}
@media all and (max-width: 959px) {
  .contact-name {
    font-size: 1.5rem;
  }
}

.contact-filial {
  color: #91552f;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.25rem;
}

.contact-type {
  color: #502f18;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
}

.contact-left-info {
  display: inline-block;
  vertical-align: top;
  width: 46%;
  padding-right: 1%;
}
@media all and (max-width: 1023px) {
  .contact-left-info {
    width: 100%;
    padding-right: 0;
  }
}

.contact-title {
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 700;
  color: #502f18;
  margin: 0.75rem auto 0;
  padding-left: 1.875rem;
  position: relative;
}
.contact-title::before {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/static/ui/img/sprites.png?5c76ee67bc1d) no-repeat;
}
.contact-title_location::before {
  background-position: 0 0;
}
.contact-title_phone::before {
  background-position: -48px 0;
  top: 2px;
}
.contact-title_email::before {
  background-position: -70px 0;
  top: 2px;
}
.contact-title_working-hours::before {
  background-position: -24px 0;
}

.contact-address {
  font-size: 1.125rem;
  padding-left: 1.875rem;
}

.contact-phone-link,
.contact-phone-link:visited {
  font-size: 1.125rem;
  white-space: nowrap;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  margin-left: 1.875rem;
}
.contact-phone-link:hover,
.contact-phone-link:visited:hover {
  color: #502f18;
}

.contact-email-link,
.contact-email-link:visited {
  font-size: 1rem;
  color: #91552f;
  font-weight: 700;
  margin-left: 1.875rem;
}
.contact-email-link:hover,
.contact-email-link:visited:hover {
  color: #502f18;
}

.contact-right-info {
  display: inline-block;
  vertical-align: top;
  width: 52%;
  padding-left: 2%;
}
@media all and (max-width: 1023px) {
  .contact-right-info {
    width: 100%;
    padding-left: 0;
  }
}

.working-time-table {
  width: 100%;
  border-spacing: 0;
}
.working-time-table tr:nth-child(even) {
  background: #f7f7f7;
}
.working-time-table td {
  font-size: 1rem;
}
@media all and (max-width: 639px) {
  .working-time-table td {
    font-size: 0.875rem;
  }
}
.working-time-table td span {
  padding: 0.3125rem 0.625rem;
  display: block;
}
.working-time-table td:first-child {
  font-weight: 700;
}

.map-section {
  position: relative;
}

.contact-map {
  min-height: 300px;
  width: 100%;
  background: #ccc;
}
.contact-map_areas {
  height: 240px;
}
@media print, screen and (min-width: 40em) {
  .contact-map_areas {
    height: 400px;
  }
}

.contact__pre-info {
  color: #a62727;
  font-size: 1.25rem;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
  line-height: 1.3;
}
@media all and (max-width: 639px) {
  .contact__pre-info {
    font-size: 1.125rem;
  }
}
.contact__pre-info_showroom {
  margin-bottom: 0.75rem;
}
.contact__pre-info p {
  margin: 0 auto;
}
.contact__larger-map {
  position: absolute;
  bottom: 30px;
  left: 24px;
  z-index: 10;
}
.contact__larger-link, .contact__larger-link:visited {
  background: #502f18;
  border: 1px solid #502f18;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 0.375rem 0.75rem;
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contact__larger-link:hover, .contact__larger-link:visited:hover {
  background: #8b522a;
}
.contact__for-map {
  position: relative;
}

.showroom-with-virtual .sub-title {
  width: 100%;
}
@media screen and (max-width: 40rem) {
  .showroom-with-virtual .cf-hide-small {
    display: none !important;
  }
}
@media screen and (min-width: 64rem) {
  .showroom-with-virtual .frame-wrap {
    height: 25rem;
  }
}
.showroom-with-virtual .location-header .cell {
  position: relative;
}
.showroom-with-virtual .location-header .contact-type {
  text-align: center;
}
.showroom-with-virtual .contact-address-block {
  margin: 0.75rem auto 0;
  padding-left: 1.875rem;
  position: relative;
}
.showroom-with-virtual .contact-address-block::before {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/static/ui/img/sprites.png?5c76ee67bc1d) no-repeat;
}

.contact-us-page .quicker-response-info {
  text-align: right;
  margin-right: 84px;
  margin-top: 0;
}
@media (max-width: 1441px) {
  .contact-us-page .quicker-response-info {
    margin-right: 0;
    margin-left: 30px;
    text-align: inherit;
  }
}
@media (max-width: 700px) {
  .contact-us-page .quicker-response-info br {
    display: none;
  }
}

.directions-control .error {
  color: crimson;
  font-weight: 700;
  padding-left: 10px;
}

.big-driving-directions {
  padding-bottom: 12px;
}
.big-driving-directions .btn-search-addr {
  margin-top: 6px;
}
@media (min-width: 1024px) {
  .big-driving-directions .btn-search-addr {
    margin-top: 0;
    margin-left: -0.9375rem;
  }
}

.small-driving-directions {
  width: 100%;
  padding-bottom: 12px;
}
@media (min-width: 1300px) {
  .small-driving-directions {
    position: absolute;
    left: -490px;
  }
}
.small-driving-directions .btn-search-addr {
  margin-top: 6px;
}
@media (min-width: 1024px) {
  .small-driving-directions .btn-search-addr {
    margin-top: 0;
    margin-left: -0.9375rem;
  }
}

.top-products-block {
  margin-bottom: 1.25rem;
  background: #fdf5e5;
  -webkit-box-shadow: 0 4px 10px #e5d6c8;
  box-shadow: 0 4px 10px #e5d6c8;
  padding: 0.9375rem 0;
}

.products-top-showing {
  font-size: 1rem;
  color: #502f18;
}
@media all and (max-width: 1199px) {
  .products-top-showing {
    margin-bottom: 0.5rem;
  }
}

.products-top-filters {
  text-align: right;
}
@media all and (max-width: 1199px) {
  .products-top-filters {
    text-align: left;
  }
}

.one-top-filter {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}
.one-top-filter:last-child {
  margin-right: 0;
}
@media all and (max-width: 1199px) {
  .one-top-filter {
    margin-bottom: 0.25rem;
  }
}

.top-filter-text {
  font-weight: 700;
  color: #502f18;
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.top-filter-select-block {
  display: inline-block;
  vertical-align: middle;
  width: 124px;
}

.top-filter-select {
  color: #502f18;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.3125rem 0.4375rem;
  border: 1px solid #ddd7ca;
  border-radius: 2px;
  background: #fff url(/static/ui/img/select-arrow.png?246fbbba6ff6) no-repeat 95% center;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

@media all and (max-width: 639px) {
  .products-list {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .products-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.products-list_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.products-list_flex .product-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  height: 100%;
}

.product-element {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0.75rem;
  padding: 0 0.25rem;
}

.product-link,
.product-link:visited {
  background: #fff;
  border: 1px solid #f2e9d7;
  display: block;
  text-decoration: none;
  max-width: 218px;
}
.product-link:hover,
.product-link:visited:hover {
  border-color: transparent;
  -webkit-box-shadow: 0 4px 10px #e5d6c8;
  box-shadow: 0 4px 10px #e5d6c8;
}

.product-image-block {
  display: block;
  height: 159px;
  position: relative;
  overflow: hidden;
}
.product-image-block:hover .product__click-open {
  opacity: 1;
}

.product-image {
  display: block;
}
.product-image__price {
  display: block;
  padding: 0.3125rem;
  position: absolute;
  left: 0;
  font-size: 1rem;
  height: 35px;
  font-weight: 700;
  top: 10px;
  white-space: nowrap;
  text-align: left;
  -webkit-filter: drop-shadow(0 3px 4px black);
  filter: drop-shadow(0 3px 4px black);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e12b2b+0,fb5d5d+100 */
  background: #feb645; /* Old browsers */
  background: -webkit-gradient(linear, left top, right top, from(#feb645), color-stop(90%, #f1e767));
  background: linear-gradient(to right, #feb645 0%, #f1e767 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #502f18;
  text-transform: uppercase;
}
.product-image__price > span {
  background: #feb645; /* Old browsers */
  background: -webkit-gradient(linear, left top, right top, color-stop(90%, #f1e767), to(#f1e767));
  background: linear-gradient(to right, #f1e767 90%, #f1e767 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.product-image__price.red {
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e12b2b+0,fb5d5d+100 */
  background: #e12b2b; /* Old browsers */
  background: -webkit-gradient(linear, left top, right top, from(#e12b2b), color-stop(90%, #fb5d5d));
  background: linear-gradient(to right, #e12b2b 0%, #fb5d5d 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.product-image__price.red > span {
  background: #e12b2b; /* Old browsers */
  background: -webkit-gradient(linear, left top, right top, color-stop(90%, #fb5d5d), to(#fb5d5d));
  background: linear-gradient(to right, #fb5d5d 90%, #fb5d5d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.product-image__price.yellow {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e12b2b+0,fb5d5d+100 */
  background: #feb645; /* Old browsers */
  background: -webkit-gradient(linear, left top, right top, from(#feb645), color-stop(90%, #f1e767));
  background: linear-gradient(to right, #feb645 0%, #f1e767 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #502f18;
}
.product-image__price.yellow > span {
  background: #feb645; /* Old browsers */
  background: -webkit-gradient(linear, left top, right top, color-stop(90%, #f1e767), to(#f1e767));
  background: linear-gradient(to right, #f1e767 90%, #f1e767 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.product-image__price.white {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e12b2b+0,fb5d5d+100 */
  background: #ededed; /* Old browsers */
  background: -webkit-gradient(linear, left top, right top, from(#ededed), color-stop(90%, #ffffff));
  background: linear-gradient(to right, #ededed 0%, #ffffff 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #502f18;
}
.product-image__price.white > span {
  background: #ededed; /* Old browsers */
  background: -webkit-gradient(linear, left top, right top, color-stop(90%, #ffffff), to(#ffffff));
  background: linear-gradient(to right, #ffffff 90%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.product-image__price > span.up {
  display: block;
  position: absolute;
  right: -14px;
  top: 0;
  width: 15px;
  height: 18px;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.product-image__price > span.down {
  display: block;
  position: absolute;
  right: -14px;
  bottom: 0;
  width: 15px;
  height: 18px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}

.product-info-block {
  display: block;
  text-align: center;
  padding: 0.875rem 0.875rem 0.5rem;
}

.product-name {
  display: block;
  color: #502f18;
  font-weight: 700;
  font-size: 1rem;
}

.product-price {
  display: block;
  color: #502f18;
  font-weight: 700;
  font-size: 1.625rem;
}

.black-price {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
}

.list .product-element {
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #502f18;
  padding-bottom: 0.75rem;
}
.list .product-link,
.list .product-link:visited {
  max-width: 100%;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.list .product-image-block {
  display: inline-block;
  vertical-align: top;
}
.list .product-info-block {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.odd-info-block {
  border-top: 1px solid #e5d4b0;
  padding: 0.875rem 1.125rem;
  display: block;
  text-align: center;
}
.odd-info-block .hot-text,
.odd-info-block .red-text {
  font-size: 0.875rem;
}
.odd-info-block .odd-lots__hot-size {
  font-size: 1.3rem;
}

.hot-text {
  color: #502f18;
}

.red-text {
  color: #a62727;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
}

.product__flags {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.product__flags_bg-ico {
  width: 40px;
  height: 27px;
  border: 1px solid #fff;
  display: block;
}
.product__flags_ico_canada {
  background: url(/static/ui/img/flags/Canfloor_Made_in_Canada.jpg?edb83c3f1be3) no-repeat;
  background-size: cover;
  width: 102px;
  height: 47px;
}
.product__flags_ico_usa {
  background: url(/static/ui/img/flags/flag-usa.jpg?246fbbba6ff6) no-repeat;
}
.product__flags_ico_europe, .product__flags_ico_italy {
  background: url(/static/ui/img/flags/Canfloor_Made_in_Europe.jpg?edb83c3f1be3) no-repeat;
  background-size: cover;
  width: 102px;
  height: 47px;
}
.product__flags_ico_china {
  background: url(/static/ui/img/flags/flag-china.jpg?246fbbba6ff6) no-repeat;
}

.product__flag-image {
  display: block;
  border: 1px solid #f4ebdb;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}

.product__click-open {
  pointer-events: none;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 159px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.product-element .product-options {
  display: none;
}

.product-element:hover .product-options {
  display: block;
  position: absolute;
  z-index: 600;
  background: #fefefe;
  border: 1px solid #f2e9d7;
  width: 218px;
  padding: 6px 3px;
}
.product-element:hover .product-options .product-option {
  padding: 2px;
  display: inline-block;
}
.product-element:hover .product-options .product-option img.product-color-option-preview {
  width: 45px;
}

.product-thickness {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
.product-thickness.Click .product-thickness-val {
  padding-left: 20px;
}
.product-thickness .product-thickness-val {
  z-index: 2;
  position: relative;
  text-decoration: none;
  color: #502f18;
  margin: 4px 3px 0 12px;
  min-width: 30px;
  text-align: right;
  padding-right: 2px;
}
.product-thickness .fix {
  position: absolute;
  width: 100%;
  padding-top: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 0;
  background-image: url("/static/ui/img/Sector_3.png?ff53cca8e1ba");
  background-size: cover;
}

.product-bottom-labels {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.product-bottom-labels .image-white-label {
  background: rgba(250, 250, 250, 0.8);
  border: 1px solid #997d64;
  color: black;
  left: 0;
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 4px 2px 4px;
  position: absolute;
  max-width: 70%;
  font-size: 0.93em;
}
.product-bottom-labels .image-white-label.sz-smaller {
  font-size: 0.8em;
}
.product-bottom-labels .image-white-label.sz-smaller-x2 {
  background: rgba(250, 250, 250, 0.7);
  font-size: 0.7em;
}

.product-image__price + .product-bottom-labels {
  top: 50px;
}
.product-image__price + .product-bottom-labels .image-white-label {
  position: initial;
}

.best-price-img {
  width: 72px;
  height: 48px;
  bottom: 0;
  left: 0;
  position: absolute;
}

img.badge-sold-out {
  bottom: 10px;
  right: 2px;
  position: absolute;
  width: 140px;
}

.selected_filters_plank::after {
  content: "";
  display: table;
  clear: both;
}

.selected_filters_plank_item {
  position: relative;
  float: left;
  margin-right: 0.9375rem;
  margin-top: 1px;
  margin-bottom: 0.625rem;
  padding: 1px 16px;
  background-color: wheat;
  border-radius: 3px;
  border: 2px solid;
}
.selected_filters_plank_item:hover {
  background: #f8e8ca;
}
.selected_filters_plank_item.selected_filters_plank_title {
  border: none;
}

.selected_filters_plank_item.clear-filters {
  background: #fce5cd;
  text-align: center;
  color: black;
  font-weight: normal;
  border-color: #660000;
  border-radius: 3px;
  border-width: 2px;
  cursor: pointer;
}
.selected_filters_plank_item.clear-filters:hover {
  background: #fdf2e5;
}

.selected_filters_plank_title {
  padding-left: 0;
  padding-right: 0;
  background-color: white;
}

.selected_filters_plank_remove {
  position: absolute;
  right: 0.15rem;
  top: calc(50% - 0.4375rem);
  width: 0.875rem;
  height: 0.875rem;
  background: url(/static/ui/img/filters_remove.png?de688c8e550c) no-repeat;
  background-size: contain;
  cursor: pointer;
}

.filters {
  font-family: "Open Sans";
}
.filters * {
  font-family: "Open Sans";
}
@media all and (max-width: 639px) {
  .filters {
    display: none;
    position: fixed;
    left: 0;
    top: 149px;
    width: 80%;
    height: calc(100% - 149px);
    background-color: white;
    padding: 0.625rem;
    overflow-y: auto;
    z-index: 400;
  }
}

@media all and (max-width: 639px) {
  .filters_mobile_open .filters {
    display: block;
  }
}

@media all and (max-width: 639px) {
  .filters_mobile_hidden .filters {
    left: -80%;
  }
}

.filters-button {
  display: none;
  margin: 1px auto 3px auto;
  font-size: 1rem;
  text-align: center;
  font-weight: normal;
  cursor: pointer;
  color: #000000;
  width: auto;
  padding: 1px 6px;
  background-color: #f4cccc;
  border: 2px solid #660000;
  border-radius: 3px;
  margin-right: 5px;
}
.filters-button.selected_filters_plank_item {
  width: 156px;
}
.filters-button:hover {
  background: #eba2a2;
}
@media all and (max-width: 639px) {
  .filters-button {
    display: block;
  }
}

.mobile-filter-block-clearer {
  display: none;
}
@media all and (max-width: 639px) {
  .mobile-filter-block-clearer {
    display: initial;
  }
}

@media all and (max-width: 321px) {
  .selected_filters_plank_item {
    font-size: 0.875rem;
  }
  .selected_filters_plank_item.filters-button {
    width: 130px;
  }
}
.one-filter-block {
  background: #ebd3ad;
  margin-bottom: 0.625rem;
  -webkit-box-shadow: 0 4px 10px #e5d6c8;
  box-shadow: 0 4px 10px #e5d6c8;
}

.filter-accordion-title {
  border: 1px solid #f9efdb;
  background: #6d5745 url(/static/ui/img/select-arrow_white.png?246fbbba6ff6) no-repeat 95% center;
  padding: 0.25rem 0.9375rem;
  color: #fafafa;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
}
.filter-accordion-title:hover {
  background-color: #614d3d;
}

.filters-list {
  padding: 0.375rem 0.9375rem 0.375rem 1.25rem;
  display: none;
}
.filters-list.show {
  display: block;
}

.one-filter {
  position: relative;
  padding: 0.3125rem 0;
}

.two-filter {
  padding-left: 1.25rem;
}

.two-filter-container {
  padding-top: 0.3125rem;
  display: none;
}

.two-filter-sign {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  top: 0.3125rem;
  right: 100%;
  font-size: 1.375rem;
  cursor: pointer;
}

.two-filter-sign::before {
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  text-align: center;
  line-height: 1.25rem;
}

.two-filter-sign-plus::before {
  content: "+";
}

.two-filter-sign-minus::before {
  content: "−";
}

.one-filter-tooltip {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 0.3125rem;
  color: white;
  background-color: #98724e;
  border-radius: 5px;
}

.one-filter-tooltip::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.25rem);
  right: 100%;
  width: 0;
  height: 0;
  border-top: 0.25rem solid transparent;
  border-bottom: 0.25rem solid transparent;
  border-right: 0.25rem solid #98724e;
}

.filter-checkbox {
  display: none;
}
.filter-checkbox:checked + .filter-label::before {
  background-position: 0 0;
}

.filter-label {
  position: relative;
  padding-left: 1.875rem;
  padding-right: 1.5rem;
  font-size: 0.75rem;
  font-weight: 400;
  display: block;
  cursor: pointer;
  color: #502f18;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filter-label::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 1px;
  background: url(/static/ui/img/checkbox.png?246fbbba6ff6) no-repeat 0 -18px;
}
.filter-label a,
.filter-label a:visited {
  color: #502f18;
  text-decoration: none;
}
.filter-label a:hover,
.filter-label a:visited:hover {
  color: #29180c;
}
.filter-label__clearence {
  font-weight: 700;
}

.your-choice {
  display: none;
  margin-bottom: 0.625rem;
  -webkit-box-shadow: 0 4px 10px #e5d6c8;
  box-shadow: 0 4px 10px #e5d6c8;
  background: #fff;
}
.your-choice.show {
  display: block;
}
.your-choice .your-choice-title {
  background: #502f18;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.5rem 0.9375rem;
}
.your-choice .clear-filters {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 13px;
  background-color: #967968;
  font-weight: 700;
}
.your-choice .clear-filters img {
  display: block;
}
.your-choice .your-choice-list {
  padding-bottom: 0.25rem;
}
.your-choice .your-choice-block {
  padding: 0 0.9375rem;
  margin-bottom: 0.5rem;
}
.your-choice .your-choice-category {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #502f18;
}
.your-choice .your-choice-element {
  font-size: 1rem;
  font-weight: 400;
  color: #502f18;
  position: relative;
}
.your-choice .clear-one-filter {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 7px;
}
.your-choice .clear-one-filter img {
  display: block;
}

.choice-founded {
  font-size: 1rem;
  color: #502f18;
  padding: 0.375rem 0.9375rem;
}

.construction-block {
  background: #cea97d;
  margin-bottom: 0.625rem;
  -webkit-box-shadow: 0 4px 10px #e5d6c8;
  box-shadow: 0 4px 10px #e5d6c8;
}

.construction-title {
  background: #9c6f4d url(/static/ui/img/select-arrow_white.png?246fbbba6ff6) no-repeat 95% center;
  text-transform: uppercase;
  color: #fff;
  padding: 0.5rem 0.9375rem;
  cursor: pointer;
}

.construction-list {
  padding: 0 0.9375rem;
}

.show-more-accordion {
  background: url(/static/ui/img/select-arrow.png?246fbbba6ff6) no-repeat 4px center;
  position: relative;
  font-size: 0.75rem;
  font-weight: 600;
  display: block;
  cursor: pointer;
  color: #502f18;
  padding: 0.3125rem 0;
  padding-left: 1.875rem;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.show-more-accordion.active {
  display: none;
}

.show-more-accordion-hidden {
  display: none;
}

.filters .btn-show-more {
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.filters .btn-show-more {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  min-width: auto;
  padding: 4px 16px 8px 16px;
  border: 3px solid #29211a;
  border-radius: 11px;
  background: #cfc7b2;
  background: -webkit-gradient(linear, left top, left bottom, from(#cfc7b2), to(#d6d0c0));
  background: linear-gradient(to bottom, #cfc7b2, #d6d0c0);
  text-shadow: #392d07 1px 1px 1px;
  font: normal normal normal 14px arial;
  color: #302d30;
  text-decoration: none;
}
.filters .btn-show-more:hover, .filters .btn-show-more:focus {
  background: #f8efd6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8efd6), to(#fffae6));
  background: linear-gradient(to bottom, #f8efd6, #fffae6);
  color: #302d30;
  text-decoration: none;
}
.filters .btn-show-more:active {
  background: #7c776b;
  background: -webkit-gradient(linear, left top, left bottom, from(#7c776b), to(#d6d0c0));
  background: linear-gradient(to bottom, #7c776b, #d6d0c0);
}
.filters .btn-show-more:after {
  content: " ";
  display: inline-block;
  height: 24px;
  width: 24px;
  line-height: 24px;
  margin: 0 -4px -6px 4px;
  position: relative;
  top: 0px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA5UlEQVRIibWVPQ7CMAyFv5aOHIiLsTCAmJjKdRjYmLgSQioMNFFqOT8uiSWrr4nrV7+4bgf0NDSXfIrsTzWwrKCvjVMEmh0KYrxtgE44ylrod2AAHpk4n0+WlSv5DXyAcyJmga1d5AgcSRGBxUOCkET1YSZxLXXjp2/K5P5xvp7mpC6Xx2FZ8u0sHpUrVf5aktCrVRCS+Lwt5tCW5Vl4khoSjTSUaEQ5ZNlyT2VN2k5ZuwJ7MtN07YemyRKVSN6nZlFUFonXziKZPGpWiV7kZflLoktBzAJbJTLFhy1pedBE0vSn/wVrDHwuZFLd4QAAAABJRU5ErkJggg==") no-repeat left center transparent;
  background-size: 100% 100%;
}

.one-filter-block.collapsed .more-than-two {
  display: none;
}
.one-filter-block.collapsed .btn-show-more {
  display: initial;
}

@media all and (min-width: 640px) {
  .one-filter-block.collapsed:hover .more-than-two {
    display: block;
  }
  .one-filter-block.collapsed:hover .btn-show-more {
    display: none;
  }
}
.filters-list.filters-list-js.show.collapsed + .btn-show-more {
  display: none;
}

.pagination-block {
  margin-top: 0.75rem;
}

.pagination-list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.pagination-element {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-right: 0.375rem;
}

.pagination-link,
.pagination-link:visited {
  background: #fffefc;
  border: 1px solid #fbf4e7;
  text-decoration: none;
  color: #502f18;
  font-weight: 700;
  font-size: 1.25rem;
  width: 30px;
  display: block;
  margin-bottom: 0.125rem;
}
.pagination-link:hover,
.pagination-link:visited:hover {
  background: #f2e9d6;
}
.pagination-link.current,
.pagination-link:visited.current {
  background: #e5d4b0;
}

.pagination-link_disactive {
  cursor: default;
}
.pagination-link_disactive:hover {
  background: #fffefc;
}

@media all and (max-width: 639px) {
  .about-image-block {
    margin-bottom: 1.25rem;
  }
}

.about-image {
  display: block;
}
@media all and (max-width: 639px) {
  .about-image {
    margin: 0 auto;
  }
}

.showroom-row {
  margin-bottom: 0.625rem;
}

.showroom-location .contact-title {
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
.showroom-location .contact-address {
  margin: 0 auto;
  font-weight: bold;
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
}

.showroom-phone .contact-title {
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
.showroom-phone .contact-phone-link,
.showroom-phone .contact-phone-link:visited {
  margin: 0 auto;
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
}

.showroom-after-text {
  margin-top: 0.75rem;
}

@media all and (max-width: 639px) {
  .showroom-menu-block {
    display: none;
  }
}

.showroom-menu {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: table;
  width: 100%;
}
@media all and (max-width: 639px) {
  .showroom-menu {
    display: block;
  }
}

.showroom-menu-element {
  display: table-cell;
  text-align: center;
}
@media all and (max-width: 639px) {
  .showroom-menu-element {
    display: block;
    border-bottom: 1px solid #502f18;
  }
  .showroom-menu-element:last-child {
    border-bottom: 0;
  }
}

.showroom-menu-link,
.showroom-menu-link:visited {
  font-size: 1rem;
  text-transform: uppercase;
  color: #502f18;
  font-weight: 700;
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 1rem;
}
.showroom-menu-link:hover,
.showroom-menu-link:visited:hover {
  background: #774624;
  color: #fff;
}
.showroom-menu-link.active,
.showroom-menu-link:visited.active {
  background: #502f18;
  color: #fff;
}
@media all and (max-width: 1023px) {
  .showroom-menu-link,
  .showroom-menu-link:visited {
    padding: 0.375rem 0.625rem;
  }
}
@media all and (max-width: 900px) {
  .showroom-menu-link,
  .showroom-menu-link:visited {
    font-size: 0.9375rem;
    padding: 0.375rem;
  }
}
@media all and (max-width: 767px) {
  .showroom-menu-link,
  .showroom-menu-link:visited {
    font-size: 0.8125rem;
    padding: 0.375rem 0.1875rem;
  }
}

.showroom-mobile-button-block {
  text-align: center;
  margin-bottom: 0.0625rem;
}
@media all and (min-width: 640px) {
  .showroom-mobile-button-block {
    display: none;
  }
}

.showroom-button {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.125rem;
  padding: 0.625rem 3.125rem 0.625rem 1.25rem;
  background: #502f18 url(/static/ui/img/select-arrow_white.png?246fbbba6ff6) no-repeat 95% center;
  cursor: pointer;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.showroom-button:hover {
  background-color: #774624;
}

.section_showroom.showroom-map-block .directions-from {
  padding: 0 0.9375rem;
}
.section_showroom.showroom-map-block div.directions-control {
  padding-bottom: 20px;
  padding-top: 10px;
  padding-left: 5px;
}
.section_showroom.showroom-map-block .from-label {
  font-size: 28px;
  color: gray;
}
@media (min-width: 640px) {
  .section_showroom.showroom-map-block .from-label {
    text-align: right;
    padding-right: 0;
  }
}
.section_showroom.showroom-map-block input[name=search-address] {
  width: 100%;
  height: 46px;
  font-size: 28px;
}
@media (min-width: 640px) {
  .section_showroom.showroom-map-block input[type=submit].golden-button {
    min-width: auto;
    margin-left: -20px;
    margin-top: -2px;
  }
}
@media (max-width: 640px) {
  .section_showroom.showroom-map-block input[type=submit].golden-button {
    width: 100%;
    margin-top: 4px;
  }
}

.specification-title {
  font-size: 1.625rem;
  font-weight: 700;
  color: #502f18;
  margin-top: 0;
}
.specification-title_top-border {
  padding: 1.875rem 0 0;
  border-top: 1px solid #c7b48b;
}

@media all and (max-width: 639px) {
  .specification-table-block {
    margin-bottom: 1.25rem;
  }
  .specification-table-block:last-child {
    margin-bottom: 0;
  }
}

.specification-table {
  width: 100%;
  border-spacing: 0;
}
.specification-table tr:nth-child(even) {
  background: #fafafa;
}
.specification-table tr:nth-child(odd) {
  background: #e6e6e6;
}
.specification-table td {
  font-size: 1rem;
  color: #502f18;
  padding: 0.125rem 1rem;
  width: 50%;
}
.specification-table td:first-child {
  text-transform: uppercase;
  font-weight: 700;
}
.specification-table_specific td {
  padding: 0.125rem 0.875rem;
  font-size: 0.875rem;
  width: 40%;
}
.specification-table_specific td:last-child {
  width: 60%;
  font-size: 0.9375rem;
}
.specification-table_specific .table__td_with-question .flooring-table__question {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.product-title_specification.arial {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.product-badges.product-badges_specific {
  margin-top: 0;
}

.product-colors .product-color-element {
  padding-right: 0.4rem;
  padding-left: 0.4rem;
  margin-bottom: 0.25rem;
  cursor: pointer;
}
.product-colors .product-color-element.active .product-color-image {
  border: 1px solid #c7b48b;
}

.product-color-image {
  border: 1px solid #fff;
}

@media all and (min-width: 1024px) {
  .product-block_specific .cell {
    padding-left: 0;
    padding-right: 0;
  }
}

.for-product-images {
  position: relative;
}
.small-product-images {
  display: inline-block;
  vertical-align: top;
  width: 23%;
}
@media all and (max-width: 1023px) {
  .small-product-images {
    width: 100%;
    margin-top: 0.625rem;
  }
}
@media all and (max-width: 1023px) {
  .small-product-images_before {
    display: none;
  }
}
.small-product-images_after {
  display: none;
}
@media all and (max-width: 1023px) {
  .small-product-images_after {
    display: block;
  }
}
.small-product-images_specific {
  display: block;
  width: 100%;
}

.one-small-product-image-block {
  width: 100%;
  max-width: 135px;
  margin-bottom: 0.625rem;
  cursor: pointer;
  position: relative;
  vertical-align: top;
}
@media all and (max-width: 1023px) {
  .one-small-product-image-block {
    display: inline-block;
    width: 31%;
    padding: 0 0.5%;
  }
}
.one-small-product-image-block .expand-image {
  display: none;
}
.one-small-product-image-block:hover:not(.active) .small-product-image {
  border: 2px solid #6d5745;
}
.one-small-product-image-block:hover:not(.active) .subproduct-clor-name {
  margin-bottom: -2px;
}
.one-small-product-image-block:hover:not(.active) .expand-image {
  background-image: url("/static/ui/img/magify-glass.png?0af89a56684c");
  background-size: cover;
  display: block;
  position: absolute;
  top: 13px;
  right: 0;
  width: 35px;
  height: 35px;
}
.one-small-product-image-block.active .small-product-image {
  border: 2px solid #91552f;
}
.one-small-product-image-block.active .subproduct-clor-name {
  margin-bottom: -2px;
}
.one-small-product-image-block .subproduct-clor-name {
  font-family: arial, serif;
}
.one-small-product-image-block_specific {
  display: inline-block;
  width: 16.74%;
  margin: 0 1.3% 0.625rem;
  padding: 0 0.5%;
}
.big-product-image-block {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 76%;
  padding-left: 5%;
}
@media all and (max-width: 1023px) {
  .big-product-image-block {
    width: 100%;
    padding-left: 0;
  }
}
.big-product-image-block_specific {
  width: 100%;
  padding-left: 0;
  margin-bottom: 0.875rem;
}
.big-product-image-block .big-product-image-wrap {
  cursor: pointer;
}
.big-product-image-block .big-product-image-wrap:hover .click-to-open {
  opacity: 1;
}
.big-product-image-block .click-to-open {
  pointer-events: none;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fafafa;
  text-align: center;
  font-size: 1.875rem;
  font-weight: bold;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
@media screen and (max-width: 995px) {
  .big-product-image-block .click-to-open {
    display: none;
  }
}
.big-product-image-block .click-to-open span {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.big-product-image-block .big-product-image {
  border: 1px solid #c7b48b;
  display: block;
}
.big-product-image-block .big-product-image_specific {
  width: 100%;
}

.product-title {
  margin: 0 auto;
  font-size: 2rem;
  color: #502f18;
  font-weight: 700;
}
@media all and (max-width: 959px) {
  .product-title {
    font-size: 1.5rem;
  }
}
.product-title_specification {
  font-size: 1.25rem;
  margin: 0 auto 0.625rem;
  color: #502f18;
  font-weight: 700;
}
@media all and (min-width: 767px) {
  .product-title_specification {
    font-size: 1.625rem;
  }
}

.product-characteristics-row {
  color: #502f18;
  font-weight: 700;
  font-size: 1rem;
}
.product-characteristics-row span {
  font-weight: 400;
  color: #91552f;
}

.product-badges {
  padding: 1.25rem 0;
  margin: 0.625rem auto;
  border-top: 1px solid #c7b48b;
  border-bottom: 1px solid #c7b48b;
}
.product-badges_specific {
  margin-bottom: 1.25rem;
}

.one-badge,
.one-badge:visited {
  text-decoration: none;
  position: relative;
  padding-left: 2.5rem;
  min-height: 40px;
  display: inline-block;
  vertical-align: middle;
  width: 30%;
}
.one-badge:last-child,
.one-badge:visited:last-child {
  width: 38%;
}
@media all and (max-width: 959px) {
  .one-badge,
  .one-badge:visited {
    width: 49%;
    margin-bottom: 0.375rem;
  }
  .one-badge:last-child,
  .one-badge:visited:last-child {
    width: 49%;
  }
}
@media all and (max-width: 479px) {
  .one-badge,
  .one-badge:visited {
    width: 100%;
    padding-left: 0;
  }
  .one-badge:last-child,
  .one-badge:visited:last-child {
    width: 100%;
  }
}

.badge-icon-block {
  position: absolute;
  left: 0;
  top: 2px;
}
@media all and (max-width: 479px) {
  .badge-icon-block {
    position: static;
    display: inline-block;
    vertical-align: middle;
  }
}

.badge-text {
  font-size: 1rem;
  font-weight: 700;
  color: #502f18;
}
.badge-text .light {
  color: #c7b48b;
}
@media all and (max-width: 479px) {
  .badge-text {
    display: inline-block;
    vertical-align: middle;
  }
}
.badge-text_specific {
  font-size: 0.875rem;
}

.product-price-text {
  font-size: 1.375rem;
}

.big-price {
  font-size: 2rem;
}
.big-price_specific {
  font-weight: 400;
  font-size: 0.875rem;
}
@media all and (min-width: 480px) {
  .big-price_specific {
    font-size: 1.25rem;
  }
}
@media all and (min-width: 640px) {
  .big-price_specific {
    font-size: 1.625rem;
  }
}
.big-price_specific del {
  font-size: 1rem;
  padding-right: 0.625rem;
}
@media all and (min-width: 640px) {
  .big-price_specific del {
    font-size: 1.125rem;
  }
}
.big-price__slash {
  font-size: 1.125rem;
}
@media all and (min-width: 640px) {
  .big-price__slash {
    font-size: 1.5rem;
  }
}

.brown-price {
  color: #502f18;
  font-weight: 700;
}

.send-button-block {
  text-align: left;
}
.send-button-block_specific {
  margin: 0 auto 0.625rem;
}

.send-button {
  min-width: 1px;
  font-size: 0.875rem;
  font-weight: 700;
  -webkit-box-shadow: 0 10px 15px #e5d6c8;
  box-shadow: 0 10px 15px #e5d6c8;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.send-button_specific {
  max-width: 100%;
  font-size: 1.625rem;
  width: 100%;
  color: #2a0000;
}

.product__scu {
  color: #502f18;
  font-size: 1.25rem;
  font-weight: bold;
}
.product__scu-value {
  color: #91552f;
}

.product-price__table {
  display: table;
  width: 100%;
  margin: 10px auto;
}
.product-price__table_specific {
  border: 1px solid #e6e6e6;
  margin-bottom: 0;
}
.product-price__table_no-bottom-margin {
  margin-bottom: 0;
}
.product-price__table_no-top-margin {
  margin-top: 0;
}
.product-price__row {
  display: table-row;
  width: 100%;
}
.product-price__row:nth-child(even) {
  background: #ececec;
}
.product-price__row:nth-child(odd) {
  background: #e6e6e6;
}
.product-price__cell {
  display: table-cell;
  width: 50%;
  padding: 0.375rem 0.625rem;
  font-size: 1.125rem;
}
.product-price__cell:last-child {
  color: #502f18;
  font-weight: 700;
}
.product-price__cell_specific {
  font-size: 0.875rem;
  font-weight: 400;
  vertical-align: middle;
}
@media all and (min-width: 480px) {
  .product-price__cell_specific {
    font-size: 1.25rem;
  }
}
@media all and (min-width: 640px) {
  .product-price__cell_specific {
    font-size: 1.25rem;
  }
}
@media all and (min-width: 640px) {
  .product-price__cell_specific:first-child {
    padding-left: 2.5rem;
  }
}
.product-price__cell_specific:last-child {
  text-align: center;
  position: relative;
  color: #000;
  font-weight: 400;
}
.product-price__cell_specific:last-child::before {
  display: block;
  content: "–";
  position: absolute;
  left: 0;
  top: 48%;
  color: #000;
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1px;
}
.product-price__cell_nowrap {
  white-space: nowrap;
}
.product-price__cell_text {
  width: 100%;
  color: #000;
}
@media all and (min-width: 640px) {
  .product-price__cell_text {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.product-price__cell_text:last-child {
  color: #000;
  font-weight: normal;
}
.product-price__element {
  font-size: 1.125rem;
}
.product-price__brown-price {
  font-size: 1.25rem;
  font-weight: 700;
  color: #502f18;
}

.table__td_with-question {
  display: inline-block;
  vertical-align: middle;
  padding-right: 30px;
  position: relative;
}

.gallery-chevron {
  display: block;
  position: absolute;
  cursor: pointer;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gallery-chevron svg {
  width: 16px;
}
.gallery-chevron path {
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
  fill: #502f18;
}
.gallery-chevron:hover path {
  fill: #91552f;
}
.gallery-chevron.next {
  left: auto;
  right: -20px;
}
.gallery-chevron.prev {
  right: auto;
  left: -20px;
}
@media screen and (max-width: 995px) {
  .gallery-chevron path {
    stroke-width: 25;
    stroke-opacity: 0.8;
    stroke: #c7b48b;
  }
  .gallery-chevron.next {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    right: -10px;
  }
  .gallery-chevron.prev {
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    left: -10px;
  }
}

.product-preview-chevron {
  display: block;
  position: absolute;
  cursor: pointer;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%);
}
.product-preview-chevron svg {
  width: 24px;
}
.product-preview-chevron path {
  fill: #a62727;
}
.product-preview-chevron:hover path {
  fill: #91552f;
}
.product-preview-chevron.next {
  left: auto;
  right: 0;
}
.product-preview-chevron.prev {
  right: auto;
  left: 0;
}

.product-clor-name {
  margin: -6px 6px 6px;
  font-weight: bold;
  color: #502f18;
}

.product-gallery-photos {
  margin: -6px 6px 6px;
  font-weight: bold;
  color: #502f18;
}

.product-cur-image > img {
  cursor: pointer;
}
@media screen and (max-width: 920px) {
  .product-cur-image > img {
    cursor: auto;
  }
}

.product-preview-bg {
  background-color: rgba(10, 10, 10, 0.49);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 6000;
}
.product-preview-bg .image-port {
  padding: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: perspective(1px) translateY(-50%) translateX(-50%);
  transform: perspective(1px) translateY(-50%) translateX(-50%);
}
.product-preview-bg .image-port .image-cur {
  min-width: 56.25rem;
}
.product-preview-bg .product-preview-text {
  color: #e5d4b0;
  text-align: right;
  font-size: 1.25rem;
}
.product-preview-bg .close-box {
  position: absolute;
  cursor: pointer;
  top: -2px;
  right: 34px;
  background: rgba(142, 142, 142, 0.24);
  float: left;
  border-radius: 50%;
}
.product-preview-bg .close-box svg {
  width: 30px;
  height: 30px;
  display: block;
}
.product-preview-bg .close-box .close-x {
  stroke: #502f18;
  fill: transparent;
  stroke-linecap: round;
  stroke-width: 5;
}
.product-preview-bg .close-box:hover .close-x {
  stroke: #91552f;
}

.is-sticky .banner-product-button-block {
  z-index: 100 !important;
  right: 50px;
}
@media (max-width: 1039px) {
  .is-sticky .banner-product-button-block {
    top: 170px !important;
  }
}
@media (max-width: 810px) {
  .is-sticky .banner-product-button-block {
    top: 190px !important;
  }
}
@media (max-width: 639px) {
  .is-sticky .banner-product-button-block {
    top: 139px !important;
    right: 0.625rem;
    left: 0.625rem;
  }
  .is-sticky .banner-product-button-block .banner-product-button {
    width: 100%;
  }
}

.for-product-images_specific, .product-info_specific {
  margin-top: 12px;
}

@media print, screen and (min-width: 64em) {
  .section.section_product.section_product_specific .large-offset-1 {
    margin-left: 2.083335%;
  }
}
.product-sidebar {
  color: #502f18;
}
.product-sidebar .sidebar-item td.image-col {
  vertical-align: top;
}
.product-sidebar .sidebar-item td.image-col img {
  width: 64px;
  margin: 1.5rem;
}
.product-sidebar .sidebar-item .sidebar-title {
  font-weight: bold;
  margin-top: 0.5rem;
  line-height: 0.8em;
  font-size: 1.625rem;
}
.product-sidebar .sidebar-item .sidebar-body ul {
  margin: 2px 0;
  padding-left: 15px;
}
.product-sidebar .sidebar-item .sidebar-body p {
  margin: 2px 0;
}

@media all and (max-width: 639px) {
  .granite-image-block {
    margin-bottom: 1.25rem;
    text-align: center;
  }
}

.granite-slider .slick-arrow {
  z-index: 2;
  width: 50px;
  height: 50px;
  background: #fff url(/static/ui/img/sprites.png?5c76ee67bc1d) no-repeat;
  border-radius: 50%;
}
.granite-slider .slick-arrow::before {
  display: none;
}
.granite-slider .slick-next {
  right: 25px;
  background-position: 4px -25px;
}
.granite-slider .slick-prev {
  background-position: -52px -25px;
  left: 25px;
}
.granite-slider .slick-dots {
  bottom: 25px;
}
.granite-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.granite-slider .slick-dots li button::before {
  display: none;
}
.granite-slider .slick-dots li:hover button, .granite-slider .slick-dots li.slick-active button {
  background: #502f18;
}

.granite-slide img {
  width: 100%;
}

@media all and (max-width: 1600px) {
  .main-information-title {
    width: 90%;
    margin-left: 0;
  }
}

.modal-request {
  text-align: center;
  position: relative;
}
.modal-request .modal-header {
  margin: 0 auto 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #502f18;
  font-size: 1.625rem;
}

.modal-form {
  display: block;
  width: 100%;
}

#modal-request-product-form .another-price {
  width: 7.5rem;
}

.modal-form-row {
  width: 100%;
  margin-bottom: 0.5rem;
}
.modal-form-row .form-row-title {
  text-align: left;
  width: 100%;
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  border-top: solid 1px #502f18;
}
.modal-form-row .product-request-notice {
  text-align: left;
  font-size: 0.8em;
}
.modal-form-row.row-comments .form-row-title {
  padding-top: 16px;
}
.modal-form-row.selection-row.first-selection-item {
  margin-top: 16px;
}
.modal-form-row.selection-row .cell {
  text-align: left;
}

.modal-input {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0.5rem 0.75rem;
  color: #502f18;
  border-radius: 4px;
  border: 1px solid #502f18;
}

.modal-textarea {
  width: 100%;
  resize: none;
  display: block;
  padding: 0.5rem 0.75rem;
  height: 120px;
  color: #502f18;
  border-radius: 4px;
  border: 1px solid #502f18;
}

.close-button_modal {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #502f18;
  cursor: pointer;
  background: #fff url(/static/ui/img/close-small.png?246fbbba6ff6) no-repeat center center;
  background-size: 10px 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.close-button_modal:hover {
  background-color: #502f18;
  background-image: url(/static/ui/img/white-close.png?246fbbba6ff6);
}
.flooring-title {
  text-transform: uppercase;
  font-size: 1.625rem;
  color: #502f18;
  font-weight: 700;
  margin: 0 auto 1.5rem;
}
@media all and (max-width: 700px) {
  .flooring-title {
    font-size: 1.375rem;
  }
}

.one-flooring-block {
  margin-bottom: 0.75rem;
}

.flooring-name {
  padding-left: 2.25rem;
  font-size: 1.375rem;
  font-weight: 700;
  color: #000;
  position: relative;
}
.flooring-name.flooring-link, .flooring-name.flooring-link:visited {
  color: #91552f;
  font-weight: 600;
  text-decoration: none;
}
@media all and (max-width: 700px) {
  .flooring-name {
    font-size: 1.25rem;
  }
}

.flooring-link:hover,
.flooring-link:visited:hover {
  color: #502f18;
}
.flooring-link:hover .flooring-name-text,
.flooring-link:visited:hover .flooring-name-text {
  border-color: #502f18;
}
.flooring-link .flooring-name-text,
.flooring-link:visited .flooring-name-text {
  border-bottom: 1px solid #91552f;
}

.flooring-icon-block {
  position: absolute;
  left: 0;
  top: -1px;
}

.flooring-list {
  padding: 0;
  margin: 0 auto;
  padding-left: 3.75rem;
}

.flooring-element {
  color: #91552f;
}
.flooring-element .flooring-link,
.flooring-element .flooring-link:visited {
  color: #91552f;
  font-size: 1.125rem;
  font-weight: 600;
}
@media all and (max-width: 700px) {
  .flooring-element .flooring-link,
  .flooring-element .flooring-link:visited {
    font-size: 1rem;
  }
}

.flooring-image-block {
  text-align: center;
  margin: 0.75rem auto;
}

/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
  if greater that the natural height of the tooltip, will be enforced
  in browsers that support display:flex */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
}

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
  and flex-basis auto for IE11- (at least) */
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-shadow: 0 2px 8px #e5d6c8;
  box-shadow: 0 2px 8px #e5d6c8;
}

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@-webkit-keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  -webkit-animation: tooltipster-fading 400ms;
  animation: tooltipster-fading 400ms;
}

/* rotate */
@-webkit-keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  75% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  75% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  -webkit-animation: tooltipster-rotating 600ms;
  animation: tooltipster-rotating 600ms;
}

/* scale */
@-webkit-keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  -webkit-animation: tooltipster-scaling 600ms;
  animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 *
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #fdf5e5;
  border: 1px solid rgba(253, 245, 229, 0.5);
  border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  color: white;
  line-height: 18px;
  padding: 0.625rem 1.25rem;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
  been positioned yet */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fdf5e5;
  left: 0;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #fdf5e5;
  left: -3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #fdf5e5;
  left: 3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fdf5e5;
  left: 0;
  top: -3px;
}

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #fdf5e5;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #fdf5e5;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #fdf5e5;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #fdf5e5;
}

/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

.footer {
  background: url(/static/ui/img/footer-bg.jpg?5c76ee67bc1d) no-repeat center top;
  background-size: cover;
}
.footer__seologist {
  margin-top: 0.25rem;
}
.footer_with-itemscope .footer-top {
  padding-bottom: 0;
}
.footer__itemscope {
  color: #fff;
}
.footer__itemscope p {
  margin-top: 0.5rem;
}
.footer__itemscope a,
.footer__itemscope a:visited {
  color: #e5d4b0;
}
.footer__itemscope a:hover,
.footer__itemscope a:visited:hover {
  text-decoration: none;
}
.footer__itemscope-wrapper {
  margin: 1rem auto;
}

.footer-top {
  padding: 3.125rem 0;
}

@media all and (max-width: 1023px) {
  .footer-menu-section {
    margin-bottom: 0.875rem;
  }
}

.footer-menu-title {
  margin: 0 auto 0.375rem;
  color: #e5d4b0;
  font-size: 1.25rem;
  font-weight: 400;
}
@media all and (max-width: 1023px) {
  .footer-menu-title {
    margin-bottom: 0.75rem;
  }
}
@media all and (max-width: 639px) {
  .footer-menu-title {
    font-size: 1.25rem;
  }
}
@media all and (max-width: 460px) {
  .footer-menu-title {
    font-size: 1.125rem;
  }
}

.footer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-menu-link,
.footer-menu-link:visited {
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
  text-decoration: none;
  line-height: 1.2;
}
.footer-menu-link:hover,
.footer-menu-link:visited:hover {
  text-decoration: underline;
}
@media all and (max-width: 639px) {
  .footer-menu-link,
  .footer-menu-link:visited {
    font-size: 1rem;
  }
}
@media all and (max-width: 460px) {
  .footer-menu-link,
  .footer-menu-link:visited {
    font-size: 0.875rem;
  }
}

.footer-bottom {
  background: rgba(26, 20, 15, 0.65);
  border-top: 1px solid rgba(229, 212, 176, 0.3);
  padding: 1.375rem 0;
}

.footer-copyright {
  text-align: center;
  color: #333;
  background-color: #000;
}

.footer-logo-cell {
  text-align: center;
}
@media all and (max-width: 639px) {
  .footer-logo-cell {
    margin-bottom: 0.75rem;
  }
}

.footer-logo-cell img {
  height: 100px;
}

.footer-phone-row {
  text-align: left;
  padding-left: 1.875rem;
}
@media all and (max-width: 639px) {
  .footer-phone-row {
    text-align: center;
    padding-left: 0;
  }
}

.footer-phone-text {
  width: 74px;
  display: inline-block;
  vertical-align: middle;
  color: #ab927c;
  font-weight: bold;
  font-size: 0.875rem;
}

.footer-phone-link,
.footer-phone-link:visited {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1;
}

.footer-phone-link_phone,
.footer-phone-link_phone:visited {
  font-size: 1.125rem;
  text-decoration: none;
  color: #fff;
}

.footer-phone-link_email,
.footer-phone-link_email:visited {
  text-decoration: underline;
  font-size: 0.875rem;
  color: #e5d4b0;
}

.logo-phone-cell {
  border-right: 1px solid #5c5652;
}
@media all and (max-width: 1023px) {
  .logo-phone-cell {
    border: 0;
    padding-bottom: 0.875rem;
  }
}
@media all and (max-width: 639px) {
  .logo-phone-cell {
    text-align: center;
  }
}

@media all and (max-width: 1023px) {
  .connect-cell {
    text-align: center;
    padding-top: 0.875rem;
    border-top: 1px solid rgba(199, 180, 139, 0.5);
  }
}

.connect-text {
  font-size: 0.875rem;
  font-weight: bold;
  color: #ab927c;
  padding-left: 1.875rem;
  padding-right: 1.25rem;
  display: inline-block;
  vertical-align: middle;
}

.connect-socials {
  display: inline-block;
  vertical-align: middle;
}

.connect-one-social {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  margin: 0 0.625rem;
}

.seologist__link,
.seologist__link:visited {
  color: #e5d4b0;
  text-decoration: underline;
}

.species__images {
  text-align: right;
}
@media all and (max-width: 639px) {
  .species__images {
    text-align: center;
  }
}
.species__image {
  border: 2px solid #c7b48b;
  max-width: 270px;
}
@media all and (max-width: 639px) {
  .species__image {
    max-width: 100%;
  }
}

.sitemap__accor-name {
  cursor: pointer;
  font-weight: bold;
  position: relative;
}
.sitemap__accor-content {
  display: none;
}
.sitemap__accor-list {
  padding: 0;
  padding-left: 1.25rem;
  margin: 0;
}
.sitemap__accor-link,
.sitemap__accor-link:visited {
  color: #91552f;
  font-weight: bold;
}

.flooring-table__title {
  text-transform: uppercase;
  color: #0a0a0a;
  font-size: 1.375rem;
}
.flooring-table__title_border-top {
  padding-top: 1.25rem;
  border-top: 1px solid #c7b48b;
}
.flooring-table__title_no-margin {
  margin: 0 auto;
}
.flooring-table__table_center {
  text-align: center;
}
.flooring-table__table_first-left td:first-child,
.flooring-table__table_first-left th:first-child {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  text-align: left;
}
.flooring-table__table tr:nth-child(even) {
  background: #d8d8d8;
}
.flooring-table__table tr:nth-child(odd) {
  background: #eaeaea;
}
.flooring-table__table td {
  width: auto;
  color: #0a0a0a;
  font-weight: 400;
  vertical-align: top;
}
.flooring-table__table td:first-child {
  font-weight: 400;
  text-transform: none;
}
@media all and (max-width: 639px) {
  .flooring-table__table td {
    font-size: 0.875rem;
    padding: 0.25rem 0.125rem;
  }
}
@media all and (max-width: 479px) {
  .flooring-table__table td {
    font-size: 0.8125rem;
  }
}
.flooring-table__table th {
  width: auto;
  font-weight: 700;
  color: #fefefe;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 0.875rem 0.5rem;
}
@media all and (max-width: 639px) {
  .flooring-table__table th {
    font-size: 0.875rem;
    padding: 0.25rem 0.125rem;
  }
}
@media all and (max-width: 479px) {
  .flooring-table__table th {
    font-size: 0.8125rem;
  }
}
.flooring-table__table thead {
  background: #502f18;
}
.flooring-table__table thead tr {
  background: #502f18 !important;
}
@media all and (max-width: 639px) {
  .flooring-table__table_images {
    display: block;
  }
}
@media all and (max-width: 639px) {
  .flooring-table__table_images thead {
    display: none;
  }
}
@media all and (max-width: 639px) {
  .flooring-table__table_images tbody {
    width: 100%;
    display: block;
  }
}
.flooring-table__table_images th {
  width: 20%;
  vertical-align: middle;
}
.flooring-table__table_images th:first-child {
  width: 20%;
}
.flooring-table__table_images td {
  width: 20%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.3;
}
.flooring-table__table_images td:first-child {
  width: 20%;
}
@media all and (max-width: 639px) {
  .flooring-table__table_images td {
    width: 100%;
    display: table;
    padding: 0;
    border-bottom: 1px solid #c7b48b;
  }
  .flooring-table__table_images td:first-child {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .flooring-table__table_images td .td-span {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 0.3125rem;
  }
  .flooring-table__table_images td::before {
    padding: 0.3125rem;
    height: 100%;
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    background: #502f18;
    line-height: 1.1;
    font-size: 1rem;
    text-transform: uppercase;
    color: #fff;
  }
  .flooring-table__table_images td:nth-of-type(1):before {
    content: "species";
  }
  .flooring-table__table_images td:nth-of-type(2):before {
    content: "Clear";
  }
  .flooring-table__table_images td:nth-of-type(3):before {
    content: "Select & Better";
  }
  .flooring-table__table_images td:nth-of-type(4):before {
    content: "#1 Common";
  }
  .flooring-table__table_images td:nth-of-type(5):before {
    content: "#2 Common";
  }
}
@media all and (max-width: 639px) {
  .flooring-table__table_images tr {
    display: block;
  }
}
.flooring-table__after-text {
  margin-top: 0.625rem;
  font-style: italic;
  font-size: 0.875rem;
}
.flooring-table_image {
  width: 59px;
  border: 1px solid #c7b48b;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}
.flooring-table_image:hover {
  -webkit-box-shadow: 0 2px 8px rgba(153, 125, 100, 0.8);
  box-shadow: 0 2px 8px rgba(153, 125, 100, 0.8);
}
.flooring-table__question {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 0;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("/static/ui/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/static/ui/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/static/ui/fonts/fontawesome-webfont.woff2?v=4.7.0&246fbbba6ff6") format("woff2"), url("/static/ui/fonts/fontawesome-webfont.woff?v=4.7.0&246fbbba6ff6") format("woff"), url("/static/ui/fonts/fontawesome-webfont.ttf?v=4.7.0&246fbbba6ff6") format("truetype"), url("/static/ui/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.jssocials-shares {
  margin: 0.2em 0;
}

.jssocials-shares * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0;
}

.jssocials-share:last-child {
  margin-right: 0;
}

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em;
}

img.jssocials-share-logo {
  width: auto;
  height: 1em;
}

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}
.jssocials-share-link.jssocials-share-link-count {
  padding-top: 0.2em;
}
.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: 0.6em;
  margin: 0 -0.5em -0.8em -0.5em;
}
.jssocials-share-link.jssocials-share-no-count {
  padding-top: 0.5em;
}
.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em;
}

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle;
}

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default;
}
.jssocials-share-count-box.jssocials-share-no-count {
  display: none;
}

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle;
}

.jssocials-share-twitter .jssocials-share-link {
  background: #00aced;
}
.jssocials-share-twitter .jssocials-share-link:hover {
  background: #0087ba;
}

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998;
}
.jssocials-share-facebook .jssocials-share-link:hover {
  background: #2d4373;
}

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39;
}
.jssocials-share-googleplus .jssocials-share-link:hover {
  background: #c23321;
}

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6;
}
.jssocials-share-linkedin .jssocials-share-link:hover {
  background: #005983;
}

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027;
}
.jssocials-share-pinterest .jssocials-share-link:hover {
  background: #9f191f;
}

.jssocials-share-email .jssocials-share-link {
  background: #3490F3;
}
.jssocials-share-email .jssocials-share-link:hover {
  background: #0e76e6;
}

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823;
}
.jssocials-share-stumbleupon .jssocials-share-link:hover {
  background: #c93412;
}

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628;
}
.jssocials-share-whatsapp .jssocials-share-link:hover {
  background: #1f7d1e;
}

.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0;
}
.jssocials-share-telegram .jssocials-share-link:hover {
  background: #1c88bd;
}

.jssocials-share-line .jssocials-share-link {
  background: #25af00;
}
.jssocials-share-line .jssocials-share-link:hover {
  background: #1a7c00;
}

.jssocials-share-viber .jssocials-share-link {
  background: #7b519d;
}
.jssocials-share-viber .jssocials-share-link:hover {
  background: #61407b;
}

.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056;
}
.jssocials-share-pocket .jssocials-share-link:hover {
  background: #e9132e;
}

.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff;
}
.jssocials-share-messenger .jssocials-share-link:hover {
  background: #006acc;
}

.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e;
}
.jssocials-share-vkontakte .jssocials-share-link:hover {
  background: #344d6c;
}

.jssocials-share-rss .jssocials-share-link {
  background: #ff9900;
}
.jssocials-share-rss .jssocials-share-link:hover {
  background: #cc7a00;
}

.jssocials-share-link {
  padding: 0.5em 0.6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
  color: #fff;
}

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 0.3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-count-box:hover {
  background: gainsboro;
}
.jssocials-share-count-box:hover:after {
  border-color: transparent gainsboro transparent transparent;
}
.jssocials-share-count-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.85em;
  left: -0.3em;
  width: 0;
  height: 0;
  border-width: 0.4em 0.4em 0.4em 0;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-count-box .jssocials-share-count {
  line-height: 2.5em;
  color: #444;
}

.blog__element {
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #502f18;
  padding-bottom: 1.25rem;
}
.blog__element:last-child {
  padding-bottom: 0;
  border: 0;
}
.blog__title {
  margin: 0 auto 0.375rem;
  font-size: 1.5rem;
  color: #502f18;
  line-height: 1.3;
}
@media all and (max-width: 639px) {
  .blog__title {
    font-size: 1.375rem;
  }
}
.blog__title-link, .blog__title-link:visited {
  text-decoration: none;
  color: inherit;
  position: relative;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.blog__title-link:hover, .blog__title-link:visited:hover {
  color: #6d5745;
}
.blog__date {
  font-size: 0.875rem;
  color: gray;
  margin-bottom: 0.625rem;
}
.blog__date_bold {
  font-weight: 700;
}
.blog__read-more {
  text-align: right;
}
.blog__read-link, .blog__read-link:visited {
  color: #502f18;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.blog__read-link:hover, .blog__read-link:visited:hover {
  color: #6d5745;
  text-decoration: none;
}
.blog__socials {
  margin-bottom: 0.625rem;
}
.blog__buttons {
  text-align: center;
}
.blog__button, .blog__button:visited {
  background: #502f18;
  color: #fff;
  font-weight: 700;
  padding: 0.3125rem 0.625rem;
  min-width: 120px;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #502f18;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.blog__button:hover, .blog__button:visited:hover {
  background: #fff;
  color: #502f18;
}

.odd-lots__top-text {
  color: #a62727;
  font-size: 1.25rem;
  text-transform: uppercase;
  padding: 0.625rem 1rem;
  font-weight: 700;
}
@media all and (max-width: 639px) {
  .odd-lots__top-text {
    font-size: 1.125rem;
  }
}
.odd-lots__top-text p {
  margin: 0 auto;
}

.g-recaptcha {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.check-list__item {
  position: relative;
  padding: 0 0 1.125rem 3.75rem;
}
.check-list__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 1000px;
  background-color: #83684f;
  background-image: url(/static/ui/img/sprite.png?f2dea90bd407);
}

.ct-address {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2.5rem 1.25rem 1.25rem 2.5rem;
  background: #fefefe;
  -webkit-box-shadow: 0 0 12px rgba(10, 10, 10, 0.2);
  box-shadow: 0 0 12px rgba(10, 10, 10, 0.2);
}
@media print, screen and (min-width: 64em) {
  .ct-address {
    position: absolute;
    top: 5rem;
    left: 10%;
    width: 310px;
  }
}
.ct-address .contact-address {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.cf-accordion {
  margin: 0;
  padding: 0;
  background: transparent;
}
.cf-accordion .accordion-item {
  margin-bottom: 0.125rem;
  border: 0;
  background: #fefefe;
}
.cf-accordion .accordion-title {
  padding-right: 2.625rem;
  color: #0a0a0a;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}
.cf-accordion .accordion-title:hover {
  background: #fefefe;
}
.cf-accordion .accordion-title::before {
  top: 1.25rem;
  color: #502f18;
  font-size: 2rem;
}
/*# sourceMappingURL=main.css.map */
