@charset "UTF-8";
/******************************************************************

Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file. 

******************************************************************/
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * 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 {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "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 {
  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;
}

[data-whatinput=mouse] button {
  outline: 0;
}
button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

pre {
  overflow: auto;
}

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;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container {
  max-width: 85.3125rem;
  margin-left: auto;
  margin-right: auto;
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.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(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    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(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    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(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    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%;
  }
}
.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);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.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: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media 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: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media 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;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  width: auto;
  max-width: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 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 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.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 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.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(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    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(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    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(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  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: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    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: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    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: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

.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%;
  }
}

.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(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    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(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    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(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    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 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);
  }
}
.align-left {
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(19.78, 104.06, 159.96);
}
a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}
cite:before {
  content: "— ";
}

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

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
}

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

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

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

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

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

.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;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

[type=submit],
[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

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

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

::placeholder {
  color: #cacaca;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: rgb(249, 236.1, 234.1);
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

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

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

[data-whatinput=mouse] .button {
  outline: 0;
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe;
}
.button:hover, .button:focus {
  background-color: rgb(19.55, 102.85, 158.1);
  color: #fefefe;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.primary {
  background-color: #1779ba;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: rgb(18.4, 96.8, 148.8);
  color: #fefefe;
}
.button.secondary {
  background-color: #767676;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: rgb(94.4, 94.4, 94.4);
  color: #fefefe;
}
.button.success {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #0a0a0a;
}
.button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
  background-color: rgb(204, 139.2, 0);
  color: #0a0a0a;
}
.button.alert {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
  color: #fefefe;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #767676;
  color: #fefefe;
}
.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: rgb(11.5, 60.5, 93);
  color: rgb(11.5, 60.5, 93);
}
.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: rgb(11.5, 60.5, 93);
  color: rgb(11.5, 60.5, 93);
}
.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.secondary {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: rgb(103.187250996, 36.6314741036, 26.312749004);
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear, .button.clear:hover, .button.clear:focus {
  background-color: transparent;
}
.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  background-color: transparent;
}
.button.clear {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.clear:hover, .button.clear:focus {
  border-color: rgb(11.5, 60.5, 93);
  color: rgb(11.5, 60.5, 93);
}
.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border-color: transparent;
}
.button.clear.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  border-color: rgb(11.5, 60.5, 93);
  color: rgb(11.5, 60.5, 93);
}
.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border-color: transparent;
}
.button.clear.secondary {
  border: 1px solid #767676;
  color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border-color: transparent;
}
.button.clear.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border-color: transparent;
}
.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border-color: transparent;
}
.button.clear.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  border-color: rgb(103.187250996, 36.6314741036, 26.312749004);
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border-color: transparent;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

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

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #1779ba;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

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

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

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

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

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

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

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media 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 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 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;
  }
}

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

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

.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;
  }
}

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

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

[data-whatinput=mouse] .reveal {
  outline: 0;
}
.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
}
@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: 85.3125rem;
  }
}
.reveal {
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 85.3125rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 85.3125rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 85.3125rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 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;
}

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

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

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

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

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

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

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #1779ba;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}
.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #1779ba;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: rgb(21.85, 114.95, 176.7);
}

.tabs-title {
  float: left;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: rgb(19.78, 104.06, 159.96);
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #1779ba;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid rgb(241.3, 241.3, 241.3);
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: rgb(247.65, 247.65, 247.65);
  color: #0a0a0a;
}

tfoot {
  background: rgb(241.3, 241.3, 241.3);
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: rgb(241.3, 241.3, 241.3);
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid rgb(241.3, 241.3, 241.3);
  background-color: #fefefe;
}
table.unstriped tbody {
  background-color: #fefefe;
}

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

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

table.hover thead tr:hover {
  background-color: rgb(242.55, 242.55, 242.55);
}
table.hover tfoot tr:hover {
  background-color: rgb(236.2, 236.2, 236.2);
}
table.hover tbody tr:hover {
  background-color: rgb(248.9, 248.9, 248.9);
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: rgb(236.15, 236.15, 236.15);
}

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

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

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

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

/************************************************

Stylesheet: Global Stylesheet

*************************************************/
@font-face {
  font-family: "Gotham";
  src: url("/wp-content/themes/knockout/assets/fonts/Gotham-Book.woff2") format("woff2"), url("/wp-content/themes/knockout/assets/fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("/wp-content/themes/knockout/assets/fonts/Gotham-Medium.woff2") format("woff2"), url("/wp-content/themes/knockout/assets/fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gotham", sans-serif;
}

/*********************
SIDHUVUD
*********************/
#site-top-container {
  background-color: #000;
  text-align: center;
  padding: 12px;
  line-height: normal;
  z-index: 999;
  position: relative;
}
#site-top-container span {
  font-weight: 500;
  color: #fff;
  font-size: 0.75rem;
  display: block;
}
#site-top-container span span {
  color: #f2552c;
  display: inline-block;
}

.only-large {
  display: none;
}
@media (min-width: 64em) {
  .only-large {
    display: block;
  }
}

@media (min-width: 64em) {
  img.only-large {
    display: inline-block;
  }
}
.header {
  position: sticky;
  background-color: #fff;
  top: 0;
  z-index: 999;
}
@media (min-width: 64em) {
  .header {
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.16);
  }
}
.header .grid-container {
  background-color: #ffffff;
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
  z-index: 2;
}
.header .grid-container .grid-x #quicklinks {
  list-style: none;
  margin: 0;
}
.header .grid-container .grid-x #quicklinks li {
  display: inline-block;
  margin: 0 5px;
}
.header .grid-container .grid-x #quicklinks li.icon-account-item {
  display: none;
}
@media (min-width: 64em) {
  .header .grid-container .grid-x #quicklinks li.icon-account-item {
    display: inline-block;
  }
}
@media (min-width: 40em) {
  .header .grid-container .grid-x #quicklinks li.icon-search-item {
    display: none;
  }
}
.header .grid-container .grid-x #quicklinks li.icon-search-item img {
  cursor: pointer;
}
.header .grid-container .grid-x #quicklinks li.icon-account-bag {
  position: relative;
  bottom: 2px;
}
@media (min-width: 64em) {
  .header .grid-container .grid-x .mobile-logo {
    display: none;
  }
}
.header .grid-container .grid-x .mobile-logo img {
  max-width: 70px;
  width: 100%;
}
.header .grid-container .grid-x .desktop-logo {
  display: none;
}
.header .grid-container .grid-x .desktop-logo img {
  max-width: 80px;
  width: 100%;
}
@media (min-width: 64em) {
  .header .grid-container .grid-x .desktop-logo {
    display: block;
    width: 213px;
    text-align: left;
  }
}
.header .mobile-search {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f3f3f3;
  border-top: 2px solid #2c2f31;
  padding: 14px 10px;
  transition: bottom 0.5s ease-out;
}
@media (min-width: 64em) {
  .header .mobile-search {
    display: none;
  }
}
.header .mobile-search .dgwt-wcas-search-input {
  border-radius: 20px !important;
}
.header .mobile-search .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
  left: auto;
  right: 20px;
}
.header .mobile-search.active {
  bottom: -70px;
  display: block;
}

/*********************
DESKTOP MENY
*********************/
@media (min-width: 64em) {
  .desktop-menu-container {
    text-align: center;
  }
  .desktop-menu-container .top-menu {
    list-style: none;
    margin: 0;
  }
  .desktop-menu-container .top-menu li {
    display: inline-block;
    margin-right: 20px;
  }
  .desktop-menu-container .top-menu li:last-child {
    margin-right: 0;
  }
  .desktop-menu-container .top-menu li.active a {
    border-bottom: 4px solid #f2552c;
  }
  .desktop-menu-container .top-menu li a {
    font-size: 1rem;
    color: #000000;
    font-weight: 500;
    padding: 10px 13px 32px 13px;
    border-bottom: 4px solid transparent;
    text-decoration: none !important;
  }
  .desktop-menu-container .top-menu li a:hover {
    border-bottom: 4px solid #f2552c;
  }
  .desktop-menu-container .top-menu li.destop-search-container {
    display: none;
    margin-right: 0;
  }
}
@media (min-width: 64em) and (max-width: 1350px) {
  .desktop-menu-container .top-menu li.destop-search-container {
    display: none;
  }
}
@media (min-width: 64em) {
  .desktop-menu-container .top-menu li.destop-search-container svg {
    right: 10px;
    left: auto;
  }
  .desktop-menu-container .top-menu li.destop-search-container .dgwt-wcas-search-input {
    border: 1px solid #707070;
    border-radius: 30px;
    font-size: 0.8125rem;
    height: 37px;
    padding: 10px 40px 10px 15px;
  }
  .desktop-menu-container .top-menu li.destop-search-container .dgwt-wcas-search-input::-moz-placeholder {
    color: #737373;
    opacity: 1;
    font-size: 0.8125rem;
    font-style: normal;
  }
  .desktop-menu-container .top-menu li.destop-search-container .dgwt-wcas-search-input::placeholder {
    color: #737373;
    opacity: 1;
    font-size: 0.8125rem;
    font-style: normal;
  }
  .desktop-menu-container .top-menu li.destop-search-container .dgwt-wcas-search-input:-ms-input-placeholder {
    color: #737373;
    font-size: 0.8125rem;
    font-style: normal;
  }
  .desktop-menu-container .top-menu li.destop-search-container .dgwt-wcas-search-input::-ms-input-placeholder {
    color: #737373;
    font-size: 0.8125rem;
    font-style: normal;
  }
}
/*********************
MEGAMENY
*********************/
.menu-megamenu-container {
  display: none;
}
@media (min-width: 64em) {
  .menu-megamenu-container {
    display: block;
  }
  .menu-megamenu-container .mega-menu-item {
    padding: 17px 0 0 0;
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    overflow: hidden;
    background-color: #f8f5f5;
    opacity: 0;
    transition: opacity 0.25s ease-out;
    z-index: 999;
  }
  .menu-megamenu-container .mega-menu-item.active {
    opacity: 1;
    height: auto;
    overflow: visible;
    min-height: 85px;
  }
  .menu-megamenu-container .mega-menu-item .grid-container {
    background-color: transparent;
  }
  .menu-megamenu-container .mega-menu-item .grid-container .cell ul {
    list-style: none;
    margin: 0 0 0 55px;
    display: flex;
  }
  .menu-megamenu-container .mega-menu-item .grid-container .cell ul.four-step {
    flex-direction: column;
  }
  .menu-megamenu-container .mega-menu-item .grid-container .cell ul.four-step li a {
    font-size: 1.3rem;
    font-weight: 500;
  }
  .menu-megamenu-container .mega-menu-item .grid-container .cell ul.four-step li ul {
    display: flex;
    gap: 50px;
    margin-bottom: 30px;
  }
  .menu-megamenu-container .mega-menu-item .grid-container .cell ul.four-step li ul li a {
    color: #312d2a;
    font-weight: 500;
    font-size: 1.125rem;
  }
  .menu-megamenu-container .mega-menu-item .grid-container .cell ul.four-step li ul li ul {
    display: block;
    margin-bottom: 0;
  }
  .menu-megamenu-container .mega-menu-item .grid-container .cell ul.four-step li ul li ul li a {
    font-weight: normal;
    font-size: 0.9375rem;
  }
  .menu-megamenu-container .mega-menu-item .grid-container .cell ul li {
    margin-right: 50px;
  }
  .menu-megamenu-container .mega-menu-item .grid-container .cell ul li a {
    color: #171716;
    font-size: 1.125rem;
    font-weight: 500;
  }
  .menu-megamenu-container .mega-menu-item .grid-container .cell ul li ul {
    display: block;
    margin: 8px 0 0 0;
    margin-bottom: 70px;
  }
  .menu-megamenu-container .mega-menu-item .grid-container .cell ul li ul li {
    margin-right: 0;
    margin-bottom: 2px;
  }
  .menu-megamenu-container .mega-menu-item .grid-container .cell ul li ul li a {
    color: #312d2a;
    font-size: 0.9375rem;
    font-weight: 400;
  }
  .menu-megamenu-container .mega-menu-item .grid-container .cell ul li.menu-puff {
    padding-left: 50px;
    margin-right: 0;
    border-left: 1px solid #dcdcdc;
  }
  .menu-megamenu-container .mega-menu-item .grid-container .cell ul li.menu-puff span {
    display: block;
    color: #000000;
    font-size: 1rem;
    font-weight: 500;
  }
}

