/*alkemy-compile: Thu Dec 12 2019 17:05:12 GMT+0100 (Central European Standard Time)*/
@charset "UTF-8";
@font-face {
  font-family: "BaskervilleCom";
  font-display: block;
  src: url("../fonts/BaskervilleCom/BaskervilleCom.eot");
  src: url("../fonts/BaskervilleCom/BaskervilleCom.eot?#iefix") format("embedded-opentype"), url("../fonts/BaskervilleCom/BaskervilleCom.woff") format("woff"), url("../fonts/BaskervilleCom/BaskervilleCom.ttf") format("truetype"), url("../fonts/BaskervilleCom/BaskervilleCom.svg#BaskervilleCom") format("svg");
}

@font-face {
  font-family: "TTNorms";
  font-display: block;
  src: url("../fonts/TTNorms/TTNorms.eot");
  src: url("../fonts/TTNorms/TTNorms.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNorms/TTNorms.woff") format("woff"), url("../fonts/TTNorms/TTNorms.ttf") format("truetype"), url("../fonts/TTNorms/TTNorms.svg#TTNorms") format("svg");
}

@-webkit-keyframes loading-animate {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    height: 200px;
  }
  30% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    height: 200px;
  }
  60% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    height: 200px;
  }
  100% {
    height: 0;
  }
}

@keyframes loading-animate {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    height: 200px;
  }
  30% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    height: 200px;
  }
  60% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    height: 200px;
  }
  100% {
    height: 0;
  }
}

@-webkit-keyframes popIn {
  from {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes popIn {
  from {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes button-loading-animate {
  0% {
    width: 0;
  }
  30% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    width: 330px;
  }
  60% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    width: 330px;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    width: 330px;
  }
}

@keyframes button-loading-animate {
  0% {
    width: 0;
  }
  30% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    width: 330px;
  }
  60% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    width: 330px;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    width: 330px;
  }
}

@-webkit-keyframes animate-opacityIn {
  0% {
    opacity: 0;
  }
  30% {
    opacity: .3;
  }
  60% {
    opacity: .6;
  }
  100% {
    opacity: 1;
  }
}

@keyframes animate-opacityIn {
  0% {
    opacity: 0;
  }
  30% {
    opacity: .3;
  }
  60% {
    opacity: .6;
  }
  100% {
    opacity: 1;
  }
}

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

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

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  font-family: "TTNorms", sans-serif;
  font-weight: normal;
  line-height: 1.15;
  color: #1d1d1d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

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

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

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

.row {
  max-width: 79.375rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.row .row {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

@media print, screen and (min-width: 48.0625em) {
  .row .row {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
}

@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
}

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

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.row:not(.expanded) .row {
  max-width: none;
}

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

.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column, .columns {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  min-width: 0;
}

@media print, screen and (min-width: 48.0625em) {
  .column, .columns {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

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

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

.small-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

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

.small-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

.small-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

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

.small-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

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

.small-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

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

.small-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

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

.small-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

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

.small-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

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

.small-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

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

.small-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

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

.small-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

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

.small-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

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

.small-up-1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-1 > .column, .small-up-1 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-2 > .column, .small-up-2 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-3 > .column, .small-up-3 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-up-4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-4 > .column, .small-up-4 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-5 > .column, .small-up-5 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-6 > .column, .small-up-6 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-up-7 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-7 > .column, .small-up-7 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

.small-up-8 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-8 > .column, .small-up-8 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
  max-width: 12.5%;
}

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

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

@media print, screen and (min-width: 48.0625em) {
  .medium-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
  .medium-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media print, screen and (min-width: 48.0625em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .large-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

.row.large-unstack > .column, .row.large-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

.shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 1.875rem;
}

.column-block > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 48.0625em) {
  .column-block {
    margin-bottom: 1.5rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

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: "TTNorms", 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: 1rem;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

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

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

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

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

@media print, screen and (min-width: 48.0625em) {
  h1, .h1 {
    font-size: 1.25rem;
  }
  h2, .h2 {
    font-size: 1.25rem;
  }
  h3, .h3 {
    font-size: 1.25rem;
  }
  h4, .h4 {
    font-size: 1.125rem;
  }
  h5, .h5 {
    font-size: 1rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}

a {
  line-height: inherit;
  color: #1d1d1d;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: #1d1d1d;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 79.375rem;
  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, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 0;
  font-weight: normal;
}

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: #a5a5a5;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #a5a5a5;
}

cite:before {
  content: "— ";
}

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

figure {
  margin: 0;
}

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

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

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

.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: 48.0625em) {
  .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;
    -webkit-box-shadow: none !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 #a5a5a5;
    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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.3rem;
  margin: 0 0 2.5rem;
  padding: 0.75rem 0.75rem 0.75rem 0;
  border: none;
  border-radius: 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: inherit;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.15;
  color: #000000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  outline: none;
  border: none;
  background-color: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

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

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

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

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

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

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

::placeholder {
  color: #000000;
}

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

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 1.25rem;
  margin-right: 2.5rem;
  margin-bottom: 0;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

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

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

label {
  display: block;
  margin: 0;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 0.75rem;
  color: #1d1d1d;
}

label.middle {
  margin: 0 0 2.5rem;
  padding: 1.25rem 0;
}

.help-text {
  margin-top: -1.25rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #1d1d1d;
}

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

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

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

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

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

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

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

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

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.75rem;
}

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

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

.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.3rem;
  margin: 0 0 2.5rem;
  padding: 0.75rem 0.75rem 0.75rem 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.15;
  color: #000000;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28165, 165, 165%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -2.5rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 3.75rem;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMBJREFUeNrEllsOhCAMRVszC9IlzU7KCmVHTJsoMWYMUtpyv9BgbuXQB5ZSdgBYYY4ycgBivk8KYFsQMfMiTTBP4o3nUzCKzOabLJbLy2/g31evGkAginR4/ZegKH5qX3bJCscA3t0x3kgO5tQFyhhFf50xRqFLbyMUNJQzgyjGS/wgCpvKqkRBpuWrE4V9d+1E4dPUXqIg107SQOE/2DRQxMwTDygIInVDET9T3lCoj/6j/VCmGjZOl2lKpZ8AAwDQP7zIimDGFQAAAABJRU5ErkJggg==");
  }
}

select:focus {
  outline: none;
  border: none;
  background-color: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
}

select:disabled {
  background-color: #f3f3f3;
  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: #faedeb;
}

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

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

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

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

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

.form-error {
  display: none;
  margin-top: -1.25rem;
  margin-bottom: 2.5rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}

.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0.875rem 4.5rem 0.875rem 2rem;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: "TTNorms", sans-serif;
  font-size: 0.75rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1d1d1d;
  color: #FFFFFF;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button:hover, .button:focus {
  background-color: #191919;
  color: #FFFFFF;
}

.button.tiny {
  font-size: 0.75rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 0.75rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button.primary {
  background-color: #1779ba;
  color: #FFFFFF;
}

.button.primary:hover, .button.primary:focus {
  background-color: #126195;
  color: #FFFFFF;
}

.button.secondary {
  background-color: #767676;
  color: #FFFFFF;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #FFFFFF;
}

.button.success {
  background-color: #3adb76;
  color: #1d1d1d;
}

.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #1d1d1d;
}

.button.warning {
  background-color: #ffae00;
  color: #1d1d1d;
}

.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #1d1d1d;
}

.button.alert {
  background-color: #cc4b37;
  color: #FFFFFF;
}

.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #FFFFFF;
}

.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: #1d1d1d;
  color: #FFFFFF;
}

.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: #FFFFFF;
}

.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: #FFFFFF;
}

.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: #1d1d1d;
}

.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: #1d1d1d;
}

.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: #FFFFFF;
}

.button.hollow {
  border: 1px solid #1d1d1d;
  color: #1d1d1d;
}

.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:hover, .button.hollow:focus {
  border-color: #0f0f0f;
  color: #0f0f0f;
}

.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
  border: 1px solid #1d1d1d;
  color: #1d1d1d;
}

.button.hollow.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.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: #157539;
  color: #157539;
}

.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: #805700;
  color: #805700;
}

.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: #67251a;
  color: #67251a;
}

.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 {
  border: 1px solid #1d1d1d;
  color: #1d1d1d;
}

.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:hover, .button.clear:focus {
  border-color: #0f0f0f;
  color: #0f0f0f;
}

.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border: 1px solid #1d1d1d;
  color: #1d1d1d;
}

.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: #0c3d5d;
  color: #0c3d5d;
}

.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: #157539;
  color: #157539;
}

.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: #805700;
  color: #805700;
}

.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: #67251a;
  color: #67251a;
}

.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: #FFFFFF transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 4.5rem;
}

.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #1d1d1d;
}

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

.accordion {
  margin-left: 0;
  background: transparent;
  list-style-type: none;
}

.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

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

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

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 0;
  border: none;
  border-bottom: 0;
  font-size: 0.875rem;
  line-height: 1;
  color: #1d1d1d;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: none;
  border-radius: 0 0 0 0;
}

.accordion-title:hover, .accordion-title:focus {
  background-color: transparent;
}

.accordion-content {
  display: none;
  padding: 0.625rem 0.625rem 1.875rem 0.625rem;
  border: none;
  border-bottom: 0;
  background-color: transparent;
  color: #1d1d1d;
}

:last-child > .accordion-content:last-child {
  border-bottom: none;
}

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

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

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

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

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

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}

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

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

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

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

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

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

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

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

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

.close-button {
  position: absolute;
  color: #a5a5a5;
  cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
  outline: 0;
}

.close-button:hover, .close-button:focus {
  color: #1d1d1d;
}

.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.625rem 0;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu, .menu.horizontal {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.menu.vertical {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu.expanded li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

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

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 48.0625em) {
  .menu.medium-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.medium-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.medium-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.medium-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.large-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.large-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.large-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

.menu.icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-left li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}

.menu.icon-right li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}

.menu.icon-top li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-bottom li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu .is-active > a {
  background: transparent;
  color: #1d1d1d;
}

.menu .active > a {
  background: transparent;
  color: #1d1d1d;
}

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

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

.menu.align-right li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.menu.align-right.vertical li {
  display: block;
  text-align: right;
}

.menu.align-right.vertical li .submenu li {
  text-align: right;
}

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}

.menu.align-center li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu.align-center li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-centered > .menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-centered > .menu li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 7px 0 #FFFFFF, 0 14px 0 #FFFFFF;
          box-shadow: 0 7px 0 #FFFFFF, 0 14px 0 #FFFFFF;
  content: '';
}

.menu-icon:hover::after {
  background: #cacaca;
  -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #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: #1d1d1d;
  -webkit-box-shadow: 0 7px 0 #1d1d1d, 0 14px 0 #1d1d1d;
          box-shadow: 0 7px 0 #1d1d1d, 0 14px 0 #1d1d1d;
  content: '';
}

.menu-icon.dark:hover::after {
  background: #a5a5a5;
  -webkit-box-shadow: 0 7px 0 #a5a5a5, 0 14px 0 #a5a5a5;
          box-shadow: 0 7px 0 #a5a5a5, 0 14px 0 #a5a5a5;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #FFFFFF;
}

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #FFFFFF;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

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

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

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}

.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}

.drilldown .is-drilldown-submenu-parent > 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;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.drilldown.align-left .is-drilldown-submenu-parent > 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 #1d1d1d;
  right: 1rem;
  left: auto;
}

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1d1d1d transparent transparent;
  right: auto;
  left: 1rem;
}

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #FFFFFF;
  font-size: 1rem;
}

.dropdown-pane.is-opening {
  display: block;
}

.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

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

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

.dropdown-pane.large {
  width: 400px;
}

.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: #1d1d1d transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}

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

.dropdown.menu > li > a {
  background: #FFFFFF;
  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 #1d1d1d 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 #1d1d1d;
}

@media print, screen and (min-width: 48.0625em) {
  .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: #1d1d1d 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 #1d1d1d 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 #1d1d1d;
  }
}

@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: #1d1d1d 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 #1d1d1d 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 #1d1d1d;
  }
}

.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: #FFFFFF;
}

.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 #1d1d1d 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 #1d1d1d;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

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

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #FFFFFF;
}

.label.primary {
  background: #1779ba;
  color: #FFFFFF;
}

.label.secondary {
  background: #767676;
  color: #FFFFFF;
}

.label.success {
  background: #3adb76;
  color: #1d1d1d;
}

.label.warning {
  background: #ffae00;
  color: #1d1d1d;
}

.label.alert {
  background: #cc4b37;
  color: #FFFFFF;
}

