@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
.box .box-title,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

html {
  background: #fff;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  *zoom: 1;
  font-size: 20px;
  font-size: 2rem;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
  color: #5c6670;
  font-family: "Geogrotesque W01";
  font-weight: 300;
  line-height: 1.3;
}

body:before,
body:after {
  display: table;
  content: "";
}

body:after {
  clear: both;
}

@media (min-width: 769px) {
  body {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (min-width: 960px) {
  body {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media (min-width: 1280px) {
  body {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

* {
  box-sizing: border-box;
}

.row {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
}

@media (min-width: 769px) {
  .row {
    padding: 40px 0;
  }
}

.row-inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0 -20px;
  margin: 0 auto;
  position: relative;
  z-index: 200;
}

@media (min-width: 769px) {
  .row-inner {
    width: 740px;
  }
}

@media (min-width: 960px) {
  .row-inner {
    width: 960px;
  }
}

.row-inner p:last-child,
.row-inner ul:last-child,
.row-inner ol:last-child {
  margin-bottom: 0;
}

.row-inner-wide {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0 -20px;
  margin: 0 auto;
}

@media (min-width: 960px) {
  .row-inner-wide {
    width: 960px;
  }
}

@media (min-width: 1280px) {
  .row-inner-wide {
    width: 1200px;
  }
}

@media (min-width: 1560px) {
  .row-inner-wide {
    width: 1500px;
  }
}

[class^=icon-],
[class*=" icon-"] {
  display: inline-block;
}

.icon-check-circle:not(svg) {
  display: inline-block;
  background-image: url("/images/sprite.svg");
  background-size: 1em 1em;
  width: 1em;
  height: 1em;
  background-position: 0em 0em;
}

.lt-ie9 .icon-check-circle:not(svg) {
  background-image: url("/images/sprite.png");
  width: 16px;
  height: 16px;
  background-position: -5px -5px;
}

svg.icon {
  fill: currentColor;
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
}

:focus {
  outline: none;
}

.s_focus-on :focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(109, 110, 114, 0.2);
}

p,
ul,
ol,
blockquote {
  line-height: 1.3;
  margin: 0 0 20px;
}

p:first-child,
ul:first-child,
ol:first-child,
blockquote:first-child {
  margin-top: 0;
}

p:last-child,
ul:last-child,
ol:last-child,
blockquote:last-child {
  margin-bottom: 0;
}

a {
  color: #6D6E72;
}

a:hover,
a:focus {
  outline: none;
  color: #595a5d;
}

.s_focus-on a:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(109, 110, 114, 0.2);
}

hr {
  border: 0;
  height: 1px;
  width: 100%;
  display: block;
  border-bottom: 1px solid #ebebeb;
  margin: 20px 0;
}

iframe {
  max-width: 100%;
}

ul {
  list-style: disc;
  padding-left: 40px;
}

small {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
  display: block;
  margin: 0 0 20px;
  color: #868686;
}

sup,
sub {
  font-size: 0.55em;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

p.l_intro {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
}

@media (min-width: 769px) {
  p.l_intro {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media (min-width: 1280px) {
  p.l_intro {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

small,
p.l_small {
  font-size: 12px;
  font-size: 1.2rem;
}

blockquote {
  font-size: 24px;
  font-size: 2.4rem;
  color: #6D6E72;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  padding: 20px 0;
  margin: 40px 0;
}

@media (min-width: 769px) {
  blockquote {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media (min-width: 960px) {
  blockquote {
    font-size: 26.4px;
    font-size: 2.64rem;
  }
}

@media (min-width: 1280px) {
  blockquote {
    font-size: 26.4px;
    font-size: 2.64rem;
  }
}

h1,
.h1,
.product-details .product-title,
h2,
.h2,
.box-product .box-title,
.documents-container .documents-title,
.product-details .product-price,
h3,
.box .box-title,
.h3,
h4,
.h4,
.box-product .box-price,
.box-document .box-title,
.gallery-link .box-title,
h5,
.h5,
h6,
.h6 {
  margin: 40px 0 20px;
  text-rendering: optimizelegibility;
  line-height: 1.3;
}

h1 a,
h1 a:hover,
.h1 a,
.product-details .product-title a,
.h1 a:hover,
h2 a,
h2 a:hover,
.h2 a,
.box-product .box-title a,
.documents-container .documents-title a,
.product-details .product-price a,
.h2 a:hover,
h3 a,
.box .box-title a,
h3 a:hover,
.h3 a,
.h3 a:hover,
h4 a,
h4 a:hover,
.h4 a,
.box-product .box-price a,
.box-document .box-title a,
.gallery-link .box-title a,
.h4 a:hover,
h5 a,
h5 a:hover,
.h5 a,
.h5 a:hover,
h6 a,
h6 a:hover,
.h6 a,
.h6 a:hover {
  color: inherit;
}

h1:first-child,
.h1:first-child,
.product-details .product-title:first-child,
h2:first-child,
.h2:first-child,
.box-product .box-title:first-child,
.documents-container .documents-title:first-child,
.product-details .product-price:first-child,
h3:first-child,
.box .box-title:first-child,
.h3:first-child,
h4:first-child,
.h4:first-child,
.box-product .box-price:first-child,
.box-document .box-title:first-child,
.gallery-link .box-title:first-child,
h5:first-child,
.h5:first-child,
h6:first-child,
.h6:first-child {
  margin-top: 0;
}

h1:last-child,
.h1:last-child,
.product-details .product-title:last-child,
h2:last-child,
.h2:last-child,
.box-product .box-title:last-child,
.documents-container .documents-title:last-child,
.product-details .product-price:last-child,
h3:last-child,
.box .box-title:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
.box-product .box-price:last-child,
.box-document .box-title:last-child,
.gallery-link .box-title:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
  margin-bottom: 0;
}

h1 + h1,
.h1 + h1,
.product-details .product-title + h1,
h2 + h1,
.h2 + h1,
.box-product .box-title + h1,
.documents-container .documents-title + h1,
.product-details .product-price + h1,
h3 + h1,
.box .box-title + h1,
.h3 + h1,
h4 + h1,
.h4 + h1,
.box-product .box-price + h1,
.box-document .box-title + h1,
.gallery-link .box-title + h1,
h5 + h1,
.h5 + h1,
h6 + h1,
.h6 + h1,
h1 + .h1,
.product-details h1 + .product-title,
.h1 + .h1,
.product-details .product-title + .h1,
.product-details .h1 + .product-title,
.product-details .product-title + .product-title,
h2 + .h1,
.product-details h2 + .product-title,
.h2 + .h1,
.box-product .box-title + .h1,
.documents-container .documents-title + .h1,
.product-details .product-price + .h1,
.product-details .h2 + .product-title,
.product-details .box-product .box-title + .product-title,
.box-product .product-details .box-title + .product-title,
.product-details .documents-container .documents-title + .product-title,
.documents-container .product-details .documents-title + .product-title,
.product-details .product-price + .product-title,
h3 + .h1,
.box .box-title + .h1,
.product-details h3 + .product-title,
.product-details .box .box-title + .product-title,
.box .product-details .box-title + .product-title,
.h3 + .h1,
.product-details .h3 + .product-title,
h4 + .h1,
.product-details h4 + .product-title,
.h4 + .h1,
.box-product .box-price + .h1,
.box-document .box-title + .h1,
.gallery-link .box-title + .h1,
.product-details .h4 + .product-title,
.product-details .box-product .box-price + .product-title,
.box-product .product-details .box-price + .product-title,
.product-details .box-document .box-title + .product-title,
.box-document .product-details .box-title + .product-title,
.product-details .gallery-link .box-title + .product-title,
.gallery-link .product-details .box-title + .product-title,
h5 + .h1,
.product-details h5 + .product-title,
.h5 + .h1,
.product-details .h5 + .product-title,
h6 + .h1,
.product-details h6 + .product-title,
.h6 + .h1,
.product-details .h6 + .product-title,
h1 + h2,
.h1 + h2,
.product-details .product-title + h2,
h2 + h2,
.h2 + h2,
.box-product .box-title + h2,
.documents-container .documents-title + h2,
.product-details .product-price + h2,
h3 + h2,
.box .box-title + h2,
.h3 + h2,
h4 + h2,
.h4 + h2,
.box-product .box-price + h2,
.box-document .box-title + h2,
.gallery-link .box-title + h2,
h5 + h2,
.h5 + h2,
h6 + h2,
.h6 + h2,
h1 + .h2,
.box-product h1 + .box-title,
.documents-container h1 + .documents-title,
.product-details h1 + .product-price,
.h1 + .h2,
.box-product .h1 + .box-title,
.documents-container .h1 + .documents-title,
.product-details .h1 + .product-price,
.product-details .product-title + .h2,
.product-details .box-product .product-title + .box-title,
.box-product .product-details .product-title + .box-title,
.product-details .documents-container .product-title + .documents-title,
.documents-container .product-details .product-title + .documents-title,
.product-details .product-title + .product-price,
h2 + .h2,
.box-product h2 + .box-title,
.documents-container h2 + .documents-title,
.product-details h2 + .product-price,
.h2 + .h2,
.box-product .box-title + .h2,
.box-product .h2 + .box-title,
.box-product .box-title + .box-title,
.documents-container .documents-title + .h2,
.documents-container .box-product .documents-title + .box-title,
.box-product .documents-container .documents-title + .box-title,
.documents-container .h2 + .documents-title,
.documents-container .box-product .box-title + .documents-title,
.box-product .documents-container .box-title + .documents-title,
.documents-container .documents-title + .documents-title,
.product-details .product-price + .h2,
.product-details .box-product .product-price + .box-title,
.box-product .product-details .product-price + .box-title,
.product-details .documents-container .product-price + .documents-title,
.documents-container .product-details .product-price + .documents-title,
.product-details .h2 + .product-price,
.product-details .box-product .box-title + .product-price,
.box-product .product-details .box-title + .product-price,
.product-details .documents-container .documents-title + .product-price,
.documents-container .product-details .documents-title + .product-price,
.product-details .product-price + .product-price,
h3 + .h2,
.box-product h3 + .box-title,
.documents-container h3 + .documents-title,
.box .box-title + .h2,
.box .box-product .box-title + .box-title,
.box-product .box .box-title + .box-title,
.box .documents-container .box-title + .documents-title,
.documents-container .box .box-title + .documents-title,
.product-details h3 + .product-price,
.product-details .box .box-title + .product-price,
.box .product-details .box-title + .product-price,
.h3 + .h2,
.box-product .h3 + .box-title,
.documents-container .h3 + .documents-title,
.product-details .h3 + .product-price,
h4 + .h2,
.box-product h4 + .box-title,
.documents-container h4 + .documents-title,
.product-details h4 + .product-price,
.h4 + .h2,
.box-product .box-price + .h2,
.box-product .h4 + .box-title,
.box-product .box-price + .box-title,
.box-document .box-title + .h2,
.box-document .box-product .box-title + .box-title,
.box-product .box-document .box-title + .box-title,
.documents-container .h4 + .documents-title,
.documents-container .box-product .box-price + .documents-title,
.box-product .documents-container .box-price + .documents-title,
.documents-container .box-document .box-title + .documents-title,
.box-document .documents-container .box-title + .documents-title,
.gallery-link .box-title + .h2,
.gallery-link .box-product .box-title + .box-title,
.box-product .gallery-link .box-title + .box-title,
.gallery-link .documents-container .box-title + .documents-title,
.documents-container .gallery-link .box-title + .documents-title,
.product-details .h4 + .product-price,
.product-details .box-product .box-price + .product-price,
.box-product .product-details .box-price + .product-price,
.product-details .box-document .box-title + .product-price,
.box-document .product-details .box-title + .product-price,
.product-details .gallery-link .box-title + .product-price,
.gallery-link .product-details .box-title + .product-price,
h5 + .h2,
.box-product h5 + .box-title,
.documents-container h5 + .documents-title,
.product-details h5 + .product-price,
.h5 + .h2,
.box-product .h5 + .box-title,
.documents-container .h5 + .documents-title,
.product-details .h5 + .product-price,
h6 + .h2,
.box-product h6 + .box-title,
.documents-container h6 + .documents-title,
.product-details h6 + .product-price,
.h6 + .h2,
.box-product .h6 + .box-title,
.documents-container .h6 + .documents-title,
.product-details .h6 + .product-price,
h1 + h3,
.box h1 + .box-title,
.h1 + h3,
.box .h1 + .box-title,
.product-details .product-title + h3,
.product-details .box .product-title + .box-title,
.box .product-details .product-title + .box-title,
h2 + h3,
.box h2 + .box-title,
.h2 + h3,
.box-product .box-title + h3,
.documents-container .documents-title + h3,
.box .h2 + .box-title,
.box .box-product .box-title + .box-title,
.box-product .box .box-title + .box-title,
.box .documents-container .documents-title + .box-title,
.documents-container .box .documents-title + .box-title,
.product-details .product-price + h3,
.product-details .box .product-price + .box-title,
.box .product-details .product-price + .box-title,
h3 + h3,
.box .box-title + h3,
.box h3 + .box-title,
.box .box-title + .box-title,
.h3 + h3,
.box .h3 + .box-title,
h4 + h3,
.box h4 + .box-title,
.h4 + h3,
.box-product .box-price + h3,
.box-document .box-title + h3,
.gallery-link .box-title + h3,
.box .h4 + .box-title,
.box .box-product .box-price + .box-title,
.box-product .box .box-price + .box-title,
.box .box-document .box-title + .box-title,
.box-document .box .box-title + .box-title,
.box .gallery-link .box-title + .box-title,
.gallery-link .box .box-title + .box-title,
h5 + h3,
.box h5 + .box-title,
.h5 + h3,
.box .h5 + .box-title,
h6 + h3,
.box h6 + .box-title,
.h6 + h3,
.box .h6 + .box-title,
h1 + .h3,
.h1 + .h3,
.product-details .product-title + .h3,
h2 + .h3,
.h2 + .h3,
.box-product .box-title + .h3,
.documents-container .documents-title + .h3,
.product-details .product-price + .h3,
h3 + .h3,
.box .box-title + .h3,
.h3 + .h3,
h4 + .h3,
.h4 + .h3,
.box-product .box-price + .h3,
.box-document .box-title + .h3,
.gallery-link .box-title + .h3,
h5 + .h3,
.h5 + .h3,
h6 + .h3,
.h6 + .h3,
h1 + h4,
.h1 + h4,
.product-details .product-title + h4,
h2 + h4,
.h2 + h4,
.box-product .box-title + h4,
.documents-container .documents-title + h4,
.product-details .product-price + h4,
h3 + h4,
.box .box-title + h4,
.h3 + h4,
h4 + h4,
.h4 + h4,
.box-product .box-price + h4,
.box-document .box-title + h4,
.gallery-link .box-title + h4,
h5 + h4,
.h5 + h4,
h6 + h4,
.h6 + h4,
h1 + .h4,
.box-product h1 + .box-price,
.box-document h1 + .box-title,
.gallery-link h1 + .box-title,
.h1 + .h4,
.box-product .h1 + .box-price,
.box-document .h1 + .box-title,
.gallery-link .h1 + .box-title,
.product-details .product-title + .h4,
.product-details .box-product .product-title + .box-price,
.box-product .product-details .product-title + .box-price,
.product-details .box-document .product-title + .box-title,
.box-document .product-details .product-title + .box-title,
.product-details .gallery-link .product-title + .box-title,
.gallery-link .product-details .product-title + .box-title,
h2 + .h4,
.box-product h2 + .box-price,
.box-document h2 + .box-title,
.gallery-link h2 + .box-title,
.h2 + .h4,
.box-product .h2 + .box-price,
.box-product .box-title + .h4,
.box-product .box-title + .box-price,
.box-document .h2 + .box-title,
.box-document .box-product .box-title + .box-title,
.box-product .box-document .box-title + .box-title,
.documents-container .documents-title + .h4,
.documents-container .box-product .documents-title + .box-price,
.box-product .documents-container .documents-title + .box-price,
.documents-container .box-document .documents-title + .box-title,
.box-document .documents-container .documents-title + .box-title,
.gallery-link .h2 + .box-title,
.gallery-link .box-product .box-title + .box-title,
.box-product .gallery-link .box-title + .box-title,
.gallery-link .documents-container .documents-title + .box-title,
.documents-container .gallery-link .documents-title + .box-title,
.product-details .product-price + .h4,
.product-details .box-product .product-price + .box-price,
.box-product .product-details .product-price + .box-price,
.product-details .box-document .product-price + .box-title,
.box-document .product-details .product-price + .box-title,
.product-details .gallery-link .product-price + .box-title,
.gallery-link .product-details .product-price + .box-title,
h3 + .h4,
.box-product h3 + .box-price,
.box-document h3 + .box-title,
.gallery-link h3 + .box-title,
.box .box-title + .h4,
.box .box-product .box-title + .box-price,
.box-product .box .box-title + .box-price,
.box .box-document .box-title + .box-title,
.box-document .box .box-title + .box-title,
.box .gallery-link .box-title + .box-title,
.gallery-link .box .box-title + .box-title,
.h3 + .h4,
.box-product .h3 + .box-price,
.box-document .h3 + .box-title,
.gallery-link .h3 + .box-title,
h4 + .h4,
.box-product h4 + .box-price,
.box-document h4 + .box-title,
.gallery-link h4 + .box-title,
.h4 + .h4,
.box-product .box-price + .h4,
.box-product .h4 + .box-price,
.box-product .box-price + .box-price,
.box-document .box-title + .h4,
.box-document .box-product .box-title + .box-price,
.box-product .box-document .box-title + .box-price,
.box-document .h4 + .box-title,
.box-document .box-product .box-price + .box-title,
.box-product .box-document .box-price + .box-title,
.box-document .box-title + .box-title,
.gallery-link .box-title + .h4,
.gallery-link .box-product .box-title + .box-price,
.box-product .gallery-link .box-title + .box-price,
.gallery-link .box-document .box-title + .box-title,
.box-document .gallery-link .box-title + .box-title,
.gallery-link .h4 + .box-title,
.gallery-link .box-product .box-price + .box-title,
.box-product .gallery-link .box-price + .box-title,
.gallery-link .box-document .box-title + .box-title,
.box-document .gallery-link .box-title + .box-title,
.gallery-link .box-title + .box-title,
h5 + .h4,
.box-product h5 + .box-price,
.box-document h5 + .box-title,
.gallery-link h5 + .box-title,
.h5 + .h4,
.box-product .h5 + .box-price,
.box-document .h5 + .box-title,
.gallery-link .h5 + .box-title,
h6 + .h4,
.box-product h6 + .box-price,
.box-document h6 + .box-title,
.gallery-link h6 + .box-title,
.h6 + .h4,
.box-product .h6 + .box-price,
.box-document .h6 + .box-title,
.gallery-link .h6 + .box-title,
h1 + h5,
.h1 + h5,
.product-details .product-title + h5,
h2 + h5,
.h2 + h5,
.box-product .box-title + h5,
.documents-container .documents-title + h5,
.product-details .product-price + h5,
h3 + h5,
.box .box-title + h5,
.h3 + h5,
h4 + h5,
.h4 + h5,
.box-product .box-price + h5,
.box-document .box-title + h5,
.gallery-link .box-title + h5,
h5 + h5,
.h5 + h5,
h6 + h5,
.h6 + h5,
h1 + .h5,
.h1 + .h5,
.product-details .product-title + .h5,
h2 + .h5,
.h2 + .h5,
.box-product .box-title + .h5,
.documents-container .documents-title + .h5,
.product-details .product-price + .h5,
h3 + .h5,
.box .box-title + .h5,
.h3 + .h5,
h4 + .h5,
.h4 + .h5,
.box-product .box-price + .h5,
.box-document .box-title + .h5,
.gallery-link .box-title + .h5,
h5 + .h5,
.h5 + .h5,
h6 + .h5,
.h6 + .h5,
h1 + h6,
.h1 + h6,
.product-details .product-title + h6,
h2 + h6,
.h2 + h6,
.box-product .box-title + h6,
.documents-container .documents-title + h6,
.product-details .product-price + h6,
h3 + h6,
.box .box-title + h6,
.h3 + h6,
h4 + h6,
.h4 + h6,
.box-product .box-price + h6,
.box-document .box-title + h6,
.gallery-link .box-title + h6,
h5 + h6,
.h5 + h6,
h6 + h6,
.h6 + h6,
h1 + .h6,
.h1 + .h6,
.product-details .product-title + .h6,
h2 + .h6,
.h2 + .h6,
.box-product .box-title + .h6,
.documents-container .documents-title + .h6,
.product-details .product-price + .h6,
h3 + .h6,
.box .box-title + .h6,
.h3 + .h6,
h4 + .h6,
.h4 + .h6,
.box-product .box-price + .h6,
.box-document .box-title + .h6,
.gallery-link .box-title + .h6,
h5 + .h6,
.h5 + .h6,
h6 + .h6,
.h6 + .h6 {
  margin-top: 0;
}

h1,
.h1,
.product-details .product-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
}

@media (min-width: 769px) {
  h1,
  .h1,
  .product-details .product-title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

h2,
.h2,
.box-product .box-title,
.documents-container .documents-title,
.product-details .product-price {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}

@media (min-width: 769px) {
  h2,
  .h2,
  .box-product .box-title,
  .documents-container .documents-title,
  .product-details .product-price {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

h3,
.box .box-title,
.h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
}

@media (min-width: 769px) {
  h3,
  .box .box-title,
  .h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}

h4,
.h4,
.box-product .box-price,
.box-document .box-title,
.gallery-link .box-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
}

h5,
.h5 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
}

.content-main ul,
.content-main ol {
  border-top: 1px solid #ebebeb;
  margin: 40px 0;
}

.content-main ul:first-child,
.content-main ol:first-child {
  margin-top: 0;
}

.content-main ul:last-child,
.content-main ol:last-child {
  margin-bottom: 0;
}

.content-main ul li,
.content-main ol li {
  position: relative;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  line-height: 1.3;
  border-bottom: 1px solid #ebebeb;
  padding-left: 30px;
}

@media (min-width: 600px) {
  .content-main ul li,
  .content-main ol li {
    padding-left: 60px;
  }
}

.content-main ul li:before {
  content: "";
  display: block;
  margin: 10px 0;
  position: absolute;
  top: 12px;
  left: 1px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
  background: #6D6E72;
  line-height: 1.3;
}

.content-main ol {
  counter-reset: li;
}

.content-main ol li:before {
  content: counter(li);
  counter-increment: li;
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: 1px;
  width: 20px;
  margin-right: 8px;
  color: #6D6E72;
  line-height: 1.3;
  font-weight: 400;
}

img {
  max-width: 100%;
  display: block;
}

.content-main img {
  margin: 0 auto 20px;
}

.content-main img:first-child {
  margin-top: 0;
}

.content-main img:last-child {
  margin-bottom: 0;
}

picture {
  overflow: hidden;
}

picture img {
  width: 100%;
}

figure,
.figure {
  display: block;
  text-align: center;
  margin: 0 auto 40px;
}

figure img,
figure picture,
figure .figure-image,
.figure img,
.figure picture,
.figure .figure-image {
  margin: 0;
}

figure figcaption,
figure .figure-caption,
.figure figcaption,
.figure .figure-caption {
  font-size: 12px;
  font-size: 1.2rem;
  max-width: 450px;
  margin: 10px auto 0;
  line-height: 1.3;
}

.blur-up {
  transition: -webkit-filter 5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: filter 5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: filter 5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.blur-up:not(.lazyloaded) {
  filter: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a' x='0' y='0' width='1' height='1'%3E%3CfeGaussianBlur stdDeviation='20' result='b'/%3E%3CfeMorphology operator='dilate' radius='20'/%3E %3CfeMerge%3E%3CfeMergeNode/%3E%3CfeMergeNode in='b'/%3E%3C/feMerge%3E%3C/filter%3E%3C/svg%3E#a");
}

.blur-up.lazyloaded {
  filter: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a' x='0' y='0' width='1' height='1'%3E%3CfeGaussianBlur stdDeviation='0' result='b'/%3E%3CfeMorphology operator='dilate' radius='0'/%3E %3CfeMerge%3E%3CfeMergeNode/%3E%3CfeMergeNode in='b'/%3E%3C/feMerge%3E%3C/filter%3E%3C/svg%3E#a");
}

fieldset {
  padding: 0;
  margin: 0 0 20px;
  border: 0;
  min-width: 0;
}

legend {
  font-size: 28.6px;
  font-size: 2.86rem;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 20px;
  line-height: 1.3;
  color: #5c6670;
  border: 0;
}

legend:after {
  content: "";
  display: block;
  border-bottom: 1px solid #c7c7c7;
}

label {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  max-width: 100%;
  font-weight: 500;
  line-height: 1.3;
}

.l_required > label:after {
  content: "*";
  color: #6D6E72;
  margin-left: 4px;
  display: inline-block;
}

label.l_hidden {
  visibility: hidden;
}

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

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 20px;
  font-size: 22;
  line-height: 1.3;
  color: #5c6670;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  cursor: not-allowed;
}

::-webkit-input-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
}

input:-moz-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
}

.form-group {
  display: block;
  margin: 0 0 20px;
  vertical-align: top;
}

form.s_loading .form-group {
  opacity: 0.1;
  pointer-events: none;
}

.form-control {
  margin: 5px 0 0;
}

input,
textarea,
select {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Geogrotesque W01";
  padding: 8px;
  margin: 0;
  border: 1px solid #c7c7c7;
  background: #fff;
  width: 100%;
  line-height: 20px;
  border-radius: 0;
  -webkit-appearance: none;
}

.has-error input,
input.has-error,
.has-error textarea,
textarea.has-error,
.has-error select,
select.has-error {
  border-color: #d83333;
}

.has-success input,
input.has-success,
.has-success textarea,
textarea.has-success,
.has-success select,
select.has-success {
  border-color: #6D6E72;
}

textarea {
  resize: vertical;
  overflow: auto;
  overflow: auto;
  height: 120px;
  vertical-align: top;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("/images/arrow-down.svg") right 10px center no-repeat;
  background-size: 20px 10px;
  line-height: 20px;
  margin: 0;
  padding-right: 32px;
}

select::-ms-expand {
  /* for IE 11 */
  display: none;
}

@media screen and (min-width: 0\0 ) {
  /* for IE 9/10 */

  select {
    background: none;
    padding: 5px;
  }
}

input[type=button],
input[type=reset],
input[type=submit] {
  width: auto;
  height: auto;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  border-radius: 6px;
}

input[type=checkbox],
input[type=radio] {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0;
  font-weight: 300;
  width: auto;
}

[class^=checkbox-],
[class^=radio-] {
  font-weight: 300;
}

.checkbox-inline,
.radio-inline {
  display: inline-block;
  margin-right: 20px;
}

.checkbox-inline input[type=radio],
.checkbox-inline input[type=checkbox],
.radio-inline input[type=radio],
.radio-inline input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
}

.checkbox-inline .checkbox-value,
.checkbox-inline .radio-value,
.radio-inline .checkbox-value,
.radio-inline .radio-value {
  display: inline-block;
  vertical-align: middle;
}

input[type=file] {
  display: block;
  padding: initial;
  width: auto;
  border: initial;
  background-color: transparent;
  background-color: initial;
  line-height: initial;
}

.file-upload,
.form-freeform input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.file-upload + label,
.form-freeform input[type=file] + label {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #5c6670;
  background-color: whitesmoke;
  border-radius: 6px;
  padding: 10px 20px;
  display: inline-block;
  cursor: pointer;
}

.file-upload:focus + label,
.file-upload + label:hover,
.form-freeform input[type=file]:focus + label,
.form-freeform input[type=file] + label:hover {
  background-color: #e8e8e8;
}

.help-block,
.help-inline {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  color: #868686;
}

.help-block {
  display: block;
  margin: 10px 0;
}

.help-inline {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  margin-left: 10px;
  color: #868686;
}

p.has-error {
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  margin: 5px 0 0;
  padding: 10px;
  line-height: 1.2em;
  color: #fff;
  background: #d83333;
  border-radius: 6px;
}

@media (min-width: 480px) {
  .form-inline .form-group {
    display: inline-block;
    margin-right: 20px;
  }

  .form-inline .form-control {
    height: 38px;
    vertical-align: middle;
  }

  .form-inline .form-control .checkbox-inline {
    line-height: 20px;
    vertical-align: middle;
  }

  .form-inline .form-control input {
    height: 38px;
    vertical-align: middle;
  }

  .form-inline .form-control input[type=submit] {
    line-height: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .form-inline.l_inline-labels label,
  .form-inline.l_inline-labels .form-control {
    display: inline-block;
    margin-top: 0;
  }

  .form-inline.l_inline-labels label.l_hidden,
  .form-inline.l_inline-labels .form-control.l_hidden {
    display: none;
  }

  .form-inline.l_inline-labels .form-group label {
    margin: 0 10px 0 0;
    padding: 0;
    vertical-align: middle;
  }
}

.form-horizontal .form-group {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: 12;
  align-content: flex-start;
  margin: 0 -20px;
  font-size: 0;
  margin-bottom: 10px;
}

.form-horizontal .form-group label {
  font-size: 16px;
  font-size: 1.6rem;
}

.form-horizontal .form-group > label {
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: auto;
  align-self: auto;
}

@media (min-width: 769px) {
  .form-horizontal .form-group > label {
    position: relative;
    padding: 0 20px;
    width: 25%;
    height: auto;
    align-self: auto;
    text-align: right;
    vertical-align: middle;
  }
}

@media (min-width: 960px) {
  .form-horizontal .form-group > label {
    position: relative;
    padding: 0 20px;
    width: 16.6666666667%;
    height: auto;
    align-self: auto;
    vertical-align: middle;
  }
}

.form-horizontal .form-group .form-control {
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: auto;
  align-self: auto;
}

@media (min-width: 769px) {
  .form-horizontal .form-group .form-control {
    position: relative;
    padding: 0 20px;
    width: 75%;
    height: auto;
    align-self: auto;
    vertical-align: middle;
  }
}

@media (min-width: 960px) {
  .form-horizontal .form-group .form-control {
    position: relative;
    padding: 0 20px;
    width: 83.3333333333%;
    height: auto;
    align-self: auto;
    vertical-align: middle;
  }
}

.form-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: 12;
  align-content: flex-start;
  margin: 0 -20px;
  font-size: 0;
}

.form-grid legend {
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: auto;
  align-self: auto;
  font-size: 28.6px;
  font-size: 2.86rem;
}

.form-grid .form-group {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: auto;
  align-self: auto;
}

.form-grid .form-group.l_tiny {
  position: relative;
  padding: 0 20px;
  width: 50%;
  height: auto;
  align-self: auto;
}

@media (min-width: 480px) {
  .form-grid .form-group.l_tiny {
    position: relative;
    padding: 0 20px;
    width: 33.3333333333%;
    height: auto;
    align-self: auto;
  }
}

@media (min-width: 960px) {
  .form-grid .form-group.l_tiny {
    position: relative;
    padding: 0 20px;
    width: 16.6666666667%;
    height: auto;
    align-self: auto;
  }
}

.form-grid .form-group.l_small {
  position: relative;
  padding: 0 20px;
  width: 75%;
  height: auto;
  align-self: auto;
}

@media (min-width: 480px) {
  .form-grid .form-group.l_small {
    position: relative;
    padding: 0 20px;
    width: 50%;
    height: auto;
    align-self: auto;
  }
}

@media (min-width: 960px) {
  .form-grid .form-group.l_small {
    position: relative;
    padding: 0 20px;
    width: 25%;
    height: auto;
    align-self: auto;
  }
}

.form-grid .form-group.l_medium {
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: auto;
  align-self: auto;
}

@media (min-width: 480px) {
  .form-grid .form-group.l_medium {
    position: relative;
    padding: 0 20px;
    width: 100%;
    height: auto;
    align-self: auto;
  }
}

@media (min-width: 960px) {
  .form-grid .form-group.l_medium {
    position: relative;
    padding: 0 20px;
    width: 50%;
    height: auto;
    align-self: auto;
  }
}

.form-grid .form-group.l_large {
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: auto;
  align-self: auto;
}

@media (min-width: 480px) {
  .form-grid .form-group.l_large {
    position: relative;
    padding: 0 20px;
    width: 100%;
    height: auto;
    align-self: auto;
  }
}

@media (min-width: 960px) {
  .form-grid .form-group.l_large {
    position: relative;
    padding: 0 20px;
    width: 75%;
    height: auto;
    align-self: auto;
  }
}

.form-grid .form-group.l_wide {
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: auto;
  align-self: auto;
}

@media (min-width: 480px) {
  .form-grid .form-group.l_wide {
    position: relative;
    padding: 0 20px;
    width: 100%;
    height: auto;
    align-self: auto;
  }
}

@media (min-width: 960px) {
  .form-grid .form-group.l_wide {
    position: relative;
    padding: 0 20px;
    width: 83.3333333333%;
    height: auto;
    align-self: auto;
  }
}

.styledcheckbox,
.styledradio {
  position: relative;
}

.styledcheckbox input,
.styledradio input {
  position: absolute;
  opacity: 0;
  border: 0;
}

.styledcheckbox label,
.styledradio label {
  position: relative;
  line-height: 1;
}

.styledcheckbox label:before,
.styledradio label:before {
  content: "";
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0 10px 2px 0;
  padding: 0 1px 0 0;
  width: 25px;
  height: 24px;
  background: url("/images/checks.svg") no-repeat;
  background-size: 420px 24px;
  border: none;
  cursor: pointer;
  line-height: 0;
}

.styledcheckbox label:before {
  background-position: 0 0;
}

.styledcheckbox label:focus:before,
.styledcheckbox label:hover:before,
.styledcheckbox input[type=checkbox]:focus + label:before {
  background-position: -36px 0;
}

.styledcheckbox input[type=checkbox]:disabled + label:before {
  background-position: -144px 0;
  cursor: default;
}

.styledcheckbox input[type=checkbox]:checked + label:before {
  background-position: -72px 0;
}

.styledcheckbox input[type=checkbox]:checked + label:focus:before,
.styledcheckbox input[type=checkbox]:checked + label:hover:before,
.styledcheckbox input[type=checkbox]:focus:checked + label:before {
  background-position: -108px 0;
}

.styledcheckbox input[type=checkbox]:disabled:checked + label:before {
  background-position: -180px 0;
}

.styledradio label:before {
  background-position: -216px 0;
}

.styledradio label:focus:before,
.styledradio label:hover:before,
.styledradio input[type=radio]:focus + label:before {
  background-position: -252px 0;
}

.styledradio input[type=radio]:disabled + label:before {
  background-position: -360px 0;
  cursor: default;
}

.styledradio input[type=radio]:checked + label:before {
  background-position: -288px 0;
}

.styledradio input[type=radio]:checked + label:focus:before,
.styledradio input[type=radio]:checked + label:hover:before {
  background-position: -324px 0;
}

.styledradio input[type=radio]:disabled:checked + label:before {
  background-position: -396px 0;
}

.styledcheckbox label:after,
.styledradio label:after {
  transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  content: "";
  display: block;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(109, 110, 114, 0.2);
  position: absolute;
  top: 0;
  left: 0px;
  width: 24px;
  height: 24px;
  pointer-events: none;
  line-height: 0;
}

.styledcheckbox label:focus:after,
.styledcheckbox input[type=checkbox]:focus + label:after {
  box-shadow: 0 0 0 3px rgba(109, 110, 114, 0.2);
}

.styledradio label:after {
  border-radius: 50%;
}

.styledradio label:focus:after,
.styledradio input[type=radio]:focus + label:after {
  box-shadow: 0 0 0 3px rgba(109, 110, 114, 0.2);
}

.form-freeform .form-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0 -20px;
}

.form-freeform .form-row:last-of-type .form-group,
.form-freeform .form-row:last-of-type .fieldset {
  margin-bottom: 0;
}

.form-freeform .fieldset {
  width: 100%;
}

.form-freeform .fieldset.l_centered {
  display: block;
  text-align: center;
}

.form-freeform .fieldset.l_centered .form-group {
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

.form-freeform .fieldset.l_centered .form-group:not(.submit-align-left) {
  margin-top: 20px;
}

.form-freeform legend {
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: auto;
  align-self: auto;
  font-size: 28.6px;
  font-size: 2.86rem;
}

.form-freeform .form-group {
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: auto;
  align-self: auto;
}

.form-freeform .form-group.l_text-centered {
  text-align: center;
}

@media (min-width: 480px) {
  .form-freeform .form-group.col-4 {
    position: relative;
    padding: 0 20px;
    width: 50%;
    height: auto;
    align-self: auto;
  }
}

@media (min-width: 769px) {
  .form-freeform .form-group.col-4 {
    position: relative;
    padding: 0 20px;
    width: 33.3333333333%;
    height: auto;
    align-self: auto;
  }
}

@media (min-width: 480px) {
  .form-freeform .form-group.col-6 {
    position: relative;
    padding: 0 20px;
    width: 50%;
    height: auto;
    align-self: auto;
  }
}

@media (min-width: 960px) {
  .form-freeform .form-group.col-6 {
    position: relative;
    padding: 0 20px;
    width: 50%;
    height: auto;
    align-self: auto;
  }
}

@media (min-width: 480px) {
  .form-freeform .form-group.col-8 {
    position: relative;
    padding: 0 20px;
    width: 50%;
    height: auto;
    align-self: auto;
  }
}

@media (min-width: 769px) {
  .form-freeform .form-group.col-8 {
    position: relative;
    padding: 0 20px;
    width: 66.6666666667%;
    height: auto;
    align-self: auto;
  }
}

@media (min-width: 480px) {
  .form-freeform .form-group.col-11 {
    position: relative;
    padding: 0 20px;
    width: 91.6666666667%;
    height: auto;
    align-self: auto;
  }
}

@media (min-width: 960px) {
  .form-freeform .form-group.col-11 {
    position: relative;
    padding: 0 20px;
    width: 91.6666666667%;
    height: auto;
    align-self: auto;
  }
}

@media (min-width: 480px) {
  .form-freeform .form-group.col-12 {
    position: relative;
    padding: 0 20px;
    width: 100%;
    height: auto;
    align-self: auto;
  }
}

@media (min-width: 960px) {
  .form-freeform .form-group.col-12 {
    position: relative;
    padding: 0 20px;
    width: 100%;
    height: auto;
    align-self: auto;
  }
}

.form-response {
  transform: scale(0);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #6D6E72;
  border: 1px solid #fff;
  color: #fff;
  margin: 20px 0;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.form-response.l_minimal {
  border-radius: 3px;
  padding: 10px 13px;
  margin: 0 0 10px;
}

.form-response .icon {
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: scale(0);
  font-size: 60px;
  font-size: 6rem;
  margin-right: 40px;
  opacity: 0;
}

.form-response.l_minimal .form-response .icon {
  font-size: 40px;
  font-size: 4rem;
  margin-right: 20px;
}

.form-response.s_active {
  transform: scale(1);
  opacity: 1;
  position: relative;
  pointer-events: auto;
}

.form-response.s_active .icon {
  transform: scale(1);
  opacity: 1;
}

.form-response-aside {
  flex-grow: 0;
  line-height: 0;
}

.form-response.l_minimal .form-response-aside {
  display: none;
}

.form-response-main {
  flex-grow: 1;
}

.form-response.l_minimal .form-response-main {
  font-size: 13px;
  font-size: 1.3rem;
}

.form-response-main h1,
.form-response-main h2,
.form-response-main h3,
.form-response-main .box .box-title,
.box .form-response-main .box-title,
.form-response-main h4,
.form-response-main h5,
.form-response-main h6 {
  color: inherit;
  margin-bottom: 5px;
}

.form-response.l_minimal .form-response-main h1,
.form-response.l_minimal .form-response-main h2,
.form-response.l_minimal .form-response-main h3,
.form-response.l_minimal .form-response-main .box .box-title,
.box .form-response.l_minimal .form-response-main .box-title,
.form-response.l_minimal .form-response-main h4,
.form-response.l_minimal .form-response-main h5,
.form-response.l_minimal .form-response-main h6 {
  font-size: 18px;
  font-size: 1.8rem;
}

.form-response-main p {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 0.05s;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s;
  transform: translateY(10px);
  font-size: 20px;
  font-size: 2rem;
  opacity: 0;
  color: inherit;
}

.form-response.s_active .form-response-main p {
  transform: translateY(0);
  opacity: 1;
}

.form-response.l_minimal .form-response-main p {
  font-size: 14px;
  font-size: 1.4rem;
}

.form-response-main strong,
.form-response-main b {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 0.05s;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s;
  transform: translateY(10px);
  opacity: 0;
}

.form-response.s_active .form-response-main strong,
.form-response.s_active .form-response-main b {
  transform: translateY(0);
  opacity: 1;
}

.loader {
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: translate3d(-50%, -50%, 0);
  color: #fff;
  display: block;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  pointer-events: none;
  z-index: 1000;
}

form.s_loading .loader {
  opacity: 1;
}

.circular-loader {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  height: 100%;
  width: 100%;
  transform-origin: center center;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}

.loader-path {
  stroke-dasharray: 150, 200;
  stroke-dashoffset: -10;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

.l_bg-blue .loader-path {
  stroke: #fff;
  stroke-dasharray: 150, 200;
  stroke-dashoffset: -10;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}

@-webkit-keyframes color {
  0% {
    stroke: #6D6E72;
  }

  40% {
    stroke: #6D6E72;
  }

  66% {
    stroke: #6D6E72;
  }

  80%, 90% {
    stroke: #6D6E72;
  }
}

@keyframes color {
  0% {
    stroke: #6D6E72;
  }

  40% {
    stroke: #6D6E72;
  }

  66% {
    stroke: #6D6E72;
  }

  80%, 90% {
    stroke: #6D6E72;
  }
}

p.has-error span span {
  display: block;
  margin-bottom: 3px;
}

p.has-error span:last-child span {
  margin-bottom: 0;
}

.form-errors {
  padding-bottom: 20px;
}

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  cursor: pointer;
  /* Remove excess padding and border in Firefox 4+ */
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.btn,
.box .box-btn,
input[type=submit] {
  transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  display: inline-block;
  border: 1px solid #6D6E72;
  background: #6D6E72;
  color: #fff;
  border-radius: 6px;
  padding: 10px 40px;
  text-decoration: none;
  width: 100%;
}

.btn:hover,
.box .box-btn:hover,
input[type=submit]:hover {
  color: #fff;
  background: #a7a9ac;
  border-color: #000;
}

.button-group {
  margin: 0 0 20px;
}

table {
  margin-bottom: 1.3;
  max-width: 100%;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
}

table th,
table td {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 8px;
  border-top: 1px solid #ebebeb;
  vertical-align: top;
  text-align: left;
  line-height: 1.3;
}

table th {
  font-weight: bold;
}

table thead th {
  vertical-align: bottom;
}

table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}

table tbody + tbody {
  border-top: 2px solid #ebebeb;
}

table tbody tr td,
table tbody tr th {
  -webkit-transition: background-color 0.25s 0;
  -webkit-transition-delay: linear;
  transition: background-color 0.25s 0 linear;
}

table.table-striped > tbody > tr:nth-child(odd) > td,
table.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: whitesmoke;
}

table.table-hover tbody tr:hover td,
table.table-hover tbody tr:hover th {
  background-color: whitesmoke;
}

table.table-bordered th,
table.table-bordered td {
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}

@media (max-width: 768px) {
  table.table-responsive {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.975;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ebebeb;
    -webkit-overflow-scrolling: touch;
    background: linear-gradient(90deg, #fff 20%, rgba(255, 255, 255, 0)), linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 80%) 100% 100%, linear-gradient(90deg, rgba(0, 0, 0, 0.2) 20%, rgba(255, 255, 255, 0)), linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2) 80%) 100% 100%;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 30px 100%, 30px 100%, 10px 100%, 10px 100%;
    background-attachment: local, local, scroll, scroll;
  }

  table.table-responsive > thead > tr > th,
  table.table-responsive > thead > tr > td,
  table.table-responsive > tbody > tr > th,
  table.table-responsive > tbody > tr > td,
  table.table-responsive > tfoot > tr > th,
  table.table-responsive > tfoot > tr > td {
    font-size: 13px;
    font-size: 1.3rem;
    white-space: nowrap;
  }
}

.nav a,
.nav .show-children {
  cursor: pointer;
}

body {
  text-rendering: optimizelegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-text-size-adjust: none;
  -moz-font-smoothing: antialiased;
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-text-size-adjust: none;
  -ms-font-smoothing: antialiased;
}

.header {
  position: relative;
  z-index: 300;
  padding: 0;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

@media (min-width: 769px) {
  .header {
    text-align: center;
  }
}

.logo {
  width: 100%;
  display: block;
  padding: 5px;
  position: relative;
  z-index: 2000;
  background: #fff;
  text-align: center;
}

.logo a {
  display: inline-block;
}

.logo img {
  height: 60px;
  margin: 0;
  width: auto;
}

@media (min-width: 769px) {
  .logo {
    width: auto;
    display: inline-block;
    margin: 0 auto 12px;
    padding: 10px;
  }
}

.mobile-handle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  color: #000;
  display: block;
  top: 0;
  right: 0;
  z-index: 2100;
  padding: 0;
  width: 100px;
  height: 100%;
  text-align: right;
  cursor: pointer;
}

.mobile-handle .icon {
  font-size: 40px;
  font-size: 4rem;
  transition: 200ms ease all;
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  vertical-align: middle;
  top: 50%;
  right: 20px;
  margin-top: -20px;
  display: inline-block;
}

.mobile-handle .l_menu {
  transform: rotate(0);
  visibility: visible;
  opacity: 1;
}

.mobile-handle .l_close {
  transform: rotate(-90deg);
  visibility: hidden;
  opacity: 0;
}

@media (min-width: 769px) {
  .mobile-handle {
    display: none;
  }
}

.mobile-handle.active .l_menu {
  transform: rotate(90deg);
  visibility: hidden;
  opacity: 0;
}

.mobile-handle.active .l_close {
  transform: rotate(0);
  visibility: visible;
  opacity: 1;
}

.nav {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transform: translateY(-100%);
  transition: 200ms ease all;
  clear: both;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding: 0;
}

.nav a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  text-decoration: none;
  display: block;
  min-height: 60px;
  padding: 18px 60px 18px 20px;
}

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

.nav li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.nav > ul {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  width: 100%;
  background: #000;
  color: #fff;
  position: relative;
  display: block;
}

.nav.menu-active {
  transform: translateY(100px);
}

.nav .show-children {
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}

.nav .show-children i {
  transition: 200ms ease all;
  display: block;
  position: relative;
}

.nav .active > .show-children i {
  transform: rotate(90deg);
}

.nav .level-1 > ul {
  font-size: 14px;
  font-size: 1.4rem;
  background: #1a1a1a;
  display: none;
}

.nav .level-1 > ul a {
  padding-left: 30px;
  color: #fff;
}

.nav .level-1 > .show-children {
  background: #1a1a1a;
}

.nav .level-2 > ul {
  display: none;
  background: #333333;
}

.nav .level-2 > ul a {
  color: #fff;
}

.nav .level-2 > .show-children {
  background: #333333;
}

@media (min-width: 769px) {
  .nav {
    transform: translateY(0);
    position: static;
    background: none;
    overflow: visible;
    font-size: 0;
  }

  .nav ul {
    box-shadow: none;
  }

  .nav.menu-active {
    transform: translateY(0);
  }

  .nav li {
    display: inline-block;
    position: relative;
    text-align: center;
    border: 0;
  }

  .nav .mobile-handle,
  .nav .show-children {
    display: none;
  }

  .nav a {
    font-size: 16px;
    font-size: 1.6rem;
    transition: 200ms ease all;
    background: none;
    color: #5c6670;
    position: relative;
    z-index: 20;
    text-align: center;
    display: inline-block;
    min-height: 0;
    padding: 18px 20px;
  }

  .nav a:hover {
    background: none;
    color: #6D6E72;
  }

  .nav a:hover .icon {
    fill: #6D6E72;
  }

  .nav a .icon {
    margin-right: 5px;
  }

  .nav .level-1 ul,
  .nav .level-1 .cart-popup {
    transform: translateY(-40px);
    transition: all 0.1s ease-in-out;
    visibility: hidden;
    width: 320px;
    margin-left: -160px;
    opacity: 0;
    position: absolute;
    display: block;
    left: 50%;
    z-index: 0;
  }

  .nav .level-1 ul {
    width: 200px;
    margin-left: -100px;
    background: none;
  }

  .nav .level-1 ul li {
    position: relative;
  }

  .nav .level-1 ul li.last > a {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .nav .level-1 ul a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px;
    margin: 0;
    display: block;
    width: 200px;
    background: #fff;
    color: #5c6670;
  }

  .nav .level-1 ul a:hover {
    background: #ebebeb;
    color: #5c6670;
  }

  .nav .level-1 ul a:before,
  .nav .level-1 ul a:after {
    display: none;
  }

  .nav .level-1:hover > ul,
  .nav .level-1:hover .cart-popup {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    z-index: 10;
  }

  .nav .level-2 ul {
    transform: translateX(-40px);
    transition: all 0.1s ease-in-out;
    opacity: 0;
    position: absolute;
    display: block;
    width: 200px;
    top: 0;
    left: 100%;
    margin: 0;
  }

  .nav .level-2 ul a {
    border-radius: 0;
    width: 200px;
    background: #fff;
    color: #5c6670;
  }

  .nav .level-2 ul a:hover {
    background: #ebebeb;
    color: #5c6670;
  }

  .nav .level-2 ul li.first > a {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }

  .nav .level-2 ul li.last > a {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .nav .level-2:hover > ul {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  .nav .level-1.last .level-2 > ul {
    transform: translateX(0);
    left: auto;
    right: 100%;
  }

  .nav .level-1.last .level-2 > ul.hover:after {
    border-color: transparent transparent transparent #ebebeb;
  }

  .nav #nav-sub {
    transition: 200ms ease all;
    transform: translateY(0%);
    padding: 0;
    background: none;
  }

  .nav #nav-sub:before {
    display: none;
  }

  .nav .nav-home {
    display: none;
  }
}

.main {
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: auto;
  align-self: auto;
}

@media (min-width: 769px) {
  .main {
    position: relative;
    padding: 0 20px;
    width: 66.6666666667%;
    height: auto;
    align-self: auto;
  }
}

.aside {
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: auto;
  align-self: auto;
  background: #000;
  border-top: 1px solid #c7c7c7;
  padding-top: 20px;
  margin-top: 20px;
}

@media (min-width: 769px) {
  .aside {
    position: relative;
    padding: 0 20px;
    width: 33.3333333333%;
    height: auto;
    align-self: auto;
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }
}

.full-width {
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: auto;
  align-self: auto;
  text-align: center;
}

.row-color {
  background: #6D6E72;
  color: #fff;
}

.row-divider {
  border-top: 1px solid #ebebeb;
}

.row-dark {
  color: #fff;
  background: #000;
}

.row-dark p {
  color: #fcd1ae;
}

.row-image-bg {
  color: #fff;
  background-size: cover;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4) inset;
}

.row-content img {
  border-radius: 6px;
  margin-bottom: 20px;
}

.content-main {
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: auto;
  align-self: auto;
}

@media (min-width: 769px) {
  .content-main {
    position: relative;
    padding: 0 20px;
    width: 66.6666666667%;
    height: auto;
    align-self: auto;
  }
}

.content-main.l_centered {
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: auto;
  align-self: auto;
}

@media (min-width: 960px) {
  .content-main.l_centered {
    position: relative;
    padding: 0 20px;
    width: 66.6666666667%;
    height: auto;
    align-self: auto;
  }
}

.content-main.l_full {
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: auto;
  align-self: auto;
}

.content-aside {
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: auto;
  align-self: auto;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ebebeb;
}

@media (min-width: 769px) {
  .content-aside {
    position: relative;
    padding: 0 20px;
    width: 33.3333333333%;
    height: auto;
    align-self: auto;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}

.l_image-centered {
  text-align: center;
  margin: 0 auto;
}

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

.l_align-middle {
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  position: absolute;
}

.help {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  color: #868686;
}

.intro {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  margin: 0 0 40px;
}

.banner {
  text-align: center;
}

.banner .banner-content {
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: auto;
  align-self: auto;
}

.banner p {
  opacity: 0.8;
}

@media (min-width: 769px) {
  .banner {
    padding: 80px 0;
    text-align: left;
  }
}

.page-title {
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: auto;
  align-self: auto;
}

.page-title h1 {
  margin: 0;
}

.page-title p {
  margin: 20px 0 0;
}

.row-breadcrumbs {
  display: none;
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb;
}

@media (min-width: 769px) {
  .row-breadcrumbs {
    display: block;
  }
}

.breadcrumbs {
  margin: 0 20px;
}

.breadcrumbs > a,
.breadcrumbs > span {
  display: inline-block;
  padding: 0 13.3333333333px;
  position: relative;
  text-decoration: none;
}

.breadcrumbs > a:first-child,
.breadcrumbs > span:first-child {
  padding-left: 0;
}

.breadcrumbs > a:hover {
  text-decoration: underline;
}

.breadcrumbs > a:after {
  content: ">";
  position: absolute;
  top: 0;
  right: -4px;
  color: #c7c7c7;
}

.footer p {
  color: #fff;
}

.footer a {
  color: #c7c7c7;
}

.footer a:hover {
  color: #fff;
}

.footer-content {
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: auto;
  align-self: auto;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .footer-content {
    position: relative;
    padding: 0 20px;
    width: 50%;
    height: auto;
    align-self: auto;
    text-align: left;
  }
}

.footer-content p:first-child {
  font-size: 18px;
  font-size: 1.8rem;
}

.footer-content a {
  display: inline-block;
  border-left: 1px solid #868686;
  padding-left: 10px;
  margin-left: 10px;
}

.footer-content p a:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

.footer-social,
.footer-credits {
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: auto;
  align-self: auto;
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 769px) {
  .footer-social,
  .footer-credits {
    position: relative;
    padding: 0 20px;
    width: 25%;
    height: auto;
    align-self: auto;
  }
}

.footer-social a,
.footer-credits a {
  text-decoration: none;
}

.footer-social a {
  font-size: 30px;
  font-size: 3rem;
  display: inline-block;
  margin: 0 5px;
}

.product-details {
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: auto;
  align-self: auto;
}

@media (min-width: 769px) {
  .product-details {
    position: relative;
    padding: 0 20px;
    width: 50%;
    height: auto;
    align-self: auto;
  }
}

.product-details .product-title {
  font-weight: bold;
}

.product-details .product-price {
  color: #868686;
}

.product-image {
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: auto;
  align-self: auto;
}

@media (min-width: 769px) {
  .product-image {
    position: relative;
    padding: 0 20px;
    width: 50%;
    height: auto;
    align-self: auto;
  }
}

.product-image img {
  width: 100%;
}

.product-quantity label {
  display: inline-block;
  margin-right: 10px;
}

.product-quantity input {
  display: inline-block;
  width: 100px;
}

.embed {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

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

.row-map {
  margin: 0;
  padding: 0;
}

.map-canvas {
  display: none;
}

@media (min-width: 769px) {
  .map-canvas {
    display: block;
    height: 300px;
  }
}

@media (min-width: 960px) {
  .map-canvas {
    height: 550px;
  }
}

.map-image {
  display: block;
  width: 100%;
}

.map-image img {
  width: 100%;
}

@media (min-width: 769px) {
  .map-image {
    display: none;
  }
}

.lb {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 200ms ease all;
  -webkit-transition-delay: 50ms;
  transition: 200ms ease all 50ms;
}

.lb.active {
  opacity: 1;
  visibility: visible;
}

.lb-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.9;
  z-index: 900;
}

.lb-bg.loading:after {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  background: #fff url("/images/loading.gif") center center no-repeat;
  border-radius: 50%;
}

.lb-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1000;
}

@media (min-width: 769px) {
  .lb-close {
    top: 40px;
    right: 40px;
  }
}

.lb-content {
  z-index: 950;
  position: absolute;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  top: 20px;
  bottom: 20px;
  right: 20px;
  left: 20px;
}

@media (min-width: 769px) {
  .lb-content {
    top: 40px;
    bottom: 40px;
    right: 40px;
    left: 40px;
  }
}

.flex-container {
  background: #000;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

.flex-item {
  background: red;
  width: 300px;
  height: 100px;
  margin: 20px auto;
}

.flex-item:first-child {
  flex-grow: 2;
}

.fx {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0 -20px;
}

.fx-item {
  position: relative;
  padding: 0 20px;
  width: 50%;
  height: auto;
  align-self: auto;
  margin-bottom: 40px;
  background: #ebebeb;
}

.fx-item.l_four {
  order: -1;
}

.fx-item .fx-inner {
  background: #f0f;
  width: 100%;
  height: 100%;
}

.box-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: 12;
  align-content: flex-start;
  margin: 0 -20px;
}

.box {
  padding: 20px;
  margin-bottom: 20px;
}

.box img {
  margin-bottom: 20px;
}

.box.l_grey {
  color: #5c6670;
  border-radius: 6px;
  background: #ebebeb;
}

.box.l_border {
  border: 1px solid #ebebeb;
}

.box.l_white {
  color: #5c6670;
  border-radius: 6px;
  background: #fff;
}

.box.l_black {
  color: #fff;
  border-radius: 6px;
  background: #000;
}

.box.l_inline-block {
  display: inline-block;
}

.box .box-title {
  margin: 5px 0;
  font-weight: 300;
}

.box .box-title a {
  color: inherit;
  text-decoration: inherit;
}

.box .box-subtitle {
  margin: 5px 0;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
  color: #868686;
  display: block;
}

.box .box-btn {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 5px 0;
  padding: 5px 10px;
}

.box-color {
  color: #fff;
  border-radius: 6px;
  background: #6D6E72;
}

.box-divided {
  border-bottom: 1px solid #ebebeb;
}

.box-image-bg {
  position: relative;
  color: #fff;
  border-radius: 6px;
  background-size: cover;
}

.box-image {
  padding: 0 0 20px;
}

.box-image > * {
  margin: 20px;
}

.box-image > img {
  margin: 0;
  border-radius: 6px 6px 0 0;
}

.box-min {
  overflow: hidden;
  padding: 0;
  border-radius: 6px;
}

.box-article {
  border-top: 1px solid #ebebeb;
  padding: 40px 0;
  *zoom: 1;
}

.box-article:before,
.box-article:after {
  display: table;
  content: "";
}

.box-article:after {
  clear: both;
}

.box-article:first-child {
  padding-top: 0;
  border-top: 0;
}

.box-article:last-child {
  padding-bottom: 0;
}

.box-article .box-main {
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: auto;
  align-self: auto;
}

.box-article .box-main.l_has-image {
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: auto;
  align-self: auto;
}

@media (min-width: 769px) {
  .box-article .box-main.l_has-image {
    position: relative;
    padding: 0 20px;
    width: 66.6666666667%;
    height: auto;
    align-self: auto;
  }
}

.box-article .box-aside {
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: auto;
  align-self: auto;
  margin-top: 20px;
}

@media (min-width: 769px) {
  .box-article .box-aside {
    position: relative;
    padding: 0 20px;
    width: 33.3333333333%;
    height: auto;
    align-self: auto;
    margin-top: 0;
  }
}

.box-staff {
  position: relative;
  padding: 0 20px;
  width: 25%;
  height: auto;
  align-self: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.box-gallery {
  position: relative;
  padding: 0 20px;
  width: 33.3333333333%;
  height: auto;
  align-self: auto;
}

@media (min-width: 769px) {
  .box-gallery {
    position: relative;
    padding: 0 20px;
    width: 25%;
    height: auto;
    align-self: auto;
    margin: 20px 0;
  }
}

.box-gallery > img {
  border-radius: 6px;
  margin-bottom: 0;
}

.gallery-link {
  position: relative;
  padding: 0 20px;
  width: 50%;
  height: auto;
  align-self: auto;
  text-decoration: none;
  color: #5c6670;
  margin-bottom: 20px;
}

.gallery-link:nth-child(2n+1) {
  clear: both;
}

@media (min-width: 769px) {
  .gallery-link {
    position: relative;
    padding: 0 20px;
    width: 33.3333333333%;
    height: auto;
    align-self: auto;
  }

  .gallery-link:nth-child(2n+1) {
    clear: none;
  }

  .gallery-link:nth-child(4n) {
    clear: both;
  }
}

.gallery-link .box-title {
  display: block;
}

.gallery-link .box-subtitle {
  display: block;
  color: #868686;
}

.gallery-link .box-summary {
  font-size: 14px;
  font-size: 1.4rem;
  display: none;
  margin-top: 10px;
  line-height: 1.3;
}

@media (min-width: 769px) {
  .gallery-link .box-summary {
    display: block;
  }
}

.documents-container {
  padding: 0;
  margin-bottom: 40px;
}

.documents-container .documents-title {
  border-bottom: 1px solid #ebebeb;
  padding: 0 0 20px;
  margin: 0;
}

.box-document {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb;
  text-decoration: none;
  color: #5c6670;
  position: relative;
  margin: 0;
}

@media (min-width: 769px) {
  .box-document {
    padding: 20px 0 20px 26.6666666667px;
  }

  .box-document:before {
    position: absolute;
    top: 19px;
    width: 26.6666666667px;
    text-align: left;
    left: 0;
    content: "\E814";
    font-family: "youngpup";
    font-size: 24px;
    font-size: 2.4rem;
    color: #868686;
  }
}

.box-document .box-title {
  font-weight: bold;
  display: block;
}

@media (min-width: 769px) {
  .box-document .box-title {
    display: inline-block;
    margin: 0;
  }
}

@media (min-width: 769px) {
  .box-document .box-subtitle {
    display: inline-block;
    margin: 0;
  }
}

.box-document .btn,
.box-document .box .box-btn,
.box .box-document .box-btn {
  position: absolute;
  top: 20px;
  right: 0;
  display: inline-block;
}

@media (min-width: 769px) {
  .box-document .btn,
  .box-document .box .box-btn,
  .box .box-document .box-btn {
    top: 9px;
  }
}

.box-document .box-summary {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4em;
  display: block;
}

@media (min-width: 769px) {
  .box-document .box-summary {
    padding-right: 120px;
  }
}

.box-product {
  position: relative;
  padding: 0 20px;
  width: 50%;
  height: auto;
  align-self: auto;
  margin-bottom: 40px;
  position: relative;
}

.box-product:nth-child(2n-1) {
  clear: both;
}

@media (min-width: 769px) {
  .box-product > a,
  .box-product > .box-details {
    width: 50%;
    float: left;
  }

  .box-product .box-details {
    padding-left: 20px;
  }
}

.box-product a img {
  margin: 0 0 10px;
}

@media (min-width: 769px) {
  .box-product a img {
    width: 100%;
  }
}

.box-product .box-title {
  font-weight: bold;
  display: block;
  margin-top: 0;
}

.box-product .box-price {
  display: block;
  color: #868686;
  font-weight: 400;
  margin: 10px 0;
}

.box-product .box-desc {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.17;
}

.box-product .btn,
.box-product .box .box-btn,
.box .box-product .box-btn {
  display: block;
  padding: 10px;
  clear: both;
  text-align: center;
}

@media (min-width: 769px) {
  .box-product .btn,
  .box-product .box .box-btn,
  .box .box-product .box-btn {
    position: absolute;
    bottom: 10px;
    margin: 0 20px;
    left: 50%;
    right: 0;
  }
}

.page-content {
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: auto;
  align-self: auto;
}

.centered {
  text-align: center;
  margin: 0 auto;
}

.form-intro {
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: auto;
  align-self: auto;
  text-align: center;
  margin-bottom: 2em;
}

.form-content {
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: auto;
  align-self: auto;
}

.form-content label {
  font-weight: bold;
}

@media (min-width: 769px) {
  [data-breakmax=mama] {
    display: none !important;
  }
}

@media (max-width: 768px) {
  [data-breakmin=mama] {
    display: none !important;
  }
}

.l_text-center,
.l_text-centered {
  text-align: center;
}

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

.l_headspace {
  margin-top: 40px;
}

@media (min-width: 769px) {
  .l_headspace {
    margin-top: 80px;
  }
}

.l_footspace {
  margin-bottom: 40px;
}

@media (min-width: 769px) {
  .l_footspace {
    margin-bottom: 80px;
  }
}

.l_min-headspace {
  margin-top: 20px;
}

@media (min-width: 769px) {
  .l_min-headspace {
    margin-top: 40px;
  }
}

.l_min-footspace {
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .l_min-footspace {
    margin-bottom: 40px;
  }
}

.l_no-headspace {
  margin-top: 0;
}

.l_no-footspace {
  margin-bottom: 0;
}

@media print {
@page {
    margin: 0.5cm;
}

  h1,
  h2,
  h3,
  .box .box-title {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }

  p {
    orphans: 3;
    widows: 3;
  }

  pre,
  blockquote {
    page-break-inside: avoid;
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr {
    page-break-inside: avoid;
  }
}