.megamenu-items-container {
  width: 65%;
  float: left;
}

.menu-puff {
  width: 35%;
  float: left;
}
.menu-puff img {
  display: block;
  width: 100%;
}

/*********************
RESPONSIV MENY
*********************/
#responsive-menu-button {
  cursor: pointer;
}

#rmp-container-195.rmp-container {
  top: 0;
}
#rmp-container-195.rmp-container .rmp-submenu {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 20px;
}

/*********************
BILDSPEL STARTSIDA
*********************/
#startpageslider {
  margin-bottom: 1.25rem;
}
#startpageslider p a {
  font-weight: bold !important;
  color: #f2552c !important;
}

/*********************
PUFFAR
*********************/
.pufflist {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
}
@media (min-width: 40em) {
  .pufflist {
    max-width: 100%;
  }
}
.pufflist .puff {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.pufflist .puff .inner {
  padding: 100px 0 25px 0;
  background: rgba(0, 0, 0, 0.1);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 40em) {
  .pufflist .puff .inner {
    padding: 200px 0 50px 0;
  }
}
@media (min-width: 64em) {
  .pufflist .puff .inner {
    padding: 380px 0 50px 0;
  }
}
.pufflist .puff .inner h2 {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.625rem;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.57);
  margin-bottom: 0;
}
@media (min-width: 64em) {
  .pufflist .puff .inner h2 {
    font-size: 2.25rem;
    margin-bottom: 5px;
  }
}
.pufflist .puff .inner span {
  font-size: 1rem;
  color: #fff;
  display: block;
}
.pufflist .puff .inner .puff-linkbutton {
  margin-top: 14px;
  font-weight: 500;
  color: #161414;
  font-size: 0.9375rem;
  display: inline-block;
  background-color: #fff;
  padding: 8px 25px;
}
@media (min-width: 64em) {
  .pufflist .puff .inner .puff-linkbutton {
    margin-top: 23px;
    padding: 10px 25px;
  }
}

/*********************
STARTSIDA
*********************/
.selected-products {
  margin-top: 28px;
}
@media (min-width: 64em) {
  .selected-products {
    margin-top: 50px;
  }
}
.selected-products h2 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 22px;
  letter-spacing: 5px;
}
@media (min-width: 64em) {
  .selected-products h2 {
    font-size: 1.75rem;
    letter-spacing: 8px;
    margin-bottom: 53px;
  }
}
@media (min-width: 40em) {
  .selected-products .woocommerce ul.products li.product.type-product {
    width: 48%;
    margin-right: 4%;
  }
  .selected-products .woocommerce ul.products li.product.type-product:nth-child(even) {
    margin-right: 0;
  }
  ​ .selected-products .woocommerce ul.products li.product.type-product.last {
    margin-right: 0;
  }
}
@media (min-width: 64em) {
  .selected-products .woocommerce ul.products li.product.type-product {
    width: 18.8%;
    margin: 0 1.5% 2.992em 0;
  }
  .selected-products .woocommerce ul.products li.product.type-product:nth-child(even) {
    margin-right: 1.5%;
  }
}
.selected-products .woocommerce ul.products li.product.type-product:nth-child(5) {
  display: none;
}
@media (min-width: 64em) {
  .selected-products .woocommerce ul.products li.product.type-product:nth-child(5) {
    display: inline-block;
    margin-right: 0;
  }
}

.hero-1 {
  margin-top: 10px;
}
@media (min-width: 64em) {
  .hero-1 .inner {
    padding: 0 60px;
  }
}
.hero-1 .top-image {
  background-size: cover;
  height: 340px;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 64em) {
  .hero-1 .top-image {
    height: 609px;
    margin-bottom: 60px;
  }
}
.hero-1 .read-more-link {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #201d1d;
  border-bottom: 1px solid #1d1c1c;
  padding-bottom: 3px;
}
.hero-1 .icon-mobile {
  position: absolute;
  inset: auto auto 15px 10px;
}
@media (min-width: 64em) {
  .hero-1 .icon-mobile {
    display: none;
  }
}
@media (min-width: 64em) {
  .hero-1 .text-content {
    padding-top: 10px;
  }
}

.hero-2 {
  margin-top: 38px;
}
@media (min-width: 64em) {
  .hero-2 {
    margin-bottom: 70px;
  }
}
.hero-2 .grid-container .text-content .inner {
  padding: 54px 20px 30px 20px;
  margin-bottom: 37px;
  background-color: rgba(190, 208, 223, 0.3);
  color: #575757;
}
@media (min-width: 64em) {
  .hero-2 .grid-container .text-content .inner {
    margin: 0;
    padding: 125px 115px 140px 115px;
    text-align: center;
  }
}
@media (min-width: 64em) {
  .hero-2 .grid-container .text-content .inner p {
    margin-bottom: 40px;
  }
}
.hero-2 .grid-container .text-content .inner .icon {
  margin: 0 auto;
  display: block;
  width: 250px;
}
.hero-2 .grid-container .text-content .inner hr {
  border-bottom: 2px solid #f2552c;
  width: 75px;
  margin: 30px auto;
}
@media (min-width: 64em) {
  .hero-2 .grid-container .text-content .inner hr {
    margin: 30px auto 40px auto;
  }
}
.hero-2 .grid-container .hero-2-image {
  background-size: cover;
  height: 325px;
}
@media (min-width: 64em) {
  .hero-2 .grid-container .hero-2-image {
    height: auto;
  }
}

#sb_instagram #sbi_images .sbi_info {
  display: none;
}

/*********************
PRODUKTLISTNING
*********************/
.sale-badge {
  position: absolute;
  background-color: #eb0037;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: normal;
  padding: 6px 10px;
  bottom: 23px;
  left: 0;
  z-index: 9;
}