.media-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.media-object-section {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section.main-section {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

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

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

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

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

.off-canvas {
  position: fixed;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #FFFFFF;
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-push {
  z-index: 12;
}

.off-canvas.is-closed {
  visibility: hidden;
}

.off-canvas.is-transition-overlap {
  z-index: 13;
}

.off-canvas.is-transition-overlap.is-open {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #FFFFFF;
}

[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-push {
  z-index: 12;
}

.off-canvas-absolute.is-closed {
  visibility: hidden;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left {
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

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

.position-left.is-transition-push {
  -webkit-box-shadow: inset -13px 0 20px -13px none;
          box-shadow: inset -13px 0 20px -13px none;
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right {
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

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

.position-right.is-transition-push {
  -webkit-box-shadow: inset 13px 0 20px -13px none;
          box-shadow: inset 13px 0 20px -13px none;
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top {
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

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

.position-top.is-transition-push {
  -webkit-box-shadow: inset 0 -13px 20px -13px none;
          box-shadow: inset 0 -13px 20px -13px none;
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom {
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

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

.position-bottom.is-transition-push {
  -webkit-box-shadow: inset 0 13px 20px -13px none;
          box-shadow: inset 0 13px 20px -13px none;
}

.off-canvas-content {
  -webkit-transform: none;
          transform: none;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.off-canvas-content.has-transition-push {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media print, screen and (min-width: 48.0625em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    -webkit-transform: none;
            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 {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    -webkit-transform: none;
            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 {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    -webkit-transform: none;
            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 {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    -webkit-transform: none;
            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 {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    -webkit-transform: none;
            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 {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    -webkit-transform: none;
            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 {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    -webkit-transform: none;
            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 {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    -webkit-transform: none;
            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: 48.0625em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    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 {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: 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;
    -webkit-transition: none;
    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 {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(29, 29, 29, 0.5);
  color: #FFFFFF;
}

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #FFFFFF;
}

[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
  outline: 0;
}

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  background-color: rgba(29, 29, 29, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}

.orbit-bullets button:hover {
  background-color: #a5a5a5;
}

.orbit-bullets button.is-active {
  background-color: #a5a5a5;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::before, .pagination::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.pagination::after {
  clear: both;
}

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}

.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 48.0625em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #1d1d1d;
}

.pagination a:hover,
.pagination button:hover {
  background: #f3f3f3;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1779ba;
  color: #FFFFFF;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: '\2026';
  color: #1d1d1d;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab';
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb';
}

.sticky-container {
  position: relative;
}

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

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

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

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

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

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(29, 29, 29, 0.45);
  overflow-y: auto;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #FFFFFF;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 48.0625em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column, .reveal .columns {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 48.0625em) {
  .reveal {
    width: 600px;
    max-width: 79.375rem;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 48.0625em) {
  .reveal.tiny {
    width: 30%;
    max-width: 79.375rem;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .reveal.small {
    width: 50%;
    max-width: 79.375rem;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .reveal.large {
    width: 90%;
    max-width: 79.375rem;
  }
}

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

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

thead,
tbody,
tfoot {
  border: none;
  background-color: transparent;
}

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

thead {
  background: none;
  color: #000000;
}

tfoot {
  background: none;
  color: #000000;
}

thead tr,
tfoot tr {
  background: transparent;
}

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

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

tbody tr {
  border-bottom: 0;
  border-bottom: none;
  background-color: transparent;
}

@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: none;
}

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

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

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

.tabs {
  margin: 0;
  border: 1px solid #f3f3f3;
  background: #FFFFFF;
  list-style-type: none;
}

.tabs::before, .tabs::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.tabs::after {
  clear: both;
}

.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: #FFFFFF;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1673b1;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}

[data-whatinput='mouse'] .tabs-title > a {
  outline: 0;
}

.tabs-title > a:hover {
  background: #FFFFFF;
  color: #1468a0;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #f3f3f3;
  color: #1779ba;
}

.tabs-content {
  border: 1px solid #f3f3f3;
  border-top: 0;
  background: #FFFFFF;
  color: #1d1d1d;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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

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

.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #FFFFFF;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(29, 29, 29, 0.2);
          box-shadow: 0 0 0 1px rgba(29, 29, 29, 0.2);
  line-height: 0;
}

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
}

a.thumbnail:hover, a.thumbnail:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
          box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}

a.thumbnail image {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #1d1d1d;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

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

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

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

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #a5a5a5;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #1d1d1d;
  font-size: 80%;
  color: #FFFFFF;
}

.tooltip::before {
  position: absolute;
}

.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #1d1d1d;
  bottom: 100%;
}

.tooltip.bottom.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1d1d1d transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.top.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1d1d1d;
  left: 100%;
}

.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1d1d1d transparent transparent;
  right: 100%;
  left: auto;
}

.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}

.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}

.tooltip.align-left::before {
  left: 10%;
  right: auto;
}

.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-bar,
.top-bar ul {
  background-color: #f3f3f3;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 48.0625em) {
  .top-bar {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

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

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

.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: 48.0625em) {
  .hide-for-medium {
    display: none !important;
  }
}

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

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

@media screen and (max-width: 48.06125em), 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;
  }
}

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

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

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

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.clearfix::after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 48.0625em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

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

@media print, screen and (min-width: 48.0625em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

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

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  font-family: "TTNorms", sans-serif;
  font-weight: normal;
  line-height: 1.15;
  color: #1d1d1d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

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

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

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

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

.reveal .close-button {
  top: 1.5rem;
  right: 1.5rem;
}

@media screen and (min-width: 48.0625em) {
  .reveal {
    padding: 3rem;
  }
  .reveal .close-button {
    top: 3.5rem;
    right: 2rem;
  }
}

.date-picker {
  width: 170px;
  height: 25px;
  padding: 0;
  border: 0;
  line-height: 25px;
  padding-left: 10px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
  color: #303030;
  position: relative;
}

.date-picker-background {
  position: fixed;
  z-index: 991;
  background-color: #ffffff;
  padding: 32px 12px;
  font-size: 12px;
  line-height: 14px;
  color: #0000;
}

.date-picker-background:before {
  content: '';
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.date-picker-background .date-picker-wrapper {
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 992;
  position: fixed;
  width: 100%;
  max-width: 400px;
}

.dp-clearfix {
  clear: both;
  height: 0;
  font-size: 0;
}

.date-picker-wrapper.inline-wrapper {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
}

.date-picker-wrapper.single-date {
  width: auto;
}

.date-picker-wrapper.no-topbar {
  padding-top: 12px;
}

.date-picker-wrapper b {
  color: #666;
  font-weight: 700;
}

.date-picker-wrapper a {
  color: #6bb4d6;
  text-decoration: underline;
}

.date-picker-wrapper .month-name {
  text-transform: uppercase;
}

.date-picker-wrapper .select-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.date-picker-wrapper .select-wrapper:hover {
  text-decoration: underline;
}

.date-picker-wrapper .month-element {
  display: inline-block;
  vertical-align: middle;
}

.date-picker-wrapper .select-wrapper select {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: -1px;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  outline: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 0.01;
}

.date-picker-wrapper .month-wrapper {
  background-color: #fff;
  padding: 32px 12px;
  cursor: default;
  position: relative;
  _overflow: hidden;
}

.date-picker-wrapper .month-wrapper table {
  width: 100%;
  float: left;
}

.date-picker-wrapper .month-wrapper table.month2 {
  width: 190px;
  float: left;
}

.date-picker-wrapper .month-wrapper table th, .date-picker-wrapper .month-wrapper table td {
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  margin: 0px;
  padding: 0px;
}

.date-picker-wrapper .month-wrapper table .day {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #ccc;
  cursor: default;
}

.date-picker-wrapper .month-wrapper table div.day.lastMonth, .date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #999;
  cursor: default;
}

.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: #e5e5e5;
}

.date-picker-wrapper .month-wrapper table .week-name {
  height: 20px;
  line-height: 20px;
  font-weight: 100;
  text-transform: uppercase;
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important;
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip .tooltip {
  white-space: nowrap;
}

.date-picker-wrapper .time label {
  white-space: nowrap;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #333;
  cursor: pointer;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: #e5e5e5;
}

.date-picker-wrapper .month-wrapper table .day.nextMonth, .date-picker-wrapper .month-wrapper table .day.lastMonth {
  display: none;
}

.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: #1d1d1d;
  color: #ffffff !important;
  font-weight: bold;
}

.date-picker-wrapper table .caption {
  height: 40px;
}

.date-picker-wrapper table .caption > th:first-of-type, .date-picker-wrapper table .caption > th:last-of-type {
  width: 27px;
}

.date-picker-wrapper table .caption .next, .date-picker-wrapper table .caption .prev {
  padding: 0 5px;
  cursor: pointer;
}

.date-picker-wrapper table .caption .next:hover, .date-picker-wrapper table .caption .prev:hover {
  background-color: #ccc;
  color: white;
}

.date-picker-wrapper .gap {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 100%;
  background-color: red;
  font-size: 0;
  line-height: 0;
  float: left;
  top: -5px;
  margin: 0 10px -10px;
  visibility: hidden;
  height: 0;
}

.date-picker-wrapper .gap .gap-lines {
  height: 100%;
  overflow: hidden;
}

.date-picker-wrapper .gap .gap-line {
  height: 15px;
  width: 15px;
  position: relative;
}

.date-picker-wrapper .gap .gap-line .gap-1 {
  z-index: 1;
  height: 0;
  border-left: 8px solid white;
  border-top: 8px solid #eee;
  border-bottom: 8px solid #eee;
}

.date-picker-wrapper .gap .gap-line .gap-2 {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid white;
}

.date-picker-wrapper .gap .gap-line .gap-3 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid white;
}

.date-picker-wrapper .gap .gap-top-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 1px;
  background-color: #eee;
  z-index: 3;
}

.date-picker-wrapper .gap .gap-bottom-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 7px;
  background-color: #eee;
  z-index: 3;
}

.date-picker-wrapper .selected-days {
  display: none;
}

.date-picker-wrapper .drp_top-bar {
  display: none;
}

.date-picker-wrapper .drp_top-bar .error-top, .date-picker-wrapper .drp_top-bar .normal-top {
  display: none;
}

.date-picker-wrapper .drp_top-bar .default-top {
  display: block;
}

.date-picker-wrapper .drp_top-bar.error .default-top {
  display: none;
}

.date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: red;
}

.date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none;
}

.date-picker-wrapper .drp_top-bar.normal .normal-top {
  display: block;
}

.date-picker-wrapper .drp_top-bar.normal .normal-top .selection-top {
  color: #333;
}

.date-picker-wrapper .drp_top-bar .apply-btn {
  position: absolute;
  right: 0px;
  top: 6px;
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  color: #d9eef7;
  border: solid 1px #e5e5e5;
  background: #e5e5e5;
  line-height: initial;
}

.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  cursor: pointer;
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -moz-linear-gradient(top, #fff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

.date-picker-wrapper .time {
  position: relative;
}

.date-picker-wrapper.single-month .time {
  display: block;
}

.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px;
}

.date-picker-wrapper .time1 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

/*time styling*/
.time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

.date-picker-wrapper .time1 {
  float: left;
}

.date-picker-wrapper .time2 {
  float: right;
}

.date-picker-wrapper .hour {
  text-align: right;
}

.minute {
  text-align: right;
}

.date-picker-wrapper .hide {
  display: none;
}

.date-picker-wrapper .first-date-selected, .date-picker-wrapper .last-date-selected {
  background-color: #999999 !important;
  color: white !important;
}

.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -4px;
  margin-left: -8px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: none;
  background-color: yellow;
  padding: 0 6px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}

.date-picker-wrapper .date-range-length-tip:after {
  content: '';
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid yellow;
  left: 50%;
  margin-left: -4px;
  bottom: -4px;
}

.date-picker-wrapper.two-months.no-gap .month1 .next, .date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: none;
}

.date-picker-wrapper .week-number {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #999;
  cursor: pointer;
}

.date-picker-wrapper .week-number.week-number-selected {
  color: #e5e5e5;
  font-weight: bold;
}

address {
  font-style: normal;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
  text-transform: uppercase;
}

h6, .h6 {
  text-transform: uppercase;
}

p {
  font-size: 0.875rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

#admin_messages,
.messages {
  list-style: none;
  padding: 0;
  margin: 0 0 0.625rem;
}

#admin_messages > li,
.messages > li {
  background: #767676;
  color: #1d1d1d;
  font-size: 0.75rem;
  text-transform: uppercase;
  padding: 0.625rem 1.25rem;
  letter-spacing: 0.5px;
}

#admin_messages > li ul,
.messages > li ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#admin_messages > li.error-msg,
.messages > li.error-msg {
  background: #cc4b37;
}

#admin_messages > li.success-msg,
.messages > li.success-msg {
  background: #3adb76;
}

.block-cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  padding: 1.25rem 0;
  z-index: 103;
}

.block-cookie .block-cookie__wrapper {
  max-width: 79.375rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  position: relative;
}

.block-cookie .row {
  position: relative;
}

.block-cookie p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.block-cookie .ico-close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.page-title h1 {
  margin: 1.25rem 0;
  padding: 0;
  font-family: "BaskervilleCom", serif;
  line-height: normal;
  text-transform: uppercase;
  font-size: 1.375rem;
  letter-spacing: 0.04em;
}

@media print, screen and (min-width: 48.0625em) {
  .page-title h1 {
    font-size: 1.875rem;
    margin: 0 0 2.5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .page-title h1 {
    font-size: 2.5rem;
    margin: 0 0 2.5rem;
  }
}

.send-friend form {
  margin-bottom: 1.875rem;
}

.send-friend form .std {
  margin-bottom: 1.5625rem;
}

.send-friend form .std h3 {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-family: "TTNorms", sans-serif;
}

@media print, screen and (min-width: 48.0625em) {
  .send-friend form .std h3 {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

.ico-cart {
  display: inline-block;
  background: no-repeat center url("../images/icons/ico-cart.svg");
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
}

.ico-close, .close-button {
  display: inline-block;
  background: no-repeat center url("../images/icons/ico-close.svg");
  background-size: 35px 35px;
  width: 35px;
  height: 35px;
  font-size: 0;
}

.ico-email {
  display: inline-block;
  background: no-repeat center url("../images/icons/ico-email.svg");
  background-size: 17px 11px;
  width: 17px;
  height: 11px;
}

.ico-menu {
  display: inline-block;
  background: no-repeat center url("../images/icons/ico-menu.svg");
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
}

.ico-print {
  display: inline-block;
  background: no-repeat center url("../images/icons/ico-print.svg");
  background-size: 16px 14px;
  width: 16px;
  height: 14px;
}

.ico-search, body.plugincompany-storelocator-storelocation-locator button#bh-sl-submit {
  display: inline-block;
  background: no-repeat center url("../images/icons/ico-search.svg");
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
}

.ico-user {
  display: inline-block;
  background: no-repeat center url("../images/icons/ico-user.svg");
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
}

.ico-arrow, .slick-vertical .slick-arrow::before {
  display: inline-block;
  background: no-repeat center url("../images/icons/ico-arrow.svg");
  background-size: 11px 7px;
  width: 11px;
  height: 7px;
}

.ico-minus {
  display: inline-block;
  background: no-repeat center url("../images/icons/ico-minus.png");
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
}

.ico-plus {
  display: inline-block;
  background: no-repeat center url("../images/icons/ico-plus.png");
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
}

.ico-angle-down {
  display: inline-block;
  background: no-repeat center url("../images/icons/ico-angle-down.svg");
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
}

.ico-storelocator {
  display: inline-block;
  background: no-repeat center url("../images/icons/ico-storelocator.svg");
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
}

.ico-audio-control {
  display: inline-block;
  background: no-repeat center url("../images/icons/ico-audio.svg");
  background-size: 42px 42px;
  width: 42px;
  height: 42px;
}

/**
 * Extends for buttons
 * button markup: <button class="button"><span>TEXT</span></button>
 * the use the css modifier needed (which are both extends and class)
 * button--black
 * button--white
 * button--animated
 * button--arrow
 */
.button {
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 1.5rem;
  text-align: left;
  position: relative;
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
  display: inline-block;
  outline: none;
  height: 3.375rem;
  padding-left: 2.5625rem;
  width: 100%;
  font-size: 0.8em;
  text-decoration: none;
}

@media screen and (min-width: 641px) {
  .button {
    max-width: 365px;
    font-size: 1em;
  }
}

.button span {
  display: block;
  line-height: 2;
  white-space: nowrap;
}

.disabled.button, .button[disabled] {
  opacity: .5;
  cursor: not-allowed;
}

.button::before, .button::after {
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  position: absolute;
  top: 50%;
  content: '';
  height: 1px;
  background: currentColor;
  display: block;
}

.button::before {
  width: 1.25rem;
  left: 0;
}

.button::after {
  width: 3.25rem;
  right: 0;
}

.button--arrow::after, .button-cart::after, .button-add-to::after, .widget-products:not(.black-background) .widget__text-content .button::after,
.widget-text-image:not(.black-background) .widget__text-content .button::after,
.widget-image:not(.black-background) .widget__text-content .button::after,
.widget-container-block:not(.black-background) .widget__text-content .button::after, .widget-products.black-background .widget__text-content .button::after,
.widget-text-image.black-background .widget__text-content .button::after,
.widget-image.black-background .widget__text-content .button::after,
.widget-container-block.black-background .widget__text-content .button::after {
  width: 3.125rem;
  right: 1.25rem;
}

.button--arrow > span::after, .button-cart > span::after, .button-add-to > span::after, .widget-products:not(.black-background) .widget__text-content .button > span::after, .widget-text-image:not(.black-background) .widget__text-content .button > span::after, .widget-image:not(.black-background) .widget__text-content .button > span::after, .widget-container-block:not(.black-background) .widget__text-content .button > span::after, .widget-products.black-background .widget__text-content .button > span::after, .widget-text-image.black-background .widget__text-content .button > span::after, .widget-image.black-background .widget__text-content .button > span::after, .widget-container-block.black-background .widget__text-content .button > span::after, .button--arrow > span::before, .button-cart > span::before, .button-add-to > span::before, .widget-products:not(.black-background) .widget__text-content .button > span::before, .widget-text-image:not(.black-background) .widget__text-content .button > span::before, .widget-image:not(.black-background) .widget__text-content .button > span::before, .widget-container-block:not(.black-background) .widget__text-content .button > span::before, .widget-products.black-background .widget__text-content .button > span::before, .widget-text-image.black-background .widget__text-content .button > span::before, .widget-image.black-background .widget__text-content .button > span::before, .widget-container-block.black-background .widget__text-content .button > span::before {
  content: '';
  width: 8px;
  height: 1px;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  position: absolute;
  right: 1.1875rem;
}

.button--arrow > span::after, .button-cart > span::after, .button-add-to > span::after, .widget-products:not(.black-background) .widget__text-content .button > span::after, .widget-text-image:not(.black-background) .widget__text-content .button > span::after, .widget-image:not(.black-background) .widget__text-content .button > span::after, .widget-container-block:not(.black-background) .widget__text-content .button > span::after, .widget-products.black-background .widget__text-content .button > span::after, .widget-text-image.black-background .widget__text-content .button > span::after, .widget-image.black-background .widget__text-content .button > span::after, .widget-container-block.black-background .widget__text-content .button > span::after {
  top: calc(50% + 2px);
}

.button--arrow > span::before, .button-cart > span::before, .button-add-to > span::before, .widget-products:not(.black-background) .widget__text-content .button > span::before, .widget-text-image:not(.black-background) .widget__text-content .button > span::before, .widget-image:not(.black-background) .widget__text-content .button > span::before, .widget-container-block:not(.black-background) .widget__text-content .button > span::before, .widget-products.black-background .widget__text-content .button > span::before, .widget-text-image.black-background .widget__text-content .button > span::before, .widget-image.black-background .widget__text-content .button > span::before, .widget-container-block.black-background .widget__text-content .button > span::before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  top: calc(50% - 2px);
}

.button--arrow:hover:not(.button-disabled)::after, .button-cart:hover:not(.button-disabled)::after, .button-add-to:hover:not(.button-disabled)::after, .widget-products:not(.black-background) .widget__text-content .button:hover:not(.button-disabled)::after,
.widget-text-image:not(.black-background) .widget__text-content .button:hover:not(.button-disabled)::after,
.widget-image:not(.black-background) .widget__text-content .button:hover:not(.button-disabled)::after,
.widget-container-block:not(.black-background) .widget__text-content .button:hover:not(.button-disabled)::after, .widget-products.black-background .widget__text-content .button:hover:not(.button-disabled)::after,
.widget-text-image.black-background .widget__text-content .button:hover:not(.button-disabled)::after,
.widget-image.black-background .widget__text-content .button:hover:not(.button-disabled)::after,
.widget-container-block.black-background .widget__text-content .button:hover:not(.button-disabled)::after, .button--arrow:focus:not(.button-disabled)::after, .button-cart:focus:not(.button-disabled)::after, .button-add-to:focus:not(.button-disabled)::after, .widget-products:not(.black-background) .widget__text-content .button:focus:not(.button-disabled)::after,
.widget-text-image:not(.black-background) .widget__text-content .button:focus:not(.button-disabled)::after,
.widget-image:not(.black-background) .widget__text-content .button:focus:not(.button-disabled)::after,
.widget-container-block:not(.black-background) .widget__text-content .button:focus:not(.button-disabled)::after, .widget-products.black-background .widget__text-content .button:focus:not(.button-disabled)::after,
.widget-text-image.black-background .widget__text-content .button:focus:not(.button-disabled)::after,
.widget-image.black-background .widget__text-content .button:focus:not(.button-disabled)::after,
.widget-container-block.black-background .widget__text-content .button:focus:not(.button-disabled)::after {
  width: 3.125rem;
}

.button--arrow-only {
  width: 2.5rem;
  font-size: 0;
  padding-left: 0;
  padding-right: 0;
}

.button--arrow-only::before {
  content: none;
}

.button--arrow-only::after {
  width: 2.5rem;
  right: 0;
}

.button--arrow-only > span::after, .button--arrow-only > span::before {
  right: 0;
}

.button--arrow-only:hover:not(.button-disabled)::after, .button--arrow-only:focus:not(.button-disabled)::after {
  width: 2.5rem;
}

.button {
  background-color: #1d1d1d;
  border-color: #1d1d1d;
  color: #FFFFFF;
}

.button > span::after, .button > span::before {
  background-color: currentColor;
}

.button:hover, .button:focus {
  background-color: #FFFFFF;
  border-color: transparent;
  color: #1d1d1d;
}

.button:hover::before, .button:hover::after, .button:focus::before, .button:focus::after {
  background-color: currentColor;
}

.button:hover > span::after, .button:hover > span::before, .button:focus > span::after, .button:focus > span::before {
  background-color: currentColor;
}

.disabled.button, .disabled.button:hover, .disabled.button:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #1d1d1d;
  color: #FFFFFF;
}

.button--white, .button-add-to, .btn-back-step, .widget-products:not(.black-background) .widget__text-content .button,
.widget-text-image:not(.black-background) .widget__text-content .button,
.widget-image:not(.black-background) .widget__text-content .button,
.widget-container-block:not(.black-background) .widget__text-content .button {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #1d1d1d;
}

.button--white::before, .button-add-to::before, .btn-back-step::before, .widget-products:not(.black-background) .widget__text-content .button::before,
.widget-text-image:not(.black-background) .widget__text-content .button::before,
.widget-image:not(.black-background) .widget__text-content .button::before,
.widget-container-block:not(.black-background) .widget__text-content .button::before, .button--white::after, .button-add-to::after, .btn-back-step::after, .widget-products:not(.black-background) .widget__text-content .button::after,
.widget-text-image:not(.black-background) .widget__text-content .button::after,
.widget-image:not(.black-background) .widget__text-content .button::after,
.widget-container-block:not(.black-background) .widget__text-content .button::after {
  background-color: currentColor;
}

.button--white > span::after, .button-add-to > span::after, .btn-back-step > span::after, .widget-products:not(.black-background) .widget__text-content .button > span::after, .widget-text-image:not(.black-background) .widget__text-content .button > span::after, .widget-image:not(.black-background) .widget__text-content .button > span::after, .widget-container-block:not(.black-background) .widget__text-content .button > span::after, .button--white > span::before, .button-add-to > span::before, .btn-back-step > span::before, .widget-products:not(.black-background) .widget__text-content .button > span::before, .widget-text-image:not(.black-background) .widget__text-content .button > span::before, .widget-image:not(.black-background) .widget__text-content .button > span::before, .widget-container-block:not(.black-background) .widget__text-content .button > span::before {
  background-color: currentColor;
}

.button--white:hover, .button-add-to:hover, .btn-back-step:hover, .widget-products:not(.black-background) .widget__text-content .button:hover,
.widget-text-image:not(.black-background) .widget__text-content .button:hover,
.widget-image:not(.black-background) .widget__text-content .button:hover,
.widget-container-block:not(.black-background) .widget__text-content .button:hover, .button--white:focus, .button-add-to:focus, .btn-back-step:focus, .widget-products:not(.black-background) .widget__text-content .button:focus,
.widget-text-image:not(.black-background) .widget__text-content .button:focus,
.widget-image:not(.black-background) .widget__text-content .button:focus,
.widget-container-block:not(.black-background) .widget__text-content .button:focus {
  background-color: #1d1d1d;
  border-color: transparent;
  color: #FFFFFF;
}

.disabled.button--white, .disabled.button-add-to, .disabled.btn-back-step, .widget-products:not(.black-background) .widget__text-content .disabled.button,
.widget-text-image:not(.black-background) .widget__text-content .disabled.button,
.widget-image:not(.black-background) .widget__text-content .disabled.button,
.widget-container-block:not(.black-background) .widget__text-content .disabled.button, .disabled.button--white:hover, .disabled.button-add-to:hover, .disabled.btn-back-step:hover, .widget-products:not(.black-background) .widget__text-content .disabled.button:hover,
.widget-text-image:not(.black-background) .widget__text-content .disabled.button:hover,
.widget-image:not(.black-background) .widget__text-content .disabled.button:hover,
.widget-container-block:not(.black-background) .widget__text-content .disabled.button:hover, .disabled.button--white:focus, .disabled.button-add-to:focus, .disabled.btn-back-step:focus, .widget-products:not(.black-background) .widget__text-content .disabled.button:focus,
.widget-text-image:not(.black-background) .widget__text-content .disabled.button:focus,
.widget-image:not(.black-background) .widget__text-content .disabled.button:focus,
.widget-container-block:not(.black-background) .widget__text-content .disabled.button:focus, .button--white[disabled], .button-add-to[disabled], .btn-back-step[disabled], .widget-products:not(.black-background) .widget__text-content .button[disabled],
.widget-text-image:not(.black-background) .widget__text-content .button[disabled],
.widget-image:not(.black-background) .widget__text-content .button[disabled],
.widget-container-block:not(.black-background) .widget__text-content .button[disabled], .button--white[disabled]:hover, .button-add-to[disabled]:hover, .btn-back-step[disabled]:hover, .widget-products:not(.black-background) .widget__text-content .button[disabled]:hover,
.widget-text-image:not(.black-background) .widget__text-content .button[disabled]:hover,
.widget-image:not(.black-background) .widget__text-content .button[disabled]:hover,
.widget-container-block:not(.black-background) .widget__text-content .button[disabled]:hover, .button--white[disabled]:focus, .button-add-to[disabled]:focus, .btn-back-step[disabled]:focus, .widget-products:not(.black-background) .widget__text-content .button[disabled]:focus,
.widget-text-image:not(.black-background) .widget__text-content .button[disabled]:focus,
.widget-image:not(.black-background) .widget__text-content .button[disabled]:focus,
.widget-container-block:not(.black-background) .widget__text-content .button[disabled]:focus {
  background-color: #FFFFFF;
  color: #1d1d1d;
}

.disabled.button-cart, .disabled.button-add-to, .button-cart[disabled], .button-add-to[disabled], .button-cart:hover, .button-add-to:hover, .button-cart:focus, .button-add-to:focus {
  background-color: #FFFFFF;
  border-color: currentColor;
  color: #1d1d1d;
}

.disabled.button-cart, .disabled.button-add-to, .button-cart[disabled], .button-add-to[disabled] {
  opacity: .9;
}

.disabled.button-cart:hover, .disabled.button-add-to:hover, .disabled.button-cart:focus, .disabled.button-add-to:focus, .button-cart[disabled]:hover, .button-add-to[disabled]:hover, .button-cart[disabled]:focus, .button-add-to[disabled]:focus {
  background-color: #FFFFFF;
  border-color: currentColor;
  color: #1d1d1d;
}

.button--arrow-only.button--white:hover, .button--arrow-only.button--white:focus {
  background-color: #FFFFFF;
  border-color: transparent;
  color: #1d1d1d;
}

.button--arrow-only.button--white:hover::after, .button--arrow-only.button--white:hover::before, .button--arrow-only.button--white:focus::after, .button--arrow-only.button--white:focus::before {
  background-color: #1d1d1d;
}

.button--arrow-only.button--white:hover > span::after, .button--arrow-only.button--white:hover > span::before, .button--arrow-only.button--white:focus > span::after, .button--arrow-only.button--white:focus > span::before {
  background-color: #1d1d1d;
}

.button--arrow-only.button--black:hover, .button--arrow-only.button--black:focus {
  background-color: #1d1d1d;
  border-color: transparent;
  color: #FFFFFF;
}

.button--arrow-only.button--black:hover::after, .button--arrow-only.button--black:hover::before, .button--arrow-only.button--black:focus::after, .button--arrow-only.button--black:focus::before {
  background-color: #FFFFFF;
}

.button--arrow-only.button--black:hover > span::after, .button--arrow-only.button--black:hover > span::before, .button--arrow-only.button--black:focus > span::after, .button--arrow-only.button--black:focus > span::before {
  background-color: #FFFFFF;
}

.btn-back-step {
  padding-left: 0;
  padding-right: 0;
}

.btn-back-step::before, .btn-back-step::after {
  content: none;
}

.btn-back-step span {
  border-bottom: solid 1px #1d1d1d;
  display: table;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .btn-back-step span {
    text-align: left;
    margin-right: 0;
    margin-left: 0;
  }
}

.btn-back-step:hover, .btn-back-step:focus {
  background: inherit;
  color: currentColor;
}

.button-subscription:hover, .button-subscription:focus {
  background-color: #1d1d1d;
  border-color: transparent;
  color: #FFFFFF;
}

.button-subscription:hover::after, .button-subscription:hover::before, .button-subscription:focus::after, .button-subscription:focus::before {
  background-color: #FFFFFF;
}

.button-subscription:hover > span::after, .button-subscription:hover > span::before, .button-subscription:focus > span::after, .button-subscription:focus > span::before {
  background-color: #FFFFFF;
}

.pslogin-block .pslogin-buttons ul li {
  max-width: none;
}

.pslogin-button-link {
  width: 100%;
  max-width: 365px;
}

form .fields {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media print, screen and (min-width: 48.0625em) {
  form .fields {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
}

@media print, screen and (min-width: 64em) {
  form .fields {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
}

form .fields .field {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-top: 25px;
  margin-bottom: 5px;
}

@media print, screen and (min-width: 48.0625em) {
  form .fields .field {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

@media print, screen and (min-width: 48.0625em) {
  form .fields .field {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
  form .fields .field {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

@media print, screen and (min-width: 48.0625em) {
  form .fields .field.wide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
  form .fields .field.wide {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

@media print, screen and (min-width: 48.0625em) {
  form .fields .field {
    margin-top: 20px;
    margin-bottom: 5px;
  }
}

form .fields .field input[type="email"],
form .fields .field input[type="text"],
form .fields .field input[type="password"],
form .fields .field select,
form .fields .field textarea,
form .fields .field input[type="email"],
form .fields .field input[type="text"],
form .fields .field input[type="password"],
form .fields .field select,
form .fields .field textarea {
  padding: .625rem .625rem .625rem 0;
  margin: 0 0 1rem;
}

form .fields .field input:-webkit-autofill, form .fields .field select:-webkit-autofill, form .fields .field textarea:-webkit-autofill {
  -webkit-text-fill-color: current color;
  -webkit-box-shadow: 0 0 0 30px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

form label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "TTNorms", sans-serif;
}

form [type='text'], form [type='password'], form [type='date'], form [type='datetime'], form [type='datetime-local'], form [type='month'], form [type='week'], form [type='email'], form [type='number'], form [type='search'], form [type='tel'], form [type='time'], form [type='url'], form [type='color'],
form select,
form textarea {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  border-bottom: 1px solid #1d1d1d;
  font-family: sans-serif;
}

form [type='text']:focus, form [type='password']:focus, form [type='date']:focus, form [type='datetime']:focus, form [type='datetime-local']:focus, form [type='month']:focus, form [type='week']:focus, form [type='email']:focus, form [type='number']:focus, form [type='search']:focus, form [type='tel']:focus, form [type='time']:focus, form [type='url']:focus, form [type='color']:focus,
form select:focus,
form textarea:focus {
  border-bottom: 1px solid #1d1d1d;
}

form [type='text'].validation-failed, form [type='password'].validation-failed, form [type='date'].validation-failed, form [type='datetime'].validation-failed, form [type='datetime-local'].validation-failed, form [type='month'].validation-failed, form [type='week'].validation-failed, form [type='email'].validation-failed, form [type='number'].validation-failed, form [type='search'].validation-failed, form [type='tel'].validation-failed, form [type='time'].validation-failed, form [type='url'].validation-failed, form [type='color'].validation-failed,
form select.validation-failed,
form textarea.validation-failed {
  border-bottom: 1px solid #c22000;
}

form [type='text']::-webkit-input-placeholder, form [type='password']::-webkit-input-placeholder, form [type='date']::-webkit-input-placeholder, form [type='datetime']::-webkit-input-placeholder, form [type='datetime-local']::-webkit-input-placeholder, form [type='month']::-webkit-input-placeholder, form [type='week']::-webkit-input-placeholder, form [type='email']::-webkit-input-placeholder, form [type='number']::-webkit-input-placeholder, form [type='search']::-webkit-input-placeholder, form [type='tel']::-webkit-input-placeholder, form [type='time']::-webkit-input-placeholder, form [type='url']::-webkit-input-placeholder, form [type='color']::-webkit-input-placeholder,
form select::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  font-family: "TTNorms", sans-serif;
}

form [type='text']:-ms-input-placeholder, form [type='password']:-ms-input-placeholder, form [type='date']:-ms-input-placeholder, form [type='datetime']:-ms-input-placeholder, form [type='datetime-local']:-ms-input-placeholder, form [type='month']:-ms-input-placeholder, form [type='week']:-ms-input-placeholder, form [type='email']:-ms-input-placeholder, form [type='number']:-ms-input-placeholder, form [type='search']:-ms-input-placeholder, form [type='tel']:-ms-input-placeholder, form [type='time']:-ms-input-placeholder, form [type='url']:-ms-input-placeholder, form [type='color']:-ms-input-placeholder,
form select:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  font-family: "TTNorms", sans-serif;
}

form [type='text']::-ms-input-placeholder, form [type='password']::-ms-input-placeholder, form [type='date']::-ms-input-placeholder, form [type='datetime']::-ms-input-placeholder, form [type='datetime-local']::-ms-input-placeholder, form [type='month']::-ms-input-placeholder, form [type='week']::-ms-input-placeholder, form [type='email']::-ms-input-placeholder, form [type='number']::-ms-input-placeholder, form [type='search']::-ms-input-placeholder, form [type='tel']::-ms-input-placeholder, form [type='time']::-ms-input-placeholder, form [type='url']::-ms-input-placeholder, form [type='color']::-ms-input-placeholder,
form select::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
  font-family: "TTNorms", sans-serif;
}

form [type='text']::placeholder, form [type='password']::placeholder, form [type='date']::placeholder, form [type='datetime']::placeholder, form [type='datetime-local']::placeholder, form [type='month']::placeholder, form [type='week']::placeholder, form [type='email']::placeholder, form [type='number']::placeholder, form [type='search']::placeholder, form [type='tel']::placeholder, form [type='time']::placeholder, form [type='url']::placeholder, form [type='color']::placeholder,
form select::placeholder,
form textarea::placeholder {
  font-family: "TTNorms", sans-serif;
}

form textarea {
  min-height: 9.375rem;
  max-height: 25rem;
}

form .field.controls {
  position: relative;
  display: inline-block;
  line-height: 1;
}

form .field.controls input:not([type='checkbox']):not([type='radio']) {
  display: none;
}

form .field.controls input {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1em;
  width: 0;
  height: 100%;
  z-index: 2;
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

form .field.controls .state label {
  position: static;
  display: inline-block;
  font-family: "TTNorms", sans-serif;
  margin: 0;
  padding-left: 50px;
  line-height: 18px;
  cursor: pointer;
}

@media print, screen and (min-width: 48.0625em) {
  form .field.controls .state label {
    padding-left: 30px;
  }
}

form .field.controls .state label:before, form .field.controls .state label:after {
  content: '';
  width: 18px;
  height: 18px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  border: 1px solid transparent;
  z-index: 0;
  position: absolute;
  margin-left: -30px;
  top: 0;
  background-color: transparent;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

form .field.controls .state label:before {
  border-color: #1d1d1d;
}

form .field.controls input:checked ~ .state label:after {
  border: 6px solid #1d1d1d !important;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

form .field.controls.controls--radio .state label:before, form .field.controls.controls--radio .state label:after {
  border-radius: 50%;
}

form .button-set {
  margin-top: 1.25rem;
}

@media print, screen and (min-width: 48.0625em) {
  form .button-set {
    margin-top: 3.125rem;
  }
}

form .validation-advice {
  position: absolute;
  font-size: 0.625rem;
  color: #c22000;
  font-weight: bold;
  line-height: 0.625rem;
  z-index: 2;
  letter-spacing: 0.14em;
  top: calc(100% - 1rem + 8px);
}

form .controls-radio .validation-advice {
  top: calc(100% + 5px);
}

.main form .fields {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media screen and (min-width: 641px) {
  .main form .fields {
    margin-right: -.75rem;
    margin-left: -.75rem;
  }
}

.main form .fields .fields {
  margin-left: 0;
  margin-right: 0;
}

.main form .fields.privacy-block {
  margin-top: 20px;
}

.main form .fields .std {
  display: block;
  width: 100%;
}

.main form .fields .dt-methods {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
}

.main form .fields .dt-methods .std {
  padding-left: 40px;
}

.main form .fields .customer-name {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.main form .fields .customer-name .field {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media print, screen and (min-width: 40em) {
  .main form .fields .customer-name .field {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.main form .fields .field {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-right: .9375rem;
  padding-left: .9375rem;
}

@media print, screen and (min-width: 40em) {
  .main form .fields .field {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-right: .75rem;
    padding-left: .75rem;
  }
}

.main form .fields .field.wide {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.main form .fields .field.controls {
  margin-top: 14px;
  margin-bottom: 14px;
}

.main form .fields .field.controls.controls-radio .state label:after,
.main form .fields .field.controls.controls-radio .state label:before {
  border-radius: 50%;
}

.main form .fields .field.controls input:checked ~ .state label:after {
  border: 6px solid #1d1d1d !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.main form .fields .field.controls .state label {
  padding-left: 30px;
  -webkit-transform: none;
          transform: none;
}

.main form .fields .field.controls .state label a {
  text-decoration: underline;
}

.main form .fields .field.controls .state label a:hover {
  text-decoration: none;
}

.main form .fields .field select {
  font-size: 12px;
  background: no-repeat right center url("../images/icons/ico-angle-down.svg");
  background-size: 16px;
}

.main form .fields .field .ico-select {
  display: inline-block;
  background: no-repeat center url("../images/icons/ico-arrow.svg");
  background-size: 13px 7px;
  width: 13px;
  height: 7px;
  position: absolute;
  right: 12px;
  top: 15px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-color: #fff;
}

.main form .fields .customer-dob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.main form .fields .customer-dob .field {
  width: 33.33%;
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
}

.main form .fields .customer-dob .field:first-child {
  padding-left: 0;
}

.main .scroll-content {
  padding: 15px;
  max-height: 300px;
  overflow: scroll;
  display: none;
  border: 1px solid #cccccc;
}

.float-label-enabled .field label.floating {
  position: absolute;
  top: 18px;
  z-index: 51;
  opacity: 0;
  color: #000000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: font-size 150ms ease-out, opacity 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: font-size 150ms ease-out, opacity 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out, opacity 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out, opacity 150ms ease-out, -webkit-transform 150ms ease-out;
  font-size: .75rem;
  letter-spacing: 0.14em;
}

.float-label-enabled .field label.floating.onShow, .float-label-enabled .field label.floating.onFocus {
  opacity: 0.4;
  color: #000000;
  -webkit-transform: translateY(-235%);
          transform: translateY(-235%);
  -webkit-transition: font-size 150ms ease-out, opacity 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: font-size 150ms ease-out, opacity 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out, opacity 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out, opacity 150ms ease-out, -webkit-transform 150ms ease-out;
  font-size: 0.625rem;
}

.float-label-enabled .field label.floating.dob {
  top: 10px;
}

.float-label-enabled .field input::-webkit-input-placeholder, .float-label-enabled .field textarea::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.4;
}

.float-label-enabled .field input:-ms-input-placeholder, .float-label-enabled .field textarea:-ms-input-placeholder {
  color: #000000;
  opacity: 0.4;
}

.float-label-enabled .field input::-ms-input-placeholder, .float-label-enabled .field textarea::-ms-input-placeholder {
  color: #000000;
  opacity: 0.4;
}

.float-label-enabled .field input::placeholder, .float-label-enabled .field textarea::placeholder {
  color: #000000;
  opacity: 0.4;
}

footer .float-label-enabled .field input::-webkit-input-placeholder, footer .float-label-enabled .field textarea::-webkit-input-placeholder {
  color: #FFFFFF;
}

footer .float-label-enabled .field input:-ms-input-placeholder, footer .float-label-enabled .field textarea:-ms-input-placeholder {
  color: #FFFFFF;
}

footer .float-label-enabled .field input::-ms-input-placeholder, footer .float-label-enabled .field textarea::-ms-input-placeholder {
  color: #FFFFFF;
}

footer .float-label-enabled .field input::placeholder, footer .float-label-enabled .field textarea::placeholder {
  color: #FFFFFF;
}

.float-label-enabled .field input:focus::-webkit-input-placeholder, .float-label-enabled .field textarea:focus::-webkit-input-placeholder {
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
  color: transparent;
}

.float-label-enabled .field input:focus:-ms-input-placeholder, .float-label-enabled .field textarea:focus:-ms-input-placeholder {
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
  color: transparent;
}

.float-label-enabled .field input:focus::-ms-input-placeholder, .float-label-enabled .field textarea:focus::-ms-input-placeholder {
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
  color: transparent;
}

.float-label-enabled .field input:focus::placeholder, .float-label-enabled .field textarea:focus::placeholder {
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
  color: transparent;
}

.payment_form_gestpaypro {
  width: 100%;
}

.use-custom-select {
  height: 0;
  width: 0;
  position: absolute;
  visibility: hidden;
  padding: 0;
}

.custom-select {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: auto;
  position: relative;
  font-size: 0.75rem;
  font-family: "TTNorms", sans-serif;
  line-height: 1.15;
  letter-spacing: 1px;
  color: #000000;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #1d1d1d;
  z-index: 1;
  background-color: #FFFFFF;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2.5rem;
}

.custom-select.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.custom-select > span {
  display: inline-block;
  vertical-align: middle;
  padding: 0.75rem 0.75rem 0.75rem 0;
}

.custom-select__opener {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  padding-right: 0;
}

.custom-select__opener .ico-arrow, .custom-select__opener .slick-vertical .slick-arrow::before, .slick-vertical .custom-select__opener .slick-arrow::before {
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.custom-select__list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #1d1d1d;
  background-color: #FFFFFF;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.custom-select__list .list__label {
  display: none;
}

.custom-select__list ul {
  display: inline-block;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 1.25rem 0;
  background-color: #FFFFFF;
}

.custom-select__list ul li {
  display: block;
  margin: 5px 0;
  opacity: 0.4;
  font-family: "TTNorms", sans-serif;
}

.custom-select__list ul li.selected-value {
  font-family: "TTNorms", sans-serif;
  opacity: 1;
}

.custom-select__list ul li:hover {
  opacity: 1;
}

.custom-select:hover, .custom-select--open {
  z-index: 2;
}

.custom-select:hover .custom-select__list, .custom-select--open .custom-select__list {
  border-top: 1px solid #1d1d1d;
}

.custom-select--open .custom-select__opener .ico-arrow, .custom-select--open .custom-select__opener .slick-vertical .slick-arrow::before, .slick-vertical .custom-select--open .custom-select__opener .slick-arrow::before {
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.custom-select--big {
  max-width: 165px;
  font-family: "TTNorms", sans-serif;
  margin-bottom: 3rem;
  width: 45%;
}

.custom-select--big > span {
  padding: 1.25rem .75rem 1.25rem 0;
}

.custom-select--big .custom-select__opener {
  top: -6px;
  right: 0.5rem;
  padding-right: 0;
  padding-left: 0;
}

.custom-select--big .custom-select__opener .ico-arrow, .custom-select--big .custom-select__opener .slick-vertical .slick-arrow::before, .slick-vertical .custom-select--big .custom-select__opener .slick-arrow::before {
  width: 16px;
  height: 20px;
}

.custom-select--big .custom-select__list {
  bottom: 0;
  top: auto;
  z-index: 2;
  border-bottom: 0 none;
}

.custom-select--big .custom-select__list .list__label {
  display: none;
  height: 3.5rem;
  padding: 0px 0.5rem;
}

.custom-select--big .custom-select__list .list__label .custom-select__opener {
  top: 13px;
  right: 8px;
}

.custom-select--big .custom-select__list ul {
  padding: 0;
  height: 75px;
  overflow: hidden;
  overflow-y: auto;
}

.custom-select--big .custom-select__list ul li {
  cursor: pointer;
  padding: 0.75rem 0.5rem;
  margin: 1px 0;
  opacity: 1;
  line-height: 1.1;
}

.custom-select--big .custom-select__list ul li.empty-item {
  display: none;
}

.custom-select--big .custom-select__list ul li:hover, .custom-select--big .custom-select__list ul li.selected-value {
  background-color: #1d1d1d;
  color: #FFFFFF;
}

.custom-select--big.custom-select--open .custom-select__list .list__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-select--big .validation-advice {
  position: absolute;
  top: 57px;
  font-family: "TTNorms", sans-serif;
  font-size: .5625rem;
  text-transform: uppercase;
  color: #c22000;
  line-height: .625rem;
  letter-spacing: 1.4px;
  z-index: 2;
}

.custom-select ~ .custom-select {
  margin-left: 10%;
}

* {
  letter-spacing: 0.14em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 0.8125rem;
}

body.full-page .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body.full-page .main .content-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

header > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 3rem;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

@-webkit-keyframes preloadPage {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}

@keyframes preloadPage {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}

.preload-page-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-align: center;
}

.preload-page-wrapper.js-active {
  -webkit-animation: preloadPage 0.6s ease-in-out;
          animation: preloadPage 0.6s ease-in-out;
}

.preload-page-wrapper.js-active svg {
  -webkit-animation: preloadPage 0.6s ease-in-out;
          animation: preloadPage 0.6s ease-in-out;
}

.preload-page-wrapper .preload-page-content {
  display: inline-block;
  vertical-align: middle;
  width: 14.5rem;
  height: auto;
  position: relative;
  top: 50%;
}

#header {
  position: relative;
  z-index: 101;
  width: 100%;
  top: 0;
  background: #FFFFFF;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body.header-sticky #header {
  position: fixed;
}

#header .header-nav-top {
  width: 100%;
}

#header .header-nav-top .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  padding: 2.45rem 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 0;
}

#header .header-nav-top .logo {
  margin: 0;
  display: inline-block;
  font-size: 0;
  width: 10.5rem;
}

@media print, screen and (min-width: 48.0625em) {
  #header .header-nav-top .logo {
    width: 14.5rem;
  }
}

#header .header-nav-top .logo.logo--cc-corneliani {
  width: 10.5rem;
}

@media print, screen and (min-width: 48.0625em) {
  #header .header-nav-top .logo.logo--cc-corneliani {
    width: 14.5rem;
  }
}

#header .header-nav-top .logo.logo--cc-corneliani svg, #header .header-nav-top .logo.logo--cc-corneliani img[src$=".svg"] {
  width: 100%;
  height: 24px;
  vertical-align: baseline;
}

#header .header-nav-top .logo a {
  display: block;
}

@media print, screen and (min-width: 48.0625em) {
  #header .header-nav-top .main-menu .nav-panel--dropdown {
    opacity: 0;
    display: none;
  }
  #header .header-nav-top .main-menu .nav-panel--dropdown ul.nav-submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-align-content: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  #header .header-nav-top .main-menu .nav-panel--dropdown ul.nav-submenu > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    margin: 0;
    padding: 1rem 0px;
    text-align: left;
  }
}

@media screen and (min-width: 769px) and (max-width: 1099px) {
  #header .header-nav-top .main-menu a.level-top {
    visibility: hidden;
  }
}

@media screen and (max-width: 768px) {
  #header .header-nav-top .main-menu {
    display: none;
  }
}

#header .header-nav-top .header-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
}

#header .header-nav-top .header-navigation a,
#header .header-nav-top .header-navigation button {
  margin-left: 0.9375rem;
  outline: none;
  cursor: pointer;
  font-size: 0;
  position: relative;
  width: 22px;
}

#header .header-nav-top .header-navigation a:first-child,
#header .header-nav-top .header-navigation button:first-child {
  margin-left: 0;
}

#header .header-nav-top .header-navigation a.active:after,
#header .header-nav-top .header-navigation button.active:after {
  content: "";
  display: block;
  z-index: 1;
  bottom: -1.0625rem;
  height: 0.75rem;
  left: 50%;
  position: absolute;
  border-right: 1px solid #1d1d1d;
}

@media print, screen and (min-width: 48.0625em) {
  #header .header-nav-top .header-navigation a.active:after,
  #header .header-nav-top .header-navigation button.active:after {
    height: 1.5rem;
    bottom: -2.5rem;
  }
}

#header .header-nav-top .header-navigation a.mini-cart--button,
#header .header-nav-top .header-navigation button.mini-cart--button {
  position: relative;
}

#header .header-nav-top .header-navigation a.mini-cart--button .mini-cart--qty,
#header .header-nav-top .header-navigation button.mini-cart--button .mini-cart--qty {
  position: absolute;
  top: -4px;
  left: 13px;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  font-family: "TTNorms", sans-serif;
  font-size: 0.625rem;
  letter-spacing: 0.4px;
  color: #FFFFFF;
  line-height: 15px;
  text-align: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #000000;
  -webkit-animation: popIn .5s ease;
          animation: popIn .5s ease;
}

@media screen and (max-width: 768px) {
  #header .header-nav-top .header-navigation .hide-small {
    display: none;
  }
}

#header .main-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  font-size: 0.75rem;
  letter-spacing: .1rem;
}

@media print, screen and (min-width: 48.0625em) {
  #header .main-menu {
    font-size: 0.6875rem;
    letter-spacing: .1rem;
  }
}

#header .main-menu .nav-panel-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

@media print, screen and (min-width: 48.0625em) {
  #header .main-menu .nav-panel-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#header .main-menu .nav-panel-inner .nav-block--center {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
}

#header .main-menu .nav-panel-inner .nav-block img {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
}

#header .main-menu .nav-panel-inner .nav-block--right,
#header .main-menu .nav-panel-inner .nav-block--left {
  margin: 0;
}

#header .main-menu .nav-panel-inner .nav-block--right .bluefoot-row,
#header .main-menu .nav-panel-inner .nav-block--right .bluefoot-wrapper,
#header .main-menu .nav-panel-inner .nav-block--left .bluefoot-row,
#header .main-menu .nav-panel-inner .nav-block--left .bluefoot-wrapper {
  margin: 0;
  padding: 0;
}

#header .main-menu .nav-panel-inner .nav-block--right .bluefoot-row ul,
#header .main-menu .nav-panel-inner .nav-block--right .bluefoot-wrapper ul,
#header .main-menu .nav-panel-inner .nav-block--left .bluefoot-row ul,
#header .main-menu .nav-panel-inner .nav-block--left .bluefoot-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#header .main-menu .nav-panel-inner .nav-block--right .bluefoot-row figure,
#header .main-menu .nav-panel-inner .nav-block--right .bluefoot-wrapper figure,
#header .main-menu .nav-panel-inner .nav-block--left .bluefoot-row figure,
#header .main-menu .nav-panel-inner .nav-block--left .bluefoot-wrapper figure {
  margin: 0;
}

#header .main-menu .nav-panel-inner .nav-block--right .bluefoot-wrapper,
#header .main-menu .nav-panel-inner .nav-block--left .bluefoot-wrapper {
  max-width: 100%;
}

#header .main-menu .nav-panel-inner .nav-block--right .bluefoot-column,
#header .main-menu .nav-panel-inner .nav-block--left .bluefoot-column {
  float: none;
  padding: 0;
}

@media screen and (max-width: 768px) {
  #header .main-menu .nav-panel-inner .nav-block--right,
  #header .main-menu .nav-panel-inner .nav-block--left {
    padding: 2.5rem 2.5rem 2.5rem 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media print, screen and (min-width: 48.0625em) {
  #header .main-menu .nav-panel-inner > div {
    -ms-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 39.6875rem;
    padding: 1.4rem 1.25rem;
  }
  #header .main-menu .nav-panel-inner > div.nav-block--center {
    -ms-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 768px;
    margin-left: 9.375rem;
  }
  #header .main-menu .nav-panel-inner > div.nav-block--right, #header .main-menu .nav-panel-inner > div.nav-block--left {
    -ms-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
  #header .main-menu .nav-block--center + .nav-block--right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  #header .main-menu .nav-block--right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  #header .main-menu .nav-block--left {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

#header .main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media print, screen and (min-width: 48.0625em) {
  #header .main-menu ul {
    text-align: center;
    line-height: 0.6875rem;
  }
}

#header .main-menu ul li {
  display: inline-block;
  margin: .75rem 0;
  padding: .75rem 0;
  padding-right: .5rem;
}

@media print, screen and (min-width: 48.0625em) {
  #header .main-menu ul li {
    margin: 0 0.75rem;
    padding: 0;
  }
  #header .main-menu ul li:first-child {
    margin-left: 0;
  }
  #header .main-menu ul li:last-child {
    margin-right: 0;
  }
}

#header .main-menu ul li a {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

#header .main-menu ul li a:hover {
  color: #939393;
}

#header .main-menu ul li.open a.level-top {
  color: #939393;
}

#header .js-nav-panel-mask {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2020;
}

@media print, screen and (min-width: 48.0625em) {
  #header .js-nav-panel-mask .nav-panel--dropdown,
  #header .js-nav-panel-mask #mini-search-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block !important;
    vertical-align: top;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #fff;
    opacity: 1 !important;
    overflow: hidden;
  }
  #header .js-nav-panel-mask .nav-panel-inner,
  #header .js-nav-panel-mask .header-nav_drawer {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 79.375rem;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
  }
  #header .js-nav-panel-mask .nav-panel-inner {
    margin-top: 3.75rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media print, screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
  #header .js-nav-panel-mask .nav-panel-inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