.woocommerce ul.products li.product.type-product {
  width: 48.5%;
  margin-bottom: 30px;
}
.woocommerce ul.products li.product.type-product .image-wrap {
  position: relative;
}
.woocommerce ul.products li.product.type-product .image-wrap .image-wrap-overlay {
  position: absolute;
  inset: 0 0 0 0;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 2;
}
.woocommerce ul.products li.product.type-product .image-wrap img {
  margin-bottom: 0;
}
.woocommerce ul.products li.product.type-product .image-wrap .product-list-hover-image {
  position: absolute;
  inset: 0;
  background: #fff;
  text-align: center;
}
.woocommerce ul.products li.product.type-product .image-wrap .product-list-hover-image img.product-loop-second-image {
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 600/708;
}
.woocommerce ul.products li.product.type-product .image-wrap img.product-variant-image {
  position: absolute;
  top: 0;
  opacity: 0;
  z-index: 2;
}
.woocommerce ul.products li.product.type-product .image-wrap img.product-variant-image.active {
  opacity: 1;
}
.woocommerce ul.products li.product.type-product .image-wrap .product-loop-first-image {
  position: relative;
  z-index: 1;
  aspect-ratio: 600/708;
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce ul.products li.product.type-product .image-wrap:hover .product-loop-first-image {
  opacity: 0;
}
.woocommerce ul.products li.product.type-product .image-wrap:hover .product-loop-second-image {
  opacity: 1 !important;
}
.woocommerce ul.products li.product.type-product a.add_to_cart_button {
  display: none;
}
.woocommerce ul.products li.product.type-product .product_title {
  margin: 12px 0 2px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  padding: 0 7px 0 0;
}
.woocommerce ul.products li.product.type-product .product_title > a {
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
}
.woocommerce ul.products li.product.type-product .product_title .tinv-wraper a.woocommerce-loop-product__link {
  display: none;
}
.woocommerce ul.products li.product.type-product .product_title .tinv-wraper a.tinvwl_add_to_wishlist_button {
  display: inline;
  color: #000;
}
.woocommerce ul.products li.product.type-product .product_title .tinv-wraper .no-txt {
  vertical-align: unset;
}
.woocommerce ul.products li.product.type-product .product_title .tinv-wraper .no-txt::before {
  margin-top: 0;
}
.woocommerce ul.products li.product.type-product .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
}
.woocommerce ul.products li.product.type-product .yith-wcwl-add-button span {
  font-size: 0;
}
.woocommerce ul.products li.product.type-product .yith-wcwl-add-button .yith-wcwl-wishlistaddedbrowse,
.woocommerce ul.products li.product.type-product .yith-wcwl-add-button .yith-wcwl-wishlistexistsbrowse {
  font-size: 0;
}
.woocommerce ul.products li.product.type-product .yith-wcwl-add-button .yith-wcwl-wishlistaddedbrowse .yith-wcwl-icon,
.woocommerce ul.products li.product.type-product .yith-wcwl-add-button .yith-wcwl-wishlistexistsbrowse .yith-wcwl-icon {
  color: rgb(0, 0, 0);
}
.woocommerce ul.products li.product.type-product .yith-wcwl-add-button .yith-wcwl-wishlistaddedbrowse .yith-wcwl-icon:before,
.woocommerce ul.products li.product.type-product .yith-wcwl-add-button .yith-wcwl-wishlistexistsbrowse .yith-wcwl-icon:before {
  font-weight: 900;
}
.woocommerce ul.products li.product.type-product .yith-wcwl-add-button .yith-wcwl-icon {
  margin-right: 0;
  font-size: 1.0625rem !important;
  color: rgba(0, 0, 0, 0.37);
}
.woocommerce ul.products li.product.type-product .yith-wcwl-add-button .yith-wcwl-icon:before {
  content: "\f004";
  font-weight: 400;
}
.woocommerce ul.products li.product.type-product .yith-wcwl-wishlistaddedbrowse .feedback,
.woocommerce ul.products li.product.type-product .yith-wcwl-wishlistexistsbrowse .feedback {
  font-size: 0;
}
.woocommerce ul.products li.product.type-product .yith-wcwl-wishlistaddedbrowse .feedback .yith-wcwl-icon,
.woocommerce ul.products li.product.type-product .yith-wcwl-wishlistexistsbrowse .feedback .yith-wcwl-icon {
  font-size: 1.0625rem !important;
}
.woocommerce ul.products li.product.type-product .yith-wcwl-wishlistaddedbrowse a,
.woocommerce ul.products li.product.type-product .yith-wcwl-wishlistexistsbrowse a {
  display: none;
}
.woocommerce ul.products li.product.type-product .price {
  margin-bottom: 0;
}
.woocommerce ul.products li.product.type-product .price .woocommerce-Price-amount.amount {
  font-size: 0.875rem;
  font-family: "Gotham", sans-serif;
}
.woocommerce ul.products li.product.type-product .price .woocommerce-Price-amount.amount bdi {
  color: #575757;
}
.woocommerce ul.products li.product.type-product .price del {
  opacity: 0.95;
}
.woocommerce ul.products li.product.type-product .price ins {
  text-decoration: none;
}
.woocommerce ul.products li.product.type-product .price ins .woocommerce-Price-amount.amount bdi {
  color: #eb0037;
  font-weight: bold;
}
@media (min-width: 40em) {
  .woocommerce ul.products.columns-4 li.product.type-product {
    width: 48%;
    margin-right: 4%;
  }
  .woocommerce ul.products.columns-4 li.product.type-product:nth-child(even) {
    margin-right: 0;
  }
  ​ .woocommerce ul.products.columns-4 li.product.type-product.last {
    margin-right: 0;
  }
}
@media (min-width: 64em) {
  .woocommerce ul.products.columns-4 li.product.type-product {
    width: 23.6%;
    margin-right: 1.8%;
  }
  .woocommerce ul.products.columns-4 li.product.type-product:nth-child(even) {
    margin-right: 1.8%;
  }
  .woocommerce ul.products.columns-4 li.product.type-product.last {
    margin-right: 0;
  }
}

/*********************
FOOTER
*********************/
#footer-container {
  margin-top: 20px;
}
#footer-container #footer-social {
  padding: 50px 0;
  display: none;
}
#footer-container #footer-social h3 {
  font-weight: 400;
  font-size: 0.875rem;
  color: #575757;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 15px;
}
#footer-container #footer-social ul {
  margin: 0;
  list-style: none;
}
#footer-container #footer-social ul li {
  margin: 0 5px;
  display: inline-block;
}
#footer-container #footer-newsletter {
  background-size: cover;
  padding: 58px 0 0 0;
}
@media (min-width: 64em) {
  #footer-container #footer-newsletter {
    padding: 80px 0 35px 0;
  }
}
#footer-container #footer-newsletter h3 {
  color: #e0e0df;
  font-size: 1.1875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 25px;
}
@media (min-width: 64em) {
  #footer-container #footer-newsletter h3 {
    font-size: 2rem;
    letter-spacing: 8px;
    margin-bottom: 30px;
  }
}
#footer-container #footer-newsletter h3 span {
  color: #d4d4d4;
  font-size: 0.875rem;
  font-weight: 400;
  display: block;
  letter-spacing: 6px;
  opacity: 0.5;
  margin-bottom: 15px;
}
@media (min-width: 64em) {
  #footer-container #footer-newsletter h3 span {
    margin-bottom: 18px;
  }
}
#footer-container #footer-newsletter .nf-form-content {
  position: relative;
}
@media (min-width: 64em) {
  #footer-container #footer-newsletter .nf-form-content {
    max-width: 420px;
    margin: 0 auto;
  }
}
#footer-container #footer-newsletter .nf-form-content .email-container {
  margin: 0;
}
#footer-container #footer-newsletter .nf-form-content .newsletter-form-textbox {
  border: 0;
  background: #dededf;
  color: #575757;
  font-size: 0.9375rem;
  border-radius: 4px;
  height: auto;
  padding: 8px 80px 10px 16px;
}
#footer-container #footer-newsletter .nf-form-content .newsletter-form-textbox::-moz-placeholder {
  color: #575757;
  font-size: 0.9375rem;
}
#footer-container #footer-newsletter .nf-form-content .newsletter-form-textbox::placeholder {
  color: #575757;
  font-size: 0.9375rem;
}
#footer-container #footer-newsletter .nf-form-content .newsletter-form-button {
  position: absolute;
  top: -35px;
  right: 5px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #575757;
  background: transparent;
  border: 0;
  text-decoration: underline;
}
#footer-container #footer-newsletter .nf-form-content .submit-container {
  margin: 0;
}
#footer-container #footer-newsletter .nf-form-content .html-container {
  color: #999999;
  font-size: 0.75rem;
}
#footer-container #footer-newsletter .nf-form-content .html-container a {
  color: #999999;
  text-decoration: underline;
}
#footer-container #footer-icons {
  background-color: #0c0c0c;
  padding: 28px 0 19px 0;
}
@media (min-width: 64em) {
  #footer-container #footer-icons {
    padding: 20px 0 30px 0;
  }
}
#footer-container #footer-icons ul {
  list-style: none;
  margin: 0 auto;
  max-width: 420px;
}
#footer-container #footer-icons ul li {
  display: inline-block;
  font-size: 0.8125rem;
  color: #f5f5f5;
  width: 33.33333%;
}
#footer-container #footer-icons ul li img {
  display: block;
  margin: 0 auto 9px auto;
}
#footer-container #footer-icons ul li a {
  color: #f5f5f5;
}
#footer-container #footer-menu {
  background-color: #000000;
  padding-bottom: 20px;
}
#footer-container #footer-menu .footer-menu-icon {
  margin: 26px 0 5px 0;
}
#footer-container #footer-menu #footer-links {
  list-style: none;
  margin: 0;
}
#footer-container #footer-menu #footer-links li {
  width: 50%;
  text-align: center;
  margin-bottom: 25px;
}
@media (min-width: 64em) {
  #footer-container #footer-menu #footer-links li {
    width: 25%;
    text-align: left;
  }
}
#footer-container #footer-menu #footer-links li a {
  color: #f2552c;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.7rem 1rem;
}
#footer-container #footer-menu #footer-links li ul {
  margin: 5px 0 0 0;
}
#footer-container #footer-menu #footer-links li ul li {
  width: 100%;
  margin-bottom: 0;
}
#footer-container #footer-menu #footer-links li ul li a {
  color: #fff;
  font-weight: 400;
  font-size: 0.875rem;
  padding: 0.25rem 1rem;
}
@media (min-width: 64em) {
  #footer-container #footer-menu .knockout {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#footer-container #footer-menu .knockout a {
  color: #575757;
  font-size: 0.8125rem;
  text-decoration: underline;
}

.home #footer-container #footer-social {
  display: block;
}

/*********************
PRODUKTKATEGORISIDAN
*********************/
.category-headimage {
  background-size: cover;
  text-align: center;
  padding: 60px 20px;
  min-height: 256px;
}
@media (min-width: 64em) {
  .category-headimage {
    min-height: 263px;
  }
}
.category-headimage h1 {
  font-size: 1.625rem;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 7px;
  margin: 0 0 5px 0;
}
@media (min-width: 64em) {
  .category-headimage h1 {
    font-size: 2.75rem;
    letter-spacing: 12px;
  }
}
.category-headimage span {
  font-size: 1rem;
  color: #888888;
  opacity: 0.81;
  line-height: 24px;
  max-width: 650px;
  display: inline-block;
}

.woocommerce .shop-breadcrumbs {
  border-bottom: 1px solid #e1e1e1;
  text-align: center;
  padding: 17px 10px 13px 10px;
}
@media (min-width: 64em) {
  .woocommerce .shop-breadcrumbs {
    display: none;
  }
}
.woocommerce .shop-breadcrumbs nav.woocommerce-breadcrumb {
  color: #191919;
  font-weight: 500;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin: 0;
}
.woocommerce .shop-breadcrumbs nav.woocommerce-breadcrumb a {
  font-weight: 400;
  color: #5a5a5a;
}
.woocommerce #main .woocommerce-breadcrumb {
  display: none;
}
@media (min-width: 64em) {
  .woocommerce #main .woocommerce-breadcrumb {
    display: block;
  }
}
@media (min-width: 64em) {
  .woocommerce .shop-sidebar h4 {
    display: none;
  }
  .woocommerce .shop-sidebar ul {
    margin: 0;
    list-style: none;
  }
  .woocommerce .shop-sidebar ul li {
    margin: 0 0 20px 0;
  }
  .woocommerce .shop-sidebar ul li a {
    font-size: 1.375rem;
    font-weight: 500;
    color: #312d2a;
    padding: 0;
    display: inline-block;
    margin-bottom: 5px;
  }
  .woocommerce .shop-sidebar ul li.current-cat > a {
    color: #f2552c;
    font-weight: 500;
  }
  .woocommerce .shop-sidebar ul li.cat-item-22 {
    display: none !important;
  }
  .woocommerce .shop-sidebar ul li ul li {
    margin: 0 0 2px 0;
  }
  .woocommerce .shop-sidebar ul li ul li a {
    font-size: 0.9375rem;
    color: #312d2a;
    font-weight: 400;
    margin-bottom: 3px;
  }
  .woocommerce .shop-sidebar ul li ul li ul {
    margin: 5px 0 20px 10px;
  }
  .woocommerce .shop-sidebar ul li ul li ul li a {
    margin-bottom: 5px;
  }
}
@media (min-width: 64em) {
  .woocommerce .category-sidebar {
    padding-top: 30px;
  }
  .woocommerce .category-sidebar .woocommerce-breadcrumb {
    text-transform: uppercase;
    color: #191919;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 33px;
  }
  .woocommerce .category-sidebar .woocommerce-breadcrumb a {
    color: #5a5a5a;
    font-weight: 400;
  }
  .woocommerce .category-main-content {
    padding-top: 8px;
  }
}

/*********************
FILTER
*********************/
[type=file],
[type=checkbox],
[type=radio] {
  margin: 0;
}

.filter-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin: 20px 0 10px 0;
}
@media (min-width: 64em) {
  .filter-container {
    justify-content: left;
  }
}
.filter-container .filter-item {
  margin: 0 25px 10px 0;
}
@media (min-width: 64em) {
  .filter-container .filter-item {
    position: relative;
  }
  .filter-container .filter-item.category-filter {
    display: none;
  }
}
.filter-container .filter-item .filter-title {
  font-weight: 500;
  font-size: 0.875rem;
  color: #312d2a;
  text-transform: uppercase;
  cursor: pointer;
}
.filter-container .filter-item .filter-title img {
  margin-left: 8px;
}
.filter-container .filter-item .filter {
  padding: 20px 17px 10px 17px;
  border: 1px solid #f6f6f6;
  position: absolute;
  display: none;
  background-color: #fff;
  box-shadow: 0 6px 6px 6px rgba(0, 0, 0, 0.17);
  top: 25px;
  left: 0;
  right: 0;
  z-index: 99999;
}
@media (min-width: 64em) {
  .filter-container .filter-item .filter {
    width: 250px;
  }
}
.filter-container .filter-item .filter .fa-times {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  padding: 3px;
}
.filter-container .filter-item .filter h4.widgettitle {
  display: none;
}
.filter-container .filter-item .filter ul.product-categories {
  margin: 0;
  list-style: none;
}
.filter-container .filter-item .filter ul.product-categories li {
  margin: 0 0 20px 0;
}
.filter-container .filter-item .filter ul.product-categories li a {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #1d1c1c;
  padding: 0;
  display: inline-block;
  margin-bottom: 5px;
}
.filter-container .filter-item .filter ul.product-categories li.current-cat > a {
  color: #f2552c;
  font-weight: 500;
}
.filter-container .filter-item .filter ul.product-categories li.cat-item-22 {
  display: none !important;
}
.filter-container .filter-item .filter ul.product-categories li ul {
  list-style: none;
}
.filter-container .filter-item .filter ul.product-categories li ul li {
  margin: 0 0 2px 0;
}
.filter-container .filter-item .filter ul.product-categories li ul li a {
  font-size: 0.8125rem;
  color: #312d2a;
  font-weight: 400;
  margin-bottom: 3px;
}
.filter-container .filter-item .filter ul.product-categories li ul li ul {
  margin: 5px 0 20px 10px;
  list-style: none;
}
.filter-container .filter-item .filter ul.product-categories li ul li ul li a {
  margin-bottom: 5px;
}
.filter-container .filter-item.active .filter {
  display: inline-block;
}

/*********************
PRODUKTSIDA
*********************/
.woocommerce #primary #main .breadcrumbs-container {
  background-color: #eeeeee;
  margin-bottom: 20px;
}
@media (min-width: 64em) {
  .woocommerce #primary #main .breadcrumbs-container {
    background-color: #fff;
    padding-top: 15px;
    margin-bottom: 10px;
  }
}
.woocommerce #primary #main .breadcrumbs-container .woocommerce-breadcrumb {
  display: block;
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-bottom: 0;
  padding: 11px 0;
}
@media (min-width: 64em) {
  .woocommerce #primary #main .breadcrumbs-container .woocommerce-breadcrumb {
    font-size: 0.875rem;
  }
}
.woocommerce #primary #main .product .woocommerce-product-gallery {
  float: none;
  width: auto;
}
.woocommerce #primary #main .product .product-images .sale-badge {
  bottom: auto;
  top: 20px;
}
.woocommerce #primary #main .product .product-images .gallery-desktop {
  display: none;
}
@media (min-width: 64em) {
  .woocommerce #primary #main .product .product-images .gallery-desktop {
    display: block;
  }
}
.woocommerce #primary #main .product .product-images .gallery-desktop .swiffy-slider button.slider-nav {
  margin-left: -25px;
}
.woocommerce #primary #main .product .product-images .gallery-desktop .swiffy-slider button.slider-nav.slider-nav-next {
  margin-right: -25px;
}
.woocommerce #primary #main .product .product-images .gallery-desktop .swiffy-slider.slider-nav-dark .slider-nav::after {
  background-color: #fff;
}
.woocommerce #primary #main .product .product-images .gallery-desktop .swiffy-slider.thumbnails-gallery {
  margin-top: 15px;
}
@media (min-width: 64em) {
  .woocommerce #primary #main .product .product-images .gallery-mobile {
    display: none;
  }
}
.woocommerce #primary #main .product .single-image-cell {
  display: none;
}
@media (min-width: 64em) {
  .woocommerce #primary #main .product .single-image-cell {
    display: block;
  }
}
.woocommerce #primary #main .product .product-single-image img {
  max-width: 100%;
  width: 450px;
}
.woocommerce #primary #main .product .summary.entry-summary {
  float: none;
  width: auto;
  margin-bottom: 0;
}
.woocommerce #primary #main .product .summary.entry-summary h1.product_title {
  color: #000000;
  text-transform: uppercase;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.woocommerce #primary #main .product .summary.entry-summary h1.product_title span.product-subtitle {
  text-transform: none;
  font-size: 0.9375rem;
  font-weight: 500;
  display: block;
  margin-top: 3px;
}
.woocommerce #primary #main .product .summary.entry-summary form.cart {
  margin-bottom: 0;
}
.woocommerce #primary #main .product .summary.entry-summary .woocommerce-product-rating {
  margin-top: 4px;
}
.woocommerce #primary #main .product .summary.entry-summary .woocommerce-product-rating .star-rating {
  color: #f2552c;
  width: 6.6rem;
}
.woocommerce #primary #main .product .summary.entry-summary .woocommerce-product-rating .star-rating span:before,
.woocommerce #primary #main .product .summary.entry-summary .woocommerce-product-rating .star-rating::before,
.woocommerce #primary #main .product .summary.entry-summary .woocommerce-product-rating p.stars a:hover:after,
.woocommerce #primary #main .product .summary.entry-summary .woocommerce-product-rating p.stars a:after {
  letter-spacing: 5px;
}
.woocommerce #primary #main .product .summary.entry-summary .woocommerce-product-rating a {
  display: none;
}
.woocommerce #primary #main .product .summary.entry-summary ul.related-products {
  list-style: none;
  margin: 0;
  display: flex;
}
.woocommerce #primary #main .product .summary.entry-summary ul.related-products li {
  position: relative;
  margin: 0 10px 0 0;
  padding: 5px;
}
.woocommerce #primary #main .product .summary.entry-summary ul.related-products li.selected-product {
  border-bottom: 2px solid #888787;
}
.woocommerce #primary #main .product .summary.entry-summary ul.related-products li span.overlay {
  position: absolute;
  inset: 0 0 0 0;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 2;
}
.woocommerce #primary #main .product .summary.entry-summary ul.related-products li img {
  width: 50px;
}
.woocommerce #primary #main .product .summary.entry-summary .variations {
  margin: 22px 0 0 0;
}
.woocommerce #primary #main .product .summary.entry-summary .variations tbody {
  border: 0;
  background-color: #fff;
}
.woocommerce #primary #main .product .summary.entry-summary .variations tbody tr th.label {
  display: block;
  padding: 0;
}
.woocommerce #primary #main .product .summary.entry-summary .variations tbody tr th.label label {
  font-weight: 500;
  font-weight: 1rem;
  color: #000000;
}
.woocommerce #primary #main .product .summary.entry-summary .variations tbody tr td.value {
  padding: 0;
  display: block;
}
.woocommerce #primary #main .product .summary.entry-summary .variations tbody tr td.value .thwvsf_fields .thwvsf-wrapper-ul .thwvsf-wrapper-item-li {
  width: 42px;
  height: 34px;
  box-shadow: 0 0 0 1px #bfbfbf;
}
.woocommerce #primary #main .product .summary.entry-summary .variations tbody tr td.value .thwvsf_fields .thwvsf-wrapper-ul .thwvsf-wrapper-item-li .item-span-text {
  font-size: 0.8125rem;
  font-weight: 400;
}
.woocommerce #primary #main .product .summary.entry-summary .variations tbody tr td.value .thwvsf_fields .thwvsf-wrapper-ul .thwvsf-wrapper-item-li.thwvsf-selected {
  background-color: #dcdcdc;
}
.woocommerce #primary #main .product .summary.entry-summary p.price {
  font-size: 1.3125rem;
  font-weight: 400;
  color: #575757;
}
.woocommerce #primary #main .product .summary.entry-summary p.price ins {
  text-decoration: none;
  color: #eb0037;
  font-weight: 700;
  margin-left: 15px;
}
.woocommerce #primary #main .product .summary.entry-summary .quantity {
  display: none !important;
}
.woocommerce #primary #main .product .summary.entry-summary .single_add_to_cart_button {
  background-color: #1d1c1c;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 400;
  border-radius: 0;
  width: 100%;
  text-align: left;
  padding: 15px 14px 12px 14px;
}
@media (min-width: 84em) {
  .woocommerce #primary #main .product .summary.entry-summary .single_add_to_cart_button {
    width: 49%;
    float: left;
  }
}
.woocommerce #primary #main .product .summary.entry-summary .single_add_to_cart_button::after {
  content: url("../images/icon-cart-white.svg");
  float: right;
}
.woocommerce #primary #main .product .summary.entry-summary .single_add_to_cart_button.disabled {
  opacity: 0.85;
}
@media (min-width: 84em) {
  .woocommerce #primary #main .product .summary.entry-summary .tinv-wraper {
    width: 49%;
    float: right;
  }
  .woocommerce #primary #main .product .summary.entry-summary .tinv-wraper a {
    margin-top: 0;
  }
}
.woocommerce #primary #main .product .summary.entry-summary .yith-wcwl-add-to-wishlist {
  margin: 0;
  width: 100%;
  float: right;
  display: block;
  color: #1d1c1c;
  font-size: 0.9375rem;
  font-weight: 400;
  text-align: left;
  border: 1px solid #1d1c1c;
  padding: 0;
}
@media (min-width: 40em) {
  .woocommerce #primary #main .product .summary.entry-summary .yith-wcwl-add-to-wishlist {
    width: 49%;
  }
}
.woocommerce #primary #main .product .summary.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
  color: #000;
  padding: 11px 10px 10px 10px;
  display: block;
}
.woocommerce #primary #main .product .summary.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-icon {
  margin-right: 0;
  position: absolute;
  right: 10px;
  font-size: 1.0625rem !important;
  color: rgba(0, 0, 0, 0.37);
}
.woocommerce #primary #main .product .summary.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-icon:before {
  content: "\f004";
  font-weight: 400;
}
.woocommerce #primary #main .product .summary.entry-summary .yith-wcwl-wishlistaddedbrowse {
  padding: 11px 10px 10px 10px;
}
.woocommerce #primary #main .product .summary.entry-summary .yith-wcwl-wishlistaddedbrowse a {
  display: none !important;
}
.woocommerce #primary #main .product .summary.entry-summary .yith-wcwl-wishlistexistsbrowse {
  padding: 11px 10px 10px 10px;
}
.woocommerce #primary #main .product .summary.entry-summary .yith-wcwl-wishlistexistsbrowse a {
  display: none !important;
}
.woocommerce #primary #main .woocommerce-tabs .tabs-scrolldiv {
  overflow-x: scroll;
  padding: 0 0 10px 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin: 13px 0 0 0;
}
.woocommerce #primary #main .woocommerce-tabs .tabs-scrolldiv::-webkit-scrollbar {
  display: none;
}
@media (min-width: 64em) {
  .woocommerce #primary #main .woocommerce-tabs .tabs-scrolldiv {
    overflow-x: hidden;
  }
}
.woocommerce #primary #main .woocommerce-tabs .tabs-scrolldiv .tabs {
  border: 0;
  margin: 0;
  padding: 0 0 15px 0;
  display: inline;
  border-bottom: 1px solid #cccccc;
  white-space: nowrap;
  overflow: unset;
}
@media (min-width: 64em) {
  .woocommerce #primary #main .woocommerce-tabs .tabs-scrolldiv .tabs {
    display: block;
    padding: 0 0 7px 0;
  }
}
.woocommerce #primary #main .woocommerce-tabs .tabs-scrolldiv .tabs::before {
  content: none;
}
.woocommerce #primary #main .woocommerce-tabs .tabs-scrolldiv .tabs li {
  display: inline;
  border: 0;
  background-color: unset;
  text-align: left;
  padding: 0 0 15px 0;
  margin-right: 70px;
}
.woocommerce #primary #main .woocommerce-tabs .tabs-scrolldiv .tabs li::before {
  content: none;
}
.woocommerce #primary #main .woocommerce-tabs .tabs-scrolldiv .tabs li::after {
  content: none;
}
.woocommerce #primary #main .woocommerce-tabs .tabs-scrolldiv .tabs li.active {
  border-bottom: 1px solid #f2552c;
}
.woocommerce #primary #main .woocommerce-tabs .tabs-scrolldiv .tabs li:last-child {
  margin-right: 0;
}
.woocommerce #primary #main .woocommerce-tabs .tabs-scrolldiv .tabs li a {
  padding: 5px;
  color: #1d1c1c;
  font-size: 0.9375rem;
  font-weight: 400;
}
.woocommerce #primary #main .woocommerce-tabs .woocommerce-Tabs-panel {
  font-size: 0.875rem;
  padding: 25px 0 0 0;
}
@media (min-width: 64em) {
  .woocommerce #primary #main .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 15px 0 0 0;
  }
}
.woocommerce #primary #main .woocommerce-tabs .woocommerce-Tabs-panel h2:first-child {
  display: none;
}
.woocommerce #primary #main .woocommerce-tabs .woocommerce-Tabs-panel ul.product-icons {
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, 25%);
  justify-content: space-between;
}
@media (min-width: 64em) {
  .woocommerce #primary #main .woocommerce-tabs .woocommerce-Tabs-panel ul.product-icons {
    grid-template-columns: repeat(auto-fill, 10%);
  }
}
.woocommerce #primary #main .woocommerce-tabs .woocommerce-Tabs-panel ul.product-icons li {
  text-align: center;
  margin-bottom: 10px;
  padding: 0 5px;
}
.woocommerce #primary #main .woocommerce-tabs .woocommerce-Tabs-panel ul.product-icons li span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.625rem;
  line-height: 0.75rem;
  margin-top: 5px;
}
.woocommerce #primary #main .related.products h2,
.woocommerce #primary #main .up-sells h2 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 22px;
  letter-spacing: 5px;
}
@media (min-width: 64em) {
  .woocommerce #primary #main .related.products h2,
  .woocommerce #primary #main .up-sells h2 {
    font-size: 1.75rem;
    margin-bottom: 53px;
    letter-spacing: 7px;
  }
}
.woocommerce #primary #main .related.products ul li h2.woocommerce-loop-product__title,
.woocommerce #primary #main .up-sells ul li h2.woocommerce-loop-product__title {
  font-size: 1rem;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 0;
  font-weight: 400;
}