#header.header-small .header-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 1.5rem 0;
}

@media print, screen and (min-width: 48.0625em) {
  #header.header-small .header-wrapper {
    padding: 1.625rem 0;
  }
}

#header.header-small .header-wrapper .logo {
  width: 10.625rem;
}

.checkout-header .logo {
  max-width: 200px;
  display: block;
  margin: 2rem auto;
}

.free-shipping-sticky {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 41px;
  top: -100%;
  background: #f3f3f3;
  padding: 0.5rem 0px;
}

.free-shipping-sticky .free-shipping-sticky__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 79.375rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  position: relative;
}

.free-shipping-sticky .free-shipping-sticky__wrapper .free-shipping-sticky__content {
  margin: 0;
  margin-right: auto;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  line-height: 1.2;
  padding-right: 20px;
}

.free-shipping-sticky .free-shipping-sticky__wrapper .free-shipping-sticky__content .bluefoot-row,
.free-shipping-sticky .free-shipping-sticky__wrapper .free-shipping-sticky__content .bluefoot-wrapper {
  margin: 0;
  padding: 0;
}

.free-shipping-sticky .free-shipping-sticky__wrapper .free-shipping-sticky__content .bluefoot-row ul,
.free-shipping-sticky .free-shipping-sticky__wrapper .free-shipping-sticky__content .bluefoot-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.free-shipping-sticky .free-shipping-sticky__wrapper .free-shipping-sticky__content .bluefoot-row figure,
.free-shipping-sticky .free-shipping-sticky__wrapper .free-shipping-sticky__content .bluefoot-wrapper figure {
  margin: 0;
}

.free-shipping-sticky .free-shipping-sticky__wrapper .free-shipping-sticky__content .bluefoot-wrapper {
  max-width: 100%;
}

.free-shipping-sticky .free-shipping-sticky__wrapper .free-shipping-sticky__content .bluefoot-column {
  float: none;
  padding: 0;
}

@media print, screen and (min-width: 48.0625em) {
  .free-shipping-sticky .free-shipping-sticky__wrapper .free-shipping-sticky__content {
    font-size: 0.75rem;
  }
}

.free-shipping-sticky .free-shipping-sticky__wrapper .free-shipping-sticky__content p, .free-shipping-sticky .free-shipping-sticky__wrapper .free-shipping-sticky__content span, .free-shipping-sticky .free-shipping-sticky__wrapper .free-shipping-sticky__content a {
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

.free-shipping-sticky .free-shipping-sticky__wrapper .btn-close-container {
  width: 25px;
  height: 25px;
  cursor: pointer;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.free-shipping-sticky .free-shipping-sticky__wrapper .btn-close-container .ico-close-btn {
  display: inline-block;
  background: no-repeat center url("../images/icons/ico-close.svg");
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
}

.header-banner {
  font-family: "BaskervilleCom", serif;
  color: #FFFFFF;
  background: #636363;
  padding: 2rem 1.25rem;
  text-transform: uppercase;
  font-size: 1.2em;
  letter-spacing: 0.14em;
}

.header-banner > div {
  max-width: 1000px;
  margin: 0.5em auto;
}

.header-banner p {
  margin: 0;
  font-size: 1em;
  line-height: 1.38;
}

@media print, screen and (min-width: 48.0625em) {
  .header-banner {
    font-size: 2.45em;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .header-banner > div {
    padding: 0 32px;
  }
}

body.sticky-active:not(.sticky-close) {
  -webkit-transition: padding-top 0.3s ease;
  transition: padding-top 0.3s ease;
}

body.sticky-active:not(.sticky-close) .free-shipping-sticky {
  top: 0;
}

footer {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #1d1d1d;
  padding: 4rem 0;
  margin-top: 0;
  overflow: hidden;
  color: #939393;
  line-height: 1;
}

@media screen and (max-width: 978px) {
  footer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

footer > .row {
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 979px) {
  footer > .row {
    margin-bottom: 5rem;
  }
}

footer > .row:last-child {
  margin-bottom: 0;
}

footer a {
  color: #dfdfdf;
}

footer a:hover {
  color: #dfdfdf;
}

footer p {
  line-height: 1.15;
  letter-spacing: .14em;
  margin: 0;
}

footer .block-subscribe form {
  width: 100%;
  max-width: 400px;
  position: relative;
}

footer .block-subscribe form .fields,
footer .block-subscribe form .field {
  padding: 0 !important;
  margin: 0 !important;
}

footer .block-subscribe form label[for="newsletter"] {
  text-transform: uppercase;
  font-size: .68rem;
  letter-spacing: .1rem;
  -webkit-transition: all .2s;
  transition: all .2s;
  color: #fff !important;
}

footer .block-subscribe form #newsletter {
  width: 100%;
  height: 2.5rem;
  margin: 0;
  padding: 1px 55px 1px 0;
  font-family: sans-serif;
  border: 0 none;
  background: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  outline: none;
}

footer .block-subscribe form #newsletter::-webkit-input-placeholder, footer .block-subscribe form #newsletter::-moz-placeholder, footer .block-subscribe form #newsletter:-ms-input-placeholder, footer .block-subscribe form #newsletter::-webkit-input-placeholder {
  color: #fff;
}

footer .block-subscribe form #newsletter::-webkit-input-placeholder, footer .block-subscribe form #newsletter::-moz-placeholder, footer .block-subscribe form #newsletter:-ms-input-placeholder, footer .block-subscribe form #newsletter::placeholder {
  color: #fff;
}

footer .block-subscribe form .fields {
  position: relative;
}

footer .block-subscribe form button {
  display: block;
  -webkit-appearance: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 1px;
  z-index: 1;
  height: 40px;
}

footer .block-subscribe form .privacy-policy-block {
  display: block;
  width: 85%;
  padding: 1rem 0;
  margin: 0;
}

footer .block-subscribe form .privacy-policy-block label {
  line-height: 1.1rem;
  font-size: .68rem;
  color: #999;
  text-transform: none;
}

footer .block-subscribe form .privacy-policy-block label #nl-subscription__privacy-checkbox {
  position: relative;
  top: 0;
  margin: 0 5px 5px 0;
}

footer .block-subscribe form .privacy-policy-block label a {
  color: #999;
  text-decoration: underline;
}

footer .block-subscribe form .privacy-policy-block label a:hover {
  text-decoration: none;
}

footer .footer-menu__links {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin: 0;
  margin: 0 auto 2.5rem;
}

footer .footer-menu__links .bluefoot-row,
footer .footer-menu__links .bluefoot-wrapper {
  margin: 0;
  padding: 0;
}

footer .footer-menu__links .bluefoot-row ul,
footer .footer-menu__links .bluefoot-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

footer .footer-menu__links .bluefoot-row figure,
footer .footer-menu__links .bluefoot-wrapper figure {
  margin: 0;
}

footer .footer-menu__links .bluefoot-wrapper {
  max-width: 100%;
}

footer .footer-menu__links .bluefoot-column {
  float: none;
  padding: 0;
}