/*********************
KONTOSIDA
*********************/
.page-template-my-account .account-page {
  background-size: cover;
}
@media (min-width: 40em) {
  .page-template-my-account .account-page {
    padding: 137px 0 173px 0;
    margin-bottom: 70px;
  }
}
.page-template-my-account .account-page .my-account-logged-in {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
}
@media (min-width: 40em) {
  .page-template-my-account .account-page .my-account-logged-in {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 85.3125rem;
  }
}
.page-template-my-account .account-page .my-account-logged-in .woocommerce {
  background-color: #fff;
  padding: 45px 25px;
}
.page-template-my-account .account-page .my-account-logged-in .woocommerce .woocommerce-MyAccount-navigation ul {
  margin: 0;
  list-style: none;
}
.page-template-my-account .account-page .login-box-container {
  background-color: #f8f8f8;
  padding: 45px 0;
}
@media (min-width: 40em) {
  .page-template-my-account .account-page .login-box-container {
    width: 482px;
    margin: 0 auto;
  }
}
.page-template-my-account .account-page .login-box-container .inner {
  padding: 0 18px;
}
.page-template-my-account .account-page .login-box-container .col-1 {
  width: 100%;
  float: none;
}
.page-template-my-account .account-page .login-box-container .col-2 {
  width: 100%;
  float: none;
  display: none;
}
.page-template-my-account .account-page .login-box-container #customer_login h2:first-child {
  display: none;
}
.page-template-my-account .account-page .login-box-container #customer_login .login-main-text {
  text-align: center;
  font-size: 0.9375rem;
  color: #575757;
  line-height: 1.375rem;
}
.page-template-my-account .account-page .login-box-container #customer_login .login-main-text h1 {
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #000000;
}
@media (min-width: 64em) {
  .page-template-my-account .account-page .login-box-container #customer_login .login-main-text h1 {
    font-size: 2.75rem;
    letter-spacing: 12px;
  }
}
.page-template-my-account .account-page .login-box-container form.woocommerce-form {
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.page-template-my-account .account-page .login-box-container form.woocommerce-form .woocommerce-form-row {
  margin-bottom: 15px;
}
.page-template-my-account .account-page .login-box-container form.woocommerce-form label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #000000;
}
.page-template-my-account .account-page .login-box-container form.woocommerce-form input.input-text {
  border: 1px solid #575757;
  box-shadow: none;
}
.page-template-my-account .account-page .login-box-container form.woocommerce-form .woocommerce-form-login__submit {
  font-size: 0.9375rem;
  color: #fff;
  background-color: #000;
  text-align: center;
  width: 100%;
  border-radius: 0;
  font-weight: 400;
  height: auto;
  padding: 16px;
  margin-top: 10px;
}
.page-template-my-account .account-page .login-box-container form.woocommerce-form .form-row {
  padding: 0;
}
.page-template-my-account .account-page .login-box-container form.woocommerce-form .login-page-flex-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.page-template-my-account .account-page .login-box-container form.woocommerce-form .login-page-flex-container .lost_password {
  order: 3;
  text-align: center;
  margin-top: 15px;
}
.page-template-my-account .account-page .login-box-container form.woocommerce-form .login-page-flex-container .lost_password a {
  color: #575757;
  font-style: italic;
  font-size: 0.8125rem;
}
.page-template-my-account .account-page .login-box-container form.woocommerce-form .login-page-flex-container .register-account-button {
  font-size: 0.9375rem;
  color: #1d1c1c;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  border-radius: 0;
  font-weight: 400;
  border: 1px solid #1d1c1c;
  cursor: pointer;
  padding: 14px;
  line-height: normal;
  display: block;
  margin-top: 10px;
}
.page-template-my-account .account-page .login-box-container form.woocommerce-form .woocommerce-form-register__submit {
  font-size: 0.9375rem;
  color: #fff;
  background-color: #000;
  text-align: center;
  width: 100%;
  border-radius: 0;
  font-weight: 400;
  height: auto;
  padding: 16px;
  margin-top: 10px;
}
.page-template-my-account .account-page .login-box-container form.woocommerce-form .login-account-button {
  font-size: 0.9375rem;
  color: #1d1c1c;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  border-radius: 0;
  font-weight: 400;
  border: 1px solid #1d1c1c;
  cursor: pointer;
  padding: 14px;
  line-height: normal;
  display: block;
  margin-top: 10px;
}
.page-template-my-account .account-page .login-box-container form.woocommerce-form .woocommerce-privacy-policy-text {
  font-size: 0.8125rem;
}
.page-template-my-account .account-page .login-box-container .woocommerce-ResetPassword .woocommerce-form-row {
  width: 100%;
  float: none;
}
.page-template-my-account .account-page .login-box-container .woocommerce-ResetPassword label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #000000;
}
.page-template-my-account .account-page .login-box-container .woocommerce-ResetPassword input.input-text {
  border: 1px solid #575757;
  box-shadow: none;
}
.page-template-my-account .account-page .login-box-container .woocommerce-ResetPassword .woocommerce-Button {
  font-size: 0.9375rem;
  color: #fff;
  background-color: #000;
  text-align: center;
  width: 100%;
  border-radius: 0;
  font-weight: 400;
  height: auto;
  padding: 16px;
  margin-top: 10px;
}