@media screen and (min-width: 979px) {
  footer .footer-menu__links {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 978px) {
  footer .footer-menu__links {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

footer .footer-menu__links > .columns {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media print, screen and (min-width: 48.0625em) {
  footer .footer-menu__links > .columns:first-child {
    padding-left: 1.25rem;
  }
  footer .footer-menu__links > .columns:last-child {
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 978px) {
  footer .footer-menu__links > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  footer .footer-menu__links > .columns:first-child {
    padding-left: 0;
  }
  footer .footer-menu__links > .columns:last-child {
    padding-right: 0;
  }
}

footer .footer-menu__links h6 {
  font-size: 0.6875rem;
  line-height: 1;
  color: #939393;
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 48.0625em) {
  footer .footer-menu__links h6 {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 978px) {
  footer .footer-menu__links h6 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    margin: 0;
    font-size: 0.625rem;
    font-weight: bold;
  }
}

footer .footer-menu__links ul li {
  line-height: 1;
  padding: 0;
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 48.0625em) {
  footer .footer-menu__links ul li {
    margin-bottom: 1.8rem;
  }
}

@media screen and (max-width: 978px) {
  footer .footer-menu__links ul li {
    margin-bottom: 0.8rem;
  }
}

footer .footer-menu__links ul li:last-child {
  margin-bottom: 0;
}

footer .footer-menu__links ul li a {
  font-size: 0.625rem;
  line-height: 1;
  color: #dfdfdf !important;
}

@media screen and (min-width: 979px) {
  footer .footer-menu__links ul li a {
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: 978px) {
  footer .footer-menu__links ul {
    padding-bottom: 1.25rem !important;
    padding-left: 1.25rem !important;
    margin-bottom: 0.5rem !important;
    border-bottom: 1px solid #343434;
  }
}

footer .block-utility-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

footer .block-utility-info .block-social {
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

footer .block-utility-info .block-social .bluefoot-row,
footer .block-utility-info .block-social .bluefoot-wrapper {
  margin: 0;
  padding: 0;
}

footer .block-utility-info .block-social .bluefoot-row ul,
footer .block-utility-info .block-social .bluefoot-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

footer .block-utility-info .block-social .bluefoot-row figure,
footer .block-utility-info .block-social .bluefoot-wrapper figure {
  margin: 0;
}

footer .block-utility-info .block-social .bluefoot-wrapper {
  max-width: 100%;
}

footer .block-utility-info .block-social .bluefoot-column {
  float: none;
  padding: 0;
}

footer .block-utility-info .block-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

footer .block-utility-info .block-social ul li {
  line-height: 1;
  padding: 0;
  margin-bottom: 1rem;
}

@media screen and (min-width: 979px) {
  footer .block-utility-info .block-social ul li {
    margin-bottom: 1.25rem;
    padding: 0 .625rem;
  }
  footer .block-utility-info .block-social ul li:first-child {
    padding-left: 0;
  }
  footer .block-utility-info .block-social ul li:last-child {
    padding-right: 0;
  }
}

footer .block-utility-info .block-social ul li a {
  color: #939393;
  text-decoration: none;
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: .625rem;
}

footer .block-utility-info .block__customer-service__locale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-transform: uppercase;
}

@media screen and (max-width: 978px) {
  footer .block-utility-info .block__customer-service__locale .customer-service-phone {
    margin-bottom: 1rem;
  }
}

footer .block-utility-info .block__customer-service__locale .customer-service-phone p,
footer .block-utility-info .block__customer-service__locale .switch-language_link-switch p {
  font-size: 0.625rem;
  white-space: nowrap;
}

footer .block-utility-info .block__customer-service__locale .customer-service-phone p span,
footer .block-utility-info .block__customer-service__locale .switch-language_link-switch p span {
  color: #dfdfdf;
  padding-left: 5px;
}

footer .block-utility-info .block__customer-service__locale .customer-service-phone {
  padding: 0;
}

@media screen and (min-width: 979px) {
  footer .block-utility-info .block__customer-service__locale .customer-service-phone {
    padding: 0 0.625rem;
  }
}

footer .block-utility-info .block__customer-service__locale .block-locale .switch-language_link-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

@media screen and (min-width: 979px) {
  footer .block-utility-info .block__customer-service__locale .block-locale .switch-language_link-switch {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

footer .block-utility-info .block__customer-service__locale .block-locale .switch-language_link-switch p {
  padding: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 1rem;
}

@media screen and (min-width: 979px) {
  footer .block-utility-info .block__customer-service__locale .block-locale .switch-language_link-switch p {
    padding: 0 0.5rem 0 0.625rem;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-bottom: 0;
  }
}

footer .block-utility-info .block__customer-service__locale .block-locale .switch-language_link-switch p a {
  color: inherit;
  line-height: inherit;
}

footer .block-utility-info .block__customer-service__locale .block-locale .switch-language_link-switch p:last-child {
  padding-right: 0;
}

@media screen and (max-width: 978px) {
  footer .block-utility-info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  footer .block-utility-info .block-social ul,
  footer .block-utility-info .block__customer-service__locale {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  footer .block-utility-info .block-social {
    margin-bottom: 1.25rem;
  }
  footer .block-copy {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  footer .block__customer-service__locale {
    margin-bottom: 3.125rem;
  }
}

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

@media screen and (max-width: 978px) {
  footer .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media print, screen and (min-width: 48.0625em) {
  footer .columns .customer-menu--wrapper {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

footer .columns .customer-menu--wrapper .menu.vertical {
  margin: 1.4375rem 0 2.15625rem;
}

@media print, screen and (min-width: 48.0625em) {
  footer .columns .customer-menu--wrapper .menu.vertical {
    margin: 1.5625rem 0 1.875rem;
  }
}

@media print, screen and (min-width: 48.0625em) {
  footer .columns .customer-menu--wrapper .menu.vertical {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media print, screen and (min-width: 48.0625em) {
  footer .columns .customer-menu--wrapper .menu.vertical .bluefoot-alkemy-menu-item {
    margin-right: 75px;
  }
  footer .columns .customer-menu--wrapper .menu.vertical .bluefoot-alkemy-menu-item:last-of-type {
    margin-right: 0;
  }
}

footer .columns .customer-menu--wrapper .menu.vertical .bluefoot-alkemy-menu-item a {
  color: #dfdfdf;
  font-family: "TTNorms", sans-serif;
  font-size: 0.6875rem;
  text-transform: uppercase;
  opacity: 1;
}

@media screen and (max-width: 39.99875em) {
  footer .columns .customer-menu--wrapper .menu.vertical .bluefoot-alkemy-menu-item a {
    padding: 0;
    line-height: 2.8125rem;
  }
}

footer .columns .customer-menu--wrapper .menu.vertical .bluefoot-alkemy-menu-item a:before {
  display: none;
}

footer .columns .customer-menu--wrapper .menu.vertical .bluefoot-alkemy-menu-item a:hover {
  padding-left: 0;
}

@media print, screen and (min-width: 48.0625em) {
  footer .columns ._switch-language {
    margin: 1.5625rem 0 1.875rem;
  }
}

footer .columns ._switch-language .switch-language--label {
  display: inline-block;
  font-size: 0.625rem;
  line-height: 1.375rem;
  letter-spacing: 0.8px;
  color: #999999;
  text-transform: uppercase;
}

footer .columns ._switch-language .switch-language--menu {
  display: inline-block;
}

footer .columns ._switch-language .switch-language--menu > li.is-dropdown-submenu-parent > a {
  padding: 0 1.5625rem 0 0.625rem;
  font-size: 0.625rem;
  line-height: 1.375rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #FFFFFF;
}

footer .columns ._switch-language .switch-language--menu > li.is-dropdown-submenu-parent > a::after {
  border: none;
  background-image: url("../images/icons/ico-arrow-white.svg");
  background-size: 11px 7px;
  width: 11px;
  height: 7px;
  display: inline-block;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

footer .columns ._switch-language .switch-language--menu > li.is-dropdown-submenu-parent.is-active a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

footer .columns ._switch-language .switch-language--menu > li.is-dropdown-submenu-parent .is-dropdown-submenu {
  background: #0f0f0f;
  border: none;
  margin: 0.625rem 0;
}

@media print, screen and (min-width: 48.0625em) {
  footer .columns ._switch-language .switch-language--menu > li.is-dropdown-submenu-parent .is-dropdown-submenu {
    right: 0;
    left: auto;
  }
}

footer .columns ._switch-language .switch-language--menu > li.is-dropdown-submenu-parent .is-dropdown-submenu a {
  font-size: 0.625rem;
  line-height: 1.25rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.6;
  padding: 0 1.5625rem 0 0.625rem;
}

@media print, screen and (min-width: 48.0625em) {
  footer .columns ._switch-language .switch-language--menu > li.is-dropdown-submenu-parent .is-dropdown-submenu a {
    text-align: right;
  }
}

footer .columns ._switch-language .switch-language--menu > li.is-dropdown-submenu-parent .is-dropdown-submenu a:hover {
  opacity: 1;
}

footer .copyright {
  display: block;
  color: #939393;
  text-decoration: none;
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: .5rem;
}

@media screen and (min-width: 979px) {
  footer .copyright {
    padding-top: 5px;
  }
}

html.modal-opened {
  overflow: hidden;
  height: 100%;
}

html.modal-opened body {
  overflow: hidden;
  height: 100%;
}

.switch-language-container .switch-language {
  position: fixed;
  z-index: 300;
  top: 100%;
  left: 100%;
  width: 100%;
  height: 100%;
  overflow: auto;
  margin: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 1s ease 0.5s;
  transition: opacity 1s ease 0.5s;
}

.switch-language-container .switch-language.js-show {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.switch-language-container .switch-language .switch-language__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  width: 100%;
  max-width: 79.375rem;
  padding: 1.25rem;
  margin: 0 auto;
  overflow-y: auto;
}

@media print, screen and (min-width: 48.0625em) {
  .switch-language-container .switch-language .switch-language__wrapper {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

.switch-language-container .switch-language .btn-close-container {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.switch-language-container .switch-language .btn-close-container .ico-close-btn {
  display: inline-block;
  background: no-repeat center url("../images/icons/ico-close.svg");
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
}

.switch-language-container .switch-language .switch-language__head {
  position: relative;
  width: 100%;
  max-width: 79.375rem;
  padding: 2.5rem 1.25rem 1.25rem;
  margin: 0 auto;
  color: #1d1d1d;
}

.switch-language-container .switch-language .switch-language__head h3 {
  font-family: "BaskervilleCom", serif;
  font-size: 0.9125rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

@media print, screen and (min-width: 48.0625em) {
  .switch-language-container .switch-language .switch-language__head h3 {
    font-size: 1.25rem;
    line-height: 1.75;
  }
}

.switch-language-container .switch-language .switch-language__head p {
  letter-spacing: 0.08em;
  text-transform: none;
  font-size: 0.75rem;
  line-height: 1.4;
}

@media print, screen and (min-width: 48.0625em) {
  .switch-language-container .switch-language .switch-language__head p {
    font-size: 0.875rem;
  }
}

.switch-language-container .switch-language .switch-language__col {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.switch-language-container .switch-language .switch-language__col.col-eu {
  -moz-flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

@media screen and (max-width: 768px) {
  .switch-language-container .switch-language .switch-language__col:nth-child(2) {
    margin-bottom: 1.5rem;
  }
}

.switch-language-container .switch-language .switch-language__col .switch-language__col-label {
  font-size: 0.7rem;
  color: #1d1d1d;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 48.0625em) {
  .switch-language-container .switch-language .switch-language__col .switch-language__col-label {
    margin-bottom: 1.5rem;
  }
}

.switch-language-container .switch-language .switch-language__col .switch-language__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

@media print, screen and (min-width: 48.0625em) {
  .switch-language-container .switch-language .switch-language__col .switch-language__list {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

.switch-language-container .switch-language .switch-language__col .switch-language__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.switch-language-container .switch-language .switch-language__col .switch-language__list ul li {
  margin-bottom: 0.75rem;
  line-height: 1.15;
}

@media print, screen and (min-width: 48.0625em) {
  .switch-language-container .switch-language .switch-language__col .switch-language__list ul li {
    margin-bottom: 1rem;
  }
}

.switch-language-container .switch-language .switch-language__col .switch-language__list ul li a {
  font-size: 0.7rem;
  color: #bbbbbb;
  text-transform: uppercase;
}

.switch-language-container .switch-language .switch-language__col .switch-language__list ul li a:hover {
  color: #1d1d1d;
}

.sidebar-left .bluefoot-alkemy-menu {
  list-style: none;
  padding: 0;
  margin: 5px 0 0 0;
}

.sidebar-left .bluefoot-alkemy-menu .bluefoot-alkemy-menu-item {
  padding: 10px 0;
}

.sidebar-left .bluefoot-alkemy-menu .bluefoot-alkemy-menu-item:first-child {
  padding-top: 0;
}

.sidebar-left .bluefoot-alkemy-menu .bluefoot-alkemy-menu-item:last-child {
  padding-bottom: 0;
}

.sidebar-left .bluefoot-alkemy-menu .bluefoot-alkemy-menu-item.active a {
  opacity: 1;
  padding-left: 40px;
}

.sidebar-left .bluefoot-alkemy-menu .bluefoot-alkemy-menu-item.active a:before {
  width: 20px;
}

.sidebar-left .bluefoot-alkemy-menu .bluefoot-alkemy-menu-item a {
  display: block;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  opacity: 0.4;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  letter-spacing: 0.14em;
}

.sidebar-left .bluefoot-alkemy-menu .bluefoot-alkemy-menu-item a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #1d1d1d;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 6px;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

.sidebar-left .bluefoot-alkemy-menu .bluefoot-alkemy-menu-item a:hover {
  opacity: 1;
  padding-left: 40px;
}

.sidebar-left .bluefoot-alkemy-menu .bluefoot-alkemy-menu-item a:hover:before {
  width: 20px;
}

.widget__pointer-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0.8;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: none;
}

.widget__pointer-container .pointer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  width: 80px;
  height: 80px;
  background-color: #1d1d1d;
  color: #fff;
  border-radius: 50%;
}

.widget__pointer-container .pointer-wrapper:after {
  content: "";
  display: block;
  width: 102px;
  height: 102px;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0.3;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  border: 1px solid #fff;
  border-radius: 50%;
}

.widget__pointer-container .pointer-wrapper .ico-plus {
  display: inline-block;
  background: no-repeat center url("../images/icons/ico-plus.svg");
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
}

.widget__pointer-container .pointer-wrapper .pointer-text {
  position: absolute;
  bottom: 25px;
  left: 100%;
  margin-left: 1rem;
  color: #fff;
  opacity: 0.3;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75rem;
  width: 125px;
  text-align: left;
}

.widget-products,
.widget-text-image,
.widget-image,
.widget-container-block {
  margin: 0;
  max-width: 79.375rem;
  margin: 0 auto;
}

.widget-products .bluefoot-row,
.widget-products .bluefoot-wrapper,
.widget-text-image .bluefoot-row,
.widget-text-image .bluefoot-wrapper,
.widget-image .bluefoot-row,
.widget-image .bluefoot-wrapper,
.widget-container-block .bluefoot-row,
.widget-container-block .bluefoot-wrapper {
  margin: 0;
  padding: 0;
}

.widget-products .bluefoot-row ul,
.widget-products .bluefoot-wrapper ul,
.widget-text-image .bluefoot-row ul,
.widget-text-image .bluefoot-wrapper ul,
.widget-image .bluefoot-row ul,
.widget-image .bluefoot-wrapper ul,
.widget-container-block .bluefoot-row ul,
.widget-container-block .bluefoot-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.widget-products .bluefoot-row figure,
.widget-products .bluefoot-wrapper figure,
.widget-text-image .bluefoot-row figure,
.widget-text-image .bluefoot-wrapper figure,
.widget-image .bluefoot-row figure,
.widget-image .bluefoot-wrapper figure,
.widget-container-block .bluefoot-row figure,
.widget-container-block .bluefoot-wrapper figure {
  margin: 0;
}

.widget-products .bluefoot-wrapper,
.widget-text-image .bluefoot-wrapper,
.widget-image .bluefoot-wrapper,
.widget-container-block .bluefoot-wrapper {
  max-width: 100%;
}

.widget-products .bluefoot-column,
.widget-text-image .bluefoot-column,
.widget-image .bluefoot-column,
.widget-container-block .bluefoot-column {
  float: none;
  padding: 0;
}

.widget-products > .bluefoot-wrapper,
.widget-text-image > .bluefoot-wrapper,
.widget-image > .bluefoot-wrapper,
.widget-container-block > .bluefoot-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

@media print, screen and (min-width: 48.0625em) {
  .widget-products > .bluefoot-wrapper .bluefoot-column-6,
  .widget-text-image > .bluefoot-wrapper .bluefoot-column-6,
  .widget-image > .bluefoot-wrapper .bluefoot-column-6,
  .widget-container-block > .bluefoot-wrapper .bluefoot-column-6 {
    width: 50%;
  }
}

.widget-products .widget__image-content,
.widget-text-image .widget__image-content,
.widget-image .widget__image-content,
.widget-container-block .widget__image-content {
  padding: 0;
  overflow: hidden;
}

@media print, screen and (min-width: 48.0625em) {
  .widget-products .widget__image-content,
  .widget-text-image .widget__image-content,
  .widget-image .widget__image-content,
  .widget-container-block .widget__image-content {
    padding: 0;
    overflow: hidden;
  }
}

.widget-products .widget__text-content,
.widget-text-image .widget__text-content,
.widget-image .widget__text-content,
.widget-container-block .widget__text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 1.25rem;
  overflow: hidden;
}

@media print, screen and (min-width: 48.0625em) {
  .widget-products .widget__text-content,
  .widget-text-image .widget__text-content,
  .widget-image .widget__text-content,
  .widget-container-block .widget__text-content {
    padding: 1.25rem;
    overflow: hidden;
  }
}

.widget-products .widget__text-content h1,
.widget-products .widget__text-content h2,
.widget-text-image .widget__text-content h1,
.widget-text-image .widget__text-content h2,
.widget-image .widget__text-content h1,
.widget-image .widget__text-content h2,
.widget-container-block .widget__text-content h1,
.widget-container-block .widget__text-content h2 {
  margin-bottom: 1.25rem;
}

@media print, screen and (min-width: 48.0625em) {
  .widget-products .widget__text-content h1,
  .widget-products .widget__text-content h2,
  .widget-text-image .widget__text-content h1,
  .widget-text-image .widget__text-content h2,
  .widget-image .widget__text-content h1,
  .widget-image .widget__text-content h2,
  .widget-container-block .widget__text-content h1,
  .widget-container-block .widget__text-content h2 {
    margin-bottom: 1.875rem;
  }
}

.widget-products .widget__text-content h3,
.widget-products .widget__text-content h3,
.widget-text-image .widget__text-content h3,
.widget-text-image .widget__text-content h3,
.widget-image .widget__text-content h3,
.widget-image .widget__text-content h3,
.widget-container-block .widget__text-content h3,
.widget-container-block .widget__text-content h3 {
  margin-bottom: 1.25rem;
}

.widget-products .widget__text-content h1,
.widget-products .widget__text-content h2,
.widget-products .widget__text-content h3,
.widget-products .widget__text-content h4,
.widget-text-image .widget__text-content h1,
.widget-text-image .widget__text-content h2,
.widget-text-image .widget__text-content h3,
.widget-text-image .widget__text-content h4,
.widget-image .widget__text-content h1,
.widget-image .widget__text-content h2,
.widget-image .widget__text-content h3,
.widget-image .widget__text-content h4,
.widget-container-block .widget__text-content h1,
.widget-container-block .widget__text-content h2,
.widget-container-block .widget__text-content h3,
.widget-container-block .widget__text-content h4 {
  font-family: "BaskervilleCom", serif;
  font-weight: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.widget-products .widget__text-content h1 span,
.widget-products .widget__text-content h2 span,
.widget-products .widget__text-content h3 span,
.widget-products .widget__text-content h4 span,
.widget-text-image .widget__text-content h1 span,
.widget-text-image .widget__text-content h2 span,
.widget-text-image .widget__text-content h3 span,
.widget-text-image .widget__text-content h4 span,
.widget-image .widget__text-content h1 span,
.widget-image .widget__text-content h2 span,
.widget-image .widget__text-content h3 span,
.widget-image .widget__text-content h4 span,
.widget-container-block .widget__text-content h1 span,
.widget-container-block .widget__text-content h2 span,
.widget-container-block .widget__text-content h3 span,
.widget-container-block .widget__text-content h4 span {
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.widget-products .widget__text-content h1:last-child,
.widget-products .widget__text-content h2:last-child,
.widget-products .widget__text-content h3:last-child,
.widget-products .widget__text-content h4:last-child,
.widget-text-image .widget__text-content h1:last-child,
.widget-text-image .widget__text-content h2:last-child,
.widget-text-image .widget__text-content h3:last-child,
.widget-text-image .widget__text-content h4:last-child,
.widget-image .widget__text-content h1:last-child,
.widget-image .widget__text-content h2:last-child,
.widget-image .widget__text-content h3:last-child,
.widget-image .widget__text-content h4:last-child,
.widget-container-block .widget__text-content h1:last-child,
.widget-container-block .widget__text-content h2:last-child,
.widget-container-block .widget__text-content h3:last-child,
.widget-container-block .widget__text-content h4:last-child {
  margin-bottom: 0;
}

.widget-products .widget__text-content h1,
.widget-products .widget__text-content h2,
.widget-text-image .widget__text-content h1,
.widget-text-image .widget__text-content h2,
.widget-image .widget__text-content h1,
.widget-image .widget__text-content h2,
.widget-container-block .widget__text-content h1,
.widget-container-block .widget__text-content h2 {
  font-size: 1.55rem;
  line-height: 1.3;
}

@media print, screen and (min-width: 48.0625em) {
  .widget-products .widget__text-content h1,
  .widget-products .widget__text-content h2,
  .widget-text-image .widget__text-content h1,
  .widget-text-image .widget__text-content h2,
  .widget-image .widget__text-content h1,
  .widget-image .widget__text-content h2,
  .widget-container-block .widget__text-content h1,
  .widget-container-block .widget__text-content h2 {
    font-size: 2.5rem;
    line-height: 1.35;
  }
}

@media screen and (max-width: 1270px) {
  .widget-products .widget__text-content h1,
  .widget-products .widget__text-content h2,
  .widget-text-image .widget__text-content h1,
  .widget-text-image .widget__text-content h2,
  .widget-image .widget__text-content h1,
  .widget-image .widget__text-content h2,
  .widget-container-block .widget__text-content h1,
  .widget-container-block .widget__text-content h2 {
    font-size: calc(25px + 15 * ((100vw - 769px) / 501));
    margin-right: 5px;
  }
}

.widget-products .widget__text-content h3,
.widget-products .widget__text-content h4,
.widget-text-image .widget__text-content h3,
.widget-text-image .widget__text-content h4,
.widget-image .widget__text-content h3,
.widget-image .widget__text-content h4,
.widget-container-block .widget__text-content h3,
.widget-container-block .widget__text-content h4 {
  font-size: 1rem;
  line-height: 1.5;
}

@media print, screen and (min-width: 48.0625em) {
  .widget-products .widget__text-content h3,
  .widget-products .widget__text-content h4,
  .widget-text-image .widget__text-content h3,
  .widget-text-image .widget__text-content h4,
  .widget-image .widget__text-content h3,
  .widget-image .widget__text-content h4,
  .widget-container-block .widget__text-content h3,
  .widget-container-block .widget__text-content h4 {
    font-size: 1.25rem;
    line-height: 1.75;
  }
}

.widget-products .widget__text-content p,
.widget-text-image .widget__text-content p,
.widget-image .widget__text-content p,
.widget-container-block .widget__text-content p {
  font-family: "TTNorms", sans-serif;
  font-size: 0.75rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

.widget-products .widget__text-content p span,
.widget-text-image .widget__text-content p span,
.widget-image .widget__text-content p span,
.widget-container-block .widget__text-content p span {
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

@media screen and (min-width: 801px) {
  .widget-products .widget__text-content p,
  .widget-text-image .widget__text-content p,
  .widget-image .widget__text-content p,
  .widget-container-block .widget__text-content p {
    font-size: 0.875rem;
  }
}

.widget-products .widget__text-content button,
.widget-text-image .widget__text-content button,
.widget-image .widget__text-content button,
.widget-container-block .widget__text-content button {
  border: 0 none;
  outline: 0 none;
}

.widget-products .bluefoot-buttons,
.widget-text-image .bluefoot-buttons,
.widget-image .bluefoot-buttons,
.widget-container-block .bluefoot-buttons {
  width: 100%;
}

.widget-products:not(.black-background) .bluefoot-column-6.widget__text-content > *,
.widget-text-image:not(.black-background) .bluefoot-column-6.widget__text-content > *,
.widget-image:not(.black-background) .bluefoot-column-6.widget__text-content > *,
.widget-container-block:not(.black-background) .bluefoot-column-6.widget__text-content > * {
  width: 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 48.0625em) {
  .widget-products:not(.black-background) .bluefoot-column-6.widget__text-content > *,
  .widget-text-image:not(.black-background) .bluefoot-column-6.widget__text-content > *,
  .widget-image:not(.black-background) .bluefoot-column-6.widget__text-content > *,
  .widget-container-block:not(.black-background) .bluefoot-column-6.widget__text-content > * {
    max-width: 90%;
  }
}

.widget-products:not(.black-background) .bluefoot-column-12.widget__text-content > *,
.widget-text-image:not(.black-background) .bluefoot-column-12.widget__text-content > *,
.widget-image:not(.black-background) .bluefoot-column-12.widget__text-content > *,
.widget-container-block:not(.black-background) .bluefoot-column-12.widget__text-content > * {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .widget-products.black-background .widget__image-content.mobile-white-background,
  .widget-text-image.black-background .widget__image-content.mobile-white-background,
  .widget-image.black-background .widget__image-content.mobile-white-background,
  .widget-container-block.black-background .widget__image-content.mobile-white-background {
    background-color: #fff;
  }
}

.widget-products {
  margin-top: 4.25rem;
  margin-bottom: 4.25rem;
}

@media print, screen and (min-width: 48.0625em) {
  .widget-products {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .widget-products {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .widget-products > .bluefoot-wrapper > .bluefoot-column.widget__text-content {
    width: 48%;
  }
  .widget-products > .bluefoot-wrapper > .bluefoot-column.widget__products-list {
    width: 52%;
  }
}

.widget-products .widget__text-content > * {
  max-width: 70%;
  position: relative;
}

.widget-products .widget__text-content h1, .widget-products .widget__text-content h2, .widget-products .widget__text-content h3, .widget-products .widget__text-content h4 {
  margin-bottom: 1.875rem;
}

.widget-products .widget__text-content h1:last-child, .widget-products .widget__text-content h2:last-child, .widget-products .widget__text-content h3:last-child, .widget-products .widget__text-content h4:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .widget-products .widget__products-list {
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 20px;
    padding-left: .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-align-content: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .widget-products .widget__products-list {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-align-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

.widget-products .widget__products-list .widget__product-wrap {
  max-width: 240px;
  padding: 0px 0.625rem;
}

@media screen and (max-width: 768px) {
  .widget-products .widget__products-list .widget__product-wrap {
    width: 100%;
    max-width: 70%;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .widget-products .widget__products-list .widget__product-wrap {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 50%;
    padding: 1.25rem;
    position: relative;
  }
  .widget-products .widget__products-list .widget__product-wrap:nth-child(odd) {
    padding-right: 1.9rem;
  }
  .widget-products .widget__products-list .widget__product-wrap:nth-child(even) {
    padding-left: 1.9rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .widget-products .widget__products-list .widget__product-wrap:nth-child(odd) {
    padding-right: 0.5rem;
  }
  .widget-products .widget__products-list .widget__product-wrap:nth-child(even) {
    padding-left: 0.5rem;
  }
}

.widget-products .widget__products-list .widget__product-wrap ul.bluefoot-product {
  position: relative;
  top: 0;
  left: 0;
}

.widget-products .widget__products-list .widget__product-wrap ul.bluefoot-product li.item {
  margin: 0;
  padding: 0;
}

.widget-products .widget__products-list .widget__product-wrap ul.bluefoot-product li.item .product-image {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 1rem;
}

.widget-products .widget__products-list .widget__product-wrap ul.bluefoot-product li.item .product-grid__category-name,
.widget-products .widget__products-list .widget__product-wrap ul.bluefoot-product li.item .product-name {
  font-size: .75rem;
  line-height: 1.5;
}

.widget-products .widget__products-list .widget__product-wrap ul.bluefoot-product li.item .product-grid__category-name {
  color: #636363;
  margin-bottom: 0.5rem;
}

.widget-products .widget__products-list .widget__product-wrap ul.bluefoot-product li.item .product-name {
  margin-bottom: 1.875rem;
  height: 2.5rem;
}

.widget-products .widget__products-list .widget__product-wrap ul.bluefoot-product li.item .price-box {
  position: relative;
  text-transform: uppercase;
}

.widget-products .widget__products-list .widget__product-wrap ul.bluefoot-product li.item .price-box:before {
  content: none;
  width: 1rem;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #1d1d1d;
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media print, screen and (min-width: 48.0625em) {
  .widget-products .widget__products-list .widget__product-wrap ul.bluefoot-product li.item .price-box:before {
    width: 1.25rem;
  }
}

.widget-products .widget__products-list .widget__product-wrap ul.bluefoot-product li.item .actions {
  display: none;
}

.widget-text-image {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.widget-text-image > .bluefoot-wrapper {
  padding: 0 1.25rem;
}

@media print, screen and (min-width: 48.0625em) {
  .widget-text-image > .bluefoot-wrapper {
    padding: 0 1.25rem;
  }
}

.widget-text-image .widget__image-content figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  overflow: hidden;
}

@media print, screen and (min-width: 48.0625em) {
  .widget-text-image .widget__image-content figure {
    height: 600px;
  }
}

.widget-text-image .widget__image-content figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  position: relative;
}

.widget-text-image .widget__text-content {
  min-height: 200px;
  position: relative;
  overflow: hidden;
}

@media print, screen and (min-width: 48.0625em) {
  .widget-text-image .widget__text-content {
    height: 600px;
  }
}

@media screen and (max-width: 768px) {
  .widget-text-image .widget__text-content {
    padding-top: 2.5rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.widget-text-image .widget__text-content > *:not(.bluefoot-buttons) {
  position: relative;
}

@media print, screen and (min-width: 48.0625em) {
  .widget-text-image:not(.black-background):not(.two-images):not(.one-image):not(.text-content-full-screen) .bluefoot-column-6.widget__image-content + .bluefoot-column-6.widget__text-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .widget-text-image:not(.black-background):not(.two-images):not(.one-image):not(.text-content-full-screen) .bluefoot-column-6.widget__image-content + .bluefoot-column-6.widget__text-content > * {
    width: 100%;
    max-width: 73%;
  }
  .widget-text-image:not(.black-background):not(.two-images):not(.one-image):not(.text-content-full-screen) .bluefoot-column-6.widget__image-content + .bluefoot-column-6.widget__text-content .bluefoot-buttons {
    margin-left: 1.25rem;
  }
}

.widget-text-image.black-background {
  max-width: 1270px;
}

.widget-text-image.black-background > .bluefoot-wrapper {
  padding-left: 0;
  padding-right: 0;
  background-color: #1d1d1d;
  border-left: 1.25rem solid #fff;
  border-right: 1.25rem solid #fff;
}

.widget-text-image.black-background .widget__image-content,
.widget-text-image.black-background .widget__text-content {
  color: #fff;
  background-color: #1d1d1d;
}

.widget-text-image.black-background .widget__text-content {
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 48.0625em) {
  .widget-text-image.black-background .widget__text-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: distribute;
        align-content: space-around;
    padding: 6rem;
  }
  .widget-text-image.black-background .widget__text-content > * {
    color: inherit;
  }
  .widget-text-image.black-background .widget__text-content .bluefoot-buttons {
    -ms-flex-item-align: baseline;
        align-self: baseline;
    position: relative;
    bottom: -6rem;
  }
}

@media screen and (max-width: 768px) {
  .widget-text-image.black-background .widget__text-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.widget-text-image.two-images {
  max-width: 100%;
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

@media print, screen and (min-width: 48.0625em) {
  .widget-text-image.two-images {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }
}

.widget-text-image.two-images > .bluefoot-wrapper {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: grid;
  grid-template-columns: 1fr;
  max-width: calc(100% - 2.5rem);
  width: 1230px;
  gap: 5rem 5rem;
  padding: 0 0;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 601px) {
  .widget-text-image.two-images > .bluefoot-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 600px) and (max-width: 700px) {
  .widget-text-image.two-images > .bluefoot-wrapper {
    gap: 3rem 3rem;
  }
}

.widget-text-image.two-images .widget__image-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  width: 100%;
}

.widget-text-image.two-images .widget__image-content figure {
  display: block;
  height: auto;
}

.widget-text-image.two-images .widget__image-content figure img {
  -o-object-fit: initial;
     object-fit: initial;
  min-height: unset;
  min-width: unset;
}

.widget-text-image.one-image .widget__image-content {
  width: 100%;
}

.widget-text-image.one-image .widget__image-content figure img {
  -o-object-position: center top;
     object-position: center top;
}

@media screen and (min-width: 601px) and (max-width: 768px) {
  .widget-text-image.one-image .widget__image-content figure {
    height: 400px;
  }
}

@media screen and (max-width: 600px) {
  .widget-text-image.one-image .widget__image-content figure {
    height: 600px;
  }
}

.widget-text-image.text-content-full-screen {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.widget-text-image.text-content-full-screen > .bluefoot-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}

.widget-text-image.text-content-full-screen .widget__image-content {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.widget-text-image.text-content-full-screen .widget__image-content figure {
  display: block;
  height: auto;
}

.widget-text-image.text-content-full-screen .widget__image-content figure img {
  -o-object-fit: initial;
     object-fit: initial;
  min-height: unset;
  min-width: unset;
  width: auto;
  height: auto;
  max-width: none;
}

.widget-text-image.text-content-full-screen .widget__text-content {
  text-align: center;
  height: auto;
  min-height: auto;
  padding: 2.25rem 1rem;
}

.widget-text-image.text-content-full-screen .widget__text-content > * {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.widget-text-image.text-content-full-screen .widget__text-content h1, .widget-text-image.text-content-full-screen .widget__text-content h2 {
  font-size: 1.55rem;
  line-height: 1.3;
}

@media print, screen and (min-width: 48.0625em) {
  .widget-text-image.text-content-full-screen .widget__text-content h1, .widget-text-image.text-content-full-screen .widget__text-content h2 {
    font-size: 2.5rem;
    line-height: 1.35;
  }
}

.widget-video {
  margin: 0;
  position: relative;
  margin: 6.25rem 1.25rem;
  overflow: hidden;
}

.widget-video .bluefoot-row,
.widget-video .bluefoot-wrapper {
  margin: 0;
  padding: 0;
}

.widget-video .bluefoot-row ul,
.widget-video .bluefoot-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.widget-video .bluefoot-row figure,
.widget-video .bluefoot-wrapper figure {
  margin: 0;
}

.widget-video .bluefoot-wrapper {
  max-width: 100%;
}

.widget-video .bluefoot-column {
  float: none;
  padding: 0;
}

@media print, screen and (min-width: 48.0625em) {
  .widget-video {
    cursor: none;
  }
}

@media screen and (min-width: 1567px) {
  .widget-video {
    margin: 6.25rem 5rem;
  }
}

.widget-video > .bluefoot-wrapper {
  width: 100%;
  overflow: hidden;
}

.widget-video.video--full {
  margin-left: 0;
  margin-right: 0;
}

.widget-video .widget__main-video,
.widget-video .widget__overlay-video {
  top: 0;
  left: 0;
  text-align: center;
}

.widget-video .widget__main-video video,
.widget-video .widget__overlay-video video {
  -o-object-fit: cover;
     object-fit: cover;
}

.widget-video .widget__overlay-video {
  position: absolute;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.widget-video .widget__main-video {
  position: relative;
  z-index: 0;
}

.widget-video .widget__audio-control {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 4;
  cursor: pointer;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.widget-video .widget__audio-control:hover, .widget-video .widget__audio-control.active {
  opacity: 1;
}

.widget-video .widget__audio-control small {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
}

.widget-video .widget__audio-control .ico-audio-control {
  display: block;
}

.widget-video .headphones-container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 12;
}

.widget-video .nIFfZ {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.widget-video .nIFfZ > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  display: block;
}

.widget-video .nIFfZ > svg .thick {
  stroke-dasharray: 340;
  stroke-dashoffset: 340;
  stroke-size: 3px;
  stroke-alignment: inside;
  stroke: white;
  -webkit-animation: load 2s linear forwards;
  animation: load 2s linear forwards;
}

.widget-video .nIFfZ > svg .thin {
  opacity: .2;
}

@-webkit-keyframes load {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes load {
  to {
    stroke-dashoffset: 0;
  }
}

.widget-video .rFCDO {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: white;
  color: #1d1d1d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.widget-video .rFCDO:after,
.widget-video .rFCDO:before {
  content: '';
  width: 108px;
  height: 108px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: transparent;
  opacity: 0;
  z-index: 10;
  border: 1px solid white;
}

.widget-video .bkveAV {
  position: absolute;
  bottom: -5rem;
  left: 50%;
  width: 320px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
  opacity: 1;
  font-weight: bold;
}

.is-touch .widget-video .widget__pointer-container {
  top: 50%;
  left: 50%;
}

.is-touch .widget-video .widget__pointer-container .pointer-wrapper .pointer-text {
  opacity: 1;
}

.is-touch .widget-video .bkveAV {
  opacity: 0.8;
}

.widget-products + .widget-text-image {
  margin-top: 5.25rem;
}

@media print, screen and (min-width: 48.0625em) {
  .widget-products + .widget-text-image {
    margin-top: 11.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .widget-products + .widget-text-image {
    margin-top: 6.25rem;
  }
}

body.feel-corneliani-pages .main {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  body.feel-corneliani-pages .main {
    padding-top: 0;
  }
}

body.feel-corneliani-pages .main .widget-text-image {
  margin-top: 1.25rem;
}

@media print, screen and (min-width: 48.0625em) {
  body.feel-corneliani-pages .main .widget-text-image {
    margin-top: 3.75rem;
  }
}

body.cms-index-index .widget-text-image {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

body.cms-index-index .widget-products {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.price-box {
  color: #000000;
  line-height: 0.6875rem;
}

@media print, screen and (min-width: 48.0625em) {
  .price-box {
    line-height: 0.75rem;
  }
}

.price-box .configurable-price-from,
.price-box .price-label {
  display: none;
}

.price-box p {
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  margin: 0;
  letter-spacing: 1.568px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

@media print, screen and (min-width: 48.0625em) {
  .price-box p {
    font-size: 0.75rem;
    line-height: 0.75rem;
    letter-spacing: 1.68px;
  }
}

.price-box p:first-of-type {
  padding-left: 2rem;
}

@media print, screen and (min-width: 48.0625em) {
  .price-box p:first-of-type {
    padding-left: 2.5rem;
  }
}

.price-box p:first-of-type:before {
  content: "";
  width: 1rem;
  height: 1px;
  background-color: currentcolor;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

@media print, screen and (min-width: 48.0625em) {
  .price-box p:first-of-type:before {
    width: 1.25rem;
  }
}

.price-box p.old-price {
  text-decoration: line-through;
  color: #cccccc;
}

.price-box p.discount-price {
  margin: 0 0.3125rem;
  color: #cccccc;
  display: none;
}

.block-related {
  padding: 3.125rem 0 0;
  overflow: hidden;
}

@media print, screen and (min-width: 48.0625em) {
  .block-related {
    padding: 6.25rem 0 0;
  }
}

.block-related h4 {
  color: #000000;
  font-family: "BaskervilleCom", serif;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 1.4px;
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 48.0625em) {
  .block-related h4 {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}

.block-related #block-related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  width: calc(100% + 2.5rem);
  max-width: none;
  margin: 0 -1.25rem;
  padding: 0;
  overflow-x: hidden;
}

@media print, screen and (min-width: 48.0625em) {
  .block-related #block-related {
    width: calc(100% + 2.5rem);
    margin: 0 -1.25rem;
  }
}

@media screen and (min-width: 1100px) {
  .block-related #block-related {
    width: calc(100% + 5rem);
    margin: 0 -2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .block-related #block-related {
    overflow-x: scroll;
  }
}

.block-related #block-related .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.33%;
          flex: 0 1 33.33%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0px 1.25rem;
  margin: 0 0 2.5rem;
  max-width: none;
}

@media screen and (min-width: 1100px) {
  .block-related #block-related .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 0 6.5rem;
    padding: 0 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .block-related #block-related .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    width: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 0 2.5rem;
  }
}

.block-related #block-related .item .list--item__img-container {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: calc(100% / 0.667) 0 0 0;
}

@media print, screen and (min-width: 48.0625em) {
  .block-related #block-related .item .list--item__img-container {
    padding: calc(100% / 0.666) 0 0 0;
  }
}

.block-related #block-related .item .list--item__img-container img {
  display: block;
  max-width: none;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.block-viewed h4 {
  color: #000000;
  font-family: "BaskervilleCom", serif;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 1.4px;
  margin-bottom: 1.25rem;
}

@media print, screen and (min-width: 48.0625em) {
  .block-viewed h4 {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}

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

.block-viewed .block-viewed--list .block-viewed--item {
  margin-bottom: 0.625rem;
}

.block-viewed .block-viewed--list .block-viewed--item .product-image {
  display: table-cell;
  width: 40%;
}

.block-viewed .block-viewed--list .block-viewed--item .product-details {
  display: table-cell;
  vertical-align: top;
  padding: 0 0.625rem;
}

.block-viewed .block-viewed--list .block-viewed--item .product-details .list--item__name {
  line-height: 0.8125rem;
  margin: 1rem 0 0.28125rem;
}

@media print, screen and (min-width: 48.0625em) {
  .block-viewed .block-viewed--list .block-viewed--item .product-details .list--item__name {
    margin: 0.6875rem 0 0.25rem;
  }
}

.block-viewed .block-viewed--list .block-viewed--item .product-details .list--item__name a {
  font-size: 0.625rem;
  letter-spacing: 0.6px;
  font-family: "TTNorms", sans-serif;
  color: #000000;
  text-transform: uppercase;
}

@media print, screen and (min-width: 48.0625em) {
  .block-viewed .block-viewed--list .block-viewed--item .product-details .list--item__name a {
    font-size: 0.6875rem;
    letter-spacing: 0.7px;
  }
}

.block-viewed .block-viewed--list .block-viewed--item .product-details .list--item_show-more {
  text-transform: uppercase;
  font-size: 0.625rem;
  line-height: 0.875rem;
  opacity: 0.8;
  margin-top: 1.875rem;
  display: block;
}

.fullscreen-gallery-zoom {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

@media print, screen and (min-width: 64em) {
  .media-gallery-container {
    max-width: 79.375rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.media-gallery-container .close-zoom {
  position: fixed;
  z-index: -1;
  top: 0.625rem;
  right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
  font-size: 0;
}

.media-gallery-container .close-zoom:focus, .media-gallery-container .close-zoom:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.media-gallery-container .close-zoom::before, .media-gallery-container .close-zoom::after {
  content: '';
  width: 2px;
  height: 100%;
  background-color: #1d1d1d;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.media-gallery-container .close-zoom::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.media-gallery-container .close-zoom::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@media print, screen and (min-width: 64em) {
  .media-gallery-container .product-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.media-gallery-container .product-image__zoom {
  display: none;
}

@media print, screen and (min-width: 64em) {
  .media-gallery-container .product-image__zoom {
    text-align: center;
    display: table;
    margin: 0.6rem auto 0;
    text-transform: uppercase;
    font-size: 0.625rem;
    color: #636363;
  }
  .media-gallery-container .product-image__zoom::after {
    content: '+';
  }
}

.media-gallery-container .gallery-image {
  width: 100%;
}

.media-gallery-container .more-views {
  display: none;
}

@media print, screen and (min-width: 64em) {
  .media-gallery-container .more-views {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
    padding-right: 0;
    padding-left: 0;
    display: block;
    padding-left: 0;
    padding-right: 0;
    max-width: 52px;
  }
}

.media-gallery-container .product-image-thumbs {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}

.media-gallery-container .product-image-thumbs .slick-slide {
  cursor: pointer;
  opacity: 0.5;
  margin-bottom: 1.5rem;
}

.media-gallery-container .product-image-thumbs .slick-slide.slick-current {
  opacity: 1;
}

.media-gallery-container .product-image-thumbs *:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.media-gallery-container .product-image-thumbs img {
  width: 100%;
}

.media-gallery-container .product-image-thumbs__current {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #1d1d1d;
  display: block;
  top: 0;
  left: 0;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

.media-gallery-container.zoom-activated .product-image-thumbs {
  position: fixed;
  z-index: 2000;
}

.media-gallery-container.zoom-activated .close-zoom {
  z-index: 2000;
  cursor: pointer;
  opacity: 1;
}

.media-gallery__overlay {
  background-color: white;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.media-gallery__overlay.zoomed {
  opacity: 1;
  z-index: 500;
  background-color: white;
  -webkit-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}

.media-gallery__zoom {
  display: block;
  position: fixed;
  visibility: hidden;
  overflow: hidden;
  z-index: 1000;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.media-gallery__zoom img {
  max-width: none;
  max-height: none;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 39.99875em) {
  .media-gallery__zoom img {
    width: 200%;
  }
}

.media-gallery__zoom.animated {
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.media-gallery__zoom.animated img {
  -webkit-transition: width 400ms linear;
  transition: width 400ms linear;
}

.media-gallery__zoom.scroll {
  overflow: auto;
}

.media-gallery__zoom.zoomed {
  visibility: visible;
}

.slick-vertical .slick-slide {
  border: none;
}

.slick-vertical .slick-arrow {
  display: table;
  margin: 1.5rem auto;
  cursor: pointer;
  font-size: 0;
}

.slick-vertical .slick-arrow::before {
  content: '';
  display: block;
  background-size: contain;
  width: 18px;
  height: 14px;
}

.slick-vertical .slick-prev {
  margin-top: 0;
}

.slick-vertical .slick-prev::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slick-vertical .slick-next {
  margin-bottom: 0;
  margin-top: 0;
}

.slick-vertical .slick-disabled {
  opacity: 0.5;
}

.toolbar-top {
  max-width: 79.375rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.toolbar-top .amshopby-filters-top--wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media print, screen and (min-width: 48.0625em) {
  .toolbar-top .toolbar--collapse {
    display: none;
  }
}

.toolbar-top .toolbar--collapse a {
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: 1.2px;
  color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0.75rem 0.75rem 0.75rem 0;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
}

@media print, screen and (min-width: 48.0625em) {
  .toolbar-top .toolbar--collapse a {
    margin-right: 1.875rem;
  }
}

.toolbar-top .toolbar--collapse a:before, .toolbar-top .toolbar--collapse a:after {
  width: 1px;
  height: 10px;
  background: #1d1d1d;
  display: block;
  content: "";
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  position: absolute;
  right: 0;
  top: 0.75rem;
}

.toolbar-top .toolbar--collapse a:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.toolbar-top .toolbar--collapse a.opened:after {
  height: 0;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

.toolbar-top .toolbar--content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f3f3f3;
  width: 100%;
  padding: 0.5rem 1rem;
  z-index: 2;
}

.toolbar-top .toolbar--content.opened {
  display: block;
}

.toolbar-top .toolbar--content .toolbar--item .toolbar--item__subcontent {
  padding: 0 1rem;
  top: 100%;
}

.toolbar-top .toolbar--content .toolbar--item .toolbar--item__subcontent .toolbar--item__subcontent-wrapper ul {
  grid-template-columns: repeat(1, 1fr);
}

@media print, screen and (min-width: 48.0625em) {
  .toolbar-top .toolbar--content {
    display: block;
    position: inherit;
    top: auto;
    left: auto;
    width: auto;
    padding: 0;
    background: none;
  }
  .toolbar-top .toolbar--content .toolbar--item .toolbar--item__subcontent .toolbar--item__subcontent-wrapper ul {
    grid-template-columns: repeat(5, 1fr);
  }
}

.toolbar-top .toolbar--item {
  display: inline-block;
}

.toolbar-top .toolbar--item h4 {
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: 1.2px;
  color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0.75rem 0.75rem 0.75rem 0;
}

@media print, screen and (min-width: 48.0625em) {
  .toolbar-top .toolbar--item h4 {
    margin-right: 1.875rem;
  }
}

.toolbar-top .toolbar--item h4 .ico-arrow, .toolbar-top .toolbar--item h4 .slick-vertical .slick-arrow::before, .slick-vertical .toolbar-top .toolbar--item h4 .slick-arrow::before {
  margin-left: 0.625rem;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

@media print, screen and (min-width: 48.0625em) {
  .toolbar-top .toolbar--item h4 .ico-arrow, .toolbar-top .toolbar--item h4 .slick-vertical .slick-arrow::before, .slick-vertical .toolbar-top .toolbar--item h4 .slick-arrow::before {
    margin-left: 0.9375rem;
  }
}

.toolbar-top .toolbar--item .toolbar--item__subcontent {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  background: #1d1d1d;
  z-index: 2;
}

.toolbar-top .toolbar--item .toolbar--item__subcontent .toolbar--item__subcontent-wrapper {
  max-width: 79.375rem;
  margin: 0 auto;
  padding: 0.9375rem 0;
}

.toolbar-top .toolbar--item .toolbar--item__subcontent .toolbar--item__subcontent-wrapper ul {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0;
  list-style: none;
}

.toolbar-top .toolbar--item .toolbar--item__subcontent .toolbar--item__subcontent-wrapper ul a {
  color: #FFFFFF;
  opacity: 0.6;
  font-size: 0.75rem;
  letter-spacing: 1.2px;
  line-height: 1.75rem;
  text-transform: uppercase;
  display: block;
  margin: 0.9375rem 0;
}

.toolbar-top .toolbar--item .toolbar--item__subcontent .toolbar--item__subcontent-wrapper ul a:hover {
  opacity: 1;
}

.toolbar-top .toolbar--item .toolbar--item__subcontent .toolbar--item__subcontent-wrapper ul li.selected a,
.toolbar-top .toolbar--item .toolbar--item__subcontent .toolbar--item__subcontent-wrapper ul a.filter-item-selected {
  opacity: 1;
  font-family: "TTNorms", sans-serif;
  font-weight: bold;
}

.toolbar-top .toolbar--item.opened h4 i {
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.toolbar-top .toolbar--item.opened .toolbar--item__subcontent {
  display: block;
}

.toolbar-top .sort-by {
  position: relative;
  float: right;
  display: block;
}

.toolbar-top .sort-by .toolbar--item h4 {
  margin-right: 0;
  padding-right: 0;
}

.toolbar-top .sort-by .toolbar--item .toolbar--item__subcontent {
  width: 15.625rem;
  padding: 0 1.1875rem;
  left: auto;
  right: 0;
}

.toolbar-top .sort-by .toolbar--item .toolbar--item__subcontent ul {
  display: block;
  grid-template-columns: repeat(1, 1fr);
}

.toolbar-top .sort-by .toolbar--item .toolbar--item__subcontent ul a {
  margin: 0.3125rem 0;
}

.toolbar-top .pager {
  display: none;
}

.toolbar-bottom .toolbar .sort-by,
.toolbar-bottom .toolbar .pager {
  display: none;
}

.list--wrapper {
  max-width: 79.375rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  overflow: hidden;
}

.list--grid {
  max-width: 79.375rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  max-width: none;
  width: calc(100% - (0.46875rem)*2);
  margin: 0 0.46875rem;
}

@media print, screen and (min-width: 48.0625em) {
  .list--grid {
    margin-left: -28px;
    margin-right: -28px;
    width: calc(100% + ((40px - 12px)*2));
  }
}

.list--grid:not(.list--grid__nest) {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

@media print, screen and (min-width: 48.0625em) {
  .list--grid:not(.list--grid__nest) {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

.list--grid .list--item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-right: 0.46875rem;
  padding-left: 0.46875rem;
  margin-bottom: 2.5rem;
}

@media print, screen and (min-width: 48.0625em) {
  .list--grid .list--item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  .list--grid .list--item.list--item__no-gutter {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding-right: 0;
    padding-left: 0;
  }
}

.list--grid .list--item {
  position: relative;
}

.list--grid .list--item .list--item__image {
  display: block;
}

.list--grid .list--item .list--item__image img {
  width: 100%;
  margin-bottom: 1rem;
}

.list--grid .list--item .list--item__image.has-flip-image .flip-image {
  display: none;
}

@media print, screen and (min-width: 48.0625em) {
  .list--grid .list--item .list--item__image.has-flip-image:hover .flip-image {
    display: inline-block;
  }
  .list--grid .list--item .list--item__image.has-flip-image:hover .main-image {
    display: none;
  }
}

.list--grid .list--item .list--item__details {
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 48.0625em) {
  .list--grid .list--item .list--item__details {
    margin-bottom: 1.25rem;
  }
}

.list--grid .list--item .list--item__name {
  font-size: 0.75rem;
  letter-spacing: 1.568px;
  font-family: "TTNorms", sans-serif;
  color: #1d1d1d;
  text-transform: uppercase;
}

.list--grid .list--item .list--item__name.list--item__category-name {
  font-size: 0.6875rem;
  color: #6A6A6A;
}

.list--grid .list--item .list--item__name.list--item__product-name {
  line-height: 1.05rem;
  height: 2.5rem;
  margin-bottom: 1.875rem;
}

@media print, screen and (min-width: 48.0625em) {
  .list--grid .list--item {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .list--grid .list--item a:hover .price-box p:not(.special-price) {
    padding-left: 3.5rem;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
}

@media print, screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
  .list--grid .list--item a:hover .price-box p:not(.special-price) {
    padding-left: 3.5rem;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .list--grid .list--item a:hover .price-box p:not(.special-price):before {
    width: 2rem;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
}

@media print, screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
  .list--grid .list--item a:hover .price-box p:not(.special-price):before {
    width: 2rem;
  }
}

.box-account {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e8e8e8;
}

.box-account .box-head h2,
.box-account .box-head h3,
.box-account .box-title h3 {
  font-family: "TTNorms", sans-serif;
  font-size: 0.875rem;
}

.box-account .box-content h4 {
  font-family: "TTNorms", sans-serif;
  font-size: 0.875rem;
}

.box-account .box-content address {
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
  line-height: 1.1875rem;
  letter-spacing: 0.7px;
  color: #636363;
  text-transform: none;
}

.box-account .box-content a {
  text-transform: uppercase;
  font-size: 0.625rem;
  line-height: 0.625rem;
  letter-spacing: 1.2px;
  opacity: 0.4;
  margin: 0 0 1.875rem;
  color: #000000;
  text-decoration: underline;
  opacity: 1;
}

@media print, screen and (min-width: 48.0625em) {
  .box-account .box-content a {
    line-height: 2;
  }
  .box-account .box-content a:hover {
    text-decoration: underline;
  }
}

.box-account .data-table {
  font-size: 0.75rem;
  letter-spacing: 0.8px;
}

.box-account .data-table a {
  text-transform: uppercase;
  font-size: 0.625rem;
  line-height: 0.625rem;
  letter-spacing: 1.2px;
  opacity: 0.4;
  margin: 0 0 1.875rem;
  color: #000000;
  text-decoration: underline;
  opacity: 1;
}

@media print, screen and (min-width: 48.0625em) {
  .box-account .data-table a {
    line-height: 2;
  }
  .box-account .data-table a:hover {
    text-decoration: underline;
  }
}

/**
inspired by https://codepen.io/gsarig/pen/GWgNdx
 */
/*
SCSS variables and mixins
*/
/*
The project specific CSS starts here
This is the minimum CSS that you will need in order for this to work
*/
.tabbed-content .accordion-tabs {
  display: none;
}

.tabbed-content .accordion-tabs ul {
  margin: 0;
  padding: 0;
}

.tabbed-content .item {
  min-height: 1px;
  position: relative;
}

.tabbed-content .item::before {
  content: attr(data-title);
  text-transform: uppercase;
  padding: 1rem 0;
  display: block;
  cursor: pointer;
  font-size: 0.75rem;
  color: #2c2c2c;
}

.tabbed-content .item::after {
  content: '';
  display: inline-block;
  background: no-repeat center url("../images/icons/ico-arrow.svg");
  background-size: 16px 20px;
  width: 16px;
  height: 20px;
  background-size: contain;
  position: absolute;
  border: none;
  right: 2px;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  top: .85rem;
}

.tabbed-content .item .item-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
  font-size: 0.8125rem;
  line-height: 1.7;
}

.tabbed-content .item .item-content ul, .tabbed-content .item .item-content li {
  line-height: inherit;
}

.tabbed-content .item.active .item-content {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.tabbed-content .item.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

@media screen and (max-width: 64em) {
  .tabbed-content .item {
    border-bottom: 1px solid #ddd;
    line-height: 1;
  }
  .tabbed-content .item.active .item-content {
    padding-bottom: 1rem;
  }
}

@media print, screen and (min-width: 64em) {
  .tabbed-content .accordion-tabs {
    display: block;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .tabbed-content .accordion-tabs li {
    display: inline-block;
    margin-right: 1.5em;
    font-size: 0.75rem;
  }
  .tabbed-content .accordion-tabs li a {
    display: block;
    color: #636363;
  }
  .tabbed-content .accordion-tabs li a.active {
    font-weight: bold;
    color: #1d1d1d;
    border-bottom: solid 1px currentColor;
    padding-bottom: .2rem;
  }
  .tabbed-content .item {
    min-height: 0;
  }
  .tabbed-content .item::before, .tabbed-content .item::after {
    display: none;
  }
  .tabbed-content .item.active .item-content {
    padding-top: 1rem;
  }
  .tabbed-content.tabs-side .accordion-tabs {
    width: 150px;
    float: left;
  }
  .tabbed-content.tabs-side .accordion-tabs li {
    display: block;
  }
  .tabbed-content.tabs-side .item {
    margin-left: 150px;
  }
}

.header-nav {
  background: #FFFFFF;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  position: fixed;
  z-index: 99;
}

.header-nav.opened {
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

.header-nav .header-nav_wrapper {
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #FFFFFF;
}

.header-nav .header-nav_wrapper.opened {
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

.header-nav .header-nav_wrapper .header-nav_drawer {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.header-nav .header-nav_wrapper .header-nav_drawer .header-nav_content {
  position: relative;
  padding: 1.25rem;
}

@media print, screen and (min-width: 48.0625em) {
  .header-nav .header-nav_wrapper .header-nav_drawer .header-nav_content {
    padding: 1.875rem;
  }
}

.header-nav.open-right {
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: 100%;
  max-width: 415px;
}

.header-nav.open-right .header-nav_wrapper {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.header-nav.open-right.opened {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.header-nav.open-right.opened .header-nav_wrapper.opened {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.header-nav.open-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 0;
}

.header-nav.open-top.opened {
  height: 100%;
}

.header-nav .block-social a {
  color: #a5a5a5;
}

.header-nav #search_mini_form {
  width: 100%;
  max-width: 990px;
}

.header-nav #search_mini_form input {
  display: block;
  width: 100%;
  height: auto;
  font-size: 20px;
  font-size: calc(11px + 21 * ((100vw - 320px) / 1100));
  font-family: "BaskervilleCom", serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0 none;
  border-left: 1px solid #000;
  outline: none 0px;
  padding: 1rem;
}

@media print, screen and (min-width: 48.0625em) {
  .header-nav #search_mini_form input {
    font-size: 2rem;
    letter-spacing: 0.1rem;
    padding: 2rem;
  }
}

.header-nav #search_mini_form label,
.header-nav #search_mini_form button[type="submit"] {
  display: none;
}

@media print, screen and (min-width: 48.0625em) {
  .header-nav #search_mini_form {
    min-height: 280px;
  }
}

.header-nav #mini-search-wrapper .header-nav_drawer {
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-nav #mini-search-wrapper .header-nav_drawer .header-nav_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0;
}

.header-nav .logo-crest {
  margin-bottom: 0.9375rem;
}

#search_mini_form input::-webkit-input-placeholder {
  font-family: "BaskervilleCom", serif;
  color: #bbbbbb;
}

#search_mini_form input::-moz-placeholder {
  font-family: "BaskervilleCom", serif;
  color: #bbbbbb;
}

#search_mini_form input:-ms-input-placeholder {
  font-family: "BaskervilleCom", serif;
  color: #bbbbbb;
}

#search_mini_form input:-moz-placeholder {
  font-family: "BaskervilleCom", serif;
  color: #bbbbbb;
}

#header-nav-right .main-menu ul,
#header-nav-right .block-sidebar-menu ul {
  font-size: 0.75rem;
  letter-spacing: .14em;
  line-height: 1.15;
}

#header-nav-right .main-menu {
  display: none;
}

@media screen and (max-width: 1099px) {
  #header-nav-right .main-menu {
    display: block;
    margin-bottom: 2rem;
  }
}

#header-nav-right .main-menu li {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #header-nav-right .main-menu li {
    position: relative;
  }
  #header-nav-right .main-menu li:first-child {
    margin-top: .85rem;
  }
  #header-nav-right .main-menu li:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    height: 1px;
    margin-top: .65rem;
    line-height: 1px;
    background-color: #e8e8e8;
  }
  #header-nav-right .main-menu li .opener {
    display: inline-block;
    background: no-repeat center url("../images/icons/ico-angle-down.svg");
    background-size: 11px 14px;
    width: 11px;
    height: 14px;
    position: absolute;
    top: 48%;
    right: 2.9rem;
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
    cursor: pointer;
  }
}

#header-nav-right .main-menu li .nav-panel--dropdown {
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: #fff;
  z-index: 1;
}

@media print, screen and (min-width: 48.0625em) {
  #header-nav-right .main-menu li .nav-panel--dropdown {
    top: 0;
  }
}

#header-nav-right .main-menu li .back-to-top-level {
  display: none;
  margin: .85rem 0 0;
  padding: 1.2rem .5rem 1.2rem 0;
  background-color: #1d1d1d;
  color: #fff;
  position: relative;
  text-align: center;
  cursor: pointer;
}

#header-nav-right .main-menu li .back-to-top-level span {
  display: inline-block;
  vertical-align: middle;
}

#header-nav-right .main-menu li .back-to-top-level .caret {
  display: inline-block;
  background: no-repeat center url("../images/icons/ico-arrow-white.svg");
  background-size: 11px 14px;
  width: 11px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 2.5rem;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #header-nav-right .main-menu li.open .nav-panel--dropdown {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
  }
  #header-nav-right .main-menu li.open .nav-panel--dropdown .nav-panel-inner {
    padding: 0 0 0 2.5rem;
  }
  #header-nav-right .main-menu li.open .back-to-top-level {
    display: block;
  }
}

#header-nav-right .block-sidebar-menu {
  margin: 0;
}

#header-nav-right .block-sidebar-menu .bluefoot-row,
#header-nav-right .block-sidebar-menu .bluefoot-wrapper {
  margin: 0;
  padding: 0;
}

#header-nav-right .block-sidebar-menu .bluefoot-row ul,
#header-nav-right .block-sidebar-menu .bluefoot-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#header-nav-right .block-sidebar-menu .bluefoot-row figure,
#header-nav-right .block-sidebar-menu .bluefoot-wrapper figure {
  margin: 0;
}

#header-nav-right .block-sidebar-menu .bluefoot-wrapper {
  max-width: 100%;
}

#header-nav-right .block-sidebar-menu .bluefoot-column {
  float: none;
  padding: 0;
}

#header-nav-right .block-sidebar-menu ul li {
  margin: 0 0 .3rem;
  padding: .5rem 0;
}

#header-nav-right .block-sidebar-menu a {
  text-transform: uppercase;
}

#header-nav-right .block-social,
#header-nav-right .block__customer-service__locale {
  margin: 0;
  margin-top: 3.25rem;
  color: #a5a5a5;
  font-size: 0.625rem;
  text-transform: uppercase;
}

#header-nav-right .block-social .bluefoot-row,
#header-nav-right .block-social .bluefoot-wrapper,
#header-nav-right .block__customer-service__locale .bluefoot-row,
#header-nav-right .block__customer-service__locale .bluefoot-wrapper {
  margin: 0;
  padding: 0;
}

#header-nav-right .block-social .bluefoot-row ul,
#header-nav-right .block-social .bluefoot-wrapper ul,
#header-nav-right .block__customer-service__locale .bluefoot-row ul,
#header-nav-right .block__customer-service__locale .bluefoot-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#header-nav-right .block-social .bluefoot-row figure,
#header-nav-right .block-social .bluefoot-wrapper figure,
#header-nav-right .block__customer-service__locale .bluefoot-row figure,
#header-nav-right .block__customer-service__locale .bluefoot-wrapper figure {
  margin: 0;
}

#header-nav-right .block-social .bluefoot-wrapper,
#header-nav-right .block__customer-service__locale .bluefoot-wrapper {
  max-width: 100%;
}

#header-nav-right .block-social .bluefoot-column,
#header-nav-right .block__customer-service__locale .bluefoot-column {
  float: none;
  padding: 0;
}

#header-nav-right .block-social ul,
#header-nav-right .block__customer-service__locale ul {
  font-size: 0.625rem;
  line-height: 1.15;
}

#header-nav-right .block-social ul li,
#header-nav-right .block__customer-service__locale ul li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 1.25rem;
  letter-spacing: 0.14em;
}

#header-nav-right .block-social ul li:last-child,
#header-nav-right .block__customer-service__locale ul li:last-child {
  margin-bottom: 0;
}

#header-nav-right .block-social {
  margin-top: 2.35rem;
}

@media print, screen and (min-width: 48.0625em) {
  #header-nav-right .block-social {
    margin-top: 2.05rem;
  }
}

#header-nav-right .block__customer-service__locale p {
  font-size: inherit;
  line-height: 1.15;
  letter-spacing: 0.14em;
  margin-bottom: 1.25rem;
}

#header-nav-right .block__customer-service__locale p span {
  color: #636363;
  margin-left: 1rem;
}

#header-nav-right .block__customer-service__locale p a {
  color: inherit;
  line-height: inherit;
}

@media print, screen and (min-width: 48.0625em) {
  #header-nav-right .main-menu ul,
  #header-nav-right .block-sidebar-menu ul {
    font-size: 0.75rem;
    letter-spacing: .14em;
    line-height: 0.8125rem;
    text-align: left;
  }
  #header-nav-right .main-menu ul li,
  #header-nav-right .block-sidebar-menu ul li {
    margin: 0 0 .7rem;
    padding: .5rem 0;
    position: relative;
  }
  #header-nav-right .main-menu ul li .opener,
  #header-nav-right .block-sidebar-menu ul li .opener {
    display: inline-block;
    background: no-repeat center url("../images/icons/ico-angle-down.svg");
    background-size: 11px 14px;
    width: 11px;
    height: 14px;
    position: absolute;
    top: 6px;
    right: 0;
    cursor: pointer;
  }
  #header-nav-right .block-sidebar-menu {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
}

@media print and (min-width: 1100px), screen and (min-width: 48.0625em) and (min-width: 1100px) {
  #header-nav-right .block-sidebar-menu {
    padding-top: 2rem;
  }
}

.js-cb2b-header-nav-overlay {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity ease-out .3s;
  transition: opacity ease-out .3s;
  z-index: 98;
}

body.header-nav-opened {
  overflow: hidden;
}

body.header-nav-opened .js-cb2b-header-nav-overlay {
  -webkit-transition: opacity ease-out .3s;
  transition: opacity ease-out .3s;
  display: block;
  opacity: 1;
  left: 0;
}

.loading--wrapper {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
  background-color: rgba(255, 255, 255, 0.8);
}

.loading--wrapper .loading--line {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 200px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 301;
  opacity: 1;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}

.loading--wrapper .loading--line:after {
  content: '';
  display: block;
  height: 200px;
  width: 1px;
  background-color: #1d1d1d;
  -webkit-animation: loading-animate 1.4s infinite ease-in-out;
          animation: loading-animate 1.4s infinite ease-in-out;
  -webkit-transform-origin: 0 bottom;
          transform-origin: 0 bottom;
}

.menu.vertical li {
  position: relative;
}

.menu.vertical li a {
  opacity: 0.4;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.menu.vertical li a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #1d1d1d;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

.menu.vertical li a:focus {
  outline: none;
}

@media print, screen and (min-width: 48.0625em) {
  .menu.vertical li a:hover {
    opacity: 1;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    padding-left: 40px;
  }
  .menu.vertical li a:hover:before {
    width: 20px;
  }
}

.menu.vertical li.active a {
  opacity: 1;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  padding-left: 40px;
  font-family: "TTNorms", sans-serif;
}

.menu.vertical li.active a:before {
  width: 20px;
}

.breadcrumbs {
  text-transform: uppercase;
  margin-bottom: 1.5625rem;
}

@media screen and (max-width: 39.99875em) {
  .breadcrumbs {
    display: none;
  }
}

.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  font-size: 0.625rem;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs li:not(:first-child):before {
  content: '/';
}

.breadcrumbs li.product {
  display: none;
}

.breadcrumbs a, .breadcrumbs strong {
  color: #636363;
  font-weight: normal;
}

.mini-cart {
  letter-spacing: 0.7px;
  color: #1d1d1d;
}

.mini-cart ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: normal;
}

.mini-cart ul li {
  max-width: 79.375rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  position: relative;
  text-transform: uppercase;
  font-size: 0.6875rem;
}

.mini-cart ul li .product-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 135px;
          flex: 0 0 135px;
  max-width: 135px;
  padding: 0 0.625rem 0 0;
}

@media screen and (min-width: 990px) {
  .mini-cart ul li .product-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 117px;
            flex: 0 0 117px;
    max-width: 117px;
  }
}

.mini-cart ul li .product-details {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: calc(100% - 160px);
  line-height: 1.5;
}

.mini-cart ul li .product-details .product-name {
  font-size: 0.6875rem;
  letter-spacing: 0.6px;
  line-height: 0.9375rem;
  padding: 0;
  margin: 0 0 0.5rem;
}

.mini-cart ul li .product-details .product-label {
  display: block;
  font-weight: bold;
  line-height: 1;
  margin-bottom: .5rem;
}

.checkout-onepage-index .mini-cart ul li .product-details .product-label {
  margin-bottom: .3rem;
  font-weight: normal;
  color: #636363;
}

.mini-cart ul li .product-details .product-info-wrapper .item-row {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.mini-cart ul li .product-details .product-info-wrapper .item-row.product--options {
  margin-top: .5rem;
}

.mini-cart ul li .product-details .product-info-wrapper .item-row.product-price {
  line-height: normal;
  margin: 1.25rem 0 0;
}

.checkout-onepage-index .mini-cart ul li .product-details .product-info-wrapper .item-row.product-price {
  margin-top: 1rem;
}

.mini-cart ul li .product-details .product-info-wrapper .item-row.product-price .price {
  position: relative;
  padding-left: 2rem;
  padding-left: 50px;
}

.mini-cart ul li .product-details .product-info-wrapper .item-row.product-price .price::before {
  content: "";
  width: 1rem;
  height: 1px;
  background-color: currentcolor;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.mini-cart ul li .product-details .product-info-wrapper .item-row.product-price .price:before {
  min-width: 38px;
}

.checkout-onepage-index .mini-cart ul li .product-details .product-info-wrapper .item-row.product-price .price:before {
  content: none;
}

.checkout-onepage-index .mini-cart ul li .product-details .product-info-wrapper .item-row.product-price .price {
  padding-left: 0;
}

.mini-cart ul li .product-details .product-info-wrapper .item-row div {
  display: inline-block;
  vertical-align: top;
  width: auto;
}

.mini-cart ul li .product-details .product-info-wrapper .item-row div.item-name {
  color: #636363;
}

.mini-cart ul li .product-details .minicart-actions {
  z-index: 1;
  position: absolute;
  bottom: 0rem;
  left: 0;
}

.mini-cart ul li .product-details .minicart-actions a.remove {
  font-size: 0.625rem;
  letter-spacing: 0.6px;
  color: #999999;
}

.mini-cart .mini-cart--footer {
  margin-top: 4rem;
}

.mini-cart .mini-cart-totals {
  margin: 2.8rem 0;
  font-size: 1.0625rem;
}

.mini-cart .mini-cart-totals .item-row {
  display: table;
  width: 100%;
  line-height: normal;
  letter-spacing: 0.8px;
}

.mini-cart .mini-cart-totals .item-row div {
  display: table-cell;
  vertical-align: top;
  text-transform: uppercase;
}

.mini-cart .mini-cart-totals .item-row div.item-value {
  text-align: right;
}

.mini-cart p.empty {
  color: #ccc;
}

.search-container {
  border-bottom: 1px solid rgba(151, 151, 151, 0.18);
  padding-bottom: 0.8125rem;
  margin-bottom: 1.875rem;
  position: relative;
  display: none;
}

@media print, screen and (min-width: 48.0625em) {
  .search-container {
    display: block;
    padding-bottom: 0.3125rem;
  }
}

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

@media print, screen and (min-width: 48.0625em) {
  .search-container .mini-search.mini-search--desktop {
    display: block;
  }
}

.search-container .mini-search .input-box {
  position: relative;
}

.search-container .mini-search .input-box .search-button {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  outline: none;
  cursor: pointer;
}

.search-container .mini-search .input-box input {
  cursor: pointer;
  font-size: 0.6875rem;
  padding-left: 2.375rem;
  border-bottom: none;
  margin-bottom: 0;
}

.search-container .mini-search .input-box input::-webkit-input-placeholder {
  color: #b2b2b2;
  opacity: 1;
}

.search-container .mini-search .input-box input:-ms-input-placeholder {
  color: #b2b2b2;
  opacity: 1;
}

.search-container .mini-search .input-box input::-ms-input-placeholder {
  color: #b2b2b2;
  opacity: 1;
}

.search-container .mini-search .input-box input::placeholder {
  color: #b2b2b2;
  opacity: 1;
}

.search-container .mini-search .input-box input:hover::-webkit-input-placeholder {
  color: #1d1d1d;
  opacity: 1;
}

.search-container .mini-search .input-box input:hover:-ms-input-placeholder {
  color: #1d1d1d;
  opacity: 1;
}

.search-container .mini-search .input-box input:hover::-ms-input-placeholder {
  color: #1d1d1d;
  opacity: 1;
}

.search-container .mini-search .input-box input:hover::placeholder {
  color: #1d1d1d;
  opacity: 1;
}

.search-container .mini-search .input-box input:-ms-input-placeholder, .search-container .mini-search .input-box input:hover:-ms-input-placeholder {
  color: #b2b2b2;
}

.search-focus--opened .toolbar-top .mini-search--desktop {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.search-focus--opened .toolbar-top .mini-search--desktop .input-box input {
  cursor: text;
}

.search-focus--opened .toolbar-top .block-layered-nav,
.search-focus--opened .toolbar-top .toolbar {
  display: none;
}

.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.search-autocomplete ul li {
  margin: 30px 0;
  font-size: 12px;
  color: #939393;
}

.search-autocomplete ul li.selected {
  cursor: pointer;
  font-weight: bold;
  color: #1d1d1d;
}

.catalog-category-view .page-title,
.catalogsearch-result-index .page-title {
  margin-top: 1.875rem;
}

@media print, screen and (min-width: 48.0625em) {
  .catalog-category-view .page-title,
  .catalogsearch-result-index .page-title {
    margin-top: 2.5rem;
  }
}

.catalog-category-view .page-title h1,
.catalogsearch-result-index .page-title h1 {
  font-size: 0.875rem;
  letter-spacing: 1.1px;
  margin: 0 0 0.625rem;
}

@media print, screen and (min-width: 48.0625em) {
  .catalog-category-view .page-title h1,
  .catalogsearch-result-index .page-title h1 {
    font-size: 1.125rem;
    margin: 0 0 1.25rem;
    letter-spacing: 1.4px;
  }
}

.catalog-category-view .search-container,
.catalogsearch-result-index .search-container {
  display: block;
}

.catalog-category-view .btn-show-more,
.catalog-category-view .ias-spinner.loading,
.catalogsearch-result-index .btn-show-more,
.catalogsearch-result-index .ias-spinner.loading {
  display: block;
  margin: 0.625rem auto;
  text-align: center;
  text-transform: uppercase;
  color: #1d1d1d;
  background: #FFFFFF;
  font-family: "TTNorms", sans-serif;
  font-size: 0.6875rem;
  letter-spacing: 1.6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  padding: 1.25rem 2.5rem;
  cursor: pointer;
  min-width: 12.5rem;
  width: calc(100% - 40px);
}

@media print, screen and (min-width: 48.0625em) {
  .catalog-category-view .btn-show-more,
  .catalog-category-view .ias-spinner.loading,
  .catalogsearch-result-index .btn-show-more,
  .catalogsearch-result-index .ias-spinner.loading {
    width: auto;
    margin: 3.125rem auto 0.625rem;
  }
}

.catalog-category-view .btn-show-more:focus, .catalog-category-view .btn-show-more:hover,
.catalog-category-view .ias-spinner.loading:focus,
.catalog-category-view .ias-spinner.loading:hover,
.catalogsearch-result-index .btn-show-more:focus,
.catalogsearch-result-index .btn-show-more:hover,
.catalogsearch-result-index .ias-spinner.loading:focus,
.catalogsearch-result-index .ias-spinner.loading:hover {
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  color: #FFFFFF;
  background: #1d1d1d;
  border: 1px solid #1d1d1d;
  outline: none;
}

.catalog-category-view .btn-show-more i,
.catalog-category-view .ias-spinner.loading i,
.catalogsearch-result-index .btn-show-more i,
.catalogsearch-result-index .ias-spinner.loading i {
  font-style: normal;
  margin-left: 0.625rem;
}

.catalog-category-view .ias-spinner.loading,
.catalogsearch-result-index .ias-spinner.loading {
  max-width: 12.5rem;
}

.catalog-category-view .ias-spinner.loading img,
.catalogsearch-result-index .ias-spinner.loading img {
  display: none;
}

.catalog-category-view .the-end-showmore,
.catalogsearch-result-index .the-end-showmore {
  display: none !important;
}

.catalog-category-view.categories-landing-page .list--grid .list--item .list--item__name,
.catalogsearch-result-index.categories-landing-page .list--grid .list--item .list--item__name {
  margin: 1rem 0 0.28125rem 0;
}

.catalog-category-view.categories-landing-page .list--grid .list--item .list--item__details,
.catalogsearch-result-index.categories-landing-page .list--grid .list--item .list--item__details {
  margin-bottom: 0;
}

@media print, screen and (min-width: 48.0625em) {
  .catalog-category-view.categories-landing-page .list--grid,
  .catalogsearch-result-index.categories-landing-page .list--grid {
    margin-top: 1.875rem;
  }
  .catalog-category-view.categories-landing-page .list--grid .list--item:after,
  .catalogsearch-result-index.categories-landing-page .list--grid .list--item:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #FFFFFF;
  }
}

.catalog-product-view .product-options {
  border: 0 none;
  margin: 0;
  padding: 0;
}

.catalog-product-view .product-options dl dt {
  display: none;
}

.catalog-product-view .product-options dd {
  width: 49%;
  display: inline-block;
}

.catalog-product-view .product-options select {
  display: none;
}

.catalog-product-view .express-checkout .custom-select {
  color: #FFFFFF;
  border-bottom-color: #FFFFFF;
  background-color: #1d1d1d;
  margin-bottom: 2.5rem;
}

.catalog-product-view .express-checkout .custom-select__opener .ico-arrow, .catalog-product-view .express-checkout .custom-select__opener .slick-vertical .slick-arrow::before, .slick-vertical .catalog-product-view .express-checkout .custom-select__opener .slick-arrow::before {
  background-image: url(../images/icons/ico-arrow-white.svg);
}

.catalog-product-view .express-checkout .custom-select__list {
  background-color: #1d1d1d;
}

.catalog-product-view .express-checkout .custom-select__list ul {
  background-color: #1d1d1d;
}

.catalog-product-view .express-checkout .custom-select__list ul li:hover, .catalog-product-view .express-checkout .custom-select__list ul li.selected-value {
  background-color: #333333;
  color: #FFFFFF;
}

.catalog-product-view .express-checkout .custom-select .validation-advice {
  color: #FFFFFF;
}

.catalog-product-view .loading--wrapper.js-image-overlay .overlay__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 302;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 1s ease 0.5s;
  transition: opacity 1s ease 0.5s;
  cursor: none;
}

.catalog-product-view .loading--wrapper.js-image-overlay .overlay__wrapper.js-show {
  opacity: 1;
  -webkit-transition: opacity 1s ease 0.5s;
  transition: opacity 1s ease 0.5s;
}

.catalog-product-view .loading--wrapper.js-image-overlay .product-image-overlay {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.catalog-product-view .loading--wrapper.js-image-overlay .product-image-overlay img {
  width: 100vw;
  max-width: none;
}

@media print, screen and (min-width: 64em) {
  .product-view .product-shop__wrapper {
    max-width: 79.375rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .product-view .product-shop__wrapper .column__media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
    padding-left: 0;
  }
  .product-view .product-shop__wrapper .column__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    margin-left: 8.33333%;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 48.0625em) {
  .product-view .product-shop__wrapper .column__info {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

.product-view .product-shop__wrapper .product-additional-info {
  margin-top: 2rem;
}

.product-view .product-shop__wrapper p.required {
  display: none;
}

.product-view .product-shop__wrapper .product-shop__category-name {
  color: #1d1d1d;
  font-size: 0.625rem;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  margin: 0;
  text-decoration: none;
}

.product-view .product-shop__wrapper .product-shop__category-name a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.product-view .product-shop__wrapper .product-name {
  margin: 1rem 0;
}

.product-view .product-shop__wrapper .product-name h1 {
  font-family: "BaskervilleCom", serif;
  font-size: 1.25rem;
  line-height: 1.35;
  margin: 0;
}

.product-view .product-shop__wrapper .product-shop__options {
  margin-top: 2.5rem;
}

.product-view .product-shop__wrapper .product-code {
  text-transform: uppercase;
  margin: 1.5rem 0;
}

.product-view .product-shop__wrapper .product-code p {
  font-size: 0.625rem;
  color: #636363;
}

.product-view .product-shop__wrapper .product-code p span {
  color: #bbbbbb;
}

.product-view .product-shop__wrapper .sharing-links {
  color: #636363;
}

.product-view .product-shop__wrapper .sharing-links a {
  letter-spacing: 0.06em;
}

.product-view .product-shop__wrapper .sharing-links a::after {
  content: '+';
}

.product-view .product-shop__wrapper .price-box {
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 1.5rem;
}

.product-view .product-shop__wrapper .price-box .price, .product-view .product-shop__wrapper .price-box p {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  padding-left: 0;
}

.product-view .product-shop__wrapper .price-box .price:before, .product-view .product-shop__wrapper .price-box p:before {
  content: none;
}

.product-view .product-shop__wrapper .price-box .old-price {
  margin-right: 1em;
}

@media screen and (max-width: 63.99875em) {
  .product-view .product-shop__wrapper .product-shop__info {
    margin-top: 1rem;
  }
}

.product-view .product-size-fit-info {
  margin-top: 1em;
}

.product-view .product-size-fit-info p {
  margin: 0;
}

.product-view .product-size-fit-info a {
  display: inline-block;
  color: inherit;
  border-bottom: solid 1px currentColor;
}

.express-checkout {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  color: #FFFFFF;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  z-index: 97;
  background-color: #1d1d1d;
}

.express-checkout--show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.express-checkout--show .express-checkout__close, .express-checkout--show .express-checkout__options {
  display: none;
}

.express-checkout--show-options {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.express-checkout--show-options .express-checkout__close, .express-checkout--show-options .express-checkout__options {
  display: block;
}

.express-checkout--hide {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.express-checkout--hide .express-checkout__close {
  display: none;
}

.express-checkout .container {
  max-width: 79.375rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  min-width: 0;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media print, screen and (min-width: 48.0625em) {
  .express-checkout .container {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

.express-checkout .express-checkout__actions, .express-checkout .express-checkout__close {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.express-checkout .product-options, .express-checkout .express-checkout__actions {
  max-width: 365px;
  width: 100%;
}

.express-checkout .express-checkout__close {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #1d1d1d;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: -25px;
  right: 50%;
  margin-right: -45px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}

.express-checkout .express-checkout__close svg {
  margin-top: 7px;
}

.express-checkout .express-checkout__close svg * {
  fill: #FFFFFF;
}

@media print, screen and (min-width: 48.0625em) {
  .express-checkout {
    display: none;
  }
}

.is-touch .catalog-product-view .loading--wrapper.js-image-overlay .overlay__wrapper {
  cursor: default;
}

.is-touch .catalog-product-view .loading--wrapper.js-image-overlay .product-image-overlay {
  display: block;
  height: 100vh;
  overflow: scroll;
}

.is-touch .catalog-product-view .loading--wrapper.js-image-overlay .product-image-overlay img {
  display: block;
  width: auto;
  height: 200vh;
}

.tabs, .tabs-content {
  border: none;
}

.tabs-title > a, .tabs-title > a:hover, .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  color: inherit;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  padding: 0.5rem 0;
  margin: 0 1rem;
  border-bottom: 1px solid #fff;
}

.tabs-panel {
  padding: 0;
}

.tabs-content {
  clear: both;
}

.tabs-title > a[aria-selected='true'] {
  position: relative;
  font-weight: 600;
  border-bottom: 1px solid #1d1d1d;
  /*
  &:after {
    content: "";
    display: block;
    z-index: 1;
    bottom: rem-calc(-17);
    height: rem-calc(12);
    left: 50%;
    position: absolute;
    border-right: 1px solid $black;
    @include breakpoint(medium) {
      height: rem-calc(24);
    }
  }
  */
}

.catalog-product-view .product-view .size-guide-link {
  display: table;
  text-decoration: underline;
  text-transform: uppercase;
  color: #bbbbbb;
  top: -32px;
  position: relative;
  letter-spacing: normal;
  font-size: 0.8em;
}

.catalog-product-view .product-view .size-guide-link:hover {
  text-decoration: none;
}

.catalog-product-view .product-view .size-guide-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.size-guide {
  width: 1200px;
  max-width: 100%;
  padding: 1rem 3rem;
}

@media screen and (max-width: 48em) {
  .size-guide {
    font-size: 0.8em;
  }
}

.size-guide .size {
  margin-bottom: 3rem;
}

.size-guide .tabs-title.first a, .size-guide .tabs-title.first a:hover, .size-guide .tabs-title.first a:focus, .size-guide .tabs-title.first a:active {
  padding-left: 0;
  margin-left: 0;
}

.size-guide .tabs-title.last a, .size-guide .tabs-title.last a:hover, .size-guide .tabs-title.last a:focus, .size-guide .tabs-title.last a:active {
  padding-right: 0;
  margin-right: 0;
}

.size-guide h4 {
  font-family: "BaskervilleCom", serif;
  font-size: 1.5rem;
  margin: 1rem 0 2rem;
  text-transform: uppercase;
  text-align: center;
}

.size-guide h5 {
  font-family: "BaskervilleCom", serif;
  font-size: 1.125rem;
  margin: 1rem 0 1rem;
  text-transform: uppercase;
  text-align: center;
}

.size-guide .tabs {
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  float: left;
}

.size-guide .tabs.nav-type-measures {
  float: right;
}

.size-guide .close-button {
  top: 1.5rem;
}

.size-guide .measures {
  float: right;
  border-left: 1px solid #999999;
}

.size-guide .measures a {
  display: block;
  padding: 0.5rem 1.5rem;
  font-size: .75rem;
  line-height: 1;
  color: #636363;
}

.size-guide .measures a.active {
  color: #1d1d1d;
}

.size-guide .measures.last {
  border-left: 0;
}

.size-guide .measures.first a {
  padding-right: 0;
}

.size-guide .support-msg {
  font-size: 0.8125rem;
  text-align: center;
  margin: 2rem 0;
}

.size-guide .tabs-panel {
  overflow: auto;
}

.size-guide .tabs-panel .is-active {
  display: table;
}

.size-guide table {
  font-size: 0.8125rem;
}

.size-guide table th, .size-guide table td {
  width: 20%;
  padding: 12px;
  text-align: center;
  border: 1px solid #1d1d1d;
  border-left-width: 0;
  border-right-width: 0;
  position: relative;
}

.size-guide table th.hoverEffect, .size-guide table td.hoverEffect {
  background: #d1d1d1;
}

.size-guide table th:hover:after, .size-guide table th.hover:after, .size-guide table td:hover:after, .size-guide table td.hover:after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  border: 2px solid #1d1d1d;
  position: absolute;
  left: 0;
  top: 0;
}

.size-guide table thead th {
  background-color: #1d1d1d;
  color: #ffffff;
  text-transform: uppercase;
  vertical-align: top;
  border-left-width: 1px;
  border-color: #ffffff;
  border-bottom-width: 0;
  min-width: 60px;
}

.size-guide table thead th.hoverEffect {
  background-color: #1d1d1d;
}

.size-guide table thead th:first-child {
  border-left-width: 0;
}

.size-guide table tbody th {
  font-weight: normal;
}

@media (min-width: 769px) {
  .size-guide .vertical-panel th, .size-guide .vertical-panel td {
    border-right-width: 0;
    border-bottom-width: 0;
    border-left: 0;
  }
  .size-guide .vertical-panel th:first-child, .size-guide .vertical-panel td:first-child {
    border-left-width: 0;
    display: block;
    width: 100%;
  }
  .size-guide .vertical-panel th:last-child, .size-guide .vertical-panel td:last-child {
    border-right-width: 0;
    border-bottom-width: 1px;
  }
  .size-guide .vertical-panel thead {
    display: block;
    float: left;
  }
  .size-guide .vertical-panel thead tr {
    width: 100%;
    display: block;
  }
  .size-guide .vertical-panel thead tr th {
    display: block;
    width: 100%;
  }
  .size-guide .vertical-panel thead tr th:first-child {
    border-top-color: #1d1d1d;
  }
  .size-guide .vertical-panel thead tr th:last-child {
    border-bottom-color: #1d1d1d;
    border-bottom: 0;
  }
  .size-guide .vertical-panel tbody {
    display: block;
    float: left;
  }
  .size-guide .vertical-panel tbody tr {
    float: left;
    display: block;
  }
  .size-guide .vertical-panel tbody tr td {
    display: block;
    width: 100%;
    min-height: 39px;
  }
}

.size-guide .tabs-panel-mobile {
  display: none;
}

@media (max-width: 768px) {
  .size-guide {
    padding: 1rem;
  }
  .size-guide .nav-tabs {
    width: 100%;
    text-align: center;
  }
  .size-guide .nav-tabs li.nav-item {
    float: none;
    display: inline-block;
  }
  .size-guide .nav-tabs li.measures {
    float: none;
    display: inline-block;
    border-left: 0;
    border-right: 1px solid #999999;
  }
  .size-guide .nav-tabs li.measures.last {
    border-right: 0;
  }
  .size-guide .tabs-panel-mobile {
    width: 15%;
    width: 124px;
    float: left;
    display: block;
    border: 1px solid #ffffff;
    border-left: 0;
    border-right: 0;
  }
  .size-guide .tabs-panel-complete {
    width: calc(100% - 125px);
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    float: left;
  }
  .size-guide .tabs-panel-complete::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 8px;
    background: #dfdfdf;
    border-radius: 20px;
  }
  .size-guide .tabs-panel-complete::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  }
  .size-guide .tabs-panel-mobile .th-mobile {
    background-color: #1d1d1d;
    color: #ffffff;
    text-transform: uppercase;
    vertical-align: top;
    border-color: #ffffff;
    padding: 12px;
    text-align: center;
    font-size: 0.8125rem;
    border-top: 1px solid #1d1d1d;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-left-width: 0;
  }
  .size-guide .tabs-panel-mobile .th-mobile.th-head-mobile {
    font-weight: 600;
    position: relative;
    border-top: 0;
    border-bottom: 1px solid #ffffff;
    /* &:after {
          content: "";
          display: block;
          position: absolute;
          right: 0;
          top: 0;
          height: 100%;
          width: 1px;
          background: #fff;
        }
        */
  }
  .size-guide .vertical-panel .tabs-panel-mobile .th-mobile:not(.th-head-mobile) {
    background: #ffffff;
    color: #1d1d1d;
    border-color: #1d1d1d;
    border-top: 0;
    border-right: 0;
  }
  .size-guide .vertical-panel .tabs-panel-mobile .th-mobile:not(.th-head-mobile):last-child {
    border-bottom: 1px solid #1d1d1d;
  }
  .size-guide .vertical-panel .tabs-panel-mobile .th-head-mobile {
    border-bottom: 0;
  }
  .size-guide .vertical-panel .tabs-panel-complete {
    margin-left: -1px;
  }
  .size-guide table thead th {
    min-width: 105px;
  }
  .size-guide table thead th:first-child {
    display: none;
  }
  .size-guide table tbody th {
    display: none;
  }
}

@media (max-width: 520px) {
  .size-guide .tabs-title > a,
  .size-guide .tabs-title > a:hover,
  .size-guide .tabs-title > a:focus,
  .size-guide .tabs-title > a[aria-selected='true'] {
    margin: 0 .5rem;
  }
}

.size-guide .measures a {
  padding: 0.5rem;
}

.cart_privacy-form {
  margin-bottom: 2rem;
}

.product-cart {
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .product-cart {
    margin-bottom: 0;
  }
}

.product-cart td {
  position: relative;
}

.product-cart__info, .product-cart__options, .product-cart__price, .product-cart__quantity, .product-cart__total {
  padding: .5rem .5rem 1rem;
  width: 16%;
}

.checkout-review-table .product-cart__info, .checkout-review-table .product-cart__options, .checkout-review-table .product-cart__price, .checkout-review-table .product-cart__quantity, .checkout-review-table .product-cart__total {
  width: 18%;
}

.product-cart__price, .product-cart__quantity, .product-cart__total {
  white-space: nowrap;
}

.product-cart .btn-remove {
  text-transform: uppercase;
  color: #bbbbbb;
  position: absolute;
  bottom: 1rem;
  font-size: 0.625rem;
}

.product-cart__image {
  padding-left: 0;
  width: 122px;
}

.product-cart__image .checkout-review-table {
  width: 132px;
}

.product-cart__info {
  width: auto;
  padding-right: 3em;
}

.checkout-review-table .product-cart__info {
  width: auto;
}

.product-cart__info .product-label {
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1;
}

.product-cart__info .product-name {
  font-size: 0.75rem;
}

.product-cart__info .item-msg {
  font-size: 0.8em;
  color: #cc4b37;
}

.product-cart__options {
  text-transform: uppercase;
  color: #636363;
}

.product-cart__options p {
  margin-bottom: 0;
  font-size: 0.75rem;
}

.product-cart__options .value {
  color: #1d1d1d;
}

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

.product-cart__quantity input {
  display: inline-block;
  max-width: 3.125rem;
  border: solid 1px #bbbbbb;
  text-align: center;
  padding: 0;
  height: 2.5rem;
  margin: 0;
}

.product-cart__quantity input:focus {
  border: solid 1px #bbbbbb;
}

.product-cart__quantity input[readonly] {
  background-color: transparent;
}

.product-cart__quantity .qty-selector {
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
}

.product-cart__total {
  padding-right: 0;
  text-align: right;
}

@media print, screen and (min-width: 48.0625em) {
  .cart-totals-wrapper {
    max-width: 79.375rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.coupon-wrapper {
  margin-bottom: 2em;
}

@media print, screen and (min-width: 48.0625em) {
  .coupon-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
  .coupon-wrapper {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

.coupon-wrapper .input-box {
  position: relative;
}

.coupon-wrapper form .validation-advice {
  top: 110%;
}

.coupon-wrapper form .fields .field input[type="text"], .coupon-wrapper .field {
  margin-bottom: 0 !important;
}

.coupon-wrapper .btn-apply {
  height: 35px;
  display: block;
  -webkit-appearance: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 1px;
  z-index: 1;
}

@media print, screen and (min-width: 48.0625em) {
  .cart-totals {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 365px;
  }
}

@media print, screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
  .cart-totals {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .checkout-cart-index .cart-totals {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    margin-left: 33.33333%;
  }
}

@media print, screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
  .checkout-cart-index .cart-totals {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .checkout-cart-index .cart-totals, .checkout-onepage-index .cart-totals {
    padding: 0;
  }
}

.cart-totals table {
  text-transform: uppercase;
}

.cart-totals table td {
  padding: 0.5rem 0 0.625rem;
}

.cart-totals table td.a-right {
  padding-left: 0.625rem;
  text-align: right;
  white-space: nowrap;
}

.cart-totals table tbody {
  color: #999999;
}

.cart-totals .bottom button {
  max-width: none;
}

@media screen and (max-width: 63.99875em) {
  .product-cart {
    font-size: 0.625rem;
  }
  .product-cart p {
    font-size: inherit;
  }
  .product-cart tbody {
    display: block;
  }
  .product-cart tr {
    display: grid;
    grid-template-columns: 145px auto;
    grid-template-rows: repeat(5, 34px);
    position: relative;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .product-cart td, .checkout-onepage-index .product-cart td {
    width: auto;
    position: static;
    padding: 0;
  }
  .product-cart .btn-remove {
    left: 0;
    bottom: 0;
  }
  .product-cart .item-msg {
    line-height: normal;
  }
  .product-cart__image {
    grid-column: 1 / 2;
    grid-row: 1 / 7;
    padding: 0 0.625rem 0 0 !important;
  }
  .product-cart__info, .product-cart__options, .product-cart__price, .product-cart__quantity, .product-cart__total {
    grid-column-end: -1;
    grid-column-start: 2;
  }
  .product-cart__info {
    grid-row: 1 / 3;
    line-height: 1.5;
  }
  .product-cart__info .product-name {
    font-size: inherit;
    line-height: inherit;
  }
  .product-cart__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product-cart__total .cart-price {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .product-cart__price {
    display: none;
  }
  .product-cart__quantity {
    text-align: left;
  }
  .product-cart__quantity::before {
    content: attr(title);
    text-transform: uppercase;
    color: #636363;
  }
  .product-cart__quantity .qty-selector, .product-cart__quantity input {
    height: 1.875rem;
    border: none;
  }
  .product-cart__quantity input {
    width: 1.25rem;
  }
  .product-cart__quantity .qty-selector {
    width: 1.875rem;
  }
  .product-cart__total {
    text-align: left;
  }
  .product-cart__total .price {
    position: relative;
    padding-left: 2rem;
  }
  .product-cart__total .price::before {
    content: "";
    width: 1rem;
    height: 1px;
    background-color: currentcolor;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
}

.overlay {
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  display: none;
}

.overlay::after {
  content: '';
  background: no-repeat center url("../images/ajax-loader.gif");
  background-size: contain;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.checkout-footer {
  padding: 1.5625rem 0;
}

.checkout-footer .footer {
  max-width: 79.375rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  text-transform: uppercase;
  text-align: center;
}

.checkout-footer .footer p {
  font-size: 0.625rem;
}

.checkout-onepage-index .step-content,
.checkout-onepage-success .step-content {
  max-width: 79.375rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: 2.625rem;
  margin-bottom: 2.625rem;
}

.checkout-onepage-index .step-item-wrapper, .checkout-onepage-index .step-progress-wrapper,
.checkout-onepage-success .step-item-wrapper,
.checkout-onepage-success .step-progress-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

@media print, screen and (min-width: 48.0625em) {
  .checkout-onepage-index .step-item-wrapper, .checkout-onepage-index .step-progress-wrapper,
  .checkout-onepage-success .step-item-wrapper,
  .checkout-onepage-success .step-progress-wrapper {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .checkout-onepage-index .step-item-wrapper,
  .checkout-onepage-success .step-item-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
  .checkout-onepage-index .step-item-wrapper,
  .checkout-onepage-success .step-item-wrapper {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .checkout-onepage-index .step-progress-wrapper,
  .checkout-onepage-success .step-progress-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
  .checkout-onepage-index .opc.step-login .step-item-wrapper,
  .checkout-onepage-success .opc.step-login .step-item-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
  .checkout-onepage-index .opc.step-login .step-item-wrapper,
  .checkout-onepage-success .opc.step-login .step-item-wrapper {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

.checkout-onepage-index .step-navigation,
.checkout-onepage-success .step-navigation {
  background: #1d1d1d;
}

.checkout-onepage-index .step-title-wrapper,
.checkout-onepage-success .step-title-wrapper {
  color: #999999;
  padding: 0.875rem 0;
  max-width: 79.375rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: auto;
}

.checkout-onepage-index .step-title-wrapper .section-title,
.checkout-onepage-success .step-title-wrapper .section-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  text-align: center;
  white-space: nowrap;
  padding: 0 0.3125rem;
}

.checkout-onepage-index .step-title-wrapper .section-title h4,
.checkout-onepage-success .step-title-wrapper .section-title h4 {
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  display: inline-block;
  cursor: pointer;
  margin: 0;
}

@media screen and (min-width: 641px) {
  .checkout-onepage-index .step-title-wrapper .section-title h4,
  .checkout-onepage-success .step-title-wrapper .section-title h4 {
    margin-right: 3.125rem;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .checkout-onepage-index .step-title-wrapper .section-title h4,
  .checkout-onepage-success .step-title-wrapper .section-title h4 {
    margin-right: 4.375rem;
  }
}

.checkout-onepage-index .step-title-wrapper .section-title .ico-arrow-right-white,
.checkout-onepage-success .step-title-wrapper .section-title .ico-arrow-right-white {
  opacity: 0.4;
  width: 1.25rem;
  height: 1px;
  background-color: #FFFFFF;
  position: relative;
  top: -4px;
  display: inline-block;
}

@media screen and (min-width: 641px) {
  .checkout-onepage-index .step-title-wrapper .section-title .ico-arrow-right-white,
  .checkout-onepage-success .step-title-wrapper .section-title .ico-arrow-right-white {
    width: 2.5rem;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .checkout-onepage-index .step-title-wrapper .section-title .ico-arrow-right-white,
  .checkout-onepage-success .step-title-wrapper .section-title .ico-arrow-right-white {
    width: 2.5rem;
  }
}

.checkout-onepage-index .step-title-wrapper .section-title .ico-arrow-right-white:after, .checkout-onepage-index .step-title-wrapper .section-title .ico-arrow-right-white:before,
.checkout-onepage-success .step-title-wrapper .section-title .ico-arrow-right-white:after,
.checkout-onepage-success .step-title-wrapper .section-title .ico-arrow-right-white:before {
  content: '';
  width: 7px;
  height: 1px;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  position: absolute;
  right: -2px;
  background-color: #FFFFFF;
}

.checkout-onepage-index .step-title-wrapper .section-title .ico-arrow-right-white:after,
.checkout-onepage-success .step-title-wrapper .section-title .ico-arrow-right-white:after {
  top: 2px;
}

.checkout-onepage-index .step-title-wrapper .section-title .ico-arrow-right-white:before,
.checkout-onepage-success .step-title-wrapper .section-title .ico-arrow-right-white:before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  bottom: 2px;
}

.checkout-onepage-index .step-title-wrapper .section-title.complete, .checkout-onepage-index .step-title-wrapper .section-title.active,
.checkout-onepage-success .step-title-wrapper .section-title.complete,
.checkout-onepage-success .step-title-wrapper .section-title.active {
  color: #FFFFFF;
}

.checkout-onepage-index .step-title-wrapper .section-title.complete .ico-arrow-right-white, .checkout-onepage-index .step-title-wrapper .section-title.active .ico-arrow-right-white,
.checkout-onepage-success .step-title-wrapper .section-title.complete .ico-arrow-right-white,
.checkout-onepage-success .step-title-wrapper .section-title.active .ico-arrow-right-white {
  opacity: 1;
}

.checkout-onepage-index .step-title-wrapper .section-title.inactive h4,
.checkout-onepage-success .step-title-wrapper .section-title.inactive h4 {
  cursor: not-allowed;
}

.checkout-onepage-index .step-item-wrapper h4,
.checkout-onepage-success .step-item-wrapper h4 {
  font-family: "BaskervilleCom", serif;
  font-size: 1.25rem;
  margin-bottom: 1.5em;
}

.checkout-onepage-index .step-item-wrapper .std-padding, .checkout-onepage-index .step-item-wrapper .buttons-set,
.checkout-onepage-success .step-item-wrapper .std-padding,
.checkout-onepage-success .step-item-wrapper .buttons-set {
  margin-top: 3.75rem;
}

@media print, screen and (min-width: 40em) {
  .checkout-onepage-index .step-item-wrapper .buttons-set,
  .checkout-onepage-success .step-item-wrapper .buttons-set {
    max-width: 79.375rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .checkout-onepage-index .step-item-wrapper .buttons-set .btn-save-step, .checkout-onepage-index .step-item-wrapper .buttons-set .btn-back-step,
  .checkout-onepage-success .step-item-wrapper .buttons-set .btn-save-step,
  .checkout-onepage-success .step-item-wrapper .buttons-set .btn-back-step {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
  }
}

.checkout-onepage-index .opc.step-login .step-progress-wrapper,
.checkout-onepage-success .opc.step-login .step-progress-wrapper {
  display: none;
}

.checkout-onepage-index #checkout-progress-wrapper,
.checkout-onepage-success #checkout-progress-wrapper {
  position: relative;
}

.checkout-onepage-index .step-progress-wrapper,
.checkout-onepage-success .step-progress-wrapper {
  margin-top: 2em;
}

@media print, screen and (min-width: 64em) {
  .checkout-onepage-index .step-progress-wrapper,
  .checkout-onepage-success .step-progress-wrapper {
    margin-top: 0;
  }
}

.checkout-onepage-index .step-progress-wrapper .block-progress,
.checkout-onepage-success .step-progress-wrapper .block-progress {
  padding-bottom: 3em;
}

.checkout-onepage-index .step-progress-wrapper .block-progress__title,
.checkout-onepage-success .step-progress-wrapper .block-progress__title {
  background: no-repeat #f1f1f1;
  background-position: right 10px top 50%;
  text-transform: uppercase;
  padding: 1em;
  outline: none;
  cursor: pointer;
  background-size: auto 12px;
}

.checkout-onepage-index .step-progress-wrapper .block-progress__title[aria-expanded="true"],
.checkout-onepage-success .step-progress-wrapper .block-progress__title[aria-expanded="true"] {
  background-image: url("../images/icons/ico-minus-black.svg");
}

.checkout-onepage-index .step-progress-wrapper .block-progress__title[aria-expanded="false"],
.checkout-onepage-success .step-progress-wrapper .block-progress__title[aria-expanded="false"] {
  background-image: url("../images/icons/ico-plus-black.svg");
  margin-bottom: 0.125rem;
}

.checkout-onepage-index .step-progress-wrapper .block-progress__content,
.checkout-onepage-success .step-progress-wrapper .block-progress__content {
  border: solid 1px #f1f1f1;
  padding: 1em;
}

.checkout-onepage-index .step-progress-wrapper .block-progress__content .content-item__title,
.checkout-onepage-success .step-progress-wrapper .block-progress__content .content-item__title {
  text-transform: uppercase;
  display: block;
  font-weight: bold;
}

.checkout-onepage-index .step-progress-wrapper .block-progress__content .subtitle strong,
.checkout-onepage-success .step-progress-wrapper .block-progress__content .subtitle strong {
  font-weight: normal;
}

.checkout-onepage-index .step-progress-wrapper .block-progress__content address,
.checkout-onepage-success .step-progress-wrapper .block-progress__content address {
  font-style: normal;
  display: block;
}

.checkout-onepage-index .step-progress-wrapper .block-progress__content address::first-line,
.checkout-onepage-success .step-progress-wrapper .block-progress__content address::first-line {
  text-transform: uppercase;
}

.checkout-onepage-index .step-progress-wrapper .block-progress__content-item,
.checkout-onepage-success .step-progress-wrapper .block-progress__content-item {
  line-height: 2.3;
}

.checkout-onepage-index .step-progress-wrapper .block-progress__content-item:not(:first-child),
.checkout-onepage-success .step-progress-wrapper .block-progress__content-item:not(:first-child) {
  margin-top: 2em;
}

.checkout-onepage-index .step-progress-wrapper .block-progress__content-item table,
.checkout-onepage-success .step-progress-wrapper .block-progress__content-item table {
  margin: 0;
}

.checkout-onepage-index .step-progress-wrapper .block-progress__content-item table td,
.checkout-onepage-success .step-progress-wrapper .block-progress__content-item table td {
  padding: 0;
}

.checkout-onepage-index .step-progress-wrapper .block-progress .button,
.checkout-onepage-success .step-progress-wrapper .block-progress .button {
  max-width: none;
}

.checkout-onepage-index .step-progress-wrapper .mini-cart .subtotal,
.checkout-onepage-success .step-progress-wrapper .mini-cart .subtotal {
  color: #999999;
  margin-bottom: 1em;
  font-size: 0.8em;
}

.checkout-onepage-index .step-progress-wrapper .mini-cart .mini-cart-totals,
.checkout-onepage-success .step-progress-wrapper .mini-cart .mini-cart-totals {
  margin-bottom: 0;
}

.checkout-onepage-index .step-progress-wrapper .cart_review,
.checkout-onepage-success .step-progress-wrapper .cart_review {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.checkout-onepage-index .step-progress-wrapper .cart_review a,
.checkout-onepage-success .step-progress-wrapper .cart_review a {
  display: inline-block;
  border-bottom: solid 1px #999999;
  color: #999999;
  font-size: 0.6875rem;
}

.checkout-onepage-index .step-progress-wrapper .cart-action,
.checkout-onepage-success .step-progress-wrapper .cart-action {
  display: none;
  border: solid 1px #f1f1f1;
  padding: 1em;
  border-top: solid 1px #FFFFFF;
  margin-top: -1px;
}

@media print, screen and (min-width: 48.0625em) {
  .checkout-onepage-index .step-progress-wrapper .cart-action,
  .checkout-onepage-success .step-progress-wrapper .cart-action {
    display: block;
  }
}

.checkout-onepage-index .shipping-message-container .standard-shipping label,
.checkout-onepage-success .shipping-message-container .standard-shipping label {
  padding-left: 0 !important;
  font-size: 14px;
  font-weight: bold;
}

.checkout-onepage-index .shipping-message-container .standard-shipping label::before, .checkout-onepage-index .shipping-message-container .standard-shipping label::after,
.checkout-onepage-success .shipping-message-container .standard-shipping label::before,
.checkout-onepage-success .shipping-message-container .standard-shipping label::after {
  display: none !important;
}

.checkout-onepage-index .shipping-message-container .standard-shipping .state,
.checkout-onepage-success .shipping-message-container .standard-shipping .state {
  line-height: 1.7;
}

.checkout-onepage-index .shipping-message-container .standard-shipping .std,
.checkout-onepage-success .shipping-message-container .standard-shipping .std {
  font-family: "BaskervilleCom", serif;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.checkout-onepage-index .shipping-message-container .price,
.checkout-onepage-success .shipping-message-container .price {
  display: inline-block;
  margin-left: 1em;
}

.checkout-onepage-index .additional-shipping .price::before,
.checkout-onepage-success .additional-shipping .price::before {
  content: '+ ';
}

.checkout-onepage-index .additional-shipping, .checkout-onepage-index .gift-pack--wrapper,
.checkout-onepage-success .additional-shipping,
.checkout-onepage-success .gift-pack--wrapper {
  margin-bottom: 2em;
}

.checkout-onepage-index .js-privacy-toggle,
.checkout-onepage-success .js-privacy-toggle {
  display: inline-block;
  border-bottom: solid 1px currentColor;
}

.checkout-onepage-index .privacy-wrapper,
.checkout-onepage-success .privacy-wrapper {
  margin-bottom: 2em;
  text-transform: uppercase;
}

.checkout-onepage-index .privacy-wrapper p,
.checkout-onepage-success .privacy-wrapper p {
  margin: 0;
}

.checkout-onepage-index .dt-methods.dt-gestpaypro, .checkout-onepage-index .dt-methods.dt-paypal_express,
.checkout-onepage-success .dt-methods.dt-gestpaypro,
.checkout-onepage-success .dt-methods.dt-paypal_express {
  position: relative;
}

.checkout-onepage-index .dt-methods.dt-gestpaypro::after, .checkout-onepage-index .dt-methods.dt-paypal_express::after,
.checkout-onepage-success .dt-methods.dt-gestpaypro::after,
.checkout-onepage-success .dt-methods.dt-paypal_express::after {
  content: '';
  display: block;
  position: absolute;
  height: 20px;
  top: 10px;
  left: 190px;
}

.checkout-onepage-index .dt-methods.dt-gestpaypro::after,
.checkout-onepage-success .dt-methods.dt-gestpaypro::after {
  width: 220px;
  background: no-repeat right center url("../images/credit-cards.png");
  background-size: contain;
}

.checkout-onepage-index .dt-methods.dt-paypal_express::after,
.checkout-onepage-success .dt-methods.dt-paypal_express::after {
  width: 28px;
  background: no-repeat right center url("../images/paypal.png");
  background-size: contain;
}

.checkout-onepage-index .cart-totals table tr:last-child,
.checkout-onepage-success .cart-totals table tr:last-child {
  color: #1d1d1d;
}

#checkout_minicart_totals .cart-totals table tr {
  display: none;
}

#checkout_minicart_totals .cart-totals table tr:first-child, #checkout_minicart_totals .cart-totals table tr:last-child {
  display: table-row;
}

@media print, screen and (min-width: 48.0625em) {
  #checkout-step-login {
    margin-top: 1.25rem;
  }
}

#checkout-step-login h4 {
  margin-bottom: 1.25rem;
}

#checkout-step-login .col2-set {
  max-width: 79.375rem;
  margin-right: auto;
  margin-left: auto;
}

#checkout-step-login .col2-set::before, #checkout-step-login .col2-set::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#checkout-step-login .col2-set::after {
  clear: both;
}

#checkout-step-login .col2-set .col-2 {
  margin-top: 2.5rem;
}

#checkout-step-login .col2-set .col-1 .buttons-set {
  margin-top: 1.25rem;
}

@media print, screen and (min-width: 48.0625em) {
  #checkout-step-login .col2-set .col-1 .buttons-set {
    margin-top: 2.5rem;
  }
}

#checkout-step-login .col2-set .block-checkout-login_guest {
  margin-top: 2.5rem;
}

#checkout-step-login .col2-set .block-checkout-login_guest h4 {
  margin-top: 20px;
}

@media print, screen and (min-width: 48.0625em) {
  #checkout-step-login .col2-set .block-checkout-login_guest h4 {
    margin-top: 70px;
  }
}

@media print, screen and (min-width: 48.0625em) {
  #checkout-step-login .col2-set .col-1, #checkout-step-login .col2-set .col-2 {
    width: 41.66667%;
    float: left;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    margin-left: 8.33333%;
  }
}

@media print, screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
  #checkout-step-login .col2-set .col-1, #checkout-step-login .col2-set .col-2 {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

@media print, screen and (min-width: 48.0625em) {
  #checkout-step-login .col2-set .col-1, #checkout-step-login .col2-set .col-1:last-child:not(:first-child), #checkout-step-login .col2-set .col-2, #checkout-step-login .col2-set .col-2:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  #checkout-step-login .col2-set .col-1:last-child:not(:first-child), #checkout-step-login .col2-set .col-2:last-child:not(:first-child) {
    float: right;
  }
  #checkout-step-login .col2-set .col-2 {
    margin-top: 0;
  }
}

#checkout-step-login .buttons-set button {
  max-width: none;
}

#checkout-step-login .pslogin-button-link {
  margin-right: 0;
  margin-left: auto;
  max-width: none;
}

#corneliani-omnichannel--pickupinstore {
  width: 100%;
  margin-top: 1em;
  max-width: 79.375rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

#corneliani-omnichannel--pickupinstore address {
  margin-top: 0.5em;
  margin-left: 30px;
  line-height: normal;
}

.customer-account .addresses-list .addresses-list--item,
.customer-account-logoutsuccess .addresses-list .addresses-list--item {
  margin-bottom: 1.25rem;
}

@media print, screen and (min-width: 48.0625em) {
  .customer-account .addresses-list .addresses-list--item,
  .customer-account-logoutsuccess .addresses-list .addresses-list--item {
    margin-bottom: 3.125rem;
  }
}

.customer-account .addresses-list .addresses-list--item h2,
.customer-account-logoutsuccess .addresses-list .addresses-list--item h2 {
  font-family: "BaskervilleCom", serif;
  font-size: 1.125rem;
}

.customer-account .addresses-list .addresses-list--item .addresses-list--item--content h3,
.customer-account-logoutsuccess .addresses-list .addresses-list--item .addresses-list--item--content h3 {
  font-family: "TTNorms", sans-serif;
  font-size: 0.875rem;
}

.customer-account .addresses-list .addresses-list--item .addresses-list--item--content address,
.customer-account-logoutsuccess .addresses-list .addresses-list--item .addresses-list--item--content address {
  font-size: 0.75rem;
  margin-bottom: 1.25rem;
  line-height: 1.1875rem;
  letter-spacing: 0.7px;
  color: #636363;
  text-transform: none;
}

.customer-account .my-account a,
.customer-account-logoutsuccess .my-account a {
  text-decoration: underline;
}

.customer-account.sales-order-history .table-scroll tr th,
.customer-account-logoutsuccess.sales-order-history .table-scroll tr th {
  text-transform: uppercase;
  font-size: 0.875rem;
}

.customer-account.sales-order-history .table-scroll tr td,
.customer-account-logoutsuccess.sales-order-history .table-scroll tr td {
  font-size: 0.875rem;
  border-right: 1px solid #f3f3f3;
}

.customer-account.sales-order-history .table-scroll tr td:last-of-type,
.customer-account-logoutsuccess.sales-order-history .table-scroll tr td:last-of-type {
  border-right: 1px solid #FFFFFF;
}

.customer-account.sales-order-history .table-scroll tr td a:hover,
.customer-account-logoutsuccess.sales-order-history .table-scroll tr td a:hover {
  text-decoration: underline;
}

.customer-account.sales-order-history .pager-no-toolbar .count-container,
.customer-account-logoutsuccess.sales-order-history .pager-no-toolbar .count-container {
  display: none;
}

.customer-account.sales-order-history .pager-no-toolbar .pages ul,
.customer-account-logoutsuccess.sales-order-history .pager-no-toolbar .pages ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 0.875rem;
}

.customer-account.sales-order-history .pager-no-toolbar .pages ul li,
.customer-account-logoutsuccess.sales-order-history .pager-no-toolbar .pages ul li {
  display: inline-block;
  padding: 0 0.625rem;
}

.customer-account.sales-order-history .pager-no-toolbar .pages ul li.current,
.customer-account-logoutsuccess.sales-order-history .pager-no-toolbar .pages ul li.current {
  font-family: "TTNorms", sans-serif;
}

.customer-account.sales-order-history .pager-no-toolbar .pages ul li a,
.customer-account-logoutsuccess.sales-order-history .pager-no-toolbar .pages ul li a {
  text-decoration: underline;
}

.customer-account.sales-order-history .pager-no-toolbar .pages ul li a.previous i,
.customer-account-logoutsuccess.sales-order-history .pager-no-toolbar .pages ul li a.previous i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.customer-account.sales-order-history .pager-no-toolbar .pages ul li a.next i,
.customer-account-logoutsuccess.sales-order-history .pager-no-toolbar .pages ul li a.next i {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.customer-account.sales-order-view .my-account,
.customer-account-logoutsuccess.sales-order-view .my-account {
  font-size: 0.75rem;
}

.customer-account.sales-order-view .my-account .order-items,
.customer-account-logoutsuccess.sales-order-view .my-account .order-items {
  margin-top: 1.25rem;
}

@media print, screen and (min-width: 48.0625em) {
  .customer-account.sales-order-view .my-account .order-items,
  .customer-account-logoutsuccess.sales-order-view .my-account .order-items {
    margin-top: 3.125rem;
  }
}

.customer-account.sales-order-view .my-account .order-items .table-caption,
.customer-account-logoutsuccess.sales-order-view .my-account .order-items .table-caption {
  font-family: "TTNorms", sans-serif;
  font-size: 0.875rem;
}

.customer-account.sales-order-view .my-account .order-items .order-additional,
.customer-account-logoutsuccess.sales-order-view .my-account .order-items .order-additional {
  margin-top: 1.25rem;
}

@media print, screen and (min-width: 48.0625em) {
  .customer-account.sales-order-view .my-account .order-items .order-additional,
  .customer-account-logoutsuccess.sales-order-view .my-account .order-items .order-additional {
    margin-top: 3.125rem;
  }
}

.customer-account.sales-order-view .my-account .order-items .order-additional .sub-title,
.customer-account-logoutsuccess.sales-order-view .my-account .order-items .order-additional .sub-title {
  font-size: 0.875rem;
}

.customer-account.sales-order-view .my-account .order-items .data-table .product-name,
.customer-account-logoutsuccess.sales-order-view .my-account .order-items .data-table .product-name {
  font-size: 0.6875rem;
  line-height: 1rem;
  letter-spacing: 0.6px;
  text-align: left;
  color: #1d1d1d;
  text-transform: uppercase;
  padding: 0 5px 5px;
  margin-bottom: 0.6rem;
}

.customer-account.sales-order-view .my-account .order-items .data-table dl,
.customer-account-logoutsuccess.sales-order-view .my-account .order-items .data-table dl {
  padding: 0 5px;
}

.customer-account.sales-order-view .my-account .order-items .data-table dl dt, .customer-account.sales-order-view .my-account .order-items .data-table dl dd,
.customer-account-logoutsuccess.sales-order-view .my-account .order-items .data-table dl dt,
.customer-account-logoutsuccess.sales-order-view .my-account .order-items .data-table dl dd {
  padding: 0.07rem 0;
}

.customer-account.sales-order-view .my-account .order-items .data-table dl dt,
.customer-account-logoutsuccess.sales-order-view .my-account .order-items .data-table dl dt {
  float: left;
  color: #636363;
  padding-right: 6px;
}

.customer-account.sales-order-view .my-account .order-items .data-table dl dd,
.customer-account-logoutsuccess.sales-order-view .my-account .order-items .data-table dl dd {
  display: block;
  width: 100%;
  color: #000000;
}

.customer-account.sales-order-view .my-account .order-items .cart-totals,
.customer-account-logoutsuccess.sales-order-view .my-account .order-items .cart-totals {
  text-transform: uppercase;
  font-size: 0.75rem;
  text-align: right;
}

.customer-account.sales-order-view .my-account .order-items .cart-totals tbody td,
.customer-account-logoutsuccess.sales-order-view .my-account .order-items .cart-totals tbody td {
  padding: 0.3125rem;
}

.customer-account.sales-order-view .my-account .order-items .cart-totals .grand_total,
.customer-account-logoutsuccess.sales-order-view .my-account .order-items .cart-totals .grand_total {
  font-size: 0.875rem;
}

.customer-account.sales-order-view .my-account .order-about,
.customer-account-logoutsuccess.sales-order-view .my-account .order-about {
  margin-top: 1.25rem;
}

.customer-account.sales-order-view .my-account .order-about dt,
.customer-account-logoutsuccess.sales-order-view .my-account .order-about dt {
  float: left;
  width: 10rem;
  overflow: hidden;
  clear: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "TTNorms", sans-serif;
  color: #000000;
}

.customer-account.sales-order-view .my-account .order-about dd,
.customer-account-logoutsuccess.sales-order-view .my-account .order-about dd {
  margin-left: 11.25rem;
  margin-bottom: 0.625rem;
}

.customer-account-forgotpassword .main,
.customer-account-forgotpassword footer,
.customer-account-changeforgotten .main,
.customer-account-changeforgotten footer,
.customer-account-login .main,
.customer-account-login footer {
  margin-top: 0;
}

.customer-account-forgotpassword .welcome-msg,
.customer-account-changeforgotten .welcome-msg,
.customer-account-login .welcome-msg {
  background: #f3f3f3;
  font-size: 0.625rem;
  padding: 0.75rem 1.25rem;
  line-height: 1.09375rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}

@media print, screen and (min-width: 48.0625em) {
  .customer-account-forgotpassword .welcome-msg,
  .customer-account-changeforgotten .welcome-msg,
  .customer-account-login .welcome-msg {
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 1.7px;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .customer-account-forgotpassword.full-page .main .content-wrapper .account-login,
  .customer-account-changeforgotten.full-page .main .content-wrapper .account-login,
  .customer-account-login.full-page .main .content-wrapper .account-login {
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 100%;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .customer-account-forgotpassword .main .content-wrapper .account-login,
  .customer-account-changeforgotten .main .content-wrapper .account-login,
  .customer-account-login .main .content-wrapper .account-login {
    position: relative;
    margin: 1.875rem 0 4.375rem;
  }
}

@media print, screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
  .customer-account-forgotpassword .main .content-wrapper .account-login,
  .customer-account-changeforgotten .main .content-wrapper .account-login,
  .customer-account-login .main .content-wrapper .account-login {
    margin: 1.875rem 0 6.25rem;
  }
}

.customer-account-forgotpassword .block-login,
.customer-account-forgotpassword .block-contact,
.customer-account-changeforgotten .block-login,
.customer-account-changeforgotten .block-contact,
.customer-account-login .block-login,
.customer-account-login .block-contact {
  margin-top: 2.21875rem;
}

@media print, screen and (min-width: 48.0625em) {
  .customer-account-forgotpassword .block-login,
  .customer-account-forgotpassword .block-contact,
  .customer-account-changeforgotten .block-login,
  .customer-account-changeforgotten .block-contact,
  .customer-account-login .block-login,
  .customer-account-login .block-contact {
    margin-top: 0;
  }
}

.customer-account-forgotpassword .block-login .std,
.customer-account-forgotpassword .block-contact .std,
.customer-account-changeforgotten .block-login .std,
.customer-account-changeforgotten .block-contact .std,
.customer-account-login .block-login .std,
.customer-account-login .block-contact .std {
  margin-bottom: 1.875rem;
}

.customer-account-forgotpassword .block-login .std h3,
.customer-account-forgotpassword .block-contact .std h3,
.customer-account-changeforgotten .block-login .std h3,
.customer-account-changeforgotten .block-contact .std h3,
.customer-account-login .block-login .std h3,
.customer-account-login .block-contact .std h3 {
  margin-bottom: 0.65625rem;
}

@media print, screen and (min-width: 48.0625em) {
  .customer-account-forgotpassword .block-login .std h3,
  .customer-account-forgotpassword .block-contact .std h3,
  .customer-account-changeforgotten .block-login .std h3,
  .customer-account-changeforgotten .block-contact .std h3,
  .customer-account-login .block-login .std h3,
  .customer-account-login .block-contact .std h3 {
    margin-bottom: 1.1875rem;
  }
}

.customer-account-forgotpassword .block-login .std p,
.customer-account-forgotpassword .block-contact .std p,
.customer-account-changeforgotten .block-login .std p,
.customer-account-changeforgotten .block-contact .std p,
.customer-account-login .block-login .std p,
.customer-account-login .block-contact .std p {
  margin-bottom: 1.3125rem;
}

.customer-account-forgotpassword .block-login .forgot-password,
.customer-account-forgotpassword .block-contact .forgot-password,
.customer-account-changeforgotten .block-login .forgot-password,
.customer-account-changeforgotten .block-contact .forgot-password,
.customer-account-login .block-login .forgot-password,
.customer-account-login .block-contact .forgot-password {
  text-transform: uppercase;
  font-size: 0.625rem;
  line-height: 0.625rem;
  letter-spacing: 1.2px;
  opacity: 0.4;
  margin: 0 0 1.875rem;
}

@media print, screen and (min-width: 48.0625em) {
  .customer-account-forgotpassword .block-login .forgot-password,
  .customer-account-forgotpassword .block-contact .forgot-password,
  .customer-account-changeforgotten .block-login .forgot-password,
  .customer-account-changeforgotten .block-contact .forgot-password,
  .customer-account-login .block-login .forgot-password,
  .customer-account-login .block-contact .forgot-password {
    line-height: 2;
  }
  .customer-account-forgotpassword .block-login .forgot-password:hover,
  .customer-account-forgotpassword .block-contact .forgot-password:hover,
  .customer-account-changeforgotten .block-login .forgot-password:hover,
  .customer-account-changeforgotten .block-contact .forgot-password:hover,
  .customer-account-login .block-login .forgot-password:hover,
  .customer-account-login .block-contact .forgot-password:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 39.99875em) {
  .customer-account-forgotpassword .block-contact,
  .customer-account-changeforgotten .block-contact,
  .customer-account-login .block-contact {
    margin-top: 2.5rem;
    margin-bottom: 3.75rem;
    padding-top: 2.5rem;
    position: relative;
  }
  .customer-account-forgotpassword .block-contact:before,
  .customer-account-changeforgotten .block-contact:before,
  .customer-account-login .block-contact:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #e9e9e9;
    position: absolute;
    left: 0;
    top: 0;
  }
}

.customer-account-forgotpassword .block-contact .std p,
.customer-account-changeforgotten .block-contact .std p,
.customer-account-login .block-contact .std p {
  margin-bottom: 2.375rem;
}

.customer-account-forgotpassword .account-login h2,
.customer-account-changeforgotten .account-login h2,
.customer-account-login .account-login h2 {
  font-family: "BaskervilleCom", serif;
  font-size: 20px;
  margin-bottom: 20px;
}

.customer-account-forgotpassword .account-login .box-register,
.customer-account-changeforgotten .account-login .box-register,
.customer-account-login .account-login .box-register {
  margin-top: 30px;
}

.customer-account-forgotpassword .account-login .box-register h2,
.customer-account-changeforgotten .account-login .box-register h2,
.customer-account-login .account-login .box-register h2 {
  margin-top: 40px;
}

@media print, screen and (min-width: 48.0625em) {
  .customer-account-forgotpassword .account-login .box-register,
  .customer-account-changeforgotten .account-login .box-register,
  .customer-account-login .account-login .box-register {
    margin-top: 0;
  }
  .customer-account-forgotpassword .account-login .box-register h2,
  .customer-account-changeforgotten .account-login .box-register h2,
  .customer-account-login .account-login .box-register h2 {
    margin-top: 0;
  }
}

.customer-account-forgotpassword .account-login .box-register .buttons-wrapper,
.customer-account-changeforgotten .account-login .box-register .buttons-wrapper,
.customer-account-login .account-login .box-register .buttons-wrapper {
  margin-top: 40px;
}

.customer-account-forgotpassword .account-login .buttons-set,
.customer-account-changeforgotten .account-login .buttons-set,
.customer-account-login .account-login .buttons-set {
  margin-top: 40px;
}

.customer-account-forgotpassword .account-login .btn-link,
.customer-account-changeforgotten .account-login .btn-link,
.customer-account-login .account-login .btn-link {
  font-size: 10px;
  text-transform: uppercase;
  opacity: 0.4;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.customer-account-forgotpassword .account-login .btn-link:hover,
.customer-account-changeforgotten .account-login .btn-link:hover,
.customer-account-login .account-login .btn-link:hover {
  opacity: 1;
}

.customer-account-forgotpassword .main .content-wrapper .account-login:after,
.customer-account-changeforgotten .main .content-wrapper .account-login:after {
  display: none;
}

.customer-account-create .page-title h1 {
  letter-spacing: 0.04em;
  font-size: 1.25rem;
  margin: 20px 0;
}

@media print, screen and (min-width: 48.0625em) {
  .customer-account-create .page-title h1 {
    font-size: 2.5rem;
    line-height: 40px;
    margin: 0 0 40px;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .customer-account-create .account-login {
    margin-top: 60px;
  }
}

.customer-account-create .account-create .std {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-top: 40px;
}

@media print, screen and (min-width: 48.0625em) {
  .customer-account-create .account-create .std {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.customer-account-create .account-create .std.std-no-margin {
  margin-top: 0;
}

.customer-account-create .account-create .std h2 {
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}

@media print, screen and (min-width: 48.0625em) {
  .customer-account-create .account-create .std h2 {
    font-size: 20px;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .customer-account-create .buttons-wrapper {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
  .customer-account-create .buttons-wrapper {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

.customer-account-create .buttons-set {
  position: relative;
}

.customer-account-create .back-link a,
.customer-account-create .btn-link {
  font-size: 10px;
  text-transform: uppercase;
  opacity: 0.4;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

.customer-account-create .back-link a:hover,
.customer-account-create .btn-link:hover {
  opacity: 1;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

.customer-account-create .addresses-list .item h5 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04pxem;
  margin: 15px 0 10px;
}

.customer-account-create .addresses-list .item address {
  font-style: italic;
  font-size: 12px;
  margin: 7px;
  padding: 10px;
  border: 1px solid #ccc;
}

.customer-account-create .addresses-list .item a {
  font-size: 11px;
  opacity: 0.4;
  text-decoration: underline;
  display: block;
}

.customer-account-create .addresses-list .item a:hover {
  opacity: 1;
}

.customer-account-create .pager-no-toolbar {
  display: none;
}

.customer-account-create .box-register .std,
.customer-account-create .box-new-user .std {
  padding-left: 0;
  padding-right: 0;
}

.customer-account-create .box-register {
  margin-top: 30px;
}

@media print, screen and (min-width: 48.0625em) {
  .customer-account-create .box-register {
    margin-top: 0;
  }
}

.customer-account-create .box-register .buttons-wrapper {
  padding: 0;
  margin-top: 20px;
}

@media print, screen and (min-width: 48.0625em) {
  .customer-account-create .box-register .buttons-wrapper {
    margin-top: 40px;
  }
}

.customer-account-create .privacy-wrapper {
  margin: 20px 0 40px 0;
}

.customer-account-create .privacy-wrapper .std {
  padding: 0;
}

.customer-account-create .privacy-wrapper .std p {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.14em;
  line-height: 18px;
}

.customer-account-create .privacy-wrapper .validation-advice {
  bottom: -15px;
}

.customer-account-create .std a {
  text-transform: uppercase;
  border-bottom: 1px solid #1d1d1d;
  padding-bottom: 2px;
}

.customer-service.cms-contacts .std {
  margin-bottom: 1.875rem;
}

.customer-service.cms-faq .accordion-item .accordion-title {
  font-family: "BaskervilleCom", serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  position: relative;
  border-bottom: 1px solid #ededed;
}

.customer-service.cms-faq .accordion-item .accordion-title i {
  position: absolute;
  right: 0;
  top: 1.25rem;
}

.customer-service.cms-faq .accordion-item .accordion-title i.ico-minus {
  display: none;
}

.customer-service.cms-faq .accordion-item .accordion-title i.ico-plus {
  display: block;
}

.customer-service.cms-faq .accordion-item.is-active i.ico-plus {
  display: none;
}

.customer-service.cms-faq .accordion-item.is-active i.ico-minus {
  display: block;
}

body.storelocator-index-index .main {
  margin-top: 0;
}

body.storelocator-index-index .main .page-title {
  display: none;
}

body.storelocator-index-index .row.row-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

body.storelocator-index-index .row.row-container > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  body.storelocator-index-index .row.row-container > .columns {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  body.storelocator-index-index .row.row-container > .columns {
    padding-left: 0;
    padding-right: 0;
  }
}

.storelocator-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.storelocator-page .storelocator__sidebar {
  width: 100%;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: none;
          transform: none;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 48.0625em) {
  .storelocator-page .storelocator__sidebar {
    width: 30%;
    min-width: 380px;
  }
}

.storelocator-page .storelocator__map-container {
  background-color: #f7f7f7;
  opacity: 0;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 499;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .storelocator-page .storelocator__map-container.js-active {
    opacity: 1;
    pointer-events: initial;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .storelocator-page .storelocator__map-container {
    position: static;
    display: block;
    z-index: 1;
    opacity: 1;
    pointer-events: initial;
  }
}

.storelocator-page .storelocator__map-container .storelocator__btn-close-mobile {
  display: none;
  width: 35px;
  height: 35px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 500;
  background-color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 768px) {
  .storelocator-page .storelocator__map-container .storelocator__btn-close-mobile {
    display: block;
  }
}

.storelocator-page .storelocator__map-container #map {
  width: 100%;
  height: 100%;
}

.storelocator-page .search-by-distance {
  position: relative;
  margin: 1rem 1.8rem 0px 1rem;
}

.storelocator-page .search-by-distance input.form-control {
  width: 100%;
  height: 32px;
  font-size: 0.75rem;
  font-family: "TTNorms", sans-serif;
  border-radius: 0px;
  outline: none;
  padding: 1.3rem 0px;
  border-bottom: 1px solid #1d1d1d;
  line-height: 1.15;
  margin: 0;
  text-transform: none;
}

.storelocator-page .search-by-distance input.form-control:-webkit-autofill {
  -webkit-text-fill-color: current color;
  -webkit-box-shadow: 0 0 0 30px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.storelocator-page .search-by-distance .ico-search-container {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 1;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.storelocator-page .search-by-distance .ico-search-container:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.storelocator-page .search-by-distance .storelocator__current-position {
  font-size: 0.7rem;
  text-transform: uppercase;
  padding: 1rem;
}

.storelocator-page .seach-by-area {
  margin: 0px 1.8rem 0px 1rem;
}

.storelocator-page .seach-by-area label#title-brand {
  display: none;
}

.storelocator-page .seach-by-area .dropdown dt#tag-brand {
  display: none;
}

.storelocator-page .seach-by-area .dropdown #tag-toggle {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.storelocator-page .seach-by-area .dropdown #tag-toggle li {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  border-bottom: 1px dotted #dedede;
}

.storelocator-page .seach-by-area .dropdown #tag-toggle li label {
  line-height: 2rem;
  position: relative;
  cursor: pointer;
  font-size: 0.7rem;
  text-transform: uppercase;
}

.storelocator-page .seach-by-area .dropdown #tag-toggle li input {
  position: absolute;
  top: 50%;
  right: 3px;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}

.storelocator-page .seach-by-area .dropdown #tag-toggle li input:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
  position: relative;
  top: 6px;
  right: 1px;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: #1d1d1d 0px 0px 0px 2px inset;
          box-shadow: #1d1d1d 0px 0px 0px 2px inset;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.storelocator-page .seach-by-area .dropdown #tag-toggle li input:checked:after {
  content: "";
  -webkit-box-shadow: #1d1d1d 0px 0px 0px 6px inset;
          box-shadow: #1d1d1d 0px 0px 0px 6px inset;
}

.storelocator-page .locator-content {
  width: 100%;
  display: block;
  overflow-x: hidden;
  max-height: 80vh;
  overflow-y: auto;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.storelocator-page .locator-content .title-list {
  display: none;
  margin: 0 1.8rem 0 1rem;
}

.storelocator-page .locator-content #list-store-detail {
  width: 100%;
  display: block;
  height: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.storelocator-page .locator-content #list-store-detail li {
  text-transform: uppercase;
  position: relative;
  word-break: break-all;
  background-color: #FFFFFF;
  padding: 1.5rem 1rem 2.25rem;
  cursor: pointer;
}

.storelocator-page .locator-content #list-store-detail li .tag-content h4 {
  display: block;
  position: relative;
  color: #1d1d1d;
  margin-bottom: 1.25rem;
  padding-right: 20px;
  font-size: 0.75rem;
  line-height: 1.15;
}

.storelocator-page .locator-content #list-store-detail li .tag-content h4 .tag-store {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.storelocator-page .locator-content #list-store-detail li .tag-content h4 .tag-store:after {
  content: '.';
}

.storelocator-page .locator-content #list-store-detail li .tag-content h4 .storelocator__ico-arrow {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: inline-block;
  background: no-repeat center url("../images/icons/ico-arrow.svg");
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
}

.storelocator-page .locator-content #list-store-detail li .tag-content p {
  color: #bbbbbb;
  font-size: 0.625rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
}

.storelocator-page .locator-content #list-store-detail li .tag-content p:last-child {
  margin-bottom: 0;
}

.storelocator-page .locator-content #list-store-detail li:hover {
  background-color: #1d1d1d;
  color: #FFFFFF;
}

.storelocator-page .locator-content #list-store-detail li:hover .tag-content h4, .storelocator-page .locator-content #list-store-detail li:hover .tag-content p {
  color: #FFFFFF;
}

.storelocator-page .locator-content #list-store-detail li:hover .tag-content h4 .storelocator__ico-arrow {
  background-image: url(../images/icons/ico-arrow-white.svg);
}

.storelocator-page .locator-content #list-store-detail li .top-box-marker {
  display: none;
}

.gm-style {
  font-family: "TTNorms", sans-serif, sans-serif !important;
  color: #1d1d1d;
  font-size: 0.625rem;
  text-decoration: none;
  font-weight: 400;
  line-height: 1.15;
}

.gm-style-iw .inforwindow {
  font-size: 10px;
  list-style-type: none;
}

.gm-style-iw .inforwindow .top-box {
  display: none;
}

.gm-style-iw .inforwindow .top-box-marker h4 {
  color: #1d1d1d;
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 1.15 !important;
}

.gm-style-iw .inforwindow .top-box-marker p {
  color: #bbbbbb !important;
  font-size: 12px;
  line-height: 1rem !important;
  margin-bottom: 12px;
}

/******************** NEW STORE LOCATOR ******************/
body.plugincompany-storelocator-storelocation-locator .main {
  margin-top: 0;
}

body.plugincompany-storelocator-storelocation-locator .main .page-title {
  display: none;
}

body.plugincompany-storelocator-storelocation-locator .bh-sl-map-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  position: relative;
}

body.plugincompany-storelocator-storelocation-locator .bh-sl-container .bh-sl-map {
  width: 100%;
  height: 100%;
}

body.plugincompany-storelocator-storelocation-locator .storelocator-left {
  width: 30%;
  min-width: 380px;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  body.plugincompany-storelocator-storelocation-locator .storelocator-left {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 100%;
  }
}

body.plugincompany-storelocator-storelocation-locator .close-map {
  display: none;
  width: 30px;
  z-index: 10000001;
  height: 30px;
  background: no-repeat center url("../images/icons/ico-close.svg") #fff;
  background-size: 35px 35px;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  body.plugincompany-storelocator-storelocation-locator .openMapMobile .bh-sl-map-right-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000000;
  }
  body.plugincompany-storelocator-storelocation-locator .openMapMobile .close-map {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  body.plugincompany-storelocator-storelocation-locator .bh-sl-map-right-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

body.plugincompany-storelocator-storelocation-locator .bh-sl-map-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2px 0;
}

body.plugincompany-storelocator-storelocation-locator .height100 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

body.plugincompany-storelocator-storelocation-locator .height100 .bh-sl-map {
  height: 100%;
}

body.plugincompany-storelocator-storelocation-locator .bh-sl-filters {
  width: 100%;
  text-transform: none;
  overflow: visible;
}

body.plugincompany-storelocator-storelocation-locator .bh-sl-filters .selectivity-input {
  width: 100%;
}

body.plugincompany-storelocator-storelocation-locator .bh-sl-filters-container {
  margin: 20px 0 0 0;
  border: 0;
  padding: 0;
}

body.plugincompany-storelocator-storelocation-locator .bh-sl-filters-container h4 {
  display: none;
}

body.plugincompany-storelocator-storelocation-locator .bh-sl-filters-container .bh-sl-filters li {
  position: relative;
  clear: both;
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
}

body.plugincompany-storelocator-storelocation-locator .bh-sl-filters-container .bh-sl-filters li.storelabel-li {
  display: none;
}

body.plugincompany-storelocator-storelocation-locator .bh-sl-filters-container .bh-sl-filters li input {
  float: right;
}

body.plugincompany-storelocator-storelocation-locator .bh-sl-filters-container .bh-sl-filters li input {
  position: absolute;
  top: 50%;
  right: 3px;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}

body.plugincompany-storelocator-storelocation-locator .bh-sl-filters-container .bh-sl-filters li input:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
  position: relative;
  top: 6px;
  right: 1px;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: #1d1d1d 0px 0px 0px 2px inset;
          box-shadow: #1d1d1d 0px 0px 0px 2px inset;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

body.plugincompany-storelocator-storelocation-locator .bh-sl-filters-container .bh-sl-filters li input:checked:after {
  content: "";
  -webkit-box-shadow: #1d1d1d 0px 0px 0px 6px inset;
          box-shadow: #1d1d1d 0px 0px 0px 6px inset;
}

body.plugincompany-storelocator-storelocation-locator input#bh-sl-address {
  border: 0;
  border-bottom: 1px solid #000;
  font-family: "TTNorms", sans-serif;
  font-size: 0.75rem;
  background: none;
  text-transform: none;
  padding: 0;
  margin-bottom: 0;
}

body.plugincompany-storelocator-storelocation-locator input#bh-sl-address::-webkit-input-placeholder {
  color: #aaa;
}

body.plugincompany-storelocator-storelocation-locator input#bh-sl-address:-ms-input-placeholder {
  color: #aaa;
}

body.plugincompany-storelocator-storelocation-locator input#bh-sl-address::-ms-input-placeholder {
  color: #aaa;
}