/*********************
KASSA
*********************/
.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: #fff;
}

.page-template-checkout h1 {
  color: #000;
  text-transform: uppercase;
  font-size: 1.625rem;
  font-weight: 500;
  display: block;
  text-align: center;
  letter-spacing: 7px;
  margin: 30px 0 18px 0;
}
@media (min-width: 64em) {
  .page-template-checkout h1 {
    letter-spacing: 12px;
    font-size: 2.75rem;
    margin: 70px 0 45px 0;
  }
}
.page-template-checkout .checkout-cart-container {
  display: flex;
  flex-direction: column;
}
.page-template-checkout .woocommerce-form-coupon-toggle {
  margin-bottom: 10px;
}
.page-template-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  border: 1px solid #707070;
  text-align: center;
  background-color: #fff;
  line-height: normal;
  padding: 0;
}
.page-template-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
  content: none;
}
.page-template-checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
  font-size: 0.75rem;
  font-weight: 400;
  color: #575757;
  padding: 17px 0;
  display: block;
}
.page-template-checkout form.checkout_coupon {
  margin-top: 0;
  border-radius: 0;
}
.page-template-checkout form.checkout_coupon p {
  font-size: 0.9375rem;
  text-align: center;
}
.page-template-checkout form.checkout_coupon .form-row {
  float: none;
  width: 100%;
}
.page-template-checkout form.checkout_coupon .form-row .input-text {
  box-shadow: none;
}
.page-template-checkout form.checkout_coupon .form-row button {
  background-color: #000;
  color: #fff;
  width: 100%;
  font-weight: 400;
  font-size: 0.9375rem;
  border-radius: 0;
  line-height: normal;
  padding: 15px 0;
}
@media (min-width: 64em) {
  .page-template-checkout .woocommerce-cart-form {
    order: -1;
  }
}
.page-template-checkout .woocommerce-cart-form table.cart {
  border: 0;
}
.page-template-checkout .woocommerce-cart-form table.cart tbody {
  border: 0;
  background-color: #fff;
}
.page-template-checkout .woocommerce-cart-form table.cart tbody tr.woocommerce-cart-form__cart-item:nth-child(odd) {
  background-color: #fff;
}
.page-template-checkout .woocommerce-cart-form table.cart tbody tr.woocommerce-cart-form__cart-item:nth-child(even) {
  background-color: #fff;
}
.page-template-checkout .woocommerce-cart-form table.cart tbody tr.woocommerce-cart-form__cart-item td {
  border: 0;
  vertical-align: top;
  padding: 0;
}
.page-template-checkout .woocommerce-cart-form table.cart tbody tr.woocommerce-cart-form__cart-item .product-thumbnail {
  width: 30%;
  display: table-cell;
  padding: 0;
}
@media (min-width: 64em) {
  .page-template-checkout .woocommerce-cart-form table.cart tbody tr.woocommerce-cart-form__cart-item .product-thumbnail {
    width: 25%;
  }
}
.page-template-checkout .woocommerce-cart-form table.cart tbody tr.woocommerce-cart-form__cart-item .product-thumbnail::before {
  content: none;
}
.page-template-checkout .woocommerce-cart-form table.cart tbody tr.woocommerce-cart-form__cart-item .product-thumbnail .inner {
  position: relative;
  padding: 10px;
  margin-bottom: 30px;
}
@media (min-width: 64em) {
  .page-template-checkout .woocommerce-cart-form table.cart tbody tr.woocommerce-cart-form__cart-item .product-thumbnail .inner {
    margin-bottom: 40px;
  }
}
.page-template-checkout .woocommerce-cart-form table.cart tbody tr.woocommerce-cart-form__cart-item .product-thumbnail .inner .overlay {
  position: absolute;
  inset: 0 0 0 0;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 2;
}
.page-template-checkout .woocommerce-cart-form table.cart tbody tr.woocommerce-cart-form__cart-item .product-thumbnail .inner img {
  width: 100%;
}
.page-template-checkout .woocommerce-cart-form table.cart tbody tr.woocommerce-cart-form__cart-item .product-name {
  display: table-cell;
  width: 55%;
  text-align: left !important;
  padding-left: 20px;
}
@media (min-width: 64em) {
  .page-template-checkout .woocommerce-cart-form table.cart tbody tr.woocommerce-cart-form__cart-item .product-name {
    padding-left: 35px;
  }
}
.page-template-checkout .woocommerce-cart-form table.cart tbody tr.woocommerce-cart-form__cart-item .product-name::before {
  content: none;
}
.page-template-checkout .woocommerce-cart-form table.cart tbody tr.woocommerce-cart-form__cart-item .product-name a {
  color: #000000;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2px;
  display: inline-block;
}
.page-template-checkout .woocommerce-cart-form table.cart tbody tr.woocommerce-cart-form__cart-item .product-name .product-subtitle {
  display: block;
  color: #000000;
  font-size: 0.875rem;
  font-weight: 400;
}
.page-template-checkout .woocommerce-cart-form table.cart tbody tr.woocommerce-cart-form__cart-item .product-name .variation {
  margin-bottom: 5px;
}
@media (min-width: 64em) {
  .page-template-checkout .woocommerce-cart-form table.cart tbody tr.woocommerce-cart-form__cart-item .product-name .variation {
    margin-bottom: 10px;
  }
}
.page-template-checkout .woocommerce-cart-form table.cart tbody tr.woocommerce-cart-form__cart-item .product-name .variation dt {
  font-weight: 400;
  font-size: 0.875rem;
}
.page-template-checkout .woocommerce-cart-form table.cart tbody tr.woocommerce-cart-form__cart-item .product-name .variation dd {
  font-weight: 400;
  font-size: 0.875rem;
}
.page-template-checkout .woocommerce-cart-form table.cart tbody tr.woocommerce-cart-form__cart-item .product-name .product-quantity input.qty {
  display: none;
}
.page-template-checkout .woocommerce-cart-form table.cart tbody tr.woocommerce-cart-form__cart-item .product-name .product-quantity .quantity-select {
  width: 55px;
  margin-bottom: 0;
}
.page-template-checkout .woocommerce-cart-form table.cart tbody tr.woocommerce-cart-form__cart-item .product-name .product-price {
  margin-top: 15px;
}
.page-template-checkout .woocommerce-cart-form table.cart tbody tr.woocommerce-cart-form__cart-item .product-remove {
  display: table-cell;
  width: 10%;
}
@media (min-width: 64em) {
  .page-template-checkout .woocommerce-cart-form table.cart tbody tr.woocommerce-cart-form__cart-item .product-remove {
    width: 20%;
    text-align: right;
  }
}
.page-template-checkout .woocommerce-cart-form table.cart tbody tr.woocommerce-cart-form__cart-item .product-remove::before {
  content: none;
}
@media (min-width: 64em) {
  .page-template-checkout .woocommerce-cart-form table.cart tbody tr.woocommerce-cart-form__cart-item .product-remove .tinv-wraper {
    display: inline-block;
  }
}
.page-template-checkout .woocommerce-cart-form table.cart tbody tr.woocommerce-cart-form__cart-item .product-remove .tinv-wraper .tinvwl_add_to_wishlist_button {
  margin: 0 0 9px 0;
  border: 1px solid #e9e9e9;
  height: 35px;
  width: 35px;
  line-height: normal;
  border-radius: 50%;
  text-align: center;
}
@media (min-width: 64em) {
  .page-template-checkout .woocommerce-cart-form table.cart tbody tr.woocommerce-cart-form__cart-item .product-remove .tinv-wraper .tinvwl_add_to_wishlist_button {
    vertical-align: super;
  }
}
.page-template-checkout .woocommerce-cart-form table.cart tbody tr.woocommerce-cart-form__cart-item .product-remove .tinv-wraper .tinvwl_add_to_wishlist_button::before {
  margin: 0;
  vertical-align: -webkit-baseline-middle;
  color: #000;
}
.page-template-checkout .woocommerce-cart-form table.cart tbody tr.woocommerce-cart-form__cart-item .product-remove .remove {
  margin-right: 0;
  border: 1px solid #e9e9e9;
  height: 35px;
  width: 35px;
  line-height: normal;
}
@media (min-width: 64em) {
  .page-template-checkout .woocommerce-cart-form table.cart tbody tr.woocommerce-cart-form__cart-item .product-remove .remove {
    display: inline-block;
    margin-left: 10px;
  }
}
.page-template-checkout .woocommerce-cart-form table.cart tbody tr.woocommerce-cart-form__cart-item .product-remove .remove img {
  height: 16px;
}
.page-template-checkout .woocommerce-cart-form table.cart tbody tr td.actions {
  position: absolute;
  left: -1000px;
}

/*********************
TOPPBILD
*********************/
.top-image {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  text-align: center;
  clip-path: polygon(100% 0, 100% 100%, 50% 95%, 0 100%, 0 0);
  margin-bottom: 30px;
  height: 460px;
  display: flex;
  align-content: center;
  align-items: center;
}
@media (min-width: 64em) {
  .top-image {
    clip-path: polygon(100% 0, 100% 100%, 50% 92%, 0 100%, 0 0);
    height: 816px;
    margin-bottom: 40px;
  }
}
.top-image .inner {
  padding: 0 35px;
}
@media (min-width: 64em) {
  .top-image .inner {
    max-width: 680px;
    margin: 0 auto;
  }
}
.top-image .inner img {
  margin-bottom: 30px;
}
.top-image .inner h1 {
  font-size: 1.625rem;
  line-height: 1.625rem;
  font-weight: 500;
  letter-spacing: 7px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}
@media (min-width: 64em) {
  .top-image .inner h1 {
    font-size: 2.75rem;
    letter-spacing: 12px;
    line-height: 2.75rem;
    margin-bottom: 30px;
  }
}
.top-image .inner span {
  font-size: 1.125rem;
  color: #fff;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  line-height: 1.5rem;
  opacity: 0.81;
}