body.plugincompany-storelocator-storelocation-locator input#bh-sl-address::placeholder {
  color: #aaa;
}

body.plugincompany-storelocator-storelocation-locator input#bh-sl-address.validation-failed {
  border-color: #c22000;
}

body.plugincompany-storelocator-storelocation-locator .bh-sl-address-validation-failed-message {
  display: none;
  font-size: 0.7rem;
  padding: 5px 0;
  color: #c22000;
}

body.plugincompany-storelocator-storelocation-locator .bh-sl-address-validation-failed-message.active {
  display: block;
}

body.plugincompany-storelocator-storelocation-locator button#bh-sl-submit {
  border: 0;
  text-indent: -999999px;
  overflow: hidden;
  cursor: pointer;
  margin-top: 10px;
}

body.plugincompany-storelocator-storelocation-locator .bh-sl-form-container {
  padding: 0 15px;
}

body.plugincompany-storelocator-storelocation-locator .bh-sl-loc-list {
  width: 100%;
  height: 69vh;
}

body.plugincompany-storelocator-storelocation-locator .bh-sl-loc-list ul li {
  background: #fff;
  color: #bbb;
  margin: 0;
  padding: 20px 0;
  position: relative;
  width: 100%;
}

body.plugincompany-storelocator-storelocation-locator .bh-sl-loc-list ul li:before {
  content: "";
  display: block;
  background: no-repeat center url("../images/icons/ico-arrow.svg");
  background-size: 16px 16px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  top: 30px;
  right: 10px;
  width: 16px;
  height: 16px;
}