/*********************
ABOUT US
*********************/
.page-template-about-us .column_1 h2 {
  font-size: 1.25rem;
  color: #060606;
  font-weight: 700;
  padding: 0 60px;
}
@media (min-width: 64em) {
  .page-template-about-us .column_1 h2 {
    font-size: 1.625rem;
  }
}
.page-template-about-us .column_1 h2::after {
  content: "";
  display: block;
  border-bottom: 2px solid #f2552c;
  width: 75px;
  margin: 15px auto 0 auto;
}
.page-template-about-us .column_2 {
  color: #575757;
}
.page-template-about-us .column_3 {
  color: #575757;
}

/*********************
ECO
*********************/
.page-template-eco .column_headline h2 {
  font-size: 1.25rem;
  color: #060606;
  font-weight: 700;
  padding: 0 60px;
  margin-bottom: 35px;
}
@media (min-width: 64em) {
  .page-template-eco .column_headline h2 {
    font-size: 1.625rem;
    margin-bottom: 80px;
  }
}
.page-template-eco .column_headline h2::after {
  content: "";
  display: block;
  border-bottom: 2px solid #f2552c;
  width: 75px;
  margin: 15px auto 0 auto;
}
@media (min-width: 64em) {
  .page-template-eco .column_headline h2::after {
    margin: 25px auto 0 auto;
  }
}
@media (min-width: 64em) {
  .page-template-eco .image_area_1_container {
    margin-bottom: 100px;
  }
}
.page-template-eco .image_area_1_container .grid-x {
  position: relative;
}
.page-template-eco .image_area_1_container .image_area_1 {
  background-size: cover;
  height: 309px;
}
@media (min-width: 64em) {
  .page-template-eco .image_area_1_container .image_area_1 {
    height: 813px;
  }
}
.page-template-eco .image_area_1_container .image_area_1 .text-content-desktop {
  display: none;
}
@media (min-width: 64em) {
  .page-template-eco .image_area_1_container .image_area_1 .text-content-desktop {
    display: block;
    width: 503px;
    display: block;
    background-color: #fff;
    padding: 15px 41px 20px 41px;
    position: absolute;
    left: 0;
    top: 120px;
  }
}
@media (min-width: 64em) {
  .page-template-eco .image_area_2_container .grid-x {
    padding-bottom: 110px;
  }
}
.page-template-eco .image_area_2_container .image_area_2 {
  background-size: cover;
  position: relative;
  height: 309px;
}
@media (min-width: 64em) {
  .page-template-eco .image_area_2_container .image_area_2 {
    height: 605px;
    padding-bottom: 110px;
  }
}
.page-template-eco .image_area_2_container .image_area_2 .text-content-desktop {
  display: none;
}
@media (min-width: 64em) {
  .page-template-eco .image_area_2_container .image_area_2 .text-content-desktop {
    display: block;
    width: 503px;
    display: block;
    background-color: #fff;
    padding: 15px 41px 20px 41px;
    position: absolute;
    right: 70px;
    bottom: -110px;
  }
}
.page-template-eco .image-area-text-content .tagline {
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  background-color: #f2552c;
  display: inline-block;
  padding: 1px 8px;
  margin: 25px 0 10px 0;
}
.page-template-eco .image-area-text-content h3 {
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
  line-height: 1.3125rem;
  margin-bottom: 16px;
}
@media (min-width: 64em) {
  .page-template-eco .image-area-text-content h3 {
    font-size: 1.8125rem;
    line-height: 2rem;
  }
}
.page-template-eco .image-area-text-content p {
  font-size: 1.125rem;
  color: #575757;
  line-height: 1.5rem;
}
@media (min-width: 64em) {
  .page-template-eco .text-content-mobile {
    display: none;
  }
}
.page-template-eco .gray-container {
  background-color: #f3f3f3;
  margin-top: 20px;
  padding-top: 30px;
  color: #575757;
}
@media (min-width: 64em) {
  .page-template-eco .gray-container {
    padding: 100px 0 130px 0;
  }
}
.page-template-eco .gray-container .grid-container {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
}
@media (min-width: 64em) {
  .page-template-eco .gray-container .grid-container {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 85.3125rem;
  }
}
.page-template-eco .gray-container .grid-container .grid-x {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 64em) {
  .page-template-eco .gray-container {
    margin-top: 60px;
  }
}
.page-template-eco .gray-container .inner {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media (min-width: 64em) {
  .page-template-eco .gray-container .inner {
    padding-top: 30px;
  }
}
.page-template-eco .gray-container .inner h3 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.75rem;
  color: #060606;
}
@media (min-width: 64em) {
  .page-template-eco .gray-container .inner h3 {
    font-size: 1.625rem;
  }
}
.page-template-eco .gray-container .image-column {
  margin-bottom: 0;
}
.page-template-eco .gray-container .image-column p {
  margin: 0;
  padding: 0;
}
.page-template-eco .gray-container .image-column p img {
  width: 100%;
}
.page-template-eco #footer-container {
  margin-top: 0;
}

/*********************
RETAILERS
*********************/
.page-id-337 .entry-title {
  display: none;
}

#wpsl-wrap {
  display: none;
}

#wpsl-wrap.wpsl-default-filters {
  display: block;
}

@media (min-width: 64em) {
  #wpsl-wrap {
    margin-top: 60px;
  }
}
#wpsl-wrap .retailer-subheadline {
  color: #575757;
  opacity: 0.5;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 6px;
  display: block;
  text-align: center;
  margin: 3px 0 10px 0;
}
@media (min-width: 64em) {
  #wpsl-wrap .retailer-subheadline {
    margin: 0 0 15px 0;
    line-height: normal;
  }
}
#wpsl-wrap h1 {
  font-size: 1.1875rem;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 5px;
  font-weight: 500;
  text-align: center;
  line-height: 1.3125rem;
  margin-bottom: 25px;
}
#wpsl-wrap #wpsl-gmap {
  width: 100%;
  height: 300px !important;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 64em) {
  #wpsl-wrap #wpsl-gmap {
    height: 430px !important;
  }
}
#wpsl-wrap .wpsl-search {
  margin-bottom: 5px;
  padding: 0;
  background: none;
}
@media (min-width: 64em) {
  #wpsl-wrap .wpsl-search {
    padding: 0 50px;
  }
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap {
  float: none;
}
@media (min-width: 64em) {
  #wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-input {
    display: block;
    float: none;
  }
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-input .inner {
  position: relative;
  float: none;
}
@media (min-width: 64em) {
  #wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-input .inner {
    display: block;
  }
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-input .inner #wpsl-search-input {
  width: 100%;
  border: 1px solid #dededf;
  border-radius: 4px;
  box-shadow: none;
  font-size: 0.9375rem;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-input .inner #wpsl-search-input::-moz-placeholder {
  color: #575757;
  opacity: 1;
  font-size: 0.9375rem;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-input .inner #wpsl-search-input::placeholder {
  color: #575757;
  opacity: 1;
  font-size: 0.9375rem;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-input .inner #wpsl-search-input:-ms-input-placeholder {
  color: #575757;
  font-size: 0.9375rem;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-input .inner #wpsl-search-input::-ms-input-placeholder {
  color: #575757;
  font-size: 0.9375rem;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-input .inner #wpsl-search-btn {
  border: 0;
  background-color: transparent;
  padding: 0;
  background-image: none;
  box-shadow: none;
  color: #575757;
  font-size: 0.875rem;
  font-weight: 700;
  position: absolute;
  top: 12px;
  right: 12px;
  border-bottom: 1px solid #575757;
  border-radius: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
  line-height: normal;
}
#wpsl-wrap #wpsl-result-list {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 64em) {
  #wpsl-wrap #wpsl-result-list {
    padding: 0 50px;
  }
}
#wpsl-wrap #wpsl-result-list #wpsl-stores {
  height: 500px !important;
}
#wpsl-wrap #wpsl-result-list #wpsl-stores ul li {
  border-bottom: 0;
  padding: 0 15px 5px 15px;
}
@media (min-width: 64em) {
  #wpsl-wrap #wpsl-result-list #wpsl-stores ul li {
    padding: 0 0 5px 0;
  }
}
#wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-store-location {
  color: #060606;
  font-size: 0.9375rem;
}
#wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-store-location strong {
  text-transform: uppercase;
  color: #000;
}
#wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-direction-wrap {
  display: none;
}

#wpsl-category {
  display: none !important;
}

/*********************
FAVORITER
*********************/
.tinv-wishlist ul.my-favorites li {
  width: 48.5%;
  margin: 0 3% 0 0;
  display: block;
  float: left;
}
.tinv-wishlist ul.my-favorites li:nth-child(even) {
  margin-right: 0;
}
.tinv-wishlist ul.my-favorites li .image-wrap {
  position: relative;
  padding: 5px;
}
.tinv-wishlist ul.my-favorites li .image-wrap .image-wrap-overlay {
  position: absolute;
  inset: 0 0 0 0;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 2;
}
.tinv-wishlist ul.my-favorites li .image-wrap img {
  margin-bottom: 0;
}
.tinv-wishlist ul.my-favorites li .product-title {
  margin: 12px 0 2px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  padding: 0 7px 0 0;
}
.tinv-wishlist ul.my-favorites li .product-title a {
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
}

/*********************
Tweaks
*********************/
.hamb-menu {
  padding-left: 5px;
}

.pufflist .puff .inner {
  padding: 150px 0 25px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#footer-container #footer-social {
  padding: 24px 0 50px 0;
}

@media (min-width: 40em) {
  .pufflist .puff {
    width: 47%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 64em) {
  .pufflist .puff {
    width: 23.6%;
    margin-left: 0.7%;
    margin-right: 0.7%;
    margin-bottom: 0.5rem;
  }
  .pufflist .puff span {
    padding: 0 1rem;
  }
  .hero-1 .top-image {
    margin-bottom: 30px;
  }
  .hero-2 {
    margin-top: 46px;
  }
}
@media (min-width: 100em) {
  .pufflist .puff {
    margin-top: 1.5rem;
  }
  .pufflist .puff .inner {
    padding: 300px 0 50px 0;
  }
}
@media (min-width: 125em) {
  .pufflist .puff .inner {
    padding: 350px 0 50px 0;
  }
  .hero-1 .top-image {
    margin-bottom: 40px;
  }
  .hero-2 {
    margin-top: 56px;
  }
}
@media (min-width: 64em) {
  .filter-container {
    margin: 20px 0 30px 0;
  }
  #site-top-container span {
    font-size: 0.9rem;
  }
}
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  padding: 10px 15px 10px 20px;
}