body.plugincompany-storelocator-storelocation-locator .bh-sl-loc-list ul li:hover {
  background: #000;
  color: #fefefe;
}

body.plugincompany-storelocator-storelocation-locator .bh-sl-loc-list ul li:hover:before {
  background-image: url("../images/icons/ico-arrow-white.svg");
}

body.plugincompany-storelocator-storelocation-locator .bh-sl-loc-list ul li:hover .loc-name,
body.plugincompany-storelocator-storelocation-locator .bh-sl-loc-list ul li:hover .list-label {
  color: #fff;
}

body.plugincompany-storelocator-storelocation-locator .bh-sl-loc-list ul li:focus, body.plugincompany-storelocator-storelocation-locator .bh-sl-loc-list ul li.list-focus {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body.plugincompany-storelocator-storelocation-locator .bh-sl-loc-list .list-label {
  background: none;
  color: #000;
}

body.plugincompany-storelocator-storelocation-locator .bh-sl-loc-list .loc-name {
  color: #000;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 400;
  margin-bottom: 10px;
}

body.plugincompany-storelocator-storelocation-locator .bh-sl-loc-list .list-details .list-content {
  font-size: 0.7rem;
  line-height: 1.2rem;
  padding: 0 10px 10px 10px;
}

body.plugincompany-storelocator-storelocation-locator .bh-sl-loc-list .list-details .list-content > div {
  line-height: 1.4rem;
  text-transform: uppercase;
}

body.plugincompany-storelocator-storelocation-locator .bh-sl-loc-list .loc-rating {
  display: none;
}

body.plugincompany-storelocator-storelocation-locator .bh-sl-loc-list .loc-directions {
  display: none;
}

body.plugincompany-storelocator-storelocation-locator .bh-sl-loc-list .loc-dist {
  display: none;
}

body.plugincompany-storelocator-storelocation-locator .bh-sl-loc-list .loc-web {
  display: none;
}

body.plugincompany-storelocator-storelocation-locator .bh-sl-container .bh-sl-loading {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 301;
  opacity: 1;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  margin: 0;
}

body.plugincompany-storelocator-storelocation-locator .bh-sl-container .bh-sl-loading:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -100px;
  height: 200px;
  width: 1px;
  background-color: #1d1d1d;
  -webkit-animation: loading-animate 1.4s infinite ease-in-out;
          animation: loading-animate 1.4s infinite ease-in-out;
  -webkit-transform-origin: 0 bottom;
          transform-origin: 0 bottom;
}

body.plugincompany-storelocator-storelocation-locator .bh-sl-container .infowindow-description {
  min-width: 150px;
  min-height: 100px;
  padding: 20px 0;
}

body.plugincompany-storelocator-storelocation-locator .bh-sl-container .infowindow-locname {
  text-transform: uppercase;
  color: #000;
  font-weight: 300;
  text-align: center;
  font-size: 0.8rem;
  margin-bottom: 10px;
}

body.plugincompany-storelocator-storelocation-locator .bh-sl-container .infowindow-loc-description {
  font-size: 0.7rem;
  color: #999;
  text-align: center;
}

body.plugincompany-storelocator-storelocation-locator .bh-sl-container .infowindow-loc-description > div {
  line-height: 1.1rem;
}

body.plugincompany-storelocator-storelocation-locator .bh-sl-container .infowindow-loc-description > div.phone {
  margin: 5px 0;
}

body.plugincompany-storelocator-storelocation-locator .bh-sl-container .infowindow-loc-rating,
body.plugincompany-storelocator-storelocation-locator .bh-sl-container .infowindow-loc-web {
  display: none;
}

.cms-home .main {
  padding-top: 0;
}

.cms-home .main .page-title {
  display: none;
}

.cms-home .widget-video {
  height: 80vh;
}

.cms-index-noroute .content-wrapper {
  max-width: 79.375rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.cms-index-noroute .content-wrapper .std {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  font-size: 0.875rem;
}

@media print, screen and (min-width: 48.0625em) {
  .cms-index-noroute .content-wrapper .std {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

.cms-page-view:not(.corporate-page) .main {
  padding-top: 2.5rem;
}

.cms-page-view:not(.corporate-page) .bluefoot-row {
  margin-left: 0;
  margin-right: 0;
}

.cms-page-view:not(.corporate-page) .bluefoot-row .bluefoot-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.cms-page-view:not(.corporate-page) .page-title h1 {
  margin-bottom: 0;
  margin-top: 2.5rem;
}

@media print, screen and (min-width: 48.0625em) {
  .cms-page-view:not(.corporate-page) .page-title h1 {
    margin-bottom: 1rem;
    margin-top: 0;
  }
}

.cms-page-view:not(.corporate-page) .std {
  font-size: 14px;
}

.cms-page-view:not(.corporate-page) .std h3 {
  font-family: Baskerville_Regular;
  font-size: 18px;
  text-transform: uppercase;
  margin: 40px 0 20px;
}

@media print, screen and (min-width: 48.0625em) {
  .cms-page-view:not(.corporate-page) .std h3 {
    font-size: 20px;
  }
}

.cms-page-view:not(.corporate-page) .std h4 {
  font-family: Baskerville_Regular;
  font-size: 14px;
  text-transform: uppercase;
  margin: 40px 0 10px;
}

.cms-page-view:not(.corporate-page) .std h4.bluefoot-accordion-link {
  font-size: 13px;
}

@media print, screen and (min-width: 48.0625em) {
  .cms-page-view:not(.corporate-page) .std h4 {
    font-size: 16px;
  }
  .cms-page-view:not(.corporate-page) .std h4.bluefoot-accordion-link {
    font-size: 14px;
  }
}

.cms-page-view:not(.corporate-page) .std h3 + h4 {
  margin-top: 0;
}

.cms-page-view:not(.corporate-page) .std a {
  text-transform: uppercase;
  border-bottom: 1px solid #1d1d1d;
  padding-bottom: 1px;
}

.cms-page-view:not(.corporate-page) .std ul li {
  margin-bottom: 10px;
}

.cms-page-view:not(.corporate-page) .std ul li:last-child {
  margin-bottom: 0;
}

.cms-page-view:not(.corporate-page).cms-faq .bluefoot-full-width {
  float: none;
}

.cms-page-view:not(.corporate-page).cms-faq .bluefoot-accordion {
  padding-bottom: 20px;
}

.cms-page-view:not(.corporate-page).cms-faq .bluefoot-accordion .bluefoot-accordion-link,
.cms-page-view:not(.corporate-page).cms-faq .bluefoot-accordion h4.bluefoot-accordion-link {
  padding: 12px 34px 12px 0;
  margin: 0;
  position: relative;
}

.cms-page-view:not(.corporate-page).cms-faq .bluefoot-accordion .bluefoot-accordion-link:after,
.cms-page-view:not(.corporate-page).cms-faq .bluefoot-accordion h4.bluefoot-accordion-link:after {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cms-page-view:not(.corporate-page).cms-faq .bluefoot-accordion .bluefoot-accordion-inner p {
  font-size: 0.75rem;
}

@media print, screen and (min-width: 48.0625em) {
  .cms-page-view:not(.corporate-page).cms-faq .bluefoot-accordion .bluefoot-accordion-inner p {
    font-size: .875rem;
  }
}

.cms-page-view:not(.corporate-page).cms-contacts .page-title h1 {
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 48.0625em) {
  .cms-page-view:not(.corporate-page).cms-contacts .page-title h1 {
    margin-bottom: 2.5rem;
  }
}

.cms-page-view:not(.corporate-page).cms-contacts .contacts-footer {
  margin-top: 60px;
}

.cms-page-view:not(.corporate-page).cms-contacts .privacy-wrapper {
  margin: 20px 0 40px 0;
}

.cms-page-view:not(.corporate-page).cms-contacts .privacy-wrapper h2 {
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

@media print, screen and (min-width: 48.0625em) {
  .cms-page-view:not(.corporate-page).cms-contacts .privacy-wrapper h2 {
    font-size: 20px;
  }
}

.cms-page-view:not(.corporate-page).cms-contacts .privacy-wrapper .std p {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.14em;
  line-height: 18px;
}

.cms-page-view:not(.corporate-page).cms-contacts .privacy-wrapper .validation-advice {
  bottom: -15px;
}

.cms-page-view:not(.corporate-page).cms-rma .page-title h1 {
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 48.0625em) {
  .cms-page-view:not(.corporate-page).cms-rma .page-title h1 {
    margin-bottom: 2.5rem;
  }
}

body.corporate-page .page-title {
  display: none;
}

body.corporate-page .row.row-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

body.corporate-page .row.row-container > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  body.corporate-page .row.row-container > .columns {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  body.corporate-page .row.row-container > .columns {
    padding-left: 0;
    padding-right: 0;
  }
}

.cms-rma .rma-images-table .button-secondary {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  opacity: 0.4;
  text-decoration: none;
}

.cms-rma .rma-images-table .button-secondary:hover {
  opacity: 1;
}

.cms-rma .field .btn-secondary {
  width: 100%;
}

.cms-rma .field .btn-secondary span {
  max-width: 100%;
  width: auto;
}

.cms-rma .rma-item .validate-one-required-by-name {
  display: inline-block;
}

.cms-rma .rma-item label {
  display: inline-block;
}

.cms-rma .rma-item label img {
  width: 150px;
  margin: 0 20px;
}

.cms-rma .rma-item label span {
  display: inline-block;
  width: 300px;
}

.cms-rma .checkbox-group {
  margin-top: 5px;
}

.sales-guest-form .breadcrumbs {
  display: none;
}

.category-story .widget-text-image {
  margin: 0;
  max-width: 1270px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin: 0 auto;
}

.category-story .widget-text-image .bluefoot-row,
.category-story .widget-text-image .bluefoot-wrapper {
  margin: 0;
  padding: 0;
}

.category-story .widget-text-image .bluefoot-row ul,
.category-story .widget-text-image .bluefoot-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.category-story .widget-text-image .bluefoot-row figure,
.category-story .widget-text-image .bluefoot-wrapper figure {
  margin: 0;
}

.category-story .widget-text-image .bluefoot-wrapper {
  max-width: 100%;
}

.category-story .widget-text-image .bluefoot-column {
  float: none;
  padding: 0;
}

.category-story .widget-text-image .widget__text-content {
  height: auto;
  min-height: unset;
}

.category-story .js-cb2b-header-nav-overlay {
  left: 0;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  z-index: 101;
}

.category-story .js-cb2b-header-nav-overlay.js-hide {
  left: 100%;
  opacity: 0;
}

.widget-history {
  margin: 0;
}

.widget-history .bluefoot-wrapper {
  max-width: none;
  margin: 0;
  padding: 0;
}

.history-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.history-container,
.history-viewport {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

.history-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 500px;
  margin-bottom: 30px;
  overflow: hidden;
}

@media screen and (min-width: 800px) {
  .history-container {
    height: calc(100vh - 130px);
    margin-bottom: 0;
  }
}

.history-container .history-viewport {
  position: relative;
}

.history-container .history-viewport .history-viewport__wrapper {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.history-container .history-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.history-container .history-holder > div:not(.history-slide) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.history-container .history-holder .history-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
  width: 320px;
  height: 480px;
  position: relative;
}

@media screen and (min-width: 800px) {
  .history-container .history-holder .history-slide {
    -ms-flex-preferred-size: 580px;
    flex-basis: 580px;
    width: 580px;
  }
}

@media screen and (min-width: 1024px) {
  .history-container .history-holder .history-slide {
    -ms-flex-preferred-size: 640px;
    flex-basis: 640px;
    width: 640px;
  }
}

.history-container .history-holder .history-slide .history-slide__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0 2px;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  overflow: hidden;
}

@media screen and (min-width: 800px) {
  .history-container .history-holder .history-slide .history-slide__inner {
    padding: 0 14px;
  }
}

@media screen and (min-width: 1024px) {
  .history-container .history-holder .history-slide .history-slide__inner {
    padding: 0 16px;
  }
}

.history-container .history-holder .history-slide .history-slide__inner .history-slide__content {
  max-width: 323px;
}

@media screen and (min-width: 800px) {
  .history-container .history-holder .history-slide .history-slide__inner .history-slide__content {
    max-width: 375px;
  }
}

.history-container .history-holder .history-slide .history-slide__inner img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
  z-index: 1;
}

.history-container .history-holder .history-slide .history-slide__inner .history__year *,
.history-container .history-holder .history-slide .history-slide__inner .history__year {
  font-family: BaskervilleCom, serif;
  font-size: 3.75rem;
  line-height: 1.4;
  letter-spacing: 0.14em;
  opacity: 0.2;
  margin: 0;
  padding: 0;
  -webkit-transition: opacity 0.24s ease-in-out 0s;
  transition: opacity 0.24s ease-in-out 0s;
}

.history-container .history-holder .history-slide .history-slide__inner .history__year {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
  display: none;
}

@media screen and (min-width: 843px) {
  .history-container .history-holder .history-slide .history-slide__inner .history__year {
    display: block;
    left: -2px;
  }
}

@media screen and (min-width: 1024px) {
  .history-container .history-holder .history-slide .history-slide__inner .history__year {
    left: 25px;
  }
}

.history-container .history-holder .history-slide .history-slide__inner .history-slide__content-text {
  font-size: 0.75rem;
  text-align: left;
  text-transform: uppercase;
  margin-top: 1.75rem;
  padding-left: 2rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .history-container .history-holder .history-slide .history-slide__inner .history-slide__content-text {
    padding-left: 2.5rem;
  }
}

.history-container .history-holder .history-slide .history-slide__inner .history-slide__content-text:before {
  content: "";
  width: 1rem;
  height: 1px;
  background-color: #1d1d1d;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .history-container .history-holder .history-slide .history-slide__inner .history-slide__content-text:before {
    width: 1.25rem;
  }
}

.history-container .history-holder .history-slide .history-slide__inner .history-slide__content-text span {
  font-family: "BaskervilleCom", serif;
  font-weight: bold;
}

.history-container .history-holder .history-slide .history-slide__inner:hover .history__year *,
.history-container .history-holder .history-slide .history-slide__inner:hover .history__year {
  opacity: 1;
  -webkit-transition: opacity 0.24s ease-in-out 0s;
  transition: opacity 0.24s ease-in-out 0s;
}

.history-container .history-holder .history-slide.js-hover .history-slide__inner {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.history-container .history-holder .history-slide.js-hover .history-slide__inner .history__year *,
.history-container .history-holder .history-slide.js-hover .history-slide__inner .history__year {
  opacity: 1;
  -webkit-transition: opacity 0.24s ease-in-out 0s;
  transition: opacity 0.24s ease-in-out 0s;
}

.history-container .history-navigator {
  width: 64px;
  height: 64px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 103 !important;
  display: none;
}

.history-container .history-navigator.zIndex {
  z-index: 100 !important;
}

@media screen and (min-width: 800px) {
  .history-container .history-navigator {
    display: block;
  }
}

.history-container .history-navigator:after {
  content: "";
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
  -o-border-image: initial;
     border-image: initial;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.history-container .history-navigator .history-navigator__cursor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #1d1d1d;
  opacity: 0.8;
  cursor: move;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: normal;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
}

.history-container .history-navigator .history-navigator__cursor:before, .history-container .history-navigator .history-navigator__cursor:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-animation: pulse 2s ease 0s infinite normal none running;
          animation: pulse 2s ease 0s infinite normal none running;
  border-radius: 50%;
}

.history-container .history-navigator .history-navigator__cursor:after {
  -webkit-animation: whitePulse 2s ease 1s infinite normal none running;
          animation: whitePulse 2s ease 1s infinite normal none running;
}

.history-container .history-navigator .history-navigator__text {
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: 150%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #FFFFFF;
  opacity: 0.5;
  text-transform: uppercase;
}

.history-view-details__container {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 101;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  background-color: #fff;
}

.history-view-details__container.js-open {
  display: block;
}

.history-view-details__container .history-view-dettails__wrapper {
  padding: 1.25rem;
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #1d1d1d;
  padding-bottom: 80px;
}

@media screen and (min-width: 800px) {
  .history-view-details__container .history-view-dettails__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    padding-bottom: 1.25rem;
  }
}

.history-view-details__container .history-view-dettails__wrapper .history-view-dettails__background,
.history-view-details__container .history-view-dettails__wrapper .history-view-dettails__mobile-background {
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-position: center center;
}

.history-view-details__container .history-view-dettails__wrapper .history-view-dettails__mobile-background {
  opacity: 0.4;
}

@media screen and (min-width: 800px) {
  .history-view-details__container .history-view-dettails__wrapper .history-view-dettails__mobile-background {
    display: none;
  }
}

.history-view-details__container .history-view-dettails__wrapper .history-view-dettails__background {
  display: none;
}

@media screen and (min-width: 800px) {
  .history-view-details__container .history-view-dettails__wrapper .history-view-dettails__background {
    display: block;
  }
}

.history-view-details__container .history-view-dettails__wrapper .history-view-dettails__foreground {
  position: relative;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px auto;
}

.history-view-details__container .history-view-dettails__wrapper .history-view-dettails__foreground .history-view-dettails__content {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 1.25rem;
}

@media screen and (max-width: 799px) {
  .history-view-details__container .history-view-dettails__wrapper .history-view-dettails__foreground .history-view-dettails__content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    overflow-y: auto;
    padding-bottom: 1.25;
  }
}