.dgwt-wcas-preloader {
  right: 42px;
}

@media (min-width: 64em) {
  .dgwt-wcas-preloader {
    right: 26px;
  }
  .top-image .inner {
    max-width: 960px;
  }
  .top-image .inner span {
    max-width: 600px;
    display: inline-block;
  }
}
.top-image .inner {
  padding: 0 35px 30px 35px;
}

@media (min-width: 100em) {
  .top-image .inner {
    padding: 0 35px 30px 35px;
  }
}
.woocommerce-info {
  border-top-color: #f2552c;
}

.woocommerce-info::before {
  color: #f2552c;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #1d1c1c;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 400;
  border-radius: 0;
  text-align: left;
  padding: 14px 14px 12px 14px;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  color: #000;
}

a {
  color: rgb(19, 19, 19);
}

.woocommerce-account .woocommerce-MyAccount-content a {
  text-decoration: underline;
}

.woocommerce .woocommerce-MyAccount-navigation li.is-active a {
  text-decoration: underline;
  font-weight: bold;
}
.woocommerce .woocommerce-MyAccount-navigation li a {
  text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
  display: inline-block;
  margin-right: 4px;
}

.woocommerce-MyAccount-content {
  margin-top: 2rem;
}

@media (min-width: 700px) {
  .woocommerce-MyAccount-content {
    margin-top: 0rem;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation li {
    display: block;
    margin-left: 1rem;
    margin-right: 0;
  }
  .woocommerce-address-fields {
    padding-right: 2rem;
  }
}
[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea {
  box-shadow: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select2-container--default .select2-selection--single {
  border: 0;
}

.select2-container .select2-selection--single {
  height: 41px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: -13px;
  margin-top: 3px;
}

.woocommerce .woocommerce-MyAccount-content button.button {
  margin: 10px 3px 3px 3px;
}

@media (min-width: 64em) {
  .header .grid-container .grid-x #quicklinks li.icon-account-bag {
    bottom: 1px;
  }
  .header .grid-container .grid-x #quicklinks li.icon-account-item {
    bottom: 1px;
    right: 2px;
    position: relative;
  }
  #footer-container {
    margin-top: 40px;
  }
  .hero-1 .text-content {
    padding-top: 0;
    padding-left: 22px;
  }
}
.slider-nav {
  filter: drop-shadow(0 0 0.3rem rgba(0, 0, 0, 0.2)) !important;
}

.color-options {
  display: flex;
  margin-top: 7px !important;
}
@media (min-width: 64em) {
  .color-options {
    margin-top: 16px !important;
  }
}
.color-options li {
  margin: 0 5px 0 0px;
}
@media (min-width: 64em) {
  .color-options li {
    margin: 0 0 0 5px;
  }
}
.color-options li span {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
@media (min-width: 64em) {
  .color-options li span {
    width: 8px;
    height: 8px;
  }
}

.woocommerce ul.products li.product a.button.product_type_simple,
.woocommerce ul.products li.product a.button.product_type_variable {
  display: none;
}
.woocommerce ul.products li.product .product-loop-title-color {
  position: relative;
}
@media (min-width: 64em) {
  .woocommerce ul.products li.product .product-loop-title-color {
    display: flex;
    justify-content: space-between;
  }
}

.variations {
  margin-bottom: 20px !important;
}
.variations tbody tr:nth-child(even) {
  background-color: unset;
}
.variations tbody .reset_variations {
  display: none !important;
}

.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
  left: auto;
  right: 12px;
}

.hamb-menu {
  padding-top: 2px;
}

.menu-icon {
  width: 30px;
  height: 22px;
  cursor: pointer;
}

.menu-icon .bar {
  transition: all 0.3s ease-in-out;
}

.menu-icon.is-active .bar:nth-child(1) {
  transform: translateY(2px) translateX(18px) rotate(45deg);
}

.menu-icon.is-active .bar:nth-child(2) {
  opacity: 0;
}

.menu-icon.is-active .bar:nth-child(3) {
  transform: translateY(30px) translateX(-35px) rotate(-45deg);
}

.desktop-search-box-container {
  display: none;
}

@media (min-width: 40em) {
  .desktop-search-box-container {
    display: block;
  }
}
.desktop-search-box-container #dgwt-wcas-search-input-1 {
  border-radius: 20px;
}

#yith-wcwl-form .woocommerce-notices-wrapper {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 64em) {
  #yith-wcwl-form {
    margin-bottom: 3.125rem;
  }
}
#yith-wcwl-form ul.shop_table {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -0.3125rem;
}
@media screen and (min-width: 40em) {
  #yith-wcwl-form ul.shop_table {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
#yith-wcwl-form ul.shop_table li {
  margin-right: 0.3125rem;
  margin-left: 0.3125rem;
  margin-bottom: 1.875rem;
  width: calc(50% - 10px);
  position: relative;
  padding-bottom: 3rem;
}
@media screen and (min-width: 40em) {
  #yith-wcwl-form ul.shop_table li {
    width: calc(33.3% - 30px);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  #yith-wcwl-form ul.shop_table li {
    width: calc(20% - 30px);
  }
}
#yith-wcwl-form ul.shop_table .product-thumbnail {
  margin-bottom: 1.25rem;
  text-align: center;
}
#yith-wcwl-form ul.shop_table .product-rating {
  margin-bottom: 0.625rem;
}
#yith-wcwl-form ul.shop_table .product-name {
  margin-bottom: 0.4375rem;
}
#yith-wcwl-form ul.shop_table .product-name a {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.8125rem;
  display: block;
  color: #515151;
}
#yith-wcwl-form ul.shop_table .product-price {
  color: #302D2D;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.9375rem;
}
#yith-wcwl-form ul.shop_table .product-actions {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
#yith-wcwl-form ul.shop_table .product-actions .button, #yith-wcwl-form ul.shop_table .product-actions .add_to_cart {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0.3125rem;
  min-width: auto;
  text-align: center;
  padding: 0.625rem !important;
  font-weight: 600;
  font-size: 0.875rem;
}
@media screen and (min-width: 64em) {
  #yith-wcwl-form ul.shop_table .product-actions .add_to_cart {
    width: 80%;
  }
  #yith-wcwl-form ul.shop_table .product-actions .remove_from_wishlist {
    width: 20%;
  }
}
#yith-wcwl-form ul.shop_table .product-actions .button-black {
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a5a5a5;
}
#yith-wcwl-form ul.shop_table .product-actions .button-black:hover, #yith-wcwl-form ul.shop_table .product-actions .button-black:focus {
  background-color: red;
}
#yith-wcwl-form ul.shop_table .product-actions .button-black:after {
  content: url("../images/icon-trash.svg");
}

.single-image-cell .product-variations-images {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-image-cell .product-variations-images li {
  display: none;
}
.single-image-cell .product-variations-images li.mainimage {
  display: block;
}
.single-image-cell .product-variations-images li ul {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
}
.single-image-cell .product-variations-images li ul li {
  display: inline-block;
  width: 25%;
}

p.stock {
  display: none;
}

img.sizeguide-desktop {
  display: none;
}

@media (min-width: 64em) {
  img.sizeguide-mobile {
    display: none;
  }
  img.sizeguide-desktop {
    display: inline-block;
  }
}
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.out_of_stock {
  pointer-events: all;
  cursor: pointer;
}

.swiper-slide {
  aspect-ratio: 440/585;
  text-align: center;
  display: flex;
}

.swiper-slide img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.gallery_container.single-image .swiper-album,
.gallery_container.single-image .swiper-album .swiper-wrapper,
.gallery_container.single-image .swiper-album .swiper-slide {
  aspect-ratio: 861/586;
  width: 100%;
  height: auto;
}

.gallery_container.single-image .swiper-album .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.swiper-thumbnails.single-image {
  display: none;
}

ul.products h2 {
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  letter-spacing: normal;
  text-transform: uppercase;
}
ul.products img {
  text-indent: -9999px;
}

.product-remove .tinv-wraper {
  display: none !important;
}

#product-mobile-gallery-slider .slick-prev {
  left: -7px;
  z-index: 99;
  width: 30px;
  height: 30px;
}
#product-mobile-gallery-slider .slick-prev:before {
  content: url(../images/circle-chevron-left-thin.svg);
}
#product-mobile-gallery-slider .slick-next {
  right: -7px;
  z-index: 99;
  width: 30px;
  height: 30px;
}
#product-mobile-gallery-slider .slick-next:before {
  content: url(../images/circle-chevron-right-thin.svg);
}
#product-mobile-gallery-slider li.slick-slide img {
  width: 100%;
}

.product-name .variation {
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.rmp-submenu-open .rmp-submenu-depth-2 {
  display: block !important;
  margin-left: 30px !important;
}

.rmp-submenu-open .rmp-submenu-depth-3 {
  margin-left: 30px !important;
}

.rmp-submenu-open .rmp-submenu-depth-4 {
  margin-left: 30px !important;
}

.rmp-submenu {
  width: auto !important;
}

.rmp-container {
  height: calc(100vh - 138px) !important;
}

.rmp-submenu-depth-1 a .rmp-menu-subarrow {
  display: none !important;
}

.rmp-submenu-depth-1 .rmp-submenu-depth-2 a .rmp-menu-subarrow {
  display: block !important;
}

@media (min-width: 64em) {
  header.header .desktop-search-box-container {
    padding-bottom: 0;
  }
  header.header .head-tools-container {
    padding-top: 0;
  }
}
ul.submenu-level-3 li > a {
  font-weight: 500 !important;
}

ul.submenu-level-4 {
  display: none !important;
  margin-bottom: 20px !important;
  margin-left: 15px !important;
}

ul.submenu-level-4 li > a {
  font-weight: normal !important;
}

li.active > ul.submenu-level-4 {
  display: block !important;
  height: auto;
  opacity: 1;
  visibility: visible;
  overflow: visible;
}

.submenu-plus {
  display: inline-block;
  transition: transform 0.3s ease;
}

.submenu-plus::before {
  content: "❯";
  display: inline-block;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

li.active .submenu-plus::before {
  transform: rotate(-90deg);
}/*# sourceMappingURL=style.css.map */