.history-view-details__container .history-view-dettails__wrapper .history-view-dettails__foreground .history-view-dettails__content .history-view-dettails__content-inner {
  height: 100%;
  width: 100%;
  max-width: 480px;
  padding-bottom: 3rem;
}

.history-view-details__container .history-view-dettails__wrapper .history-view-dettails__foreground .history-view-dettails__content .history__year {
  font-family: "BaskervilleCom", serif;
  font-weight: normal;
  font-size: 3.75em;
  line-height: 1.4;
  letter-spacing: 0.14em;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

@media screen and (min-width: 800px) {
  .history-view-details__container .history-view-dettails__wrapper .history-view-dettails__foreground .history-view-dettails__content .history__year {
    color: #1d1d1d;
  }
}

.history-view-details__container .history-view-dettails__wrapper .history-view-dettails__foreground .history-view-dettails__content .history__year > div {
  position: relative;
}

.history-view-details__container .history-view-dettails__wrapper .history-view-dettails__foreground .history-view-dettails__content h1, .history-view-details__container .history-view-dettails__wrapper .history-view-dettails__foreground .history-view-dettails__content h2, .history-view-details__container .history-view-dettails__wrapper .history-view-dettails__foreground .history-view-dettails__content p, .history-view-details__container .history-view-dettails__wrapper .history-view-dettails__foreground .history-view-dettails__content .history__year {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.history-view-details__container .history-view-dettails__wrapper .history-view-dettails__foreground .history-view-dettails__content h1, .history-view-details__container .history-view-dettails__wrapper .history-view-dettails__foreground .history-view-dettails__content h2 {
  font-family: "BaskervilleCom", serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 1.75rem;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 1.25rem;
  color: #FFFFFF;
}

@media screen and (min-width: 800px) {
  .history-view-details__container .history-view-dettails__wrapper .history-view-dettails__foreground .history-view-dettails__content h1, .history-view-details__container .history-view-dettails__wrapper .history-view-dettails__foreground .history-view-dettails__content h2 {
    font-size: 2.5rem;
    line-height: 1.35;
    margin-bottom: 1.875rem;
    color: #1d1d1d;
  }
}

.history-view-details__container .history-view-dettails__wrapper .history-view-dettails__foreground .history-view-dettails__content p {
  font-family: "TTNorms", sans-serif;
  font-size: 0.75rem;
  line-height: 1.8;
  letter-spacing: 0.044em;
  color: #FFFFFF;
}

.history-view-details__container .history-view-dettails__wrapper .history-view-dettails__foreground .history-view-dettails__content p span {
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

@media screen and (min-width: 800px) {
  .history-view-details__container .history-view-dettails__wrapper .history-view-dettails__foreground .history-view-dettails__content p {
    font-size: 0.875rem;
    letter-spacing: 0.044em;
    color: #1d1d1d;
  }
}

.history-view-details__container .history-view-dettails__wrapper .history-view-dettails__foreground .history-view-dettails__content.image-content {
  position: relative;
  text-align: right;
}

@media screen and (max-width: 799px) {
  .history-view-details__container .history-view-dettails__wrapper .history-view-dettails__foreground .history-view-dettails__content.image-content {
    display: none;
  }
}

.history-view-details__container .history-view-dettails__wrapper .history-view-dettails__foreground .history-view-dettails__content.image-content .history-view-dettails__content-inner {
  position: relative;
  padding-bottom: 0;
}

@media screen and (min-width: 800px) {
  .history-view-details__container .history-view-dettails__wrapper .history-view-dettails__foreground .history-view-dettails__content.image-content img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 96%;
  }
}

@media screen and (max-width: 799px) {
  .history-view-details__container .history-view-dettails__wrapper .history-view-dettails__foreground .history-view-dettails__content.image-content img {
    position: relative;
    bottom: 40px;
  }
}

@media screen and (min-width: 800px) {
  .history-view-details__container .history-view-dettails__wrapper.text-color-white .history-view-dettails__foreground .history-view-dettails__content h1,
  .history-view-details__container .history-view-dettails__wrapper.text-color-white .history-view-dettails__foreground .history-view-dettails__content h2,
  .history-view-details__container .history-view-dettails__wrapper.text-color-white .history-view-dettails__foreground .history-view-dettails__content p,
  .history-view-details__container .history-view-dettails__wrapper.text-color-white .history-view-dettails__foreground .history-view-dettails__content .history__year {
    color: #FFFFFF;
  }
}

.history-view-details__container .history-view-dettails__wrapper.text-align-right .history-view-dettails__foreground .history-view-dettails__content:not(.image-content) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.history-view-details__container .history-view-dettails__wrapper.text-align-right .history-view-dettails__foreground .history-view-dettails__content.image-content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.history-view-details__container .history-view-dettails__wrapper.text-align-center .history-view-dettails__foreground .history-view-dettails__content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.history-view-details__container .history-view-dettails__wrapper.text-align-center .history-view-dettails__foreground .history-view-dettails__content.image-content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: none;
}

.history-view-details__container .widget__pointer-container {
  position: absolute;
  top: auto;
  right: 3rem;
  bottom: 40px;
  left: 50%;
  width: 64px;
  height: 64px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: all;
  cursor: default;
  -webkit-user-select: initial;
     -moz-user-select: initial;
      -ms-user-select: initial;
          user-select: initial;
}

@media screen and (min-width: 800px) {
  .history-view-details__container .widget__pointer-container {
    display: none;
  }
}

.history-view-details__container .widget__pointer-container .pointer-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 64px;
}

.history-view-details__container .widget__pointer-container .pointer-wrapper:after {
  content: none;
}

.history-view-details__container .widget__pointer-container .pointer-wrapper .ico-plus {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.history-view-details__container .widget__pointer-container .pointer-wrapper .pointer-text {
  display: none;
}

.history-view-details__container .history-view-details__fill {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
  width: 1px;
  height: 80px;
  z-index: 2;
  background-color: #FFFFFF;
}

.history-view-details__container .history-view-details__fill:after {
  content: "";
  height: 40px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  background-color: #1c1c1c;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(16, 16, 16, 0.4);
            box-shadow: 0 0 0 0 rgba(16, 16, 16, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(16, 16, 16, 0);
            box-shadow: 0 0 0 20px rgba(16, 16, 16, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(16, 16, 16, 0);
            box-shadow: 0 0 0 0 rgba(16, 16, 16, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(16, 16, 16, 0.4);
            box-shadow: 0 0 0 0 rgba(16, 16, 16, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(16, 16, 16, 0);
            box-shadow: 0 0 0 20px rgba(16, 16, 16, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(16, 16, 16, 0);
            box-shadow: 0 0 0 0 rgba(16, 16, 16, 0);
  }
}

@-webkit-keyframes whitePulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes whitePulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.corneliani-appointment #appointmentForm {
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  border-left: 1.25rem solid #fff;
  border-right: 1.25rem solid #fff;
}

.newsletter-overlay {
  font-family: "TTNorms", sans-serif;
  font-weight: 400;
  line-height: 1.15;
  color: #1d1d1d;
  position: fixed;
  left: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 102;
}

.newsletter-overlay.hidden {
  display: none;
}

.newsletter-overlay form [type=text] {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.3rem;
  margin: 0 0 2.5rem;
  padding: .75rem .75rem .75rem 0;
  border: none;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.15;
  color: #000;
  text-transform: uppercase;
  letter-spacing: .14em;
  border-bottom: 1px solid #1d1d1d;
  font-family: sans-serif;
}

.newsletter-overlay a {
  line-height: inherit;
  color: #1d1d1d;
  text-decoration: none;
  cursor: pointer;
}

.newsletter-overlay .newsletter-overlay__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

@media print, screen and (min-width: 48.0625em) {
  .newsletter-overlay .newsletter-overlay__inner {
    width: 100%;
    max-width: 600px;
  }
}

.newsletter-overlay .newsletter-overlay__inner .newsletter-image {
  display: none;
  width: 50%;
}

@media screen and (min-width: 600px) {
  .newsletter-overlay .newsletter-overlay__inner .newsletter-image {
    display: block;
  }
}

.newsletter-overlay .newsletter-overlay__inner .newsletter-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
  min-width: 100%;
}

.newsletter-overlay .newsletter-overlay__inner .newsletter-copy {
  width: 100%;
  padding: 20px;
  position: relative;
}

@media screen and (min-width: 600px) {
  .newsletter-overlay .newsletter-overlay__inner .newsletter-copy {
    width: 50%;
  }
}

.newsletter-overlay .newsletter-overlay__inner .newsletter-copy form {
  position: relative;
}

.newsletter-overlay .newsletter-overlay__inner .newsletter-copy form input {
  color: #000;
  margin-bottom: 30px;
}

.newsletter-overlay .newsletter-overlay__inner .newsletter-copy form .validation-advice {
  top: 42px;
}

.newsletter-overlay .newsletter-overlay__inner .newsletter-copy button {
  max-width: 100%;
  font-family: "TTNorms", sans-serif;
  line-height: 1;
}

@media screen and (min-width: 600px) {
  .newsletter-overlay .newsletter-overlay__inner .newsletter-copy button {
    max-width: 360px;
  }
}

.newsletter-overlay .newsletter-overlay__inner .newsletter-copy button:hover {
  border: 1px solid #202020;
}

.newsletter-overlay .newsletter-overlay__inner .newsletter-copy h3 {
  font-family: "BaskervilleCom", serif;
  font-size: 21px;
  line-height: 1.3;
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizeLegibility;
  padding-right: 15px;
  margin: 0 0 8px;
}

.newsletter-overlay .newsletter-overlay__inner .newsletter-copy .privacy-policy-block {
  position: relative;
}

.newsletter-overlay .newsletter-overlay__inner .newsletter-copy .privacy-policy-block input {
  position: absolute;
  top: 0;
  left: 0;
}

.newsletter-overlay .newsletter-overlay__inner .newsletter-copy .privacy-policy-block label {
  margin: -3px 0 0 0;
  padding-left: 16px;
}

.newsletter-overlay .newsletter-overlay__inner .newsletter-copy .privacy-policy-block,
.newsletter-overlay .newsletter-overlay__inner .newsletter-copy p.note {
  position: relative;
  font-size: 11px;
  line-height: 1.5;
  margin-top: 20px;
}

.newsletter-overlay .newsletter-overlay__inner .newsletter-copy .privacy-policy-block a,
.newsletter-overlay .newsletter-overlay__inner .newsletter-copy p.note a {
  text-decoration: underline;
}

.newsletter-overlay .newsletter-overlay__inner .newsletter-copy .privacy-policy-block a:hover,
.newsletter-overlay .newsletter-overlay__inner .newsletter-copy p.note a:hover {
  text-decoration: none;
}

.newsletter-overlay .newsletter-overlay__inner .newsletter-copy .privacy-policy-block [type=checkbox],
.newsletter-overlay .newsletter-overlay__inner .newsletter-copy p.note [type=checkbox] {
  margin-bottom: 0;
  margin-right: 5px;
}

.newsletter-overlay .newsletter-overlay__inner .newsletter-copy .privacy-policy-block label,
.newsletter-overlay .newsletter-overlay__inner .newsletter-copy p.note label {
  line-height: 18px;
}

.newsletter-overlay .newsletter-overlay__inner .newsletter-copy .privacy-policy-block .validation-advice,
.newsletter-overlay .newsletter-overlay__inner .newsletter-copy p.note .validation-advice {
  position: relative;
  top: 0;
}

.newsletter-overlay .newsletter-overlay__inner .newsletter-copy .newsletter-overlay__close-overlay {
  position: absolute;
  top: 0;
  right: 0;
}

.newsletter-overlay .newsletter-overlay__inner .amasty_recaptcha {
  display: none;
}

#admin_messages > li.error-msg {
  background: #636363 !important;
  color: #fff;
  height: 124px;
  font-size: 16px;
  padding: 50px 70px;
  text-align: center;
}

.newsletter-success {
  position: relative;
  background: #636363 !important;
  padding: 50px 70px;
}

.newsletter-success h3 {
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  font-family: "TT-Norms_Regular", Roboto, Arial, sans-serif;
  font-weight: 600;
}

@media print, screen and (min-width: 48.0625em) {
  .newsletter-success h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
  }
}

@font-face {
  font-family: 'SabonNextLTPro-Regular';
  src: url("../fonts/SabonNextLTPRO/SabonNextLTPro-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/SabonNextLTPRO/SabonNextLTPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SabonNextLTPRO/SabonNextLTPro-Regular.woff2") format("woff2"), url("../fonts/SabonNextLTPRO/SabonNextLTPro-Regular.woff") format("woff"), url("../fonts/SabonNextLTPRO/SabonNextLTPro-Regular.ttf") format("truetype"), url("../fonts/SabonNextLTPRO/SabonNextLTPro-Regular.svg#svgFontName") format("svg");
  /* Legacy iOS */
}

.catalog-category-view .landing-page .wrapper:not(:empty) {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.catalog-category-view .landing-page [class*="wrapper"] {
  max-width: 79.375rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.catalog-category-view .landing-page .bluefoot-row {
  margin: 0;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.catalog-category-view .landing-page .bluefoot-wrapper {
  padding: 0;
}

.catalog-category-view .landing-page .bluefoot-column {
  -ms-flex-item-align: center;
      align-self: center;
  padding: 0;
}

@media screen and (min-width: 991px) {
  .catalog-category-view .landing-page .bluefoot-column-6:nth-child(odd) {
    padding-right: 2.5rem;
  }
  .catalog-category-view .landing-page .bluefoot-column-6:nth-child(even) {
    padding-left: 2.5rem;
  }
}

.catalog-category-view .landing-page h4 {
  font-family: "BaskervilleCom", serif;
  font-size: 1.3em;
  margin-bottom: 1em;
}

.catalog-category-view .landing-page .text, .catalog-category-view .landing-page .media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

@media print, screen and (min-width: 48.0625em) {
  .catalog-category-view .landing-page .text, .catalog-category-view .landing-page .media {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .catalog-category-view .landing-page .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    -ms-flex-item-align: center;
        align-self: center;
  }
}

@media print, screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
  .catalog-category-view .landing-page .text {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .catalog-category-view .landing-page .media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
  .catalog-category-view .landing-page .media {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .catalog-category-view .landing-page .media:only-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
  .catalog-category-view .landing-page .media:only-child {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

body.page-circle.modalActive {
  overflow: hidden;
}

body.page-circle header#header {
  background: #69715a;
}

body.page-circle .green-content {
  color: #b8b396;
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 2.4rem;
  padding-top: 100px;
  font-family: 'SabonNextLTPro-Regular';
}

@media screen and (max-width: 880px) {
  body.page-circle .green-content {
    padding-top: 40px;
    font-size: 1.3rem;
    line-height: 1.8rem;
    margin-bottom: 50px;
  }
}

body.page-circle .green-content * {
  letter-spacing: 0;
}

body.page-circle .green-content .heading {
  font-size: 2.2rem;
  line-height: 3.6rem;
  letter-spacing: 0;
}

@media screen and (max-width: 880px) {
  body.page-circle .green-content .heading {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

body.page-circle .green-content .justify {
  text-align: justify;
}

@media screen and (max-width: 880px) {
  body.page-circle .green-content .justify {
    text-align: center;
    font-size: 1.1rem;
  }
}

body.page-circle .green-content > div {
  max-width: 79.375rem;
}

body.page-circle .green-content > div.bluefoot-column-12 {
  float: none;
  margin: 0 auto;
}

body.page-circle .green-content.littlefont .heading {
  font-size: 2rem;
  line-height: 3rem;
}

@media screen and (max-width: 880px) {
  body.page-circle .green-content.littlefont .heading {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}

@media screen and (max-width: 880px) {
  body.page-circle .green-content.littlefont > div.bluefoot-column-12:first-child .bluefoot-html {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}

body.page-circle .bluefoot-lookcircle-slider button.slick-arrow {
  background-color: #69715a;
}

body.page-circle .bluefoot-lookcircle-slider button.slick-arrow:hover {
  background-color: #fff;
}

body.page-circle .bluefoot-lookcircle-slider button.slick-arrow:focus {
  background-color: #69715a;
}

body.page-circle .bluefoot-lookcircle-slider button.slick-arrow.slick-prev, body.page-circle .bluefoot-lookcircle-slider button.slick-arrow.slick-next {
  text-align: center;
}

@media (max-width: 880px) {
  body.page-circle .bluefoot-lookcircle-slider button.slick-arrow.slick-prev, body.page-circle .bluefoot-lookcircle-slider button.slick-arrow.slick-next {
    top: 27%;
  }
}

@media (max-width: 720px) {
  body.page-circle .bluefoot-lookcircle-slider button.slick-arrow.slick-prev, body.page-circle .bluefoot-lookcircle-slider button.slick-arrow.slick-next {
    top: 24%;
  }
}

@media (max-width: 620px) {
  body.page-circle .bluefoot-lookcircle-slider button.slick-arrow.slick-prev, body.page-circle .bluefoot-lookcircle-slider button.slick-arrow.slick-next {
    top: 23%;
  }
}

@media (max-width: 580px) {
  body.page-circle .bluefoot-lookcircle-slider button.slick-arrow.slick-prev, body.page-circle .bluefoot-lookcircle-slider button.slick-arrow.slick-next {
    top: 20%;
  }
}

@media (max-width: 480px) {
  body.page-circle .bluefoot-lookcircle-slider button.slick-arrow.slick-prev, body.page-circle .bluefoot-lookcircle-slider button.slick-arrow.slick-next {
    top: 23%;
  }
}

@media (max-width: 414px) {
  body.page-circle .bluefoot-lookcircle-slider button.slick-arrow.slick-prev, body.page-circle .bluefoot-lookcircle-slider button.slick-arrow.slick-next {
    top: 22%;
  }
}

@media (max-width: 375px) {
  body.page-circle .bluefoot-lookcircle-slider button.slick-arrow.slick-prev, body.page-circle .bluefoot-lookcircle-slider button.slick-arrow.slick-next {
    top: 20%;
  }
}

@media (max-width: 360px) {
  body.page-circle .bluefoot-lookcircle-slider button.slick-arrow.slick-prev, body.page-circle .bluefoot-lookcircle-slider button.slick-arrow.slick-next {
    top: 18%;
  }
}

body.page-circle .bluefoot-lookcircle-slider button.slick-arrow.slick-prev span, body.page-circle .bluefoot-lookcircle-slider button.slick-arrow.slick-next span {
  font-size: 1.4rem;
  line-height: 1rem;
}

body.page-circle .bluefoot-lookcircle-slider button.slick-arrow.slick-prev:before, body.page-circle .bluefoot-lookcircle-slider button.slick-arrow.slick-prev:after, body.page-circle .bluefoot-lookcircle-slider button.slick-arrow.slick-next:before, body.page-circle .bluefoot-lookcircle-slider button.slick-arrow.slick-next:after {
  display: none;
}

body.page-circle .bluefoot-lookcircle-slider button.slick-arrow.slick-prev.slick-disabled, body.page-circle .bluefoot-lookcircle-slider button.slick-arrow.slick-next.slick-disabled {
  display: none !important;
}

body.page-circle .bluefoot-lookcircle-slider button.slick-arrow.slick-prev {
  left: -10px;
}

body.page-circle .bluefoot-lookcircle-slider button.slick-arrow.slick-next {
  right: -10px;
}

body.page-circle .bluefoot-lookcircle-slider .slick-dots {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5% 0 10%;
  margin-top: -35px;
  bottom: auto;
}

@media screen and (max-width: 1280px) {
  body.page-circle .bluefoot-lookcircle-slider .slick-dots {
    padding: 0 2%;
  }
}

@media screen and (max-width: 880px) {
  body.page-circle .bluefoot-lookcircle-slider .slick-dots {
    width: 100%;
    margin-top: 40px;
  }
}

body.page-circle .bluefoot-lookcircle-slider .slick-dots li {
  margin: 0 3px;
}

body.page-circle .bluefoot-lookcircle-slider .slick-dots li button {
  width: 9px;
  height: 9px;
  background: #fff;
  border: 1px solid #666;
}

body.page-circle .bluefoot-lookcircle-slider .slick-dots li.slick-active button {
  background: #666;
}

body.page-circle .slider-space {
  height: 50px;
}

body.page-circle .lookcircle-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'SabonNextLTPro-Regular';
  letter-spacing: 0;
}

body.page-circle .lookcircle-item-wrapper .image-container {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5% 0 5%;
}

@media screen and (max-width: 1280px) {
  body.page-circle .lookcircle-item-wrapper .image-container {
    padding: 0 2%;
  }
}

@media screen and (max-width: 980px) {
  body.page-circle .lookcircle-item-wrapper .image-container {
    padding: 0 1%;
    width: 40%;
  }
}

@media screen and (max-width: 880px) {
  body.page-circle .lookcircle-item-wrapper .image-container {
    width: 100%;
    padding: 0 20%;
  }
}

@media screen and (max-width: 480px) {
  body.page-circle .lookcircle-item-wrapper .image-container {
    width: 100%;
    padding: 0 10%;
  }
}

@media screen and (max-width: 420px) {
  body.page-circle .lookcircle-item-wrapper .image-container {
    width: 100%;
    padding: 0 5%;
  }
}

body.page-circle .lookcircle-item-wrapper .italic {
  font-style: italic;
}

body.page-circle .lookcircle-item-wrapper .info-container {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5% 0 5%;
}

@media screen and (max-width: 1280px) {
  body.page-circle .lookcircle-item-wrapper .info-container {
    padding: 0 2%;
  }
}

@media screen and (max-width: 980px) {
  body.page-circle .lookcircle-item-wrapper .info-container {
    padding: 0 1%;
    width: 60%;
  }
}

@media screen and (max-width: 880px) {
  body.page-circle .lookcircle-item-wrapper .info-container {
    width: 100%;
    padding: 20px 20%;
  }
}

@media screen and (max-width: 480px) {
  body.page-circle .lookcircle-item-wrapper .info-container {
    width: 100%;
    padding: 20px 10%;
  }
}

@media screen and (max-width: 420px) {
  body.page-circle .lookcircle-item-wrapper .info-container {
    width: 100%;
    padding: 20px 5%;
  }
}

body.page-circle .lookcircle-item-wrapper .info-container .italic {
  font-style: italic;
}

body.page-circle .lookcircle-item-wrapper .info-container h4 {
  margin-bottom: 30px;
  font-weight: 700;
}

body.page-circle .lookcircle-item-wrapper .info-container p {
  margin: 0;
}

body.page-circle .lookcircle-item-wrapper .info-container .certificazioni {
  clear: both;
  margin-top: 50px;
}

body.page-circle .lookcircle-item-wrapper .info-container .certificazioni button {
  background: #69715a;
  border-color: #69715a;
  color: #000;
  text-transform: uppercase;
  height: 30px;
  padding: 0 20px;
  text-align: center;
  font-size: 0.8rem;
  letter-spacing: 0;
  width: auto;
  margin: 0;
  display: block;
}

@media screen and (max-width: 880px) {
  body.page-circle .lookcircle-item-wrapper .info-container .certificazioni button {
    margin: 0 auto;
  }
}

body.page-circle .lookcircle-item-wrapper .info-container .certificazioni button:before, body.page-circle .lookcircle-item-wrapper .info-container .certificazioni button:after {
  display: none;
}

body.page-circle .lookcircle-item-wrapper .counter {
  text-align: right;
  float: right;
  padding: 15px 0;
}

body.page-circle .modal-box {
  display: none;
}

body.page-circle .modal-box.active {
  display: block !important;
}

body.page-circle .modal-box .modal-box-container {
  width: 100%;
  height: 80vh;
  max-width: 1024px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  margin-left: -512px;
  padding: 3%;
  position: fixed;
  top: 10vh;
  left: 50%;
  background: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 9999;
}

@media screen and (max-width: 1024px) {
  body.page-circle .modal-box .modal-box-container {
    left: 0;
    margin-left: 0;
    max-width: 100%;
    height: 100%;
    top: 0;
  }
}

body.page-circle .modal-box .modal-box-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #000;
  opacity: 0.4;
  z-index: 9998;
}

body.page-circle .modal-box .certification-item {
  font-family: 'SabonNextLTPro-Regular';
  font-size: 1rem;
  line-height: 1.3rem;
  margin-bottom: 60px;
  letter-spacing: 0;
}

body.page-circle .modal-box .certification-item * {
  letter-spacing: 0;
}

body.page-circle .modal-box .certification-item h5 {
  font-weight: 700;
}

body.page-circle .modal-box .certification-item .italic {
  font-style: italic;
}

body.page-circle .modal-box .certification-item .link-certificazione {
  margin: 25px 0;
  font-weight: 700;
  font-style: italic;
}

body.page-circle .modal-box .certification-item .descrizione-certificazione span.italic {
  font-style: italic;
}

#CybotCookiebotDialog,
#CybotCookiebotDialogDetail {
  background: #FFFFFF !important;
  color: #000000 !important;
  padding-bottom: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  bottom: 0 !important;
}

#CybotCookiebotDialogBody,
#CybotCookiebotDialogDetailBody {
  max-width: 1270px !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

#CybotCookiebotDialog a,
#CybotCookiebotDialog div,
#CybotCookiebotDialogBodyContentTitle {
  font-family: "TTNorms", sans-serif !important;
}

#CybotCookiebotDialogBodyContent {
  font-size: 13px !important;
  line-height: 1.54 !important;
  letter-spacing: 0.7px !important;
}

#CybotCookiebotDialogBodyContentTitle {
  font-size: 15px !important;
  color: #000000 !important;
  margin: 0 0 10px 0 !important;
  font-family: "TTNorms", sans-serif !important;
}

#CybotCookiebotDialogBodyLevelButtonsSelectPane {
  border: none !important;
}

a#CybotCookiebotDialogBodyLevelButtonAccept {
  background: #000000 !important;
  border-color: #000000 !important;
  padding: 0 !important;
  width: 60px !important;
  height: 32px !important;
  border-radius: 0 !important;
  line-height: 32px !important;
  font-weight: 700 !important;
}

#CybotCookiebotDialogDetailBodyContent {
  background-color: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid #999999 !important;
  border-bottom: 1px solid #999999 !important;
}

#CybotCookiebotDialogDetailBodyContent .CybotCookiebotDialogDetailBodyContentCookieTypeTable tbody td {
  color: #000000 !important;
}

#CybotCookiebotDialogDetailFooter {
  display: none !important;
}

input[type=checkbox].CybotCookiebotDialogBodyLevelButton + label {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  padding-left: 30px !important;
}

input[type=checkbox].CybotCookiebotDialogBodyLevelButton:checked + label {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAZCAYAAAArK+5dAAAACXBIWXMAAAsTAAALEwEAmpwYAAA4mGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdGVEYXRlPjIwMTgtMDgtMDFUMTg6MTM6MTkrMDI6MDA8L3htcDpDcmVhdGVEYXRlPgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxOC0wOC0wMVQxODoyMzoxMyswMjowMDwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXA6TWV0YWRhdGFEYXRlPjIwMTgtMDgtMDFUMTg6MjM6MTMrMDI6MDA8L3htcDpNZXRhZGF0YURhdGU+CiAgICAgICAgIDx4bXA6Q3JlYXRvclRvb2w+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCk8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHBob3Rvc2hvcDpJQ0NQcm9maWxlPkhEIDcwOS1BPC9waG90b3Nob3A6SUNDUHJvZmlsZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDoyMGI3YzlkYi1mZGE2LTRlMWMtYjI4ZC1iZjgzM2EzNjAxYjA8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPnhtcC5kaWQ6MjBiN2M5ZGItZmRhNi00ZTFjLWIyOGQtYmY4MzNhMzYwMWIwPC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06T3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6MjBiN2M5ZGItZmRhNi00ZTFjLWIyOGQtYmY4MzNhMzYwMWIwPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDoyMGI3YzlkYi1mZGE2LTRlMWMtYjI4ZC1iZjgzM2EzNjAxYjA8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTgtMDgtMDFUMTg6MjM6MTMrMDI6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE3IChNYWNpbnRvc2gpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RFdnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6U2VxPgogICAgICAgICA8L3htcE1NOkhpc3Rvcnk+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgICAgIDx0aWZmOlhSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4yPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjY1NTM1PC9leGlmOkNvbG9yU3BhY2U+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj4yNDwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4yNTwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+UaNwowAAACBjSFJNAABtdQAAc6AAAQgAAAB+nwAAZJMAAQnwAAAxyAAAES9QTtp9AAACNklEQVR42rSWPc8pQRTH/7NXFFvZoKIQBR9AS6PxEuIDaFHtF9BwUVGKikjUOqVWtAqVREQE3ZKoJtkt9tziye61duWul3uSk+zMzvzOnDlnzgwjItzLbDaj1WoFTdPwini9XiQSCZRKJXbf7zE+RqMRtVotcM7xiYiiSM1mE9VqlQEAIyI0Gg0aDAYAACLCo1duhTEGxn4ckGUZ7XabscViQaVSCQCg67ptghshIsTjcXDOcTqdIAiCsd34dblcfh+PRxNurMItHAA6nQ6GwyFqtRrW6zV2ux0YYzifz2ChUIg459B1/SWoId1uF9Vq1WxrmoZ0Oo3NZgNRFCFwzkFENvi9J8+01+tZ4EY25XI5EBE45xCeBcvNyiuViq3/cDhgPB6bbeHb8Ewmg9vt9tzAJ/BsNgtFUSz9poFyuYztdot6vf41OABAkiSq1+uk67qp/X6fJEmy6GQysYwxdL/fUywWM8f5fD5TJUkihMNhx4nD4fBluJMBj6qq2O/3iEajFs8qlQr8fj88Hg+KxeJr23KfNJIkUSAQwHw+RyQScRXo3W6HQqHgCL+vY4yxnyArioJMJoPD4eAKns/n/7lyWxa5MWLAr9er67S2nANFUZDNZh2NvAN3PGhORt6FA/hbTY3gGKUiGAxiOp1CVVWUy2XX8HuOKIpgxWKRlsulLfrvyCMjmUzCcqN9YsRp7mw2g5BKpZgsyzaocTe71Ue4LMtIpVKMGT+/+KqA7VXxP99FfwYAxMzJBVB/cmoAAAAASUVORK5CYII=) !important;
  background-size: 13px 13px !important;
}

#CybotCookiebotDialogBodyButtonAccept {
  padding: 10px 20px !important;
  text-transform: uppercase;
  margin: 0 !important;
  font-weight: bold !important;
}

#CybotCookiebotDialogBodyButtons {
  margin: 10px 0 0 0 !important;
}

#CybotCookiebotDialogBodyContentText {
  text-transform: uppercase;
}

.bluefoot-accordion .bluefoot-accordion-inner {
  padding: 15px 0;
}

.bluefoot-accordion .bluefoot-accordion-link:after,
.bluefoot-accordion h4.bluefoot-accordion-link:after {
  content: '';
  background: url("../images/icons/ico-more.png");
  width: 24px;
  height: 24px;
  background-size: 24px;
  position: relative;
  top: -3px;
}

.bluefoot-accordion .bluefoot-accordion-item.active h4.bluefoot-accordion-link:after {
  content: '';
  background: url("../images/icons/ico-less.png");
  background-size: 24px;
}

@media print {
  .add-to-cart,
  header .header-wrapper .header-navigation,
  .product-options,
  .product-shop .description,
  .search-container,
  .sharing-links,
  .switch-language,
  header .header-wrapper .main-menu footer {
    display: none;
  }
  body {
    padding: 0;
  }
  .show-for-sr {
    display: block !important;
    position: relative !important;
    width: auto;
    height: auto;
    clip: initial;
    -webkit-clip-path: initial;
            clip-path: initial;
    overflow: visible;
  }
  header {
    position: relative;
    height: auto;
  }
  header .header-wrapper {
    display: block;
  }
  header .header-wrapper .logo {
    display: block;
  }
  .catalog-product-view .hide-for-medium {
    display: block !important;
  }
  .catalog-product-view .show-for-medium {
    display: none !important;
  }
  .catalog-product-view .ms-view {
    overflow: visible;
    height: auto !important;
  }
  .catalog-product-view .ms-bullets {
    display: none;
  }
  .catalog-product-view .ms-slide {
    position: relative;
    top: auto !important;
  }
}

* {
  letter-spacing: 1.68px;
}
