@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,700&subset=cyrillic,latin");
/* line 12, _normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 25, _normalize.scss */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
/* line 33, _normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 47, _normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 60, _normalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
/* line 70, _normalize.scss */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 79, _normalize.scss */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 91, _normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 104, _normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  cursor: pointer;
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 115, _normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 126, _normalize.scss */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 135, _normalize.scss */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 145, _normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 156, _normalize.scss */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
/* line 164, _normalize.scss */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
/* line 173, _normalize.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 182, _normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 190, _normalize.scss */
sub {
  bottom: -0.25em; }

/* line 194, _normalize.scss */
sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 205, _normalize.scss */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
/* line 214, _normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 223, _normalize.scss */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
/* line 231, _normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 * 3. Remove the inner shadow in mobile Safari.
 */
/* line 244, _normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  -webkit-box-shadow: none;
  box-shadow: none;
  /* 3 */
  -webkit-appearance: none;
  /* 3 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 263, _normalize.scss */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 273, _normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
  cursor: pointer; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 285, _normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 296, _normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 308, _normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
/* line 319, _normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 330, _normalize.scss */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 345, _normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 354, _normalize.scss */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 363, _normalize.scss */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 374, _normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 384, _normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 393, _normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 403, _normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 416, _normalize.scss */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
/* line 425, _normalize.scss */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 436, _normalize.scss */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
/* line 444, _normalize.scss */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 455, _normalize.scss */
[hidden] {
  display: none; }

/* line 2, core.min.css */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

/* line 2, core.min.css */
*, ::after, ::before {
  box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }
/* line 2, core.min.css */
body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 16px; }

/* line 2, core.min.css */
[tabindex="-1"]:focus {
  outline: none !important; }

/* line 2, core.min.css */
dl, h1, h2, h3, h4, h5, h6, ol, ul {
  margin-top: 0;
  margin-bottom: 10px; }

/* line 2, core.min.css */
p {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 2, core.min.css */
abbr[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777; }

/* line 2, core.min.css */
address, dd {
  margin-bottom: 10px; }

/* line 2, core.min.css */
address {
  font-style: normal;
  line-height: inherit; }

/* line 2, core.min.css */
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

/* line 2, core.min.css */
dd {
  margin-left: 0; }

/* line 2, core.min.css */
blockquote, figure {
  margin: 0 0 10px; }

/* line 2, core.min.css */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

/* line 2, core.min.css */
a:not([href]):not([tabindex]):focus {
  outline: none; }

/* line 2, core.min.css */
pre {
  margin-top: 0;
  margin-bottom: 10px;
  overflow: auto; }

/* line 2, core.min.css */
img {
  max-width: 100%;
  vertical-align: middle; }

/* line 2, core.min.css */
[role=button] {
  cursor: pointer; }

/* line 2, core.min.css */
[role=button], a, area, button, input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

/* line 2, core.min.css */
table {
  border-collapse: collapse; }

/* line 2, core.min.css */
caption {
  caption-side: bottom; }

/* line 2, core.min.css */
.table th, caption, th {
  text-align: left; }

/* line 2, core.min.css */
label, output {
  display: inline-block; }

/* line 2, core.min.css */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

/* line 2, core.min.css */
button, input, select, textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

/* line 2, core.min.css */
input[type=checkbox]:disabled, input[type=radio]:disabled {
  cursor: not-allowed; }

/* line 2, core.min.css */
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox; }

/* line 2, core.min.css */
textarea {
  resize: vertical; }

/* line 2, core.min.css */
.form legend, legend {
  display: block;
  width: 100%;
  padding: 0;
  line-height: inherit; }

/* line 2, core.min.css */
.form input[type=search], input[type=search] {
  -webkit-appearance: none; }

/* line 2, core.min.css */
[hidden] {
  display: none !important; }

/* line 2, core.min.css */
.form fieldset, fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

/* line 2, core.min.css */
.form legend {
  font-size: 21px;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #eee; }

/* line 2, core.min.css */
.form label {
  display: inline-block;
  max-width: 100%; }

/* line 2, core.min.css */
.button, .input-field, .select-field, .textarea-field {
  display: inline-block;
  border-radius: 0;
  border: none;
  box-shadow: none;
  vertical-align: top;
  max-width: 100%; }

/* line 2, core.min.css */
.button {
  background-color: transparent;
  cursor: pointer;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  white-space: nowrap; }

/* line 2, core.min.css */
.button[name="html"], .button[name="pdf"] {
  background-color: black; }

/* line 2, core.min.css */
.button:active {
  outline: 0; }

/* line 2, core.min.css */
.button, .button:hover {
  text-decoration: none; }

/* line 2, core.min.css */
.button.disabled, .button[disabled], fieldset[disabled] .button {
  cursor: not-allowed; }

/* line 2, core.min.css */
.input-field, .select-field, .textarea-field {
  background-image: none; }

/* line 2, core.min.css */
.input-field::-moz-placeholder {
  color: #ccc;
  opacity: 1; }

/* line 2, core.min.css */
.input-field:-ms-input-placeholder {
  color: #ccc; }

/* line 2, core.min.css */
.input-field::-webkit-input-placeholder {
  color: #ccc; }

/* line 2, core.min.css */
.input-field:focus::-moz-placeholder {
  color: #ccc;
  opacity: 0; }

/* line 2, core.min.css */
.input-field:focus:-ms-input-placeholder, .select-field:focus:-ms-input-placeholder, .textarea-field:focus:-ms-input-placeholder {
  color: #ccc;
  opacity: 0; }

/* line 2, core.min.css */
.input-field:focus::-webkit-input-placeholder {
  color: #ccc;
  opacity: 0; }

/* line 2, core.min.css */
.input-field::-ms-expand {
  border: 0;
  background-color: transparent; }

/* line 2, core.min.css */
.input-field[disabled], .input-field[readonly], fieldset[disabled] .input-field {
  opacity: 1; }

/* line 2, core.min.css */
.input-field[disabled], fieldset[disabled] .input-field {
  cursor: not-allowed; }

/* line 2, core.min.css */
.select-field::-moz-placeholder {
  color: #ccc;
  opacity: 1; }

/* line 2, core.min.css */
.select-field:-ms-input-placeholder {
  color: #ccc; }

/* line 2, core.min.css */
.select-field::-webkit-input-placeholder {
  color: #ccc; }

/* line 2, core.min.css */
.select-field:focus::-moz-placeholder {
  color: #ccc;
  opacity: 0; }

/* line 2, core.min.css */
.select-field:focus::-webkit-input-placeholder {
  color: #ccc;
  opacity: 0; }

/* line 2, core.min.css */
.select-field::-ms-expand {
  border: 0;
  background-color: transparent; }

/* line 2, core.min.css */
.select-field[disabled], .select-field[readonly], fieldset[disabled] .select-field {
  opacity: 1; }

/* line 2, core.min.css */
.select-field[disabled], fieldset[disabled] .select-field {
  cursor: not-allowed; }

/* line 2, core.min.css */
.textarea-field::-moz-placeholder {
  color: #ccc;
  opacity: 1; }

/* line 2, core.min.css */
.textarea-field:-ms-input-placeholder {
  color: #ccc; }

/* line 2, core.min.css */
.textarea-field::-webkit-input-placeholder {
  color: #ccc; }

/* line 2, core.min.css */
.textarea-field:focus::-moz-placeholder {
  color: #ccc;
  opacity: 0; }

/* line 2, core.min.css */
.textarea-field:focus::-webkit-input-placeholder {
  color: #ccc;
  opacity: 0; }

/* line 2, core.min.css */
.textarea-field::-ms-expand {
  border: 0;
  background-color: transparent; }

/* line 2, core.min.css */
.textarea-field[disabled], .textarea-field[readonly], fieldset[disabled] .textarea-field {
  opacity: 1; }

/* line 2, core.min.css */
.textarea-field[disabled], fieldset[disabled] .textarea-field {
  cursor: not-allowed; }

/* line 2, core.min.css */
.table {
  border-collapse: collapse; }

/* line 2, core.min.css */
.table table col[class*=cell-] {
  position: static;
  float: none;
  display: table-column; }

/* line 2, core.min.css */
.table table td[class*=cell-], .table table th[class*=cell-] {
  position: static;
  float: none;
  display: table-cell; }

/* line 2, core.min.css */
.list, .list-table {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 2, core.min.css */
.list > .list-item {
  display: inline-block;
  position: relative; }

/* line 2, core.min.css */
.list-table {
  display: table;
  width: 100%; }

/* line 2, core.min.css */
.list-table > .list-item {
  display: table-cell; }

/* line 2, core.min.css */
.list-justified {
  font-size: 0;
  line-height: 0;
  text-align: justify;
  width: 100%; }

/* line 2, core.min.css */
.list-justified:after {
  content: "";
  height: 0;
  overflow: hidden;
  visibility: hidden; }

/* line 2, core.min.css */
.list-justified, .list-unstyled, .list-vertical {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 2, core.min.css */
.list-justified:after, .list-vertical > .list-item {
  display: inline-block;
  width: 100%; }

/* line 2, core.min.css */
.text-right {
  text-align: right; }

/* line 2, core.min.css */
.text-left {
  text-align: left; }

/* line 2, core.min.css */
.text-center {
  text-align: center; }

/* line 2, core.min.css */
.text-justify {
  text-align: justify; }

@media screen and (max-width: 1200px) {
  /* line 2, core.min.css */
  .text-right-lg {
    text-align: right; }

  /* line 2, core.min.css */
  .text-left-lg {
    text-align: left; }

  /* line 2, core.min.css */
  .text-center-lg {
    text-align: center; }

  /* line 2, core.min.css */
  .text-justify-lg {
    text-align: justify; } }
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  /* line 2, core.min.css */
  .text-right-lg-only {
    text-align: right; }

  /* line 2, core.min.css */
  .text-left-lg-only {
    text-align: left; }

  /* line 2, core.min.css */
  .text-center-lg-only {
    text-align: center; }

  /* line 2, core.min.css */
  .text-justify-lg-only {
    text-align: justify; } }
@media screen and (max-width: 1024px) {
  /* line 2, core.min.css */
  .text-right-md {
    text-align: right; }

  /* line 2, core.min.css */
  .text-left-md {
    text-align: left; }

  /* line 2, core.min.css */
  .text-center-md {
    text-align: center; }

  /* line 2, core.min.css */
  .text-justify-md {
    text-align: justify; } }
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 2, core.min.css */
  .text-right-md-only {
    text-align: right; }

  /* line 2, core.min.css */
  .text-left-md-only {
    text-align: left; }

  /* line 2, core.min.css */
  .text-center-md-only {
    text-align: center; }

  /* line 2, core.min.css */
  .text-justify-md-only {
    text-align: justify; } }
@media screen and (max-width: 768px) {
  /* line 2, core.min.css */
  .text-right-sm {
    text-align: right; }

  /* line 2, core.min.css */
  .text-left-sm {
    text-align: left; }

  /* line 2, core.min.css */
  .text-center-sm {
    text-align: center; }

  /* line 2, core.min.css */
  .text-justify-sm {
    text-align: justify; } }
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 2, core.min.css */
  .text-right-sm-only {
    text-align: right; }

  /* line 2, core.min.css */
  .text-left-sm-only {
    text-align: left; }

  /* line 2, core.min.css */
  .text-center-sm-only {
    text-align: center; }

  /* line 2, core.min.css */
  .text-justify-sm-only {
    text-align: justify; } }
@media screen and (max-width: 480px) {
  /* line 2, core.min.css */
  .text-right-xs {
    text-align: right; }

  /* line 2, core.min.css */
  .text-left-xs {
    text-align: left; }

  /* line 2, core.min.css */
  .text-center-xs {
    text-align: center; }

  /* line 2, core.min.css */
  .text-justify-xs {
    text-align: justify; } }
@media screen and (min-width: 381px) and (max-width: 480px) {
  /* line 2, core.min.css */
  .text-right-xs-only {
    text-align: right; }

  /* line 2, core.min.css */
  .text-left-xs-only {
    text-align: left; }

  /* line 2, core.min.css */
  .text-center-xs-only {
    text-align: center; }

  /* line 2, core.min.css */
  .text-justify-xs-only {
    text-align: justify; } }
@media screen and (max-width: 380px) {
  /* line 2, core.min.css */
  .text-right-mc {
    text-align: right; }

  /* line 2, core.min.css */
  .text-left-mc {
    text-align: left; }

  /* line 2, core.min.css */
  .text-center-mc {
    text-align: center; }

  /* line 2, core.min.css */
  .text-justify-mc {
    text-align: justify; } }
/* line 2, core.min.css */
.hide {
  display: none; }

/* line 2, core.min.css */
.hidden {
  display: none !important; }

/* line 2, core.min.css */
.show {
  display: block; }

/* line 2, core.min.css */
.show-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* line 2, core.min.css */
.show-inline {
  display: inline; }

/* line 2, core.min.css */
.show-inline-block {
  display: inline-block; }

/* line 2, core.min.css */
.shown {
  display: block !important; }

/* line 2, core.min.css */
.shown-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

/* line 2, core.min.css */
.shown-inline {
  display: inline !important; }

/* line 2, core.min.css */
.shown-inline-block {
  display: inline-block !important; }

@media screen and (max-width: 1200px) {
  /* line 2, core.min.css */
  .hide-lg {
    display: none; }

  /* line 2, core.min.css */
  .hidden-lg {
    display: none !important; }

  /* line 2, core.min.css */
  .show-lg {
    display: block; }

  /* line 2, core.min.css */
  .show-flex-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /* line 2, core.min.css */
  .show-inline-lg {
    display: inline; }

  /* line 2, core.min.css */
  .show-inline-block-lg {
    display: inline-block; }

  /* line 2, core.min.css */
  .shown-lg {
    display: block !important; }

  /* line 2, core.min.css */
  .shown-flex-lg {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 2, core.min.css */
  .shown-inline-lg {
    display: inline !important; }

  /* line 2, core.min.css */
  .shown-inline-block-lg {
    display: inline-block !important; } }
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  /* line 2, core.min.css */
  .hide-lg-only {
    display: none; }

  /* line 2, core.min.css */
  .hidden-lg-only {
    display: none !important; }

  /* line 2, core.min.css */
  .show-lg-only {
    display: block; }

  /* line 2, core.min.css */
  .show-flex-lg-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /* line 2, core.min.css */
  .show-inline-lg-only {
    display: inline; }

  /* line 2, core.min.css */
  .show-inline-block-lg-only {
    display: inline-block; }

  /* line 2, core.min.css */
  .shown-lg-only {
    display: block !important; }

  /* line 2, core.min.css */
  .shown-flex-lg-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 2, core.min.css */
  .shown-inline-lg-only {
    display: inline !important; }

  /* line 2, core.min.css */
  .shown-inline-block-lg-only {
    display: inline-block !important; } }
@media screen and (max-width: 1024px) {
  /* line 2, core.min.css */
  .hide-md {
    display: none; }

  /* line 2, core.min.css */
  .hidden-md {
    display: none !important; }

  /* line 2, core.min.css */
  .show-md {
    display: block; }

  /* line 2, core.min.css */
  .show-flex-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /* line 2, core.min.css */
  .show-inline-md {
    display: inline; }

  /* line 2, core.min.css */
  .show-inline-block-md {
    display: inline-block; }

  /* line 2, core.min.css */
  .shown-md {
    display: block !important; }

  /* line 2, core.min.css */
  .shown-flex-md {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 2, core.min.css */
  .shown-inline-md {
    display: inline !important; }

  /* line 2, core.min.css */
  .shown-inline-block-md {
    display: inline-block !important; } }
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 2, core.min.css */
  .hide-md-only {
    display: none; }

  /* line 2, core.min.css */
  .hidden-md-only {
    display: none !important; }

  /* line 2, core.min.css */
  .show-md-only {
    display: block; }

  /* line 2, core.min.css */
  .show-flex-md-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /* line 2, core.min.css */
  .show-inline-md-only {
    display: inline; }

  /* line 2, core.min.css */
  .show-inline-block-md-only {
    display: inline-block; }

  /* line 2, core.min.css */
  .shown-md-only {
    display: block !important; }

  /* line 2, core.min.css */
  .shown-flex-md-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 2, core.min.css */
  .shown-inline-md-only {
    display: inline !important; }

  /* line 2, core.min.css */
  .shown-inline-block-md-only {
    display: inline-block !important; } }
@media screen and (max-width: 768px) {
  /* line 2, core.min.css */
  .hide-sm {
    display: none; }

  /* line 2, core.min.css */
  .hidden-sm {
    display: none !important; }

  /* line 2, core.min.css */
  .show-sm {
    display: block; }

  /* line 2, core.min.css */
  .show-flex-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /* line 2, core.min.css */
  .show-inline-sm {
    display: inline; }

  /* line 2, core.min.css */
  .show-inline-block-sm {
    display: inline-block; }

  /* line 2, core.min.css */
  .shown-sm {
    display: block !important; }

  /* line 2, core.min.css */
  .shown-flex-sm {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 2, core.min.css */
  .shown-inline-sm {
    display: inline !important; }

  /* line 2, core.min.css */
  .shown-inline-block-sm {
    display: inline-block !important; } }
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 2, core.min.css */
  .hide-sm-only {
    display: none; }

  /* line 2, core.min.css */
  .hidden-sm-only {
    display: none !important; }

  /* line 2, core.min.css */
  .show-sm-only {
    display: block; }

  /* line 2, core.min.css */
  .show-flex-sm-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /* line 2, core.min.css */
  .show-inline-sm-only {
    display: inline; }

  /* line 2, core.min.css */
  .show-inline-block-sm-only {
    display: inline-block; }

  /* line 2, core.min.css */
  .shown-sm-only {
    display: block !important; }

  /* line 2, core.min.css */
  .shown-flex-sm-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 2, core.min.css */
  .shown-inline-sm-only {
    display: inline !important; }

  /* line 2, core.min.css */
  .shown-inline-block-sm-only {
    display: inline-block !important; } }
@media screen and (max-width: 480px) {
  /* line 2, core.min.css */
  .hide-xs {
    display: none; }

  /* line 2, core.min.css */
  .hidden-xs {
    display: none !important; }

  /* line 2, core.min.css */
  .show-xs {
    display: block; }

  /* line 2, core.min.css */
  .show-flex-xs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /* line 2, core.min.css */
  .show-inline-xs {
    display: inline; }

  /* line 2, core.min.css */
  .show-inline-block-xs {
    display: inline-block; }

  /* line 2, core.min.css */
  .shown-xs {
    display: block !important; }

  /* line 2, core.min.css */
  .shown-flex-xs {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 2, core.min.css */
  .shown-inline-xs {
    display: inline !important; }

  /* line 2, core.min.css */
  .shown-inline-block-xs {
    display: inline-block !important; } }
@media screen and (min-width: 381px) and (max-width: 480px) {
  /* line 2, core.min.css */
  .hide-xs-only {
    display: none; }

  /* line 2, core.min.css */
  .hidden-xs-only {
    display: none !important; }

  /* line 2, core.min.css */
  .show-xs-only {
    display: block; }

  /* line 2, core.min.css */
  .show-flex-xs-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /* line 2, core.min.css */
  .show-inline-xs-only {
    display: inline; }

  /* line 2, core.min.css */
  .show-inline-block-xs-only {
    display: inline-block; }

  /* line 2, core.min.css */
  .shown-xs-only {
    display: block !important; }

  /* line 2, core.min.css */
  .shown-flex-xs-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 2, core.min.css */
  .shown-inline-xs-only {
    display: inline !important; }

  /* line 2, core.min.css */
  .shown-inline-block-xs-only {
    display: inline-block !important; } }
@media screen and (max-width: 380px) {
  /* line 2, core.min.css */
  .hide-mc {
    display: none; }

  /* line 2, core.min.css */
  .hidden-mc {
    display: none !important; }

  /* line 2, core.min.css */
  .show-mc {
    display: block; }

  /* line 2, core.min.css */
  .show-flex-mc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /* line 2, core.min.css */
  .show-inline-mc {
    display: inline; }

  /* line 2, core.min.css */
  .show-inline-block-mc {
    display: inline-block; }

  /* line 2, core.min.css */
  .shown-mc {
    display: block !important; }

  /* line 2, core.min.css */
  .shown-flex-mc {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 2, core.min.css */
  .shown-inline-mc {
    display: inline !important; }

  /* line 2, core.min.css */
  .shown-inline-block-mc {
    display: inline-block !important; } }
/* line 2, core.min.css */
.push-0 {
  margin-left: 0%; }

/* line 2, core.min.css */
.push-1 {
  margin-left: 8.33333%; }

/* line 2, core.min.css */
.push-2 {
  margin-left: 16.66667%; }

/* line 2, core.min.css */
.push-3 {
  margin-left: 25%; }

/* line 2, core.min.css */
.push-4 {
  margin-left: 33.33333%; }

/* line 2, core.min.css */
.push-5 {
  margin-left: 41.66667%; }

/* line 2, core.min.css */
.push-6 {
  margin-left: 50%; }

/* line 2, core.min.css */
.push-7 {
  margin-left: 58.33333%; }

/* line 2, core.min.css */
.push-8 {
  margin-left: 66.66667%; }

/* line 2, core.min.css */
.push-9 {
  margin-left: 75%; }

/* line 2, core.min.css */
.push-10 {
  margin-left: 83.33333%; }

/* line 2, core.min.css */
.push-11 {
  margin-left: 91.66667%; }

/* line 2, core.min.css */
.push-12 {
  margin-left: 100%; }

/* line 2, core.min.css */
.pull-0 {
  margin-left: 0%; }

/* line 2, core.min.css */
.pull-1 {
  margin-left: -8.33333%; }

/* line 2, core.min.css */
.pull-2 {
  margin-left: -16.66667%; }

/* line 2, core.min.css */
.pull-3 {
  margin-left: -25%; }

/* line 2, core.min.css */
.pull-4 {
  margin-left: -33.33333%; }

/* line 2, core.min.css */
.pull-5 {
  margin-left: -41.66667%; }

/* line 2, core.min.css */
.pull-6 {
  margin-left: -50%; }

/* line 2, core.min.css */
.pull-7 {
  margin-left: -58.33333%; }

/* line 2, core.min.css */
.pull-8 {
  margin-left: -66.66667%; }

/* line 2, core.min.css */
.pull-9 {
  margin-left: -75%; }

/* line 2, core.min.css */
.pull-10 {
  margin-left: -83.33333%; }

/* line 2, core.min.css */
.pull-11 {
  margin-left: -91.66667%; }

/* line 2, core.min.css */
.pull-12 {
  margin-left: -100%; }

/* line 2, core.min.css */
.post-0 {
  margin-right: 0%; }

/* line 2, core.min.css */
.post-1 {
  margin-right: 8.33333%; }

/* line 2, core.min.css */
.post-2 {
  margin-right: 16.66667%; }

/* line 2, core.min.css */
.post-3 {
  margin-right: 25%; }

/* line 2, core.min.css */
.post-4 {
  margin-right: 33.33333%; }

/* line 2, core.min.css */
.post-5 {
  margin-right: 41.66667%; }

/* line 2, core.min.css */
.post-6 {
  margin-right: 50%; }

/* line 2, core.min.css */
.post-7 {
  margin-right: 58.33333%; }

/* line 2, core.min.css */
.post-8 {
  margin-right: 66.66667%; }

/* line 2, core.min.css */
.post-9 {
  margin-right: 75%; }

/* line 2, core.min.css */
.post-10 {
  margin-right: 83.33333%; }

/* line 2, core.min.css */
.post-11 {
  margin-right: 91.66667%; }

/* line 2, core.min.css */
.post-12 {
  margin-right: 100%; }

/* line 2, core.min.css */
.push-fifth {
  margin-left: 20%; }

/* line 2, core.min.css */
.pull-fifth {
  margin-left: -20%; }

/* line 2, core.min.css */
.post-fifth {
  margin-right: 20%; }

/* line 2, core.min.css */
.pull-left {
  float: left; }

/* line 2, core.min.css */
.pull-right {
  float: right; }

/* line 2, core.min.css */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  width: 100%; }

@media screen and (max-width: 1200px) {
  /* line 2, core.min.css */
  .push-0-lg {
    margin-left: 0%; }

  /* line 2, core.min.css */
  .push-1-lg {
    margin-left: 8.33333%; }

  /* line 2, core.min.css */
  .push-2-lg {
    margin-left: 16.66667%; }

  /* line 2, core.min.css */
  .push-3-lg {
    margin-left: 25%; }

  /* line 2, core.min.css */
  .push-4-lg {
    margin-left: 33.33333%; }

  /* line 2, core.min.css */
  .push-5-lg {
    margin-left: 41.66667%; }

  /* line 2, core.min.css */
  .push-6-lg {
    margin-left: 50%; }

  /* line 2, core.min.css */
  .push-7-lg {
    margin-left: 58.33333%; }

  /* line 2, core.min.css */
  .push-8-lg {
    margin-left: 66.66667%; }

  /* line 2, core.min.css */
  .push-9-lg {
    margin-left: 75%; }

  /* line 2, core.min.css */
  .push-10-lg {
    margin-left: 83.33333%; }

  /* line 2, core.min.css */
  .push-11-lg {
    margin-left: 91.66667%; }

  /* line 2, core.min.css */
  .push-12-lg {
    margin-left: 100%; }

  /* line 2, core.min.css */
  .pull-0-lg {
    margin-left: 0%; }

  /* line 2, core.min.css */
  .pull-1-lg {
    margin-left: -8.33333%; }

  /* line 2, core.min.css */
  .pull-2-lg {
    margin-left: -16.66667%; }

  /* line 2, core.min.css */
  .pull-3-lg {
    margin-left: -25%; }

  /* line 2, core.min.css */
  .pull-4-lg {
    margin-left: -33.33333%; }

  /* line 2, core.min.css */
  .pull-5-lg {
    margin-left: -41.66667%; }

  /* line 2, core.min.css */
  .pull-6-lg {
    margin-left: -50%; }

  /* line 2, core.min.css */
  .pull-7-lg {
    margin-left: -58.33333%; }

  /* line 2, core.min.css */
  .pull-8-lg {
    margin-left: -66.66667%; }

  /* line 2, core.min.css */
  .pull-9-lg {
    margin-left: -75%; }

  /* line 2, core.min.css */
  .pull-10-lg {
    margin-left: -83.33333%; }

  /* line 2, core.min.css */
  .pull-11-lg {
    margin-left: -91.66667%; }

  /* line 2, core.min.css */
  .pull-12-lg {
    margin-left: -100%; }

  /* line 2, core.min.css */
  .post-0-lg {
    margin-right: 0%; }

  /* line 2, core.min.css */
  .post-1-lg {
    margin-right: 8.33333%; }

  /* line 2, core.min.css */
  .post-2-lg {
    margin-right: 16.66667%; }

  /* line 2, core.min.css */
  .post-3-lg {
    margin-right: 25%; }

  /* line 2, core.min.css */
  .post-4-lg {
    margin-right: 33.33333%; }

  /* line 2, core.min.css */
  .post-5-lg {
    margin-right: 41.66667%; }

  /* line 2, core.min.css */
  .post-6-lg {
    margin-right: 50%; }

  /* line 2, core.min.css */
  .post-7-lg {
    margin-right: 58.33333%; }

  /* line 2, core.min.css */
  .post-8-lg {
    margin-right: 66.66667%; }

  /* line 2, core.min.css */
  .post-9-lg {
    margin-right: 75%; }

  /* line 2, core.min.css */
  .post-10-lg {
    margin-right: 83.33333%; }

  /* line 2, core.min.css */
  .post-11-lg {
    margin-right: 91.66667%; }

  /* line 2, core.min.css */
  .post-12-lg {
    margin-right: 100%; }

  /* line 2, core.min.css */
  .push-fifth-lg {
    margin-left: 20%; }

  /* line 2, core.min.css */
  .pull-fifth-lg {
    margin-left: -20%; }

  /* line 2, core.min.css */
  .post-fifth-lg {
    margin-right: 20%; }

  /* line 2, core.min.css */
  .pull-left-lg {
    float: left; }

  /* line 2, core.min.css */
  .pull-right-lg {
    float: right; }

  /* line 2, core.min.css */
  .clearfix-lg:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  /* line 2, core.min.css */
  .push-0-lg-only {
    margin-left: 0%; }

  /* line 2, core.min.css */
  .push-1-lg-only {
    margin-left: 8.33333%; }

  /* line 2, core.min.css */
  .push-2-lg-only {
    margin-left: 16.66667%; }

  /* line 2, core.min.css */
  .push-3-lg-only {
    margin-left: 25%; }

  /* line 2, core.min.css */
  .push-4-lg-only {
    margin-left: 33.33333%; }

  /* line 2, core.min.css */
  .push-5-lg-only {
    margin-left: 41.66667%; }

  /* line 2, core.min.css */
  .push-6-lg-only {
    margin-left: 50%; }

  /* line 2, core.min.css */
  .push-7-lg-only {
    margin-left: 58.33333%; }

  /* line 2, core.min.css */
  .push-8-lg-only {
    margin-left: 66.66667%; }

  /* line 2, core.min.css */
  .push-9-lg-only {
    margin-left: 75%; }

  /* line 2, core.min.css */
  .push-10-lg-only {
    margin-left: 83.33333%; }

  /* line 2, core.min.css */
  .push-11-lg-only {
    margin-left: 91.66667%; }

  /* line 2, core.min.css */
  .push-12-lg-only {
    margin-left: 100%; }

  /* line 2, core.min.css */
  .pull-0-lg-only {
    margin-left: 0%; }

  /* line 2, core.min.css */
  .pull-1-lg-only {
    margin-left: -8.33333%; }

  /* line 2, core.min.css */
  .pull-2-lg-only {
    margin-left: -16.66667%; }

  /* line 2, core.min.css */
  .pull-3-lg-only {
    margin-left: -25%; }

  /* line 2, core.min.css */
  .pull-4-lg-only {
    margin-left: -33.33333%; }

  /* line 2, core.min.css */
  .pull-5-lg-only {
    margin-left: -41.66667%; }

  /* line 2, core.min.css */
  .pull-6-lg-only {
    margin-left: -50%; }

  /* line 2, core.min.css */
  .pull-7-lg-only {
    margin-left: -58.33333%; }

  /* line 2, core.min.css */
  .pull-8-lg-only {
    margin-left: -66.66667%; }

  /* line 2, core.min.css */
  .pull-9-lg-only {
    margin-left: -75%; }

  /* line 2, core.min.css */
  .pull-10-lg-only {
    margin-left: -83.33333%; }

  /* line 2, core.min.css */
  .pull-11-lg-only {
    margin-left: -91.66667%; }

  /* line 2, core.min.css */
  .pull-12-lg-only {
    margin-left: -100%; }

  /* line 2, core.min.css */
  .post-0-lg-only {
    margin-right: 0%; }

  /* line 2, core.min.css */
  .post-1-lg-only {
    margin-right: 8.33333%; }

  /* line 2, core.min.css */
  .post-2-lg-only {
    margin-right: 16.66667%; }

  /* line 2, core.min.css */
  .post-3-lg-only {
    margin-right: 25%; }

  /* line 2, core.min.css */
  .post-4-lg-only {
    margin-right: 33.33333%; }

  /* line 2, core.min.css */
  .post-5-lg-only {
    margin-right: 41.66667%; }

  /* line 2, core.min.css */
  .post-6-lg-only {
    margin-right: 50%; }

  /* line 2, core.min.css */
  .post-7-lg-only {
    margin-right: 58.33333%; }

  /* line 2, core.min.css */
  .post-8-lg-only {
    margin-right: 66.66667%; }

  /* line 2, core.min.css */
  .post-9-lg-only {
    margin-right: 75%; }

  /* line 2, core.min.css */
  .post-10-lg-only {
    margin-right: 83.33333%; }

  /* line 2, core.min.css */
  .post-11-lg-only {
    margin-right: 91.66667%; }

  /* line 2, core.min.css */
  .post-12-lg-only {
    margin-right: 100%; }

  /* line 2, core.min.css */
  .push-fifth-lg-only {
    margin-left: 20%; }

  /* line 2, core.min.css */
  .pull-fifth-lg-only {
    margin-left: -20%; }

  /* line 2, core.min.css */
  .post-fifth-lg-only {
    margin-right: 20%; }

  /* line 2, core.min.css */
  .pull-left-lg-only {
    float: left; }

  /* line 2, core.min.css */
  .pull-right-lg-only {
    float: right; }

  /* line 2, core.min.css */
  .clearfix-lg-only:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (max-width: 1024px) {
  /* line 2, core.min.css */
  .push-0-md {
    margin-left: 0%; }

  /* line 2, core.min.css */
  .push-1-md {
    margin-left: 8.33333%; }

  /* line 2, core.min.css */
  .push-2-md {
    margin-left: 16.66667%; }

  /* line 2, core.min.css */
  .push-3-md {
    margin-left: 25%; }

  /* line 2, core.min.css */
  .push-4-md {
    margin-left: 33.33333%; }

  /* line 2, core.min.css */
  .push-5-md {
    margin-left: 41.66667%; }

  /* line 2, core.min.css */
  .push-6-md {
    margin-left: 50%; }

  /* line 2, core.min.css */
  .push-7-md {
    margin-left: 58.33333%; }

  /* line 2, core.min.css */
  .push-8-md {
    margin-left: 66.66667%; }

  /* line 2, core.min.css */
  .push-9-md {
    margin-left: 75%; }

  /* line 2, core.min.css */
  .push-10-md {
    margin-left: 83.33333%; }

  /* line 2, core.min.css */
  .push-11-md {
    margin-left: 91.66667%; }

  /* line 2, core.min.css */
  .push-12-md {
    margin-left: 100%; }

  /* line 2, core.min.css */
  .pull-0-md {
    margin-left: 0%; }

  /* line 2, core.min.css */
  .pull-1-md {
    margin-left: -8.33333%; }

  /* line 2, core.min.css */
  .pull-2-md {
    margin-left: -16.66667%; }

  /* line 2, core.min.css */
  .pull-3-md {
    margin-left: -25%; }

  /* line 2, core.min.css */
  .pull-4-md {
    margin-left: -33.33333%; }

  /* line 2, core.min.css */
  .pull-5-md {
    margin-left: -41.66667%; }

  /* line 2, core.min.css */
  .pull-6-md {
    margin-left: -50%; }

  /* line 2, core.min.css */
  .pull-7-md {
    margin-left: -58.33333%; }

  /* line 2, core.min.css */
  .pull-8-md {
    margin-left: -66.66667%; }

  /* line 2, core.min.css */
  .pull-9-md {
    margin-left: -75%; }

  /* line 2, core.min.css */
  .pull-10-md {
    margin-left: -83.33333%; }

  /* line 2, core.min.css */
  .pull-11-md {
    margin-left: -91.66667%; }

  /* line 2, core.min.css */
  .pull-12-md {
    margin-left: -100%; }

  /* line 2, core.min.css */
  .post-0-md {
    margin-right: 0%; }

  /* line 2, core.min.css */
  .post-1-md {
    margin-right: 8.33333%; }

  /* line 2, core.min.css */
  .post-2-md {
    margin-right: 16.66667%; }

  /* line 2, core.min.css */
  .post-3-md {
    margin-right: 25%; }

  /* line 2, core.min.css */
  .post-4-md {
    margin-right: 33.33333%; }

  /* line 2, core.min.css */
  .post-5-md {
    margin-right: 41.66667%; }

  /* line 2, core.min.css */
  .post-6-md {
    margin-right: 50%; }

  /* line 2, core.min.css */
  .post-7-md {
    margin-right: 58.33333%; }

  /* line 2, core.min.css */
  .post-8-md {
    margin-right: 66.66667%; }

  /* line 2, core.min.css */
  .post-9-md {
    margin-right: 75%; }

  /* line 2, core.min.css */
  .post-10-md {
    margin-right: 83.33333%; }

  /* line 2, core.min.css */
  .post-11-md {
    margin-right: 91.66667%; }

  /* line 2, core.min.css */
  .post-12-md {
    margin-right: 100%; }

  /* line 2, core.min.css */
  .push-fifth-md {
    margin-left: 20%; }

  /* line 2, core.min.css */
  .pull-fifth-md {
    margin-left: -20%; }

  /* line 2, core.min.css */
  .post-fifth-md {
    margin-right: 20%; }

  /* line 2, core.min.css */
  .pull-left-md {
    float: left; }

  /* line 2, core.min.css */
  .pull-right-md {
    float: right; }

  /* line 2, core.min.css */
  .clearfix-md:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 2, core.min.css */
  .push-0-md-only {
    margin-left: 0%; }

  /* line 2, core.min.css */
  .push-1-md-only {
    margin-left: 8.33333%; }

  /* line 2, core.min.css */
  .push-2-md-only {
    margin-left: 16.66667%; }

  /* line 2, core.min.css */
  .push-3-md-only {
    margin-left: 25%; }

  /* line 2, core.min.css */
  .push-4-md-only {
    margin-left: 33.33333%; }

  /* line 2, core.min.css */
  .push-5-md-only {
    margin-left: 41.66667%; }

  /* line 2, core.min.css */
  .push-6-md-only {
    margin-left: 50%; }

  /* line 2, core.min.css */
  .push-7-md-only {
    margin-left: 58.33333%; }

  /* line 2, core.min.css */
  .push-8-md-only {
    margin-left: 66.66667%; }

  /* line 2, core.min.css */
  .push-9-md-only {
    margin-left: 75%; }

  /* line 2, core.min.css */
  .push-10-md-only {
    margin-left: 83.33333%; }

  /* line 2, core.min.css */
  .push-11-md-only {
    margin-left: 91.66667%; }

  /* line 2, core.min.css */
  .push-12-md-only {
    margin-left: 100%; }

  /* line 2, core.min.css */
  .pull-0-md-only {
    margin-left: 0%; }

  /* line 2, core.min.css */
  .pull-1-md-only {
    margin-left: -8.33333%; }

  /* line 2, core.min.css */
  .pull-2-md-only {
    margin-left: -16.66667%; }

  /* line 2, core.min.css */
  .pull-3-md-only {
    margin-left: -25%; }

  /* line 2, core.min.css */
  .pull-4-md-only {
    margin-left: -33.33333%; }

  /* line 2, core.min.css */
  .pull-5-md-only {
    margin-left: -41.66667%; }

  /* line 2, core.min.css */
  .pull-6-md-only {
    margin-left: -50%; }

  /* line 2, core.min.css */
  .pull-7-md-only {
    margin-left: -58.33333%; }

  /* line 2, core.min.css */
  .pull-8-md-only {
    margin-left: -66.66667%; }

  /* line 2, core.min.css */
  .pull-9-md-only {
    margin-left: -75%; }

  /* line 2, core.min.css */
  .pull-10-md-only {
    margin-left: -83.33333%; }

  /* line 2, core.min.css */
  .pull-11-md-only {
    margin-left: -91.66667%; }

  /* line 2, core.min.css */
  .pull-12-md-only {
    margin-left: -100%; }

  /* line 2, core.min.css */
  .post-0-md-only {
    margin-right: 0%; }

  /* line 2, core.min.css */
  .post-1-md-only {
    margin-right: 8.33333%; }

  /* line 2, core.min.css */
  .post-2-md-only {
    margin-right: 16.66667%; }

  /* line 2, core.min.css */
  .post-3-md-only {
    margin-right: 25%; }

  /* line 2, core.min.css */
  .post-4-md-only {
    margin-right: 33.33333%; }

  /* line 2, core.min.css */
  .post-5-md-only {
    margin-right: 41.66667%; }

  /* line 2, core.min.css */
  .post-6-md-only {
    margin-right: 50%; }

  /* line 2, core.min.css */
  .post-7-md-only {
    margin-right: 58.33333%; }

  /* line 2, core.min.css */
  .post-8-md-only {
    margin-right: 66.66667%; }

  /* line 2, core.min.css */
  .post-9-md-only {
    margin-right: 75%; }

  /* line 2, core.min.css */
  .post-10-md-only {
    margin-right: 83.33333%; }

  /* line 2, core.min.css */
  .post-11-md-only {
    margin-right: 91.66667%; }

  /* line 2, core.min.css */
  .post-12-md-only {
    margin-right: 100%; }

  /* line 2, core.min.css */
  .push-fifth-md-only {
    margin-left: 20%; }

  /* line 2, core.min.css */
  .pull-fifth-md-only {
    margin-left: -20%; }

  /* line 2, core.min.css */
  .post-fifth-md-only {
    margin-right: 20%; }

  /* line 2, core.min.css */
  .pull-left-md-only {
    float: left; }

  /* line 2, core.min.css */
  .pull-right-md-only {
    float: right; }

  /* line 2, core.min.css */
  .clearfix-md-only:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (max-width: 768px) {
  /* line 2, core.min.css */
  .push-0-sm {
    margin-left: 0%; }

  /* line 2, core.min.css */
  .push-1-sm {
    margin-left: 8.33333%; }

  /* line 2, core.min.css */
  .push-2-sm {
    margin-left: 16.66667%; }

  /* line 2, core.min.css */
  .push-3-sm {
    margin-left: 25%; }

  /* line 2, core.min.css */
  .push-4-sm {
    margin-left: 33.33333%; }

  /* line 2, core.min.css */
  .push-5-sm {
    margin-left: 41.66667%; }

  /* line 2, core.min.css */
  .push-6-sm {
    margin-left: 50%; }

  /* line 2, core.min.css */
  .push-7-sm {
    margin-left: 58.33333%; }

  /* line 2, core.min.css */
  .push-8-sm {
    margin-left: 66.66667%; }

  /* line 2, core.min.css */
  .push-9-sm {
    margin-left: 75%; }

  /* line 2, core.min.css */
  .push-10-sm {
    margin-left: 83.33333%; }

  /* line 2, core.min.css */
  .push-11-sm {
    margin-left: 91.66667%; }

  /* line 2, core.min.css */
  .push-12-sm {
    margin-left: 100%; }

  /* line 2, core.min.css */
  .pull-0-sm {
    margin-left: 0%; }

  /* line 2, core.min.css */
  .pull-1-sm {
    margin-left: -8.33333%; }

  /* line 2, core.min.css */
  .pull-2-sm {
    margin-left: -16.66667%; }

  /* line 2, core.min.css */
  .pull-3-sm {
    margin-left: -25%; }

  /* line 2, core.min.css */
  .pull-4-sm {
    margin-left: -33.33333%; }

  /* line 2, core.min.css */
  .pull-5-sm {
    margin-left: -41.66667%; }

  /* line 2, core.min.css */
  .pull-6-sm {
    margin-left: -50%; }

  /* line 2, core.min.css */
  .pull-7-sm {
    margin-left: -58.33333%; }

  /* line 2, core.min.css */
  .pull-8-sm {
    margin-left: -66.66667%; }

  /* line 2, core.min.css */
  .pull-9-sm {
    margin-left: -75%; }

  /* line 2, core.min.css */
  .pull-10-sm {
    margin-left: -83.33333%; }

  /* line 2, core.min.css */
  .pull-11-sm {
    margin-left: -91.66667%; }

  /* line 2, core.min.css */
  .pull-12-sm {
    margin-left: -100%; }

  /* line 2, core.min.css */
  .post-0-sm {
    margin-right: 0%; }

  /* line 2, core.min.css */
  .post-1-sm {
    margin-right: 8.33333%; }

  /* line 2, core.min.css */
  .post-2-sm {
    margin-right: 16.66667%; }

  /* line 2, core.min.css */
  .post-3-sm {
    margin-right: 25%; }

  /* line 2, core.min.css */
  .post-4-sm {
    margin-right: 33.33333%; }

  /* line 2, core.min.css */
  .post-5-sm {
    margin-right: 41.66667%; }

  /* line 2, core.min.css */
  .post-6-sm {
    margin-right: 50%; }

  /* line 2, core.min.css */
  .post-7-sm {
    margin-right: 58.33333%; }

  /* line 2, core.min.css */
  .post-8-sm {
    margin-right: 66.66667%; }

  /* line 2, core.min.css */
  .post-9-sm {
    margin-right: 75%; }

  /* line 2, core.min.css */
  .post-10-sm {
    margin-right: 83.33333%; }

  /* line 2, core.min.css */
  .post-11-sm {
    margin-right: 91.66667%; }

  /* line 2, core.min.css */
  .post-12-sm {
    margin-right: 100%; }

  /* line 2, core.min.css */
  .push-fifth-sm {
    margin-left: 20%; }

  /* line 2, core.min.css */
  .pull-fifth-sm {
    margin-left: -20%; }

  /* line 2, core.min.css */
  .post-fifth-sm {
    margin-right: 20%; }

  /* line 2, core.min.css */
  .pull-left-sm {
    float: left; }

  /* line 2, core.min.css */
  .pull-right-sm {
    float: right; }

  /* line 2, core.min.css */
  .clearfix-sm:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 2, core.min.css */
  .push-0-sm-only {
    margin-left: 0%; }

  /* line 2, core.min.css */
  .push-1-sm-only {
    margin-left: 8.33333%; }

  /* line 2, core.min.css */
  .push-2-sm-only {
    margin-left: 16.66667%; }

  /* line 2, core.min.css */
  .push-3-sm-only {
    margin-left: 25%; }

  /* line 2, core.min.css */
  .push-4-sm-only {
    margin-left: 33.33333%; }

  /* line 2, core.min.css */
  .push-5-sm-only {
    margin-left: 41.66667%; }

  /* line 2, core.min.css */
  .push-6-sm-only {
    margin-left: 50%; }

  /* line 2, core.min.css */
  .push-7-sm-only {
    margin-left: 58.33333%; }

  /* line 2, core.min.css */
  .push-8-sm-only {
    margin-left: 66.66667%; }

  /* line 2, core.min.css */
  .push-9-sm-only {
    margin-left: 75%; }

  /* line 2, core.min.css */
  .push-10-sm-only {
    margin-left: 83.33333%; }

  /* line 2, core.min.css */
  .push-11-sm-only {
    margin-left: 91.66667%; }

  /* line 2, core.min.css */
  .push-12-sm-only {
    margin-left: 100%; }

  /* line 2, core.min.css */
  .pull-0-sm-only {
    margin-left: 0%; }

  /* line 2, core.min.css */
  .pull-1-sm-only {
    margin-left: -8.33333%; }

  /* line 2, core.min.css */
  .pull-2-sm-only {
    margin-left: -16.66667%; }

  /* line 2, core.min.css */
  .pull-3-sm-only {
    margin-left: -25%; }

  /* line 2, core.min.css */
  .pull-4-sm-only {
    margin-left: -33.33333%; }

  /* line 2, core.min.css */
  .pull-5-sm-only {
    margin-left: -41.66667%; }

  /* line 2, core.min.css */
  .pull-6-sm-only {
    margin-left: -50%; }

  /* line 2, core.min.css */
  .pull-7-sm-only {
    margin-left: -58.33333%; }

  /* line 2, core.min.css */
  .pull-8-sm-only {
    margin-left: -66.66667%; }

  /* line 2, core.min.css */
  .pull-9-sm-only {
    margin-left: -75%; }

  /* line 2, core.min.css */
  .pull-10-sm-only {
    margin-left: -83.33333%; }

  /* line 2, core.min.css */
  .pull-11-sm-only {
    margin-left: -91.66667%; }

  /* line 2, core.min.css */
  .pull-12-sm-only {
    margin-left: -100%; }

  /* line 2, core.min.css */
  .post-0-sm-only {
    margin-right: 0%; }

  /* line 2, core.min.css */
  .post-1-sm-only {
    margin-right: 8.33333%; }

  /* line 2, core.min.css */
  .post-2-sm-only {
    margin-right: 16.66667%; }

  /* line 2, core.min.css */
  .post-3-sm-only {
    margin-right: 25%; }

  /* line 2, core.min.css */
  .post-4-sm-only {
    margin-right: 33.33333%; }

  /* line 2, core.min.css */
  .post-5-sm-only {
    margin-right: 41.66667%; }

  /* line 2, core.min.css */
  .post-6-sm-only {
    margin-right: 50%; }

  /* line 2, core.min.css */
  .post-7-sm-only {
    margin-right: 58.33333%; }

  /* line 2, core.min.css */
  .post-8-sm-only {
    margin-right: 66.66667%; }

  /* line 2, core.min.css */
  .post-9-sm-only {
    margin-right: 75%; }

  /* line 2, core.min.css */
  .post-10-sm-only {
    margin-right: 83.33333%; }

  /* line 2, core.min.css */
  .post-11-sm-only {
    margin-right: 91.66667%; }

  /* line 2, core.min.css */
  .post-12-sm-only {
    margin-right: 100%; }

  /* line 2, core.min.css */
  .push-fifth-sm-only {
    margin-left: 20%; }

  /* line 2, core.min.css */
  .pull-fifth-sm-only {
    margin-left: -20%; }

  /* line 2, core.min.css */
  .post-fifth-sm-only {
    margin-right: 20%; }

  /* line 2, core.min.css */
  .pull-left-sm-only {
    float: left; }

  /* line 2, core.min.css */
  .pull-right-sm-only {
    float: right; }

  /* line 2, core.min.css */
  .clearfix-sm-only:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (max-width: 480px) {
  /* line 2, core.min.css */
  .push-0-xs {
    margin-left: 0%; }

  /* line 2, core.min.css */
  .push-1-xs {
    margin-left: 8.33333%; }

  /* line 2, core.min.css */
  .push-2-xs {
    margin-left: 16.66667%; }

  /* line 2, core.min.css */
  .push-3-xs {
    margin-left: 25%; }

  /* line 2, core.min.css */
  .push-4-xs {
    margin-left: 33.33333%; }

  /* line 2, core.min.css */
  .push-5-xs {
    margin-left: 41.66667%; }

  /* line 2, core.min.css */
  .push-6-xs {
    margin-left: 50%; }

  /* line 2, core.min.css */
  .push-7-xs {
    margin-left: 58.33333%; }

  /* line 2, core.min.css */
  .push-8-xs {
    margin-left: 66.66667%; }

  /* line 2, core.min.css */
  .push-9-xs {
    margin-left: 75%; }

  /* line 2, core.min.css */
  .push-10-xs {
    margin-left: 83.33333%; }

  /* line 2, core.min.css */
  .push-11-xs {
    margin-left: 91.66667%; }

  /* line 2, core.min.css */
  .push-12-xs {
    margin-left: 100%; }

  /* line 2, core.min.css */
  .pull-0-xs {
    margin-left: 0%; }

  /* line 2, core.min.css */
  .pull-1-xs {
    margin-left: -8.33333%; }

  /* line 2, core.min.css */
  .pull-2-xs {
    margin-left: -16.66667%; }

  /* line 2, core.min.css */
  .pull-3-xs {
    margin-left: -25%; }

  /* line 2, core.min.css */
  .pull-4-xs {
    margin-left: -33.33333%; }

  /* line 2, core.min.css */
  .pull-5-xs {
    margin-left: -41.66667%; }

  /* line 2, core.min.css */
  .pull-6-xs {
    margin-left: -50%; }

  /* line 2, core.min.css */
  .pull-7-xs {
    margin-left: -58.33333%; }

  /* line 2, core.min.css */
  .pull-8-xs {
    margin-left: -66.66667%; }

  /* line 2, core.min.css */
  .pull-9-xs {
    margin-left: -75%; }

  /* line 2, core.min.css */
  .pull-10-xs {
    margin-left: -83.33333%; }

  /* line 2, core.min.css */
  .pull-11-xs {
    margin-left: -91.66667%; }

  /* line 2, core.min.css */
  .pull-12-xs {
    margin-left: -100%; }

  /* line 2, core.min.css */
  .post-0-xs {
    margin-right: 0%; }

  /* line 2, core.min.css */
  .post-1-xs {
    margin-right: 8.33333%; }

  /* line 2, core.min.css */
  .post-2-xs {
    margin-right: 16.66667%; }

  /* line 2, core.min.css */
  .post-3-xs {
    margin-right: 25%; }

  /* line 2, core.min.css */
  .post-4-xs {
    margin-right: 33.33333%; }

  /* line 2, core.min.css */
  .post-5-xs {
    margin-right: 41.66667%; }

  /* line 2, core.min.css */
  .post-6-xs {
    margin-right: 50%; }

  /* line 2, core.min.css */
  .post-7-xs {
    margin-right: 58.33333%; }

  /* line 2, core.min.css */
  .post-8-xs {
    margin-right: 66.66667%; }

  /* line 2, core.min.css */
  .post-9-xs {
    margin-right: 75%; }

  /* line 2, core.min.css */
  .post-10-xs {
    margin-right: 83.33333%; }

  /* line 2, core.min.css */
  .post-11-xs {
    margin-right: 91.66667%; }

  /* line 2, core.min.css */
  .post-12-xs {
    margin-right: 100%; }

  /* line 2, core.min.css */
  .push-fifth-xs {
    margin-left: 20%; }

  /* line 2, core.min.css */
  .pull-fifth-xs {
    margin-left: -20%; }

  /* line 2, core.min.css */
  .post-fifth-xs {
    margin-right: 20%; }

  /* line 2, core.min.css */
  .pull-left-xs {
    float: left; }

  /* line 2, core.min.css */
  .pull-right-xs {
    float: right; }

  /* line 2, core.min.css */
  .clearfix-xs:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (min-width: 381px) and (max-width: 480px) {
  /* line 2, core.min.css */
  .push-0-xs-only {
    margin-left: 0%; }

  /* line 2, core.min.css */
  .push-1-xs-only {
    margin-left: 8.33333%; }

  /* line 2, core.min.css */
  .push-2-xs-only {
    margin-left: 16.66667%; }

  /* line 2, core.min.css */
  .push-3-xs-only {
    margin-left: 25%; }

  /* line 2, core.min.css */
  .push-4-xs-only {
    margin-left: 33.33333%; }

  /* line 2, core.min.css */
  .push-5-xs-only {
    margin-left: 41.66667%; }

  /* line 2, core.min.css */
  .push-6-xs-only {
    margin-left: 50%; }

  /* line 2, core.min.css */
  .push-7-xs-only {
    margin-left: 58.33333%; }

  /* line 2, core.min.css */
  .push-8-xs-only {
    margin-left: 66.66667%; }

  /* line 2, core.min.css */
  .push-9-xs-only {
    margin-left: 75%; }

  /* line 2, core.min.css */
  .push-10-xs-only {
    margin-left: 83.33333%; }

  /* line 2, core.min.css */
  .push-11-xs-only {
    margin-left: 91.66667%; }

  /* line 2, core.min.css */
  .push-12-xs-only {
    margin-left: 100%; }

  /* line 2, core.min.css */
  .pull-0-xs-only {
    margin-left: 0%; }

  /* line 2, core.min.css */
  .pull-1-xs-only {
    margin-left: -8.33333%; }

  /* line 2, core.min.css */
  .pull-2-xs-only {
    margin-left: -16.66667%; }

  /* line 2, core.min.css */
  .pull-3-xs-only {
    margin-left: -25%; }

  /* line 2, core.min.css */
  .pull-4-xs-only {
    margin-left: -33.33333%; }

  /* line 2, core.min.css */
  .pull-5-xs-only {
    margin-left: -41.66667%; }

  /* line 2, core.min.css */
  .pull-6-xs-only {
    margin-left: -50%; }

  /* line 2, core.min.css */
  .pull-7-xs-only {
    margin-left: -58.33333%; }

  /* line 2, core.min.css */
  .pull-8-xs-only {
    margin-left: -66.66667%; }

  /* line 2, core.min.css */
  .pull-9-xs-only {
    margin-left: -75%; }

  /* line 2, core.min.css */
  .pull-10-xs-only {
    margin-left: -83.33333%; }

  /* line 2, core.min.css */
  .pull-11-xs-only {
    margin-left: -91.66667%; }

  /* line 2, core.min.css */
  .pull-12-xs-only {
    margin-left: -100%; }

  /* line 2, core.min.css */
  .post-0-xs-only {
    margin-right: 0%; }

  /* line 2, core.min.css */
  .post-1-xs-only {
    margin-right: 8.33333%; }

  /* line 2, core.min.css */
  .post-2-xs-only {
    margin-right: 16.66667%; }

  /* line 2, core.min.css */
  .post-3-xs-only {
    margin-right: 25%; }

  /* line 2, core.min.css */
  .post-4-xs-only {
    margin-right: 33.33333%; }

  /* line 2, core.min.css */
  .post-5-xs-only {
    margin-right: 41.66667%; }

  /* line 2, core.min.css */
  .post-6-xs-only {
    margin-right: 50%; }

  /* line 2, core.min.css */
  .post-7-xs-only {
    margin-right: 58.33333%; }

  /* line 2, core.min.css */
  .post-8-xs-only {
    margin-right: 66.66667%; }

  /* line 2, core.min.css */
  .post-9-xs-only {
    margin-right: 75%; }

  /* line 2, core.min.css */
  .post-10-xs-only {
    margin-right: 83.33333%; }

  /* line 2, core.min.css */
  .post-11-xs-only {
    margin-right: 91.66667%; }

  /* line 2, core.min.css */
  .post-12-xs-only {
    margin-right: 100%; }

  /* line 2, core.min.css */
  .push-fifth-xs-only {
    margin-left: 20%; }

  /* line 2, core.min.css */
  .pull-fifth-xs-only {
    margin-left: -20%; }

  /* line 2, core.min.css */
  .post-fifth-xs-only {
    margin-right: 20%; }

  /* line 2, core.min.css */
  .pull-left-xs-only {
    float: left; }

  /* line 2, core.min.css */
  .pull-right-xs-only {
    float: right; }

  /* line 2, core.min.css */
  .clearfix-xs-only:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (max-width: 380px) {
  /* line 2, core.min.css */
  .push-0-mc {
    margin-left: 0%; }

  /* line 2, core.min.css */
  .push-1-mc {
    margin-left: 8.33333%; }

  /* line 2, core.min.css */
  .push-2-mc {
    margin-left: 16.66667%; }

  /* line 2, core.min.css */
  .push-3-mc {
    margin-left: 25%; }

  /* line 2, core.min.css */
  .push-4-mc {
    margin-left: 33.33333%; }

  /* line 2, core.min.css */
  .push-5-mc {
    margin-left: 41.66667%; }

  /* line 2, core.min.css */
  .push-6-mc {
    margin-left: 50%; }

  /* line 2, core.min.css */
  .push-7-mc {
    margin-left: 58.33333%; }

  /* line 2, core.min.css */
  .push-8-mc {
    margin-left: 66.66667%; }

  /* line 2, core.min.css */
  .push-9-mc {
    margin-left: 75%; }

  /* line 2, core.min.css */
  .push-10-mc {
    margin-left: 83.33333%; }

  /* line 2, core.min.css */
  .push-11-mc {
    margin-left: 91.66667%; }

  /* line 2, core.min.css */
  .push-12-mc {
    margin-left: 100%; }

  /* line 2, core.min.css */
  .pull-0-mc {
    margin-left: 0%; }

  /* line 2, core.min.css */
  .pull-1-mc {
    margin-left: -8.33333%; }

  /* line 2, core.min.css */
  .pull-2-mc {
    margin-left: -16.66667%; }

  /* line 2, core.min.css */
  .pull-3-mc {
    margin-left: -25%; }

  /* line 2, core.min.css */
  .pull-4-mc {
    margin-left: -33.33333%; }

  /* line 2, core.min.css */
  .pull-5-mc {
    margin-left: -41.66667%; }

  /* line 2, core.min.css */
  .pull-6-mc {
    margin-left: -50%; }

  /* line 2, core.min.css */
  .pull-7-mc {
    margin-left: -58.33333%; }

  /* line 2, core.min.css */
  .pull-8-mc {
    margin-left: -66.66667%; }

  /* line 2, core.min.css */
  .pull-9-mc {
    margin-left: -75%; }

  /* line 2, core.min.css */
  .pull-10-mc {
    margin-left: -83.33333%; }

  /* line 2, core.min.css */
  .pull-11-mc {
    margin-left: -91.66667%; }

  /* line 2, core.min.css */
  .pull-12-mc {
    margin-left: -100%; }

  /* line 2, core.min.css */
  .post-0-mc {
    margin-right: 0%; }

  /* line 2, core.min.css */
  .post-1-mc {
    margin-right: 8.33333%; }

  /* line 2, core.min.css */
  .post-2-mc {
    margin-right: 16.66667%; }

  /* line 2, core.min.css */
  .post-3-mc {
    margin-right: 25%; }

  /* line 2, core.min.css */
  .post-4-mc {
    margin-right: 33.33333%; }

  /* line 2, core.min.css */
  .post-5-mc {
    margin-right: 41.66667%; }

  /* line 2, core.min.css */
  .post-6-mc {
    margin-right: 50%; }

  /* line 2, core.min.css */
  .post-7-mc {
    margin-right: 58.33333%; }

  /* line 2, core.min.css */
  .post-8-mc {
    margin-right: 66.66667%; }

  /* line 2, core.min.css */
  .post-9-mc {
    margin-right: 75%; }

  /* line 2, core.min.css */
  .post-10-mc {
    margin-right: 83.33333%; }

  /* line 2, core.min.css */
  .post-11-mc {
    margin-right: 91.66667%; }

  /* line 2, core.min.css */
  .post-12-mc {
    margin-right: 100%; }

  /* line 2, core.min.css */
  .push-fifth-mc {
    margin-left: 20%; }

  /* line 2, core.min.css */
  .pull-fifth-mc {
    margin-left: -20%; }

  /* line 2, core.min.css */
  .post-fifth-mc {
    margin-right: 20%; }

  /* line 2, core.min.css */
  .pull-left-mc {
    float: left; }

  /* line 2, core.min.css */
  .pull-right-mc {
    float: right; }

  /* line 2, core.min.css */
  .clearfix-mc:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
/* line 2, core.min.css */
.padding-top {
  padding-top: 20px; }

/* line 2, core.min.css */
.padding-left {
  padding-left: 20px; }

/* line 2, core.min.css */
.padding-right {
  padding-right: 20px; }

/* line 2, core.min.css */
.padding-bottom {
  padding-bottom: 20px; }

/* line 2, core.min.css */
.padding-around {
  padding: 20px; }

/* line 2, core.min.css */
.padding-vertical {
  padding-top: 20px;
  padding-bottom: 20px; }

/* line 2, core.min.css */
.padding-horizontal {
  padding-left: 20px;
  padding-right: 20px; }

/* line 2, core.min.css */
.padding-top-double {
  padding-top: 40px; }

/* line 2, core.min.css */
.padding-left-double {
  padding-left: 40px; }

/* line 2, core.min.css */
.padding-right-double {
  padding-right: 40px; }

/* line 2, core.min.css */
.padding-bottom-double {
  padding-bottom: 40px; }

/* line 2, core.min.css */
.padding-around-double {
  padding: 40px; }

/* line 2, core.min.css */
.padding-vertical-double {
  padding-top: 40px;
  padding-bottom: 40px; }

/* line 2, core.min.css */
.padding-horizontal-double {
  padding-left: 40px;
  padding-right: 40px; }

/* line 2, core.min.css */
.margin-top {
  padding-top: 20px; }

/* line 2, core.min.css */
.margin-left {
  padding-left: 20px; }

/* line 2, core.min.css */
.margin-right {
  padding-right: 20px; }

/* line 2, core.min.css */
.margin-bottom {
  padding-bottom: 20px; }

/* line 2, core.min.css */
.margin-around {
  padding: 20px; }

/* line 2, core.min.css */
.margin-vertical {
  padding-top: 20px;
  padding-bottom: 20px; }

/* line 2, core.min.css */
.margin-horizontal {
  padding-left: 20px;
  padding-right: 20px; }

/* line 2, core.min.css */
.margin-top-double {
  padding-top: 40px; }

/* line 2, core.min.css */
.margin-left-double {
  padding-left: 40px; }

/* line 2, core.min.css */
.margin-right-double {
  padding-right: 40px; }

/* line 2, core.min.css */
.margin-bottom-double {
  padding-bottom: 40px; }

/* line 2, core.min.css */
.margin-around-double {
  padding: 40px; }

/* line 2, core.min.css */
.margin-vertical-double {
  padding-top: 40px;
  padding-bottom: 40px; }

/* line 2, core.min.css */
.margin-horizontal-double {
  padding-left: 40px;
  padding-right: 40px; }

@media screen and (max-width: 1200px) {
  /* line 2, core.min.css */
  .padding-top-lg {
    padding-top: 20px; }

  /* line 2, core.min.css */
  .padding-left-lg {
    padding-left: 20px; }

  /* line 2, core.min.css */
  .padding-right-lg {
    padding-right: 20px; }

  /* line 2, core.min.css */
  .padding-bottom-lg {
    padding-bottom: 20px; }

  /* line 2, core.min.css */
  .padding-around-lg {
    padding: 20px; }

  /* line 2, core.min.css */
  .padding-vertical-lg {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 2, core.min.css */
  .padding-horizontal-lg {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 2, core.min.css */
  .padding-top-double-lg {
    padding-top: 40px; }

  /* line 2, core.min.css */
  .padding-left-double-lg {
    padding-left: 40px; }

  /* line 2, core.min.css */
  .padding-right-double-lg {
    padding-right: 40px; }

  /* line 2, core.min.css */
  .padding-bottom-double-lg {
    padding-bottom: 40px; }

  /* line 2, core.min.css */
  .padding-around-double-lg {
    padding: 40px; }

  /* line 2, core.min.css */
  .padding-vertical-double-lg {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 2, core.min.css */
  .padding-horizontal-double-lg {
    padding-left: 40px;
    padding-right: 40px; }

  /* line 2, core.min.css */
  .margin-top-lg {
    padding-top: 20px; }

  /* line 2, core.min.css */
  .margin-left-lg {
    padding-left: 20px; }

  /* line 2, core.min.css */
  .margin-right-lg {
    padding-right: 20px; }

  /* line 2, core.min.css */
  .margin-bottom-lg {
    padding-bottom: 20px; }

  /* line 2, core.min.css */
  .margin-around-lg {
    padding: 20px; }

  /* line 2, core.min.css */
  .margin-vertical-lg {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 2, core.min.css */
  .margin-horizontal-lg {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 2, core.min.css */
  .margin-top-double-lg {
    padding-top: 40px; }

  /* line 2, core.min.css */
  .margin-left-double-lg {
    padding-left: 40px; }

  /* line 2, core.min.css */
  .margin-right-double-lg {
    padding-right: 40px; }

  /* line 2, core.min.css */
  .margin-bottom-double-lg {
    padding-bottom: 40px; }

  /* line 2, core.min.css */
  .margin-around-double-lg {
    padding: 40px; }

  /* line 2, core.min.css */
  .margin-vertical-double-lg {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 2, core.min.css */
  .margin-horizontal-double-lg {
    padding-left: 40px;
    padding-right: 40px; } }
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  /* line 2, core.min.css */
  .padding-top-lg-only {
    padding-top: 20px; }

  /* line 2, core.min.css */
  .padding-left-lg-only {
    padding-left: 20px; }

  /* line 2, core.min.css */
  .padding-right-lg-only {
    padding-right: 20px; }

  /* line 2, core.min.css */
  .padding-bottom-lg-only {
    padding-bottom: 20px; }

  /* line 2, core.min.css */
  .padding-around-lg-only {
    padding: 20px; }

  /* line 2, core.min.css */
  .padding-vertical-lg-only {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 2, core.min.css */
  .padding-horizontal-lg-only {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 2, core.min.css */
  .padding-top-double-lg-only {
    padding-top: 40px; }

  /* line 2, core.min.css */
  .padding-left-double-lg-only {
    padding-left: 40px; }

  /* line 2, core.min.css */
  .padding-right-double-lg-only {
    padding-right: 40px; }

  /* line 2, core.min.css */
  .padding-bottom-double-lg-only {
    padding-bottom: 40px; }

  /* line 2, core.min.css */
  .padding-around-double-lg-only {
    padding: 40px; }

  /* line 2, core.min.css */
  .padding-vertical-double-lg-only {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 2, core.min.css */
  .padding-horizontal-double-lg-only {
    padding-left: 40px;
    padding-right: 40px; }

  /* line 2, core.min.css */
  .margin-top-lg-only {
    padding-top: 20px; }

  /* line 2, core.min.css */
  .margin-left-lg-only {
    padding-left: 20px; }

  /* line 2, core.min.css */
  .margin-right-lg-only {
    padding-right: 20px; }

  /* line 2, core.min.css */
  .margin-bottom-lg-only {
    padding-bottom: 20px; }

  /* line 2, core.min.css */
  .margin-around-lg-only {
    padding: 20px; }

  /* line 2, core.min.css */
  .margin-vertical-lg-only {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 2, core.min.css */
  .margin-horizontal-lg-only {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 2, core.min.css */
  .margin-top-double-lg-only {
    padding-top: 40px; }

  /* line 2, core.min.css */
  .margin-left-double-lg-only {
    padding-left: 40px; }

  /* line 2, core.min.css */
  .margin-right-double-lg-only {
    padding-right: 40px; }

  /* line 2, core.min.css */
  .margin-bottom-double-lg-only {
    padding-bottom: 40px; }

  /* line 2, core.min.css */
  .margin-around-double-lg-only {
    padding: 40px; }

  /* line 2, core.min.css */
  .margin-vertical-double-lg-only {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 2, core.min.css */
  .margin-horizontal-double-lg-only {
    padding-left: 40px;
    padding-right: 40px; } }
@media screen and (max-width: 1024px) {
  /* line 2, core.min.css */
  .padding-top-md {
    padding-top: 20px; }

  /* line 2, core.min.css */
  .padding-left-md {
    padding-left: 20px; }

  /* line 2, core.min.css */
  .padding-right-md {
    padding-right: 20px; }

  /* line 2, core.min.css */
  .padding-bottom-md {
    padding-bottom: 20px; }

  /* line 2, core.min.css */
  .padding-around-md {
    padding: 20px; }

  /* line 2, core.min.css */
  .padding-vertical-md {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 2, core.min.css */
  .padding-horizontal-md {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 2, core.min.css */
  .padding-top-double-md {
    padding-top: 40px; }

  /* line 2, core.min.css */
  .padding-left-double-md {
    padding-left: 40px; }

  /* line 2, core.min.css */
  .padding-right-double-md {
    padding-right: 40px; }

  /* line 2, core.min.css */
  .padding-bottom-double-md {
    padding-bottom: 40px; }

  /* line 2, core.min.css */
  .padding-around-double-md {
    padding: 40px; }

  /* line 2, core.min.css */
  .padding-vertical-double-md {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 2, core.min.css */
  .padding-horizontal-double-md {
    padding-left: 40px;
    padding-right: 40px; }

  /* line 2, core.min.css */
  .margin-top-md {
    padding-top: 20px; }

  /* line 2, core.min.css */
  .margin-left-md {
    padding-left: 20px; }

  /* line 2, core.min.css */
  .margin-right-md {
    padding-right: 20px; }

  /* line 2, core.min.css */
  .margin-bottom-md {
    padding-bottom: 20px; }

  /* line 2, core.min.css */
  .margin-around-md {
    padding: 20px; }

  /* line 2, core.min.css */
  .margin-vertical-md {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 2, core.min.css */
  .margin-horizontal-md {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 2, core.min.css */
  .margin-top-double-md {
    padding-top: 40px; }

  /* line 2, core.min.css */
  .margin-left-double-md {
    padding-left: 40px; }

  /* line 2, core.min.css */
  .margin-right-double-md {
    padding-right: 40px; }

  /* line 2, core.min.css */
  .margin-bottom-double-md {
    padding-bottom: 40px; }

  /* line 2, core.min.css */
  .margin-around-double-md {
    padding: 40px; }

  /* line 2, core.min.css */
  .margin-vertical-double-md {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 2, core.min.css */
  .margin-horizontal-double-md {
    padding-left: 40px;
    padding-right: 40px; } }
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 2, core.min.css */
  .padding-top-md-only {
    padding-top: 20px; }

  /* line 2, core.min.css */
  .padding-left-md-only {
    padding-left: 20px; }

  /* line 2, core.min.css */
  .padding-right-md-only {
    padding-right: 20px; }

  /* line 2, core.min.css */
  .padding-bottom-md-only {
    padding-bottom: 20px; }

  /* line 2, core.min.css */
  .padding-around-md-only {
    padding: 20px; }

  /* line 2, core.min.css */
  .padding-vertical-md-only {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 2, core.min.css */
  .padding-horizontal-md-only {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 2, core.min.css */
  .padding-top-double-md-only {
    padding-top: 40px; }

  /* line 2, core.min.css */
  .padding-left-double-md-only {
    padding-left: 40px; }

  /* line 2, core.min.css */
  .padding-right-double-md-only {
    padding-right: 40px; }

  /* line 2, core.min.css */
  .padding-bottom-double-md-only {
    padding-bottom: 40px; }

  /* line 2, core.min.css */
  .padding-around-double-md-only {
    padding: 40px; }

  /* line 2, core.min.css */
  .padding-vertical-double-md-only {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 2, core.min.css */
  .padding-horizontal-double-md-only {
    padding-left: 40px;
    padding-right: 40px; }

  /* line 2, core.min.css */
  .margin-top-md-only {
    padding-top: 20px; }

  /* line 2, core.min.css */
  .margin-left-md-only {
    padding-left: 20px; }

  /* line 2, core.min.css */
  .margin-right-md-only {
    padding-right: 20px; }

  /* line 2, core.min.css */
  .margin-bottom-md-only {
    padding-bottom: 20px; }

  /* line 2, core.min.css */
  .margin-around-md-only {
    padding: 20px; }

  /* line 2, core.min.css */
  .margin-vertical-md-only {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 2, core.min.css */
  .margin-horizontal-md-only {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 2, core.min.css */
  .margin-top-double-md-only {
    padding-top: 40px; }

  /* line 2, core.min.css */
  .margin-left-double-md-only {
    padding-left: 40px; }

  /* line 2, core.min.css */
  .margin-right-double-md-only {
    padding-right: 40px; }

  /* line 2, core.min.css */
  .margin-bottom-double-md-only {
    padding-bottom: 40px; }

  /* line 2, core.min.css */
  .margin-around-double-md-only {
    padding: 40px; }

  /* line 2, core.min.css */
  .margin-vertical-double-md-only {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 2, core.min.css */
  .margin-horizontal-double-md-only {
    padding-left: 40px;
    padding-right: 40px; } }
@media screen and (max-width: 768px) {
  /* line 2, core.min.css */
  .padding-top-sm {
    padding-top: 20px; }

  /* line 2, core.min.css */
  .padding-left-sm {
    padding-left: 20px; }

  /* line 2, core.min.css */
  .padding-right-sm {
    padding-right: 20px; }

  /* line 2, core.min.css */
  .padding-bottom-sm {
    padding-bottom: 20px; }

  /* line 2, core.min.css */
  .padding-around-sm {
    padding: 20px; }

  /* line 2, core.min.css */
  .padding-vertical-sm {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 2, core.min.css */
  .padding-horizontal-sm {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 2, core.min.css */
  .padding-top-double-sm {
    padding-top: 40px; }

  /* line 2, core.min.css */
  .padding-left-double-sm {
    padding-left: 40px; }

  /* line 2, core.min.css */
  .padding-right-double-sm {
    padding-right: 40px; }

  /* line 2, core.min.css */
  .padding-bottom-double-sm {
    padding-bottom: 40px; }

  /* line 2, core.min.css */
  .padding-around-double-sm {
    padding: 40px; }

  /* line 2, core.min.css */
  .padding-vertical-double-sm {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 2, core.min.css */
  .padding-horizontal-double-sm {
    padding-left: 40px;
    padding-right: 40px; }

  /* line 2, core.min.css */
  .margin-top-sm {
    padding-top: 20px; }

  /* line 2, core.min.css */
  .margin-left-sm {
    padding-left: 20px; }

  /* line 2, core.min.css */
  .margin-right-sm {
    padding-right: 20px; }

  /* line 2, core.min.css */
  .margin-bottom-sm {
    padding-bottom: 20px; }

  /* line 2, core.min.css */
  .margin-around-sm {
    padding: 20px; }

  /* line 2, core.min.css */
  .margin-vertical-sm {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 2, core.min.css */
  .margin-horizontal-sm {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 2, core.min.css */
  .margin-top-double-sm {
    padding-top: 40px; }

  /* line 2, core.min.css */
  .margin-left-double-sm {
    padding-left: 40px; }

  /* line 2, core.min.css */
  .margin-right-double-sm {
    padding-right: 40px; }

  /* line 2, core.min.css */
  .margin-bottom-double-sm {
    padding-bottom: 40px; }

  /* line 2, core.min.css */
  .margin-around-double-sm {
    padding: 40px; }

  /* line 2, core.min.css */
  .margin-vertical-double-sm {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 2, core.min.css */
  .margin-horizontal-double-sm {
    padding-left: 40px;
    padding-right: 40px; } }
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 2, core.min.css */
  .padding-top-sm-only {
    padding-top: 20px; }

  /* line 2, core.min.css */
  .padding-left-sm-only {
    padding-left: 20px; }

  /* line 2, core.min.css */
  .padding-right-sm-only {
    padding-right: 20px; }

  /* line 2, core.min.css */
  .padding-bottom-sm-only {
    padding-bottom: 20px; }

  /* line 2, core.min.css */
  .padding-around-sm-only {
    padding: 20px; }

  /* line 2, core.min.css */
  .padding-vertical-sm-only {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 2, core.min.css */
  .padding-horizontal-sm-only {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 2, core.min.css */
  .padding-top-double-sm-only {
    padding-top: 40px; }

  /* line 2, core.min.css */
  .padding-left-double-sm-only {
    padding-left: 40px; }

  /* line 2, core.min.css */
  .padding-right-double-sm-only {
    padding-right: 40px; }

  /* line 2, core.min.css */
  .padding-bottom-double-sm-only {
    padding-bottom: 40px; }

  /* line 2, core.min.css */
  .padding-around-double-sm-only {
    padding: 40px; }

  /* line 2, core.min.css */
  .padding-vertical-double-sm-only {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 2, core.min.css */
  .padding-horizontal-double-sm-only {
    padding-left: 40px;
    padding-right: 40px; }

  /* line 2, core.min.css */
  .margin-top-sm-only {
    padding-top: 20px; }

  /* line 2, core.min.css */
  .margin-left-sm-only {
    padding-left: 20px; }

  /* line 2, core.min.css */
  .margin-right-sm-only {
    padding-right: 20px; }

  /* line 2, core.min.css */
  .margin-bottom-sm-only {
    padding-bottom: 20px; }

  /* line 2, core.min.css */
  .margin-around-sm-only {
    padding: 20px; }

  /* line 2, core.min.css */
  .margin-vertical-sm-only {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 2, core.min.css */
  .margin-horizontal-sm-only {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 2, core.min.css */
  .margin-top-double-sm-only {
    padding-top: 40px; }

  /* line 2, core.min.css */
  .margin-left-double-sm-only {
    padding-left: 40px; }

  /* line 2, core.min.css */
  .margin-right-double-sm-only {
    padding-right: 40px; }

  /* line 2, core.min.css */
  .margin-bottom-double-sm-only {
    padding-bottom: 40px; }

  /* line 2, core.min.css */
  .margin-around-double-sm-only {
    padding: 40px; }

  /* line 2, core.min.css */
  .margin-vertical-double-sm-only {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 2, core.min.css */
  .margin-horizontal-double-sm-only {
    padding-left: 40px;
    padding-right: 40px; } }
@media screen and (max-width: 480px) {
  /* line 2, core.min.css */
  .padding-top-xs {
    padding-top: 20px; }

  /* line 2, core.min.css */
  .padding-left-xs {
    padding-left: 20px; }

  /* line 2, core.min.css */
  .padding-right-xs {
    padding-right: 20px; }

  /* line 2, core.min.css */
  .padding-bottom-xs {
    padding-bottom: 20px; }

  /* line 2, core.min.css */
  .padding-around-xs {
    padding: 20px; }

  /* line 2, core.min.css */
  .padding-vertical-xs {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 2, core.min.css */
  .padding-horizontal-xs {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 2, core.min.css */
  .padding-top-double-xs {
    padding-top: 40px; }

  /* line 2, core.min.css */
  .padding-left-double-xs {
    padding-left: 40px; }

  /* line 2, core.min.css */
  .padding-right-double-xs {
    padding-right: 40px; }

  /* line 2, core.min.css */
  .padding-bottom-double-xs {
    padding-bottom: 40px; }

  /* line 2, core.min.css */
  .padding-around-double-xs {
    padding: 40px; }

  /* line 2, core.min.css */
  .padding-vertical-double-xs {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 2, core.min.css */
  .padding-horizontal-double-xs {
    padding-left: 40px;
    padding-right: 40px; }

  /* line 2, core.min.css */
  .margin-top-xs {
    padding-top: 20px; }

  /* line 2, core.min.css */
  .margin-left-xs {
    padding-left: 20px; }

  /* line 2, core.min.css */
  .margin-right-xs {
    padding-right: 20px; }

  /* line 2, core.min.css */
  .margin-bottom-xs {
    padding-bottom: 20px; }

  /* line 2, core.min.css */
  .margin-around-xs {
    padding: 20px; }

  /* line 2, core.min.css */
  .margin-vertical-xs {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 2, core.min.css */
  .margin-horizontal-xs {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 2, core.min.css */
  .margin-top-double-xs {
    padding-top: 40px; }

  /* line 2, core.min.css */
  .margin-left-double-xs {
    padding-left: 40px; }

  /* line 2, core.min.css */
  .margin-right-double-xs {
    padding-right: 40px; }

  /* line 2, core.min.css */
  .margin-bottom-double-xs {
    padding-bottom: 40px; }

  /* line 2, core.min.css */
  .margin-around-double-xs {
    padding: 40px; }

  /* line 2, core.min.css */
  .margin-vertical-double-xs {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 2, core.min.css */
  .margin-horizontal-double-xs {
    padding-left: 40px;
    padding-right: 40px; } }
@media screen and (min-width: 381px) and (max-width: 480px) {
  /* line 2, core.min.css */
  .padding-top-xs-only {
    padding-top: 20px; }

  /* line 2, core.min.css */
  .padding-left-xs-only {
    padding-left: 20px; }

  /* line 2, core.min.css */
  .padding-right-xs-only {
    padding-right: 20px; }

  /* line 2, core.min.css */
  .padding-bottom-xs-only {
    padding-bottom: 20px; }

  /* line 2, core.min.css */
  .padding-around-xs-only {
    padding: 20px; }

  /* line 2, core.min.css */
  .padding-vertical-xs-only {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 2, core.min.css */
  .padding-horizontal-xs-only {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 2, core.min.css */
  .padding-top-double-xs-only {
    padding-top: 40px; }

  /* line 2, core.min.css */
  .padding-left-double-xs-only {
    padding-left: 40px; }

  /* line 2, core.min.css */
  .padding-right-double-xs-only {
    padding-right: 40px; }

  /* line 2, core.min.css */
  .padding-bottom-double-xs-only {
    padding-bottom: 40px; }

  /* line 2, core.min.css */
  .padding-around-double-xs-only {
    padding: 40px; }

  /* line 2, core.min.css */
  .padding-vertical-double-xs-only {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 2, core.min.css */
  .padding-horizontal-double-xs-only {
    padding-left: 40px;
    padding-right: 40px; }

  /* line 2, core.min.css */
  .margin-top-xs-only {
    padding-top: 20px; }

  /* line 2, core.min.css */
  .margin-left-xs-only {
    padding-left: 20px; }

  /* line 2, core.min.css */
  .margin-right-xs-only {
    padding-right: 20px; }

  /* line 2, core.min.css */
  .margin-bottom-xs-only {
    padding-bottom: 20px; }

  /* line 2, core.min.css */
  .margin-around-xs-only {
    padding: 20px; }

  /* line 2, core.min.css */
  .margin-vertical-xs-only {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 2, core.min.css */
  .margin-horizontal-xs-only {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 2, core.min.css */
  .margin-top-double-xs-only {
    padding-top: 40px; }

  /* line 2, core.min.css */
  .margin-left-double-xs-only {
    padding-left: 40px; }

  /* line 2, core.min.css */
  .margin-right-double-xs-only {
    padding-right: 40px; }

  /* line 2, core.min.css */
  .margin-bottom-double-xs-only {
    padding-bottom: 40px; }

  /* line 2, core.min.css */
  .margin-around-double-xs-only {
    padding: 40px; }

  /* line 2, core.min.css */
  .margin-vertical-double-xs-only {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 2, core.min.css */
  .margin-horizontal-double-xs-only {
    padding-left: 40px;
    padding-right: 40px; } }
@media screen and (max-width: 380px) {
  /* line 2, core.min.css */
  .padding-top-mc {
    padding-top: 20px; }

  /* line 2, core.min.css */
  .padding-left-mc {
    padding-left: 20px; }

  /* line 2, core.min.css */
  .padding-right-mc {
    padding-right: 20px; }

  /* line 2, core.min.css */
  .padding-bottom-mc {
    padding-bottom: 20px; }

  /* line 2, core.min.css */
  .padding-around-mc {
    padding: 20px; }

  /* line 2, core.min.css */
  .padding-vertical-mc {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 2, core.min.css */
  .padding-horizontal-mc {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 2, core.min.css */
  .padding-top-double-mc {
    padding-top: 40px; }

  /* line 2, core.min.css */
  .padding-left-double-mc {
    padding-left: 40px; }

  /* line 2, core.min.css */
  .padding-right-double-mc {
    padding-right: 40px; }

  /* line 2, core.min.css */
  .padding-bottom-double-mc {
    padding-bottom: 40px; }

  /* line 2, core.min.css */
  .padding-around-double-mc {
    padding: 40px; }

  /* line 2, core.min.css */
  .padding-vertical-double-mc {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 2, core.min.css */
  .padding-horizontal-double-mc {
    padding-left: 40px;
    padding-right: 40px; }

  /* line 2, core.min.css */
  .margin-top-mc {
    padding-top: 20px; }

  /* line 2, core.min.css */
  .margin-left-mc {
    padding-left: 20px; }

  /* line 2, core.min.css */
  .margin-right-mc {
    padding-right: 20px; }

  /* line 2, core.min.css */
  .margin-bottom-mc {
    padding-bottom: 20px; }

  /* line 2, core.min.css */
  .margin-around-mc {
    padding: 20px; }

  /* line 2, core.min.css */
  .margin-vertical-mc {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 2, core.min.css */
  .margin-horizontal-mc {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 2, core.min.css */
  .margin-top-double-mc {
    padding-top: 40px; }

  /* line 2, core.min.css */
  .margin-left-double-mc {
    padding-left: 40px; }

  /* line 2, core.min.css */
  .margin-right-double-mc {
    padding-right: 40px; }

  /* line 2, core.min.css */
  .margin-bottom-double-mc {
    padding-bottom: 40px; }

  /* line 2, core.min.css */
  .margin-around-double-mc {
    padding: 40px; }

  /* line 2, core.min.css */
  .margin-vertical-double-mc {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 2, core.min.css */
  .margin-horizontal-double-mc {
    padding-left: 40px;
    padding-right: 40px; } }
/* line 2, core.min.css */
.container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px; }

/* line 2, core.min.css */
.col, .col-reverse, .row, .row-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px; }

/* line 2, core.min.css */
.col, .col-reverse, .row-reverse {
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

/* line 2, core.min.css */
.col, .col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

/* line 2, core.min.css */
.col-reverse {
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

/* line 2, core.min.css */
[class*=cell-] {
  padding-left: 20px;
  padding-right: 20px; }

/* line 2, core.min.css */
.cell-1 {
  max-width: 8.33333%;
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%; }

/* line 2, core.min.css */
.cell-2 {
  max-width: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%; }

/* line 2, core.min.css */
.cell-3 {
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%; }

/* line 2, core.min.css */
.cell-4 {
  max-width: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%; }

/* line 2, core.min.css */
.cell-5 {
  max-width: 41.66667%;
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%; }

/* line 2, core.min.css */
.cell-6 {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; }

/* line 2, core.min.css */
.cell-7 {
  max-width: 58.33333%;
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%; }

/* line 2, core.min.css */
.cell-8 {
  max-width: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%; }

/* line 2, core.min.css */
.cell-9 {
  max-width: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%; }

/* line 2, core.min.css */
.cell-10 {
  max-width: 83.33333%;
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%; }

/* line 2, core.min.css */
.cell-11 {
  max-width: 91.66667%;
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%; }

/* line 2, core.min.css */
.cell-12 {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

/* line 2, core.min.css */
.cell-fifth {
  max-width: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%; }

@media screen and (max-width: 1200px) {
  /* line 2, core.min.css */
  .cell-1-lg {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 2, core.min.css */
  .cell-2-lg {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 2, core.min.css */
  .cell-3-lg {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 2, core.min.css */
  .cell-4-lg {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 2, core.min.css */
  .cell-5-lg {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 2, core.min.css */
  .cell-6-lg {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 2, core.min.css */
  .cell-7-lg {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 2, core.min.css */
  .cell-8-lg {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 2, core.min.css */
  .cell-9-lg {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 2, core.min.css */
  .cell-10-lg {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 2, core.min.css */
  .cell-11-lg {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 2, core.min.css */
  .cell-12-lg {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 2, core.min.css */
  .cell-fifth-lg {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  /* line 2, core.min.css */
  .cell-1-lg-only {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 2, core.min.css */
  .cell-2-lg-only {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 2, core.min.css */
  .cell-3-lg-only {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 2, core.min.css */
  .cell-4-lg-only {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 2, core.min.css */
  .cell-5-lg-only {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 2, core.min.css */
  .cell-6-lg-only {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 2, core.min.css */
  .cell-7-lg-only {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 2, core.min.css */
  .cell-8-lg-only {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 2, core.min.css */
  .cell-9-lg-only {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 2, core.min.css */
  .cell-10-lg-only {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 2, core.min.css */
  .cell-11-lg-only {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 2, core.min.css */
  .cell-12-lg-only {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 2, core.min.css */
  .cell-fifth-lg-only {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (max-width: 1024px) {
  /* line 2, core.min.css */
  .cell-1-md {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 2, core.min.css */
  .cell-2-md {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 2, core.min.css */
  .cell-3-md {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 2, core.min.css */
  .cell-4-md {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 2, core.min.css */
  .cell-5-md {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 2, core.min.css */
  .cell-6-md {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 2, core.min.css */
  .cell-7-md {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 2, core.min.css */
  .cell-8-md {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 2, core.min.css */
  .cell-9-md {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 2, core.min.css */
  .cell-10-md {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 2, core.min.css */
  .cell-11-md {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 2, core.min.css */
  .cell-12-md {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 2, core.min.css */
  .cell-fifth-md {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 2, core.min.css */
  .cell-1-md-only {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 2, core.min.css */
  .cell-2-md-only {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 2, core.min.css */
  .cell-3-md-only {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 2, core.min.css */
  .cell-4-md-only {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 2, core.min.css */
  .cell-5-md-only {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 2, core.min.css */
  .cell-6-md-only {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 2, core.min.css */
  .cell-7-md-only {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 2, core.min.css */
  .cell-8-md-only {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 2, core.min.css */
  .cell-9-md-only {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 2, core.min.css */
  .cell-10-md-only {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 2, core.min.css */
  .cell-11-md-only {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 2, core.min.css */
  .cell-12-md-only {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 2, core.min.css */
  .cell-fifth-md-only {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (max-width: 768px) {
  /* line 2, core.min.css */
  .cell-1-sm {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 2, core.min.css */
  .cell-2-sm {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 2, core.min.css */
  .cell-3-sm {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 2, core.min.css */
  .cell-4-sm {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 2, core.min.css */
  .cell-5-sm {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 2, core.min.css */
  .cell-6-sm {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 2, core.min.css */
  .cell-7-sm {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 2, core.min.css */
  .cell-8-sm {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 2, core.min.css */
  .cell-9-sm {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 2, core.min.css */
  .cell-10-sm {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 2, core.min.css */
  .cell-11-sm {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 2, core.min.css */
  .cell-12-sm {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 2, core.min.css */
  .cell-fifth-sm {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 2, core.min.css */
  .cell-1-sm-only {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 2, core.min.css */
  .cell-2-sm-only {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 2, core.min.css */
  .cell-3-sm-only {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 2, core.min.css */
  .cell-4-sm-only {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 2, core.min.css */
  .cell-5-sm-only {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 2, core.min.css */
  .cell-6-sm-only {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 2, core.min.css */
  .cell-7-sm-only {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 2, core.min.css */
  .cell-8-sm-only {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 2, core.min.css */
  .cell-9-sm-only {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 2, core.min.css */
  .cell-10-sm-only {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 2, core.min.css */
  .cell-11-sm-only {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 2, core.min.css */
  .cell-12-sm-only {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 2, core.min.css */
  .cell-fifth-sm-only {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (max-width: 480px) {
  /* line 2, core.min.css */
  .cell-1-xs {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 2, core.min.css */
  .cell-2-xs {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 2, core.min.css */
  .cell-3-xs {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 2, core.min.css */
  .cell-4-xs {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 2, core.min.css */
  .cell-5-xs {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 2, core.min.css */
  .cell-6-xs {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 2, core.min.css */
  .cell-7-xs {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 2, core.min.css */
  .cell-8-xs {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 2, core.min.css */
  .cell-9-xs {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 2, core.min.css */
  .cell-10-xs {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 2, core.min.css */
  .cell-11-xs {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 2, core.min.css */
  .cell-12-xs {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 2, core.min.css */
  .cell-fifth-xs {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (min-width: 381px) and (max-width: 480px) {
  /* line 2, core.min.css */
  .cell-1-xs-only {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 2, core.min.css */
  .cell-2-xs-only {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 2, core.min.css */
  .cell-3-xs-only {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 2, core.min.css */
  .cell-4-xs-only {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 2, core.min.css */
  .cell-5-xs-only {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 2, core.min.css */
  .cell-6-xs-only {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 2, core.min.css */
  .cell-7-xs-only {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 2, core.min.css */
  .cell-8-xs-only {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 2, core.min.css */
  .cell-9-xs-only {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 2, core.min.css */
  .cell-10-xs-only {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 2, core.min.css */
  .cell-11-xs-only {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 2, core.min.css */
  .cell-12-xs-only {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 2, core.min.css */
  .cell-fifth-xs-only {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (max-width: 380px) {
  /* line 2, core.min.css */
  .cell-1-mc {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 2, core.min.css */
  .cell-2-mc {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 2, core.min.css */
  .cell-3-mc {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 2, core.min.css */
  .cell-4-mc {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 2, core.min.css */
  .cell-5-mc {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 2, core.min.css */
  .cell-6-mc {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 2, core.min.css */
  .cell-7-mc {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 2, core.min.css */
  .cell-8-mc {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 2, core.min.css */
  .cell-9-mc {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 2, core.min.css */
  .cell-10-mc {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 2, core.min.css */
  .cell-11-mc {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 2, core.min.css */
  .cell-12-mc {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 2, core.min.css */
  .cell-fifth-mc {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
/* line 2, core.min.css */
.flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left; }

/* line 2, core.min.css */
.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

/* line 2, core.min.css */
.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right; }

/* line 2, core.min.css */
.flex-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start; }

/* line 2, core.min.css */
.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center; }

/* line 2, core.min.css */
.flex-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end; }

/* line 2, core.min.css */
.flex-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

/* line 2, core.min.css */
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 2, core.min.css */
.flex-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

/* line 2, core.min.css */
.flex-last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media screen and (max-width: 1200px) {
  /* line 2, core.min.css */
  .flex-start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  /* line 2, core.min.css */
  .flex-center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 2, core.min.css */
  .flex-end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  /* line 2, core.min.css */
  .flex-top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }

  /* line 2, core.min.css */
  .flex-middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }

  /* line 2, core.min.css */
  .flex-bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }

  /* line 2, core.min.css */
  .flex-around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 2, core.min.css */
  .flex-between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 2, core.min.css */
  .flex-first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 2, core.min.css */
  .flex-last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  /* line 2, core.min.css */
  .flex-start-lg-only {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  /* line 2, core.min.css */
  .flex-center-lg-only {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 2, core.min.css */
  .flex-end-lg-only {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  /* line 2, core.min.css */
  .flex-top-lg-only {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }

  /* line 2, core.min.css */
  .flex-middle-lg-only {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }

  /* line 2, core.min.css */
  .flex-bottom-lg-only {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }

  /* line 2, core.min.css */
  .flex-around-lg-only {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 2, core.min.css */
  .flex-between-lg-only {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 2, core.min.css */
  .flex-first-lg-only {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 2, core.min.css */
  .flex-last-lg-only {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (max-width: 1024px) {
  /* line 2, core.min.css */
  .flex-start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  /* line 2, core.min.css */
  .flex-center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 2, core.min.css */
  .flex-end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  /* line 2, core.min.css */
  .flex-top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }

  /* line 2, core.min.css */
  .flex-middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }

  /* line 2, core.min.css */
  .flex-bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }

  /* line 2, core.min.css */
  .flex-around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 2, core.min.css */
  .flex-between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 2, core.min.css */
  .flex-first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 2, core.min.css */
  .flex-last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 2, core.min.css */
  .flex-start-md-only {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  /* line 2, core.min.css */
  .flex-center-md-only {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 2, core.min.css */
  .flex-end-md-only {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  /* line 2, core.min.css */
  .flex-top-md-only {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }

  /* line 2, core.min.css */
  .flex-middle-md-only {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }

  /* line 2, core.min.css */
  .flex-bottom-md-only {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }

  /* line 2, core.min.css */
  .flex-around-md-only {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 2, core.min.css */
  .flex-between-md-only {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 2, core.min.css */
  .flex-first-md-only {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 2, core.min.css */
  .flex-last-md-only {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (max-width: 768px) {
  /* line 2, core.min.css */
  .flex-start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  /* line 2, core.min.css */
  .flex-center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 2, core.min.css */
  .flex-end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  /* line 2, core.min.css */
  .flex-top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }

  /* line 2, core.min.css */
  .flex-middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }

  /* line 2, core.min.css */
  .flex-bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }

  /* line 2, core.min.css */
  .flex-around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 2, core.min.css */
  .flex-between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 2, core.min.css */
  .flex-first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 2, core.min.css */
  .flex-last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 2, core.min.css */
  .flex-start-sm-only {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  /* line 2, core.min.css */
  .flex-center-sm-only {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 2, core.min.css */
  .flex-end-sm-only {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  /* line 2, core.min.css */
  .flex-top-sm-only {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }

  /* line 2, core.min.css */
  .flex-middle-sm-only {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }

  /* line 2, core.min.css */
  .flex-bottom-sm-only {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }

  /* line 2, core.min.css */
  .flex-around-sm-only {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 2, core.min.css */
  .flex-between-sm-only {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 2, core.min.css */
  .flex-first-sm-only {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 2, core.min.css */
  .flex-last-sm-only {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (max-width: 480px) {
  /* line 2, core.min.css */
  .flex-start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  /* line 2, core.min.css */
  .flex-center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 2, core.min.css */
  .flex-end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  /* line 2, core.min.css */
  .flex-top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }

  /* line 2, core.min.css */
  .flex-middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }

  /* line 2, core.min.css */
  .flex-bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }

  /* line 2, core.min.css */
  .flex-around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 2, core.min.css */
  .flex-between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 2, core.min.css */
  .flex-first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 2, core.min.css */
  .flex-last-xs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (min-width: 381px) and (max-width: 480px) {
  /* line 2, core.min.css */
  .flex-start-xs-only {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  /* line 2, core.min.css */
  .flex-center-xs-only {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 2, core.min.css */
  .flex-end-xs-only {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  /* line 2, core.min.css */
  .flex-top-xs-only {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }

  /* line 2, core.min.css */
  .flex-middle-xs-only {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }

  /* line 2, core.min.css */
  .flex-bottom-xs-only {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }

  /* line 2, core.min.css */
  .flex-around-xs-only {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 2, core.min.css */
  .flex-between-xs-only {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 2, core.min.css */
  .flex-first-xs-only {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 2, core.min.css */
  .flex-last-xs-only {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (max-width: 380px) {
  /* line 2, core.min.css */
  .flex-start-mc {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  /* line 2, core.min.css */
  .flex-center-mc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 2, core.min.css */
  .flex-end-mc {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  /* line 2, core.min.css */
  .flex-top-mc {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }

  /* line 2, core.min.css */
  .flex-middle-mc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }

  /* line 2, core.min.css */
  .flex-bottom-mc {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }

  /* line 2, core.min.css */
  .flex-around-mc {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 2, core.min.css */
  .flex-between-mc {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 2, core.min.css */
  .flex-first-mc {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 2, core.min.css */
  .flex-last-mc {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("fontawesome-webfont.eot?v=4.7.0");
  src: url("fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* line 4, font-awesome.min.css */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 4, font-awesome.min.css */
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

/* line 4, font-awesome.min.css */
.fa-2x {
  font-size: 2em; }

/* line 4, font-awesome.min.css */
.fa-3x {
  font-size: 3em; }

/* line 4, font-awesome.min.css */
.fa-4x {
  font-size: 4em; }

/* line 4, font-awesome.min.css */
.fa-5x {
  font-size: 5em; }

/* line 4, font-awesome.min.css */
.fa-fw {
  width: 1.28571429em;
  text-align: center; }

/* line 4, font-awesome.min.css */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

/* line 4, font-awesome.min.css */
.fa-ul > li {
  position: relative; }

/* line 4, font-awesome.min.css */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

/* line 4, font-awesome.min.css */
.fa-li.fa-lg {
  left: -1.85714286em; }

/* line 4, font-awesome.min.css */
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

/* line 4, font-awesome.min.css */
.fa-pull-left {
  float: left; }

/* line 4, font-awesome.min.css */
.fa-pull-right {
  float: right; }

/* line 4, font-awesome.min.css */
.fa.fa-pull-left {
  margin-right: .3em; }

/* line 4, font-awesome.min.css */
.fa.fa-pull-right {
  margin-left: .3em; }

/* line 4, font-awesome.min.css */
.pull-right {
  float: right; }

/* line 4, font-awesome.min.css */
.pull-left {
  float: left; }

/* line 4, font-awesome.min.css */
.fa.pull-left {
  margin-right: .3em; }

/* line 4, font-awesome.min.css */
.fa.pull-right {
  margin-left: .3em; }

/* line 4, font-awesome.min.css */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

/* line 4, font-awesome.min.css */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/* line 4, font-awesome.min.css */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

/* line 4, font-awesome.min.css */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 4, font-awesome.min.css */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

/* line 4, font-awesome.min.css */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

/* line 4, font-awesome.min.css */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

/* line 4, font-awesome.min.css */
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

/* line 4, font-awesome.min.css */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

/* line 4, font-awesome.min.css */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

/* line 4, font-awesome.min.css */
.fa-stack-1x {
  line-height: inherit; }

/* line 4, font-awesome.min.css */
.fa-stack-2x {
  font-size: 2em; }

/* line 4, font-awesome.min.css */
.fa-inverse {
  color: #fff; }

/* line 4, font-awesome.min.css */
.fa-glass:before {
  content: "\f000"; }

/* line 4, font-awesome.min.css */
.fa-music:before {
  content: "\f001"; }

/* line 4, font-awesome.min.css */
.fa-search:before {
  content: "\f002"; }

/* line 4, font-awesome.min.css */
.fa-envelope-o:before {
  content: "\f003"; }

/* line 4, font-awesome.min.css */
.fa-heart:before {
  content: "\f004"; }

/* line 4, font-awesome.min.css */
.fa-star:before {
  content: "\f005"; }

/* line 4, font-awesome.min.css */
.fa-star-o:before {
  content: "\f006"; }

/* line 4, font-awesome.min.css */
.fa-user:before {
  content: "\f007"; }

/* line 4, font-awesome.min.css */
.fa-film:before {
  content: "\f008"; }

/* line 4, font-awesome.min.css */
.fa-th-large:before {
  content: "\f009"; }

/* line 4, font-awesome.min.css */
.fa-th:before {
  content: "\f00a"; }

/* line 4, font-awesome.min.css */
.fa-th-list:before {
  content: "\f00b"; }

/* line 4, font-awesome.min.css */
.fa-check:before {
  content: "\f00c"; }

/* line 4, font-awesome.min.css */
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

/* line 4, font-awesome.min.css */
.fa-search-plus:before {
  content: "\f00e"; }

/* line 4, font-awesome.min.css */
.fa-search-minus:before {
  content: "\f010"; }

/* line 4, font-awesome.min.css */
.fa-power-off:before {
  content: "\f011"; }

/* line 4, font-awesome.min.css */
.fa-signal:before {
  content: "\f012"; }

/* line 4, font-awesome.min.css */
.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

/* line 4, font-awesome.min.css */
.fa-trash-o:before {
  content: "\f014"; }

/* line 4, font-awesome.min.css */
.fa-home:before {
  content: "\f015"; }

/* line 4, font-awesome.min.css */
.fa-file-o:before {
  content: "\f016"; }

/* line 4, font-awesome.min.css */
.fa-clock-o:before {
  content: "\f017"; }

/* line 4, font-awesome.min.css */
.fa-road:before {
  content: "\f018"; }

/* line 4, font-awesome.min.css */
.fa-download:before {
  content: "\f019"; }

/* line 4, font-awesome.min.css */
.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

/* line 4, font-awesome.min.css */
.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

/* line 4, font-awesome.min.css */
.fa-inbox:before {
  content: "\f01c"; }

/* line 4, font-awesome.min.css */
.fa-play-circle-o:before {
  content: "\f01d"; }

/* line 4, font-awesome.min.css */
.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

/* line 4, font-awesome.min.css */
.fa-refresh:before {
  content: "\f021"; }

/* line 4, font-awesome.min.css */
.fa-list-alt:before {
  content: "\f022"; }

/* line 4, font-awesome.min.css */
.fa-lock:before {
  content: "\f023"; }

/* line 4, font-awesome.min.css */
.fa-flag:before {
  content: "\f024"; }

/* line 4, font-awesome.min.css */
.fa-headphones:before {
  content: "\f025"; }

/* line 4, font-awesome.min.css */
.fa-volume-off:before {
  content: "\f026"; }

/* line 4, font-awesome.min.css */
.fa-volume-down:before {
  content: "\f027"; }

/* line 4, font-awesome.min.css */
.fa-volume-up:before {
  content: "\f028"; }

/* line 4, font-awesome.min.css */
.fa-qrcode:before {
  content: "\f029"; }

/* line 4, font-awesome.min.css */
.fa-barcode:before {
  content: "\f02a"; }

/* line 4, font-awesome.min.css */
.fa-tag:before {
  content: "\f02b"; }

/* line 4, font-awesome.min.css */
.fa-tags:before {
  content: "\f02c"; }

/* line 4, font-awesome.min.css */
.fa-book:before {
  content: "\f02d"; }

/* line 4, font-awesome.min.css */
.fa-bookmark:before {
  content: "\f02e"; }

/* line 4, font-awesome.min.css */
.fa-print:before {
  content: "\f02f"; }

/* line 4, font-awesome.min.css */
.fa-camera:before {
  content: "\f030"; }

/* line 4, font-awesome.min.css */
.fa-font:before {
  content: "\f031"; }

/* line 4, font-awesome.min.css */
.fa-bold:before {
  content: "\f032"; }

/* line 4, font-awesome.min.css */
.fa-italic:before {
  content: "\f033"; }

/* line 4, font-awesome.min.css */
.fa-text-height:before {
  content: "\f034"; }

/* line 4, font-awesome.min.css */
.fa-text-width:before {
  content: "\f035"; }

/* line 4, font-awesome.min.css */
.fa-align-left:before {
  content: "\f036"; }

/* line 4, font-awesome.min.css */
.fa-align-center:before {
  content: "\f037"; }

/* line 4, font-awesome.min.css */
.fa-align-right:before {
  content: "\f038"; }

/* line 4, font-awesome.min.css */
.fa-align-justify:before {
  content: "\f039"; }

/* line 4, font-awesome.min.css */
.fa-list:before {
  content: "\f03a"; }

/* line 4, font-awesome.min.css */
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

/* line 4, font-awesome.min.css */
.fa-indent:before {
  content: "\f03c"; }

/* line 4, font-awesome.min.css */
.fa-video-camera:before {
  content: "\f03d"; }

/* line 4, font-awesome.min.css */
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

/* line 4, font-awesome.min.css */
.fa-pencil:before {
  content: "\f040"; }

/* line 4, font-awesome.min.css */
.fa-map-marker:before {
  content: "\f041"; }

/* line 4, font-awesome.min.css */
.fa-adjust:before {
  content: "\f042"; }

/* line 4, font-awesome.min.css */
.fa-tint:before {
  content: "\f043"; }

/* line 4, font-awesome.min.css */
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

/* line 4, font-awesome.min.css */
.fa-share-square-o:before {
  content: "\f045"; }

/* line 4, font-awesome.min.css */
.fa-check-square-o:before {
  content: "\f046"; }

/* line 4, font-awesome.min.css */
.fa-arrows:before {
  content: "\f047"; }

/* line 4, font-awesome.min.css */
.fa-step-backward:before {
  content: "\f048"; }

/* line 4, font-awesome.min.css */
.fa-fast-backward:before {
  content: "\f049"; }

/* line 4, font-awesome.min.css */
.fa-backward:before {
  content: "\f04a"; }

/* line 4, font-awesome.min.css */
.fa-play:before {
  content: "\f04b"; }

/* line 4, font-awesome.min.css */
.fa-pause:before {
  content: "\f04c"; }

/* line 4, font-awesome.min.css */
.fa-stop:before {
  content: "\f04d"; }

/* line 4, font-awesome.min.css */
.fa-forward:before {
  content: "\f04e"; }

/* line 4, font-awesome.min.css */
.fa-fast-forward:before {
  content: "\f050"; }

/* line 4, font-awesome.min.css */
.fa-step-forward:before {
  content: "\f051"; }

/* line 4, font-awesome.min.css */
.fa-eject:before {
  content: "\f052"; }

/* line 4, font-awesome.min.css */
.fa-chevron-left:before {
  content: "\f053"; }

/* line 4, font-awesome.min.css */
.fa-chevron-right:before {
  content: "\f054"; }

/* line 4, font-awesome.min.css */
.fa-plus-circle:before {
  content: "\f055"; }

/* line 4, font-awesome.min.css */
.fa-minus-circle:before {
  content: "\f056"; }

/* line 4, font-awesome.min.css */
.fa-times-circle:before {
  content: "\f057"; }

/* line 4, font-awesome.min.css */
.fa-check-circle:before {
  content: "\f058"; }

/* line 4, font-awesome.min.css */
.fa-question-circle:before {
  content: "\f059"; }

/* line 4, font-awesome.min.css */
.fa-info-circle:before {
  content: "\f05a"; }

/* line 4, font-awesome.min.css */
.fa-crosshairs:before {
  content: "\f05b"; }

/* line 4, font-awesome.min.css */
.fa-times-circle-o:before {
  content: "\f05c"; }

/* line 4, font-awesome.min.css */
.fa-check-circle-o:before {
  content: "\f05d"; }

/* line 4, font-awesome.min.css */
.fa-ban:before {
  content: "\f05e"; }

/* line 4, font-awesome.min.css */
.fa-arrow-left:before {
  content: "\f060"; }

/* line 4, font-awesome.min.css */
.fa-arrow-right:before {
  content: "\f061"; }

/* line 4, font-awesome.min.css */
.fa-arrow-up:before {
  content: "\f062"; }

/* line 4, font-awesome.min.css */
.fa-arrow-down:before {
  content: "\f063"; }

/* line 4, font-awesome.min.css */
.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

/* line 4, font-awesome.min.css */
.fa-expand:before {
  content: "\f065"; }

/* line 4, font-awesome.min.css */
.fa-compress:before {
  content: "\f066"; }

/* line 4, font-awesome.min.css */
.fa-plus:before {
  content: "\f067"; }

/* line 4, font-awesome.min.css */
.fa-minus:before {
  content: "\f068"; }

/* line 4, font-awesome.min.css */
.fa-asterisk:before {
  content: "\f069"; }

/* line 4, font-awesome.min.css */
.fa-exclamation-circle:before {
  content: "\f06a"; }

/* line 4, font-awesome.min.css */
.fa-gift:before {
  content: "\f06b"; }

/* line 4, font-awesome.min.css */
.fa-leaf:before {
  content: "\f06c"; }

/* line 4, font-awesome.min.css */
.fa-fire:before {
  content: "\f06d"; }

/* line 4, font-awesome.min.css */
.fa-eye:before {
  content: "\f06e"; }

/* line 4, font-awesome.min.css */
.fa-eye-slash:before {
  content: "\f070"; }

/* line 4, font-awesome.min.css */
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

/* line 4, font-awesome.min.css */
.fa-plane:before {
  content: "\f072"; }

/* line 4, font-awesome.min.css */
.fa-calendar:before {
  content: "\f073"; }

/* line 4, font-awesome.min.css */
.fa-random:before {
  content: "\f074"; }

/* line 4, font-awesome.min.css */
.fa-comment:before {
  content: "\f075"; }

/* line 4, font-awesome.min.css */
.fa-magnet:before {
  content: "\f076"; }

/* line 4, font-awesome.min.css */
.fa-chevron-up:before {
  content: "\f077"; }

/* line 4, font-awesome.min.css */
.fa-chevron-down:before {
  content: "\f078"; }

/* line 4, font-awesome.min.css */
.fa-retweet:before {
  content: "\f079"; }

/* line 4, font-awesome.min.css */
.fa-shopping-cart:before {
  content: "\f07a"; }

/* line 4, font-awesome.min.css */
.fa-folder:before {
  content: "\f07b"; }

/* line 4, font-awesome.min.css */
.fa-folder-open:before {
  content: "\f07c"; }

/* line 4, font-awesome.min.css */
.fa-arrows-v:before {
  content: "\f07d"; }

/* line 4, font-awesome.min.css */
.fa-arrows-h:before {
  content: "\f07e"; }

/* line 4, font-awesome.min.css */
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

/* line 4, font-awesome.min.css */
.fa-twitter-square:before {
  content: "\f081"; }

/* line 4, font-awesome.min.css */
.fa-facebook-square:before {
  content: "\f082"; }

/* line 4, font-awesome.min.css */
.fa-camera-retro:before {
  content: "\f083"; }

/* line 4, font-awesome.min.css */
.fa-key:before {
  content: "\f084"; }

/* line 4, font-awesome.min.css */
.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

/* line 4, font-awesome.min.css */
.fa-comments:before {
  content: "\f086"; }

/* line 4, font-awesome.min.css */
.fa-thumbs-o-up:before {
  content: "\f087"; }

/* line 4, font-awesome.min.css */
.fa-thumbs-o-down:before {
  content: "\f088"; }

/* line 4, font-awesome.min.css */
.fa-star-half:before {
  content: "\f089"; }

/* line 4, font-awesome.min.css */
.fa-heart-o:before {
  content: "\f08a"; }

/* line 4, font-awesome.min.css */
.fa-sign-out:before {
  content: "\f08b"; }

/* line 4, font-awesome.min.css */
.fa-linkedin-square:before {
  content: "\f08c"; }

/* line 4, font-awesome.min.css */
.fa-thumb-tack:before {
  content: "\f08d"; }

/* line 4, font-awesome.min.css */
.fa-external-link:before {
  content: "\f08e"; }

/* line 4, font-awesome.min.css */
.fa-sign-in:before {
  content: "\f090"; }

/* line 4, font-awesome.min.css */
.fa-trophy:before {
  content: "\f091"; }

/* line 4, font-awesome.min.css */
.fa-github-square:before {
  content: "\f092"; }

/* line 4, font-awesome.min.css */
.fa-upload:before {
  content: "\f093"; }

/* line 4, font-awesome.min.css */
.fa-lemon-o:before {
  content: "\f094"; }

/* line 4, font-awesome.min.css */
.fa-phone:before {
  content: "\f095"; }

/* line 4, font-awesome.min.css */
.fa-square-o:before {
  content: "\f096"; }

/* line 4, font-awesome.min.css */
.fa-bookmark-o:before {
  content: "\f097"; }

/* line 4, font-awesome.min.css */
.fa-phone-square:before {
  content: "\f098"; }

/* line 4, font-awesome.min.css */
.fa-twitter:before {
  content: "\f099"; }

/* line 4, font-awesome.min.css */
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

/* line 4, font-awesome.min.css */
.fa-github:before {
  content: "\f09b"; }

/* line 4, font-awesome.min.css */
.fa-unlock:before {
  content: "\f09c"; }

/* line 4, font-awesome.min.css */
.fa-credit-card:before {
  content: "\f09d"; }

/* line 4, font-awesome.min.css */
.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

/* line 4, font-awesome.min.css */
.fa-hdd-o:before {
  content: "\f0a0"; }

/* line 4, font-awesome.min.css */
.fa-bullhorn:before {
  content: "\f0a1"; }

/* line 4, font-awesome.min.css */
.fa-bell:before {
  content: "\f0f3"; }

/* line 4, font-awesome.min.css */
.fa-certificate:before {
  content: "\f0a3"; }

/* line 4, font-awesome.min.css */
.fa-hand-o-right:before {
  content: "\f0a4"; }

/* line 4, font-awesome.min.css */
.fa-hand-o-left:before {
  content: "\f0a5"; }

/* line 4, font-awesome.min.css */
.fa-hand-o-up:before {
  content: "\f0a6"; }

/* line 4, font-awesome.min.css */
.fa-hand-o-down:before {
  content: "\f0a7"; }

/* line 4, font-awesome.min.css */
.fa-arrow-circle-left:before {
  content: "\f0a8"; }

/* line 4, font-awesome.min.css */
.fa-arrow-circle-right:before {
  content: "\f0a9"; }

/* line 4, font-awesome.min.css */
.fa-arrow-circle-up:before {
  content: "\f0aa"; }

/* line 4, font-awesome.min.css */
.fa-arrow-circle-down:before {
  content: "\f0ab"; }

/* line 4, font-awesome.min.css */
.fa-globe:before {
  content: "\f0ac"; }

/* line 4, font-awesome.min.css */
.fa-wrench:before {
  content: "\f0ad"; }

/* line 4, font-awesome.min.css */
.fa-tasks:before {
  content: "\f0ae"; }

/* line 4, font-awesome.min.css */
.fa-filter:before {
  content: "\f0b0"; }

/* line 4, font-awesome.min.css */
.fa-briefcase:before {
  content: "\f0b1"; }

/* line 4, font-awesome.min.css */
.fa-arrows-alt:before {
  content: "\f0b2"; }

/* line 4, font-awesome.min.css */
.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

/* line 4, font-awesome.min.css */
.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

/* line 4, font-awesome.min.css */
.fa-cloud:before {
  content: "\f0c2"; }

/* line 4, font-awesome.min.css */
.fa-flask:before {
  content: "\f0c3"; }

/* line 4, font-awesome.min.css */
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

/* line 4, font-awesome.min.css */
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

/* line 4, font-awesome.min.css */
.fa-paperclip:before {
  content: "\f0c6"; }

/* line 4, font-awesome.min.css */
.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

/* line 4, font-awesome.min.css */
.fa-square:before {
  content: "\f0c8"; }

/* line 4, font-awesome.min.css */
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

/* line 4, font-awesome.min.css */
.fa-list-ul:before {
  content: "\f0ca"; }

/* line 4, font-awesome.min.css */
.fa-list-ol:before {
  content: "\f0cb"; }

/* line 4, font-awesome.min.css */
.fa-strikethrough:before {
  content: "\f0cc"; }

/* line 4, font-awesome.min.css */
.fa-underline:before {
  content: "\f0cd"; }

/* line 4, font-awesome.min.css */
.fa-table:before {
  content: "\f0ce"; }

/* line 4, font-awesome.min.css */
.fa-magic:before {
  content: "\f0d0"; }

/* line 4, font-awesome.min.css */
.fa-truck:before {
  content: "\f0d1"; }

/* line 4, font-awesome.min.css */
.fa-pinterest:before {
  content: "\f0d2"; }

/* line 4, font-awesome.min.css */
.fa-pinterest-square:before {
  content: "\f0d3"; }

/* line 4, font-awesome.min.css */
.fa-google-plus-square:before {
  content: "\f0d4"; }

/* line 4, font-awesome.min.css */
.fa-google-plus:before {
  content: "\f0d5"; }

/* line 4, font-awesome.min.css */
.fa-money:before {
  content: "\f0d6"; }

/* line 4, font-awesome.min.css */
.fa-caret-down:before {
  content: "\f0d7"; }

/* line 4, font-awesome.min.css */
.fa-caret-up:before {
  content: "\f0d8"; }

/* line 4, font-awesome.min.css */
.fa-caret-left:before {
  content: "\f0d9"; }

/* line 4, font-awesome.min.css */
.fa-caret-right:before {
  content: "\f0da"; }

/* line 4, font-awesome.min.css */
.fa-columns:before {
  content: "\f0db"; }

/* line 4, font-awesome.min.css */
.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

/* line 4, font-awesome.min.css */
.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

/* line 4, font-awesome.min.css */
.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

/* line 4, font-awesome.min.css */
.fa-envelope:before {
  content: "\f0e0"; }

/* line 4, font-awesome.min.css */
.fa-linkedin:before {
  content: "\f0e1"; }

/* line 4, font-awesome.min.css */
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

/* line 4, font-awesome.min.css */
.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

/* line 4, font-awesome.min.css */
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

/* line 4, font-awesome.min.css */
.fa-comment-o:before {
  content: "\f0e5"; }

/* line 4, font-awesome.min.css */
.fa-comments-o:before {
  content: "\f0e6"; }

/* line 4, font-awesome.min.css */
.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

/* line 4, font-awesome.min.css */
.fa-sitemap:before {
  content: "\f0e8"; }

/* line 4, font-awesome.min.css */
.fa-umbrella:before {
  content: "\f0e9"; }

/* line 4, font-awesome.min.css */
.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

/* line 4, font-awesome.min.css */
.fa-lightbulb-o:before {
  content: "\f0eb"; }

/* line 4, font-awesome.min.css */
.fa-exchange:before {
  content: "\f0ec"; }

/* line 4, font-awesome.min.css */
.fa-cloud-download:before {
  content: "\f0ed"; }

/* line 4, font-awesome.min.css */
.fa-cloud-upload:before {
  content: "\f0ee"; }

/* line 4, font-awesome.min.css */
.fa-user-md:before {
  content: "\f0f0"; }

/* line 4, font-awesome.min.css */
.fa-stethoscope:before {
  content: "\f0f1"; }

/* line 4, font-awesome.min.css */
.fa-suitcase:before {
  content: "\f0f2"; }

/* line 4, font-awesome.min.css */
.fa-bell-o:before {
  content: "\f0a2"; }

/* line 4, font-awesome.min.css */
.fa-coffee:before {
  content: "\f0f4"; }

/* line 4, font-awesome.min.css */
.fa-cutlery:before {
  content: "\f0f5"; }

/* line 4, font-awesome.min.css */
.fa-file-text-o:before {
  content: "\f0f6"; }

/* line 4, font-awesome.min.css */
.fa-building-o:before {
  content: "\f0f7"; }

/* line 4, font-awesome.min.css */
.fa-hospital-o:before {
  content: "\f0f8"; }

/* line 4, font-awesome.min.css */
.fa-ambulance:before {
  content: "\f0f9"; }

/* line 4, font-awesome.min.css */
.fa-medkit:before {
  content: "\f0fa"; }

/* line 4, font-awesome.min.css */
.fa-fighter-jet:before {
  content: "\f0fb"; }

/* line 4, font-awesome.min.css */
.fa-beer:before {
  content: "\f0fc"; }

/* line 4, font-awesome.min.css */
.fa-h-square:before {
  content: "\f0fd"; }

/* line 4, font-awesome.min.css */
.fa-plus-square:before {
  content: "\f0fe"; }

/* line 4, font-awesome.min.css */
.fa-angle-double-left:before {
  content: "\f100"; }

/* line 4, font-awesome.min.css */
.fa-angle-double-right:before {
  content: "\f101"; }

/* line 4, font-awesome.min.css */
.fa-angle-double-up:before {
  content: "\f102"; }

/* line 4, font-awesome.min.css */
.fa-angle-double-down:before {
  content: "\f103"; }

/* line 4, font-awesome.min.css */
.fa-angle-left:before {
  content: "\f104"; }

/* line 4, font-awesome.min.css */
.fa-angle-right:before {
  content: "\f105"; }

/* line 4, font-awesome.min.css */
.fa-angle-up:before {
  content: "\f106"; }

/* line 4, font-awesome.min.css */
.fa-angle-down:before {
  content: "\f107"; }

/* line 4, font-awesome.min.css */
.fa-desktop:before {
  content: "\f108"; }

/* line 4, font-awesome.min.css */
.fa-laptop:before {
  content: "\f109"; }

/* line 4, font-awesome.min.css */
.fa-tablet:before {
  content: "\f10a"; }

/* line 4, font-awesome.min.css */
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

/* line 4, font-awesome.min.css */
.fa-circle-o:before {
  content: "\f10c"; }

/* line 4, font-awesome.min.css */
.fa-quote-left:before {
  content: "\f10d"; }

/* line 4, font-awesome.min.css */
.fa-quote-right:before {
  content: "\f10e"; }

/* line 4, font-awesome.min.css */
.fa-spinner:before {
  content: "\f110"; }

/* line 4, font-awesome.min.css */
.fa-circle:before {
  content: "\f111"; }

/* line 4, font-awesome.min.css */
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

/* line 4, font-awesome.min.css */
.fa-github-alt:before {
  content: "\f113"; }

/* line 4, font-awesome.min.css */
.fa-folder-o:before {
  content: "\f114"; }

/* line 4, font-awesome.min.css */
.fa-folder-open-o:before {
  content: "\f115"; }

/* line 4, font-awesome.min.css */
.fa-smile-o:before {
  content: "\f118"; }

/* line 4, font-awesome.min.css */
.fa-frown-o:before {
  content: "\f119"; }

/* line 4, font-awesome.min.css */
.fa-meh-o:before {
  content: "\f11a"; }

/* line 4, font-awesome.min.css */
.fa-gamepad:before {
  content: "\f11b"; }

/* line 4, font-awesome.min.css */
.fa-keyboard-o:before {
  content: "\f11c"; }

/* line 4, font-awesome.min.css */
.fa-flag-o:before {
  content: "\f11d"; }

/* line 4, font-awesome.min.css */
.fa-flag-checkered:before {
  content: "\f11e"; }

/* line 4, font-awesome.min.css */
.fa-terminal:before {
  content: "\f120"; }

/* line 4, font-awesome.min.css */
.fa-code:before {
  content: "\f121"; }

/* line 4, font-awesome.min.css */
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

/* line 4, font-awesome.min.css */
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

/* line 4, font-awesome.min.css */
.fa-location-arrow:before {
  content: "\f124"; }

/* line 4, font-awesome.min.css */
.fa-crop:before {
  content: "\f125"; }

/* line 4, font-awesome.min.css */
.fa-code-fork:before {
  content: "\f126"; }

/* line 4, font-awesome.min.css */
.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

/* line 4, font-awesome.min.css */
.fa-question:before {
  content: "\f128"; }

/* line 4, font-awesome.min.css */
.fa-info:before {
  content: "\f129"; }

/* line 4, font-awesome.min.css */
.fa-exclamation:before {
  content: "\f12a"; }

/* line 4, font-awesome.min.css */
.fa-superscript:before {
  content: "\f12b"; }

/* line 4, font-awesome.min.css */
.fa-subscript:before {
  content: "\f12c"; }

/* line 4, font-awesome.min.css */
.fa-eraser:before {
  content: "\f12d"; }

/* line 4, font-awesome.min.css */
.fa-puzzle-piece:before {
  content: "\f12e"; }

/* line 4, font-awesome.min.css */
.fa-microphone:before {
  content: "\f130"; }

/* line 4, font-awesome.min.css */
.fa-microphone-slash:before {
  content: "\f131"; }

/* line 4, font-awesome.min.css */
.fa-shield:before {
  content: "\f132"; }

/* line 4, font-awesome.min.css */
.fa-calendar-o:before {
  content: "\f133"; }

/* line 4, font-awesome.min.css */
.fa-fire-extinguisher:before {
  content: "\f134"; }

/* line 4, font-awesome.min.css */
.fa-rocket:before {
  content: "\f135"; }

/* line 4, font-awesome.min.css */
.fa-maxcdn:before {
  content: "\f136"; }

/* line 4, font-awesome.min.css */
.fa-chevron-circle-left:before {
  content: "\f137"; }

/* line 4, font-awesome.min.css */
.fa-chevron-circle-right:before {
  content: "\f138"; }

/* line 4, font-awesome.min.css */
.fa-chevron-circle-up:before {
  content: "\f139"; }

/* line 4, font-awesome.min.css */
.fa-chevron-circle-down:before {
  content: "\f13a"; }

/* line 4, font-awesome.min.css */
.fa-html5:before {
  content: "\f13b"; }

/* line 4, font-awesome.min.css */
.fa-css3:before {
  content: "\f13c"; }

/* line 4, font-awesome.min.css */
.fa-anchor:before {
  content: "\f13d"; }

/* line 4, font-awesome.min.css */
.fa-unlock-alt:before {
  content: "\f13e"; }

/* line 4, font-awesome.min.css */
.fa-bullseye:before {
  content: "\f140"; }

/* line 4, font-awesome.min.css */
.fa-ellipsis-h:before {
  content: "\f141"; }

/* line 4, font-awesome.min.css */
.fa-ellipsis-v:before {
  content: "\f142"; }

/* line 4, font-awesome.min.css */
.fa-rss-square:before {
  content: "\f143"; }

/* line 4, font-awesome.min.css */
.fa-play-circle:before {
  content: "\f144"; }

/* line 4, font-awesome.min.css */
.fa-ticket:before {
  content: "\f145"; }

/* line 4, font-awesome.min.css */
.fa-minus-square:before {
  content: "\f146"; }

/* line 4, font-awesome.min.css */
.fa-minus-square-o:before {
  content: "\f147"; }

/* line 4, font-awesome.min.css */
.fa-level-up:before {
  content: "\f148"; }

/* line 4, font-awesome.min.css */
.fa-level-down:before {
  content: "\f149"; }

/* line 4, font-awesome.min.css */
.fa-check-square:before {
  content: "\f14a"; }

/* line 4, font-awesome.min.css */
.fa-pencil-square:before {
  content: "\f14b"; }

/* line 4, font-awesome.min.css */
.fa-external-link-square:before {
  content: "\f14c"; }

/* line 4, font-awesome.min.css */
.fa-share-square:before {
  content: "\f14d"; }

/* line 4, font-awesome.min.css */
.fa-compass:before {
  content: "\f14e"; }

/* line 4, font-awesome.min.css */
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

/* line 4, font-awesome.min.css */
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

/* line 4, font-awesome.min.css */
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

/* line 4, font-awesome.min.css */
.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

/* line 4, font-awesome.min.css */
.fa-gbp:before {
  content: "\f154"; }

/* line 4, font-awesome.min.css */
.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

/* line 4, font-awesome.min.css */
.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

/* line 4, font-awesome.min.css */
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

/* line 4, font-awesome.min.css */
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

/* line 4, font-awesome.min.css */
.fa-won:before, .fa-krw:before {
  content: "\f159"; }

/* line 4, font-awesome.min.css */
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

/* line 4, font-awesome.min.css */
.fa-file:before {
  content: "\f15b"; }

/* line 4, font-awesome.min.css */
.fa-file-text:before {
  content: "\f15c"; }

/* line 4, font-awesome.min.css */
.fa-sort-alpha-asc:before {
  content: "\f15d"; }

/* line 4, font-awesome.min.css */
.fa-sort-alpha-desc:before {
  content: "\f15e"; }

/* line 4, font-awesome.min.css */
.fa-sort-amount-asc:before {
  content: "\f160"; }

/* line 4, font-awesome.min.css */
.fa-sort-amount-desc:before {
  content: "\f161"; }

/* line 4, font-awesome.min.css */
.fa-sort-numeric-asc:before {
  content: "\f162"; }

/* line 4, font-awesome.min.css */
.fa-sort-numeric-desc:before {
  content: "\f163"; }

/* line 4, font-awesome.min.css */
.fa-thumbs-up:before {
  content: "\f164"; }

/* line 4, font-awesome.min.css */
.fa-thumbs-down:before {
  content: "\f165"; }

/* line 4, font-awesome.min.css */
.fa-youtube-square:before {
  content: "\f166"; }

/* line 4, font-awesome.min.css */
.fa-youtube:before {
  content: "\f167"; }

/* line 4, font-awesome.min.css */
.fa-xing:before {
  content: "\f168"; }

/* line 4, font-awesome.min.css */
.fa-xing-square:before {
  content: "\f169"; }

/* line 4, font-awesome.min.css */
.fa-youtube-play:before {
  content: "\f16a"; }

/* line 4, font-awesome.min.css */
.fa-dropbox:before {
  content: "\f16b"; }

/* line 4, font-awesome.min.css */
.fa-stack-overflow:before {
  content: "\f16c"; }

/* line 4, font-awesome.min.css */
.fa-instagram:before {
  content: "\f16d"; }

/* line 4, font-awesome.min.css */
.fa-flickr:before {
  content: "\f16e"; }

/* line 4, font-awesome.min.css */
.fa-adn:before {
  content: "\f170"; }

/* line 4, font-awesome.min.css */
.fa-bitbucket:before {
  content: "\f171"; }

/* line 4, font-awesome.min.css */
.fa-bitbucket-square:before {
  content: "\f172"; }

/* line 4, font-awesome.min.css */
.fa-tumblr:before {
  content: "\f173"; }

/* line 4, font-awesome.min.css */
.fa-tumblr-square:before {
  content: "\f174"; }

/* line 4, font-awesome.min.css */
.fa-long-arrow-down:before {
  content: "\f175"; }

/* line 4, font-awesome.min.css */
.fa-long-arrow-up:before {
  content: "\f176"; }

/* line 4, font-awesome.min.css */
.fa-long-arrow-left:before {
  content: "\f177"; }

/* line 4, font-awesome.min.css */
.fa-long-arrow-right:before {
  content: "\f178"; }

/* line 4, font-awesome.min.css */
.fa-apple:before {
  content: "\f179"; }

/* line 4, font-awesome.min.css */
.fa-windows:before {
  content: "\f17a"; }

/* line 4, font-awesome.min.css */
.fa-android:before {
  content: "\f17b"; }

/* line 4, font-awesome.min.css */
.fa-linux:before {
  content: "\f17c"; }

/* line 4, font-awesome.min.css */
.fa-dribbble:before {
  content: "\f17d"; }

/* line 4, font-awesome.min.css */
.fa-skype:before {
  content: "\f17e"; }

/* line 4, font-awesome.min.css */
.fa-foursquare:before {
  content: "\f180"; }

/* line 4, font-awesome.min.css */
.fa-trello:before {
  content: "\f181"; }

/* line 4, font-awesome.min.css */
.fa-female:before {
  content: "\f182"; }

/* line 4, font-awesome.min.css */
.fa-male:before {
  content: "\f183"; }

/* line 4, font-awesome.min.css */
.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

/* line 4, font-awesome.min.css */
.fa-sun-o:before {
  content: "\f185"; }

/* line 4, font-awesome.min.css */
.fa-moon-o:before {
  content: "\f186"; }

/* line 4, font-awesome.min.css */
.fa-archive:before {
  content: "\f187"; }

/* line 4, font-awesome.min.css */
.fa-bug:before {
  content: "\f188"; }

/* line 4, font-awesome.min.css */
.fa-vk:before {
  content: "\f189"; }

/* line 4, font-awesome.min.css */
.fa-weibo:before {
  content: "\f18a"; }

/* line 4, font-awesome.min.css */
.fa-renren:before {
  content: "\f18b"; }

/* line 4, font-awesome.min.css */
.fa-pagelines:before {
  content: "\f18c"; }

/* line 4, font-awesome.min.css */
.fa-stack-exchange:before {
  content: "\f18d"; }

/* line 4, font-awesome.min.css */
.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

/* line 4, font-awesome.min.css */
.fa-arrow-circle-o-left:before {
  content: "\f190"; }

/* line 4, font-awesome.min.css */
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

/* line 4, font-awesome.min.css */
.fa-dot-circle-o:before {
  content: "\f192"; }

/* line 4, font-awesome.min.css */
.fa-wheelchair:before {
  content: "\f193"; }

/* line 4, font-awesome.min.css */
.fa-vimeo-square:before {
  content: "\f194"; }

/* line 4, font-awesome.min.css */
.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

/* line 4, font-awesome.min.css */
.fa-plus-square-o:before {
  content: "\f196"; }

/* line 4, font-awesome.min.css */
.fa-space-shuttle:before {
  content: "\f197"; }

/* line 4, font-awesome.min.css */
.fa-slack:before {
  content: "\f198"; }

/* line 4, font-awesome.min.css */
.fa-envelope-square:before {
  content: "\f199"; }

/* line 4, font-awesome.min.css */
.fa-wordpress:before {
  content: "\f19a"; }

/* line 4, font-awesome.min.css */
.fa-openid:before {
  content: "\f19b"; }

/* line 4, font-awesome.min.css */
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

/* line 4, font-awesome.min.css */
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

/* line 4, font-awesome.min.css */
.fa-yahoo:before {
  content: "\f19e"; }

/* line 4, font-awesome.min.css */
.fa-google:before {
  content: "\f1a0"; }

/* line 4, font-awesome.min.css */
.fa-reddit:before {
  content: "\f1a1"; }

/* line 4, font-awesome.min.css */
.fa-reddit-square:before {
  content: "\f1a2"; }

/* line 4, font-awesome.min.css */
.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

/* line 4, font-awesome.min.css */
.fa-stumbleupon:before {
  content: "\f1a4"; }

/* line 4, font-awesome.min.css */
.fa-delicious:before {
  content: "\f1a5"; }

/* line 4, font-awesome.min.css */
.fa-digg:before {
  content: "\f1a6"; }

/* line 4, font-awesome.min.css */
.fa-pied-piper-pp:before {
  content: "\f1a7"; }

/* line 4, font-awesome.min.css */
.fa-pied-piper-alt:before {
  content: "\f1a8"; }

/* line 4, font-awesome.min.css */
.fa-drupal:before {
  content: "\f1a9"; }

/* line 4, font-awesome.min.css */
.fa-joomla:before {
  content: "\f1aa"; }

/* line 4, font-awesome.min.css */
.fa-language:before {
  content: "\f1ab"; }

/* line 4, font-awesome.min.css */
.fa-fax:before {
  content: "\f1ac"; }

/* line 4, font-awesome.min.css */
.fa-building:before {
  content: "\f1ad"; }

/* line 4, font-awesome.min.css */
.fa-child:before {
  content: "\f1ae"; }

/* line 4, font-awesome.min.css */
.fa-paw:before {
  content: "\f1b0"; }

/* line 4, font-awesome.min.css */
.fa-spoon:before {
  content: "\f1b1"; }

/* line 4, font-awesome.min.css */
.fa-cube:before {
  content: "\f1b2"; }

/* line 4, font-awesome.min.css */
.fa-cubes:before {
  content: "\f1b3"; }

/* line 4, font-awesome.min.css */
.fa-behance:before {
  content: "\f1b4"; }

/* line 4, font-awesome.min.css */
.fa-behance-square:before {
  content: "\f1b5"; }

/* line 4, font-awesome.min.css */
.fa-steam:before {
  content: "\f1b6"; }

/* line 4, font-awesome.min.css */
.fa-steam-square:before {
  content: "\f1b7"; }

/* line 4, font-awesome.min.css */
.fa-recycle:before {
  content: "\f1b8"; }

/* line 4, font-awesome.min.css */
.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

/* line 4, font-awesome.min.css */
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

/* line 4, font-awesome.min.css */
.fa-tree:before {
  content: "\f1bb"; }

/* line 4, font-awesome.min.css */
.fa-spotify:before {
  content: "\f1bc"; }

/* line 4, font-awesome.min.css */
.fa-deviantart:before {
  content: "\f1bd"; }

/* line 4, font-awesome.min.css */
.fa-soundcloud:before {
  content: "\f1be"; }

/* line 4, font-awesome.min.css */
.fa-database:before {
  content: "\f1c0"; }

/* line 4, font-awesome.min.css */
.fa-file-pdf-o:before {
  content: "\f1c1"; }

/* line 4, font-awesome.min.css */
.fa-file-word-o:before {
  content: "\f1c2"; }

/* line 4, font-awesome.min.css */
.fa-file-excel-o:before {
  content: "\f1c3"; }

/* line 4, font-awesome.min.css */
.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

/* line 4, font-awesome.min.css */
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

/* line 4, font-awesome.min.css */
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

/* line 4, font-awesome.min.css */
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

/* line 4, font-awesome.min.css */
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

/* line 4, font-awesome.min.css */
.fa-file-code-o:before {
  content: "\f1c9"; }

/* line 4, font-awesome.min.css */
.fa-vine:before {
  content: "\f1ca"; }

/* line 4, font-awesome.min.css */
.fa-codepen:before {
  content: "\f1cb"; }

/* line 4, font-awesome.min.css */
.fa-jsfiddle:before {
  content: "\f1cc"; }

/* line 4, font-awesome.min.css */
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

/* line 4, font-awesome.min.css */
.fa-circle-o-notch:before {
  content: "\f1ce"; }

/* line 4, font-awesome.min.css */
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0"; }

/* line 4, font-awesome.min.css */
.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

/* line 4, font-awesome.min.css */
.fa-git-square:before {
  content: "\f1d2"; }

/* line 4, font-awesome.min.css */
.fa-git:before {
  content: "\f1d3"; }

/* line 4, font-awesome.min.css */
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

/* line 4, font-awesome.min.css */
.fa-tencent-weibo:before {
  content: "\f1d5"; }

/* line 4, font-awesome.min.css */
.fa-qq:before {
  content: "\f1d6"; }

/* line 4, font-awesome.min.css */
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

/* line 4, font-awesome.min.css */
.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

/* line 4, font-awesome.min.css */
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

/* line 4, font-awesome.min.css */
.fa-history:before {
  content: "\f1da"; }

/* line 4, font-awesome.min.css */
.fa-circle-thin:before {
  content: "\f1db"; }

/* line 4, font-awesome.min.css */
.fa-header:before {
  content: "\f1dc"; }

/* line 4, font-awesome.min.css */
.fa-paragraph:before {
  content: "\f1dd"; }

/* line 4, font-awesome.min.css */
.fa-sliders:before {
  content: "\f1de"; }

/* line 4, font-awesome.min.css */
.fa-share-alt:before {
  content: "\f1e0"; }

/* line 4, font-awesome.min.css */
.fa-share-alt-square:before {
  content: "\f1e1"; }

/* line 4, font-awesome.min.css */
.fa-bomb:before {
  content: "\f1e2"; }

/* line 4, font-awesome.min.css */
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

/* line 4, font-awesome.min.css */
.fa-tty:before {
  content: "\f1e4"; }

/* line 4, font-awesome.min.css */
.fa-binoculars:before {
  content: "\f1e5"; }

/* line 4, font-awesome.min.css */
.fa-plug:before {
  content: "\f1e6"; }

/* line 4, font-awesome.min.css */
.fa-slideshare:before {
  content: "\f1e7"; }

/* line 4, font-awesome.min.css */
.fa-twitch:before {
  content: "\f1e8"; }

/* line 4, font-awesome.min.css */
.fa-yelp:before {
  content: "\f1e9"; }

/* line 4, font-awesome.min.css */
.fa-newspaper-o:before {
  content: "\f1ea"; }

/* line 4, font-awesome.min.css */
.fa-wifi:before {
  content: "\f1eb"; }

/* line 4, font-awesome.min.css */
.fa-calculator:before {
  content: "\f1ec"; }

/* line 4, font-awesome.min.css */
.fa-paypal:before {
  content: "\f1ed"; }

/* line 4, font-awesome.min.css */
.fa-google-wallet:before {
  content: "\f1ee"; }

/* line 4, font-awesome.min.css */
.fa-cc-visa:before {
  content: "\f1f0"; }

/* line 4, font-awesome.min.css */
.fa-cc-mastercard:before {
  content: "\f1f1"; }

/* line 4, font-awesome.min.css */
.fa-cc-discover:before {
  content: "\f1f2"; }

/* line 4, font-awesome.min.css */
.fa-cc-amex:before {
  content: "\f1f3"; }

/* line 4, font-awesome.min.css */
.fa-cc-paypal:before {
  content: "\f1f4"; }

/* line 4, font-awesome.min.css */
.fa-cc-stripe:before {
  content: "\f1f5"; }

/* line 4, font-awesome.min.css */
.fa-bell-slash:before {
  content: "\f1f6"; }

/* line 4, font-awesome.min.css */
.fa-bell-slash-o:before {
  content: "\f1f7"; }

/* line 4, font-awesome.min.css */
.fa-trash:before {
  content: "\f1f8"; }

/* line 4, font-awesome.min.css */
.fa-copyright:before {
  content: "\f1f9"; }

/* line 4, font-awesome.min.css */
.fa-at:before {
  content: "\f1fa"; }

/* line 4, font-awesome.min.css */
.fa-eyedropper:before {
  content: "\f1fb"; }

/* line 4, font-awesome.min.css */
.fa-paint-brush:before {
  content: "\f1fc"; }

/* line 4, font-awesome.min.css */
.fa-birthday-cake:before {
  content: "\f1fd"; }

/* line 4, font-awesome.min.css */
.fa-area-chart:before {
  content: "\f1fe"; }

/* line 4, font-awesome.min.css */
.fa-pie-chart:before {
  content: "\f200"; }

/* line 4, font-awesome.min.css */
.fa-line-chart:before {
  content: "\f201"; }

/* line 4, font-awesome.min.css */
.fa-lastfm:before {
  content: "\f202"; }

/* line 4, font-awesome.min.css */
.fa-lastfm-square:before {
  content: "\f203"; }

/* line 4, font-awesome.min.css */
.fa-toggle-off:before {
  content: "\f204"; }

/* line 4, font-awesome.min.css */
.fa-toggle-on:before {
  content: "\f205"; }

/* line 4, font-awesome.min.css */
.fa-bicycle:before {
  content: "\f206"; }

/* line 4, font-awesome.min.css */
.fa-bus:before {
  content: "\f207"; }

/* line 4, font-awesome.min.css */
.fa-ioxhost:before {
  content: "\f208"; }

/* line 4, font-awesome.min.css */
.fa-angellist:before {
  content: "\f209"; }

/* line 4, font-awesome.min.css */
.fa-cc:before {
  content: "\f20a"; }

/* line 4, font-awesome.min.css */
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

/* line 4, font-awesome.min.css */
.fa-meanpath:before {
  content: "\f20c"; }

/* line 4, font-awesome.min.css */
.fa-buysellads:before {
  content: "\f20d"; }

/* line 4, font-awesome.min.css */
.fa-connectdevelop:before {
  content: "\f20e"; }

/* line 4, font-awesome.min.css */
.fa-dashcube:before {
  content: "\f210"; }

/* line 4, font-awesome.min.css */
.fa-forumbee:before {
  content: "\f211"; }

/* line 4, font-awesome.min.css */
.fa-leanpub:before {
  content: "\f212"; }

/* line 4, font-awesome.min.css */
.fa-sellsy:before {
  content: "\f213"; }

/* line 4, font-awesome.min.css */
.fa-shirtsinbulk:before {
  content: "\f214"; }

/* line 4, font-awesome.min.css */
.fa-simplybuilt:before {
  content: "\f215"; }

/* line 4, font-awesome.min.css */
.fa-skyatlas:before {
  content: "\f216"; }

/* line 4, font-awesome.min.css */
.fa-cart-plus:before {
  content: "\f217"; }

/* line 4, font-awesome.min.css */
.fa-cart-arrow-down:before {
  content: "\f218"; }

/* line 4, font-awesome.min.css */
.fa-diamond:before {
  content: "\f219"; }

/* line 4, font-awesome.min.css */
.fa-ship:before {
  content: "\f21a"; }

/* line 4, font-awesome.min.css */
.fa-user-secret:before {
  content: "\f21b"; }

/* line 4, font-awesome.min.css */
.fa-motorcycle:before {
  content: "\f21c"; }

/* line 4, font-awesome.min.css */
.fa-street-view:before {
  content: "\f21d"; }

/* line 4, font-awesome.min.css */
.fa-heartbeat:before {
  content: "\f21e"; }

/* line 4, font-awesome.min.css */
.fa-venus:before {
  content: "\f221"; }

/* line 4, font-awesome.min.css */
.fa-mars:before {
  content: "\f222"; }

/* line 4, font-awesome.min.css */
.fa-mercury:before {
  content: "\f223"; }

/* line 4, font-awesome.min.css */
.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

/* line 4, font-awesome.min.css */
.fa-transgender-alt:before {
  content: "\f225"; }

/* line 4, font-awesome.min.css */
.fa-venus-double:before {
  content: "\f226"; }

/* line 4, font-awesome.min.css */
.fa-mars-double:before {
  content: "\f227"; }

/* line 4, font-awesome.min.css */
.fa-venus-mars:before {
  content: "\f228"; }

/* line 4, font-awesome.min.css */
.fa-mars-stroke:before {
  content: "\f229"; }

/* line 4, font-awesome.min.css */
.fa-mars-stroke-v:before {
  content: "\f22a"; }

/* line 4, font-awesome.min.css */
.fa-mars-stroke-h:before {
  content: "\f22b"; }

/* line 4, font-awesome.min.css */
.fa-neuter:before {
  content: "\f22c"; }

/* line 4, font-awesome.min.css */
.fa-genderless:before {
  content: "\f22d"; }

/* line 4, font-awesome.min.css */
.fa-facebook-official:before {
  content: "\f230"; }

/* line 4, font-awesome.min.css */
.fa-pinterest-p:before {
  content: "\f231"; }

/* line 4, font-awesome.min.css */
.fa-whatsapp:before {
  content: "\f232"; }

/* line 4, font-awesome.min.css */
.fa-server:before {
  content: "\f233"; }

/* line 4, font-awesome.min.css */
.fa-user-plus:before {
  content: "\f234"; }

/* line 4, font-awesome.min.css */
.fa-user-times:before {
  content: "\f235"; }

/* line 4, font-awesome.min.css */
.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

/* line 4, font-awesome.min.css */
.fa-viacoin:before {
  content: "\f237"; }

/* line 4, font-awesome.min.css */
.fa-train:before {
  content: "\f238"; }

/* line 4, font-awesome.min.css */
.fa-subway:before {
  content: "\f239"; }

/* line 4, font-awesome.min.css */
.fa-medium:before {
  content: "\f23a"; }

/* line 4, font-awesome.min.css */
.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

/* line 4, font-awesome.min.css */
.fa-optin-monster:before {
  content: "\f23c"; }

/* line 4, font-awesome.min.css */
.fa-opencart:before {
  content: "\f23d"; }

/* line 4, font-awesome.min.css */
.fa-expeditedssl:before {
  content: "\f23e"; }

/* line 4, font-awesome.min.css */
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240"; }

/* line 4, font-awesome.min.css */
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

/* line 4, font-awesome.min.css */
.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

/* line 4, font-awesome.min.css */
.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

/* line 4, font-awesome.min.css */
.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

/* line 4, font-awesome.min.css */
.fa-mouse-pointer:before {
  content: "\f245"; }

/* line 4, font-awesome.min.css */
.fa-i-cursor:before {
  content: "\f246"; }

/* line 4, font-awesome.min.css */
.fa-object-group:before {
  content: "\f247"; }

/* line 4, font-awesome.min.css */
.fa-object-ungroup:before {
  content: "\f248"; }

/* line 4, font-awesome.min.css */
.fa-sticky-note:before {
  content: "\f249"; }

/* line 4, font-awesome.min.css */
.fa-sticky-note-o:before {
  content: "\f24a"; }

/* line 4, font-awesome.min.css */
.fa-cc-jcb:before {
  content: "\f24b"; }

/* line 4, font-awesome.min.css */
.fa-cc-diners-club:before {
  content: "\f24c"; }

/* line 4, font-awesome.min.css */
.fa-clone:before {
  content: "\f24d"; }

/* line 4, font-awesome.min.css */
.fa-balance-scale:before {
  content: "\f24e"; }

/* line 4, font-awesome.min.css */
.fa-hourglass-o:before {
  content: "\f250"; }

/* line 4, font-awesome.min.css */
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

/* line 4, font-awesome.min.css */
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

/* line 4, font-awesome.min.css */
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

/* line 4, font-awesome.min.css */
.fa-hourglass:before {
  content: "\f254"; }

/* line 4, font-awesome.min.css */
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

/* line 4, font-awesome.min.css */
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

/* line 4, font-awesome.min.css */
.fa-hand-scissors-o:before {
  content: "\f257"; }

/* line 4, font-awesome.min.css */
.fa-hand-lizard-o:before {
  content: "\f258"; }

/* line 4, font-awesome.min.css */
.fa-hand-spock-o:before {
  content: "\f259"; }

/* line 4, font-awesome.min.css */
.fa-hand-pointer-o:before {
  content: "\f25a"; }

/* line 4, font-awesome.min.css */
.fa-hand-peace-o:before {
  content: "\f25b"; }

/* line 4, font-awesome.min.css */
.fa-trademark:before {
  content: "\f25c"; }

/* line 4, font-awesome.min.css */
.fa-registered:before {
  content: "\f25d"; }

/* line 4, font-awesome.min.css */
.fa-creative-commons:before {
  content: "\f25e"; }

/* line 4, font-awesome.min.css */
.fa-gg:before {
  content: "\f260"; }

/* line 4, font-awesome.min.css */
.fa-gg-circle:before {
  content: "\f261"; }

/* line 4, font-awesome.min.css */
.fa-tripadvisor:before {
  content: "\f262"; }

/* line 4, font-awesome.min.css */
.fa-odnoklassniki:before {
  content: "\f263"; }

/* line 4, font-awesome.min.css */
.fa-odnoklassniki-square:before {
  content: "\f264"; }

/* line 4, font-awesome.min.css */
.fa-get-pocket:before {
  content: "\f265"; }

/* line 4, font-awesome.min.css */
.fa-wikipedia-w:before {
  content: "\f266"; }

/* line 4, font-awesome.min.css */
.fa-safari:before {
  content: "\f267"; }

/* line 4, font-awesome.min.css */
.fa-chrome:before {
  content: "\f268"; }

/* line 4, font-awesome.min.css */
.fa-firefox:before {
  content: "\f269"; }

/* line 4, font-awesome.min.css */
.fa-opera:before {
  content: "\f26a"; }

/* line 4, font-awesome.min.css */
.fa-internet-explorer:before {
  content: "\f26b"; }

/* line 4, font-awesome.min.css */
.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

/* line 4, font-awesome.min.css */
.fa-contao:before {
  content: "\f26d"; }

/* line 4, font-awesome.min.css */
.fa-500px:before {
  content: "\f26e"; }

/* line 4, font-awesome.min.css */
.fa-amazon:before {
  content: "\f270"; }

/* line 4, font-awesome.min.css */
.fa-calendar-plus-o:before {
  content: "\f271"; }

/* line 4, font-awesome.min.css */
.fa-calendar-minus-o:before {
  content: "\f272"; }

/* line 4, font-awesome.min.css */
.fa-calendar-times-o:before {
  content: "\f273"; }

/* line 4, font-awesome.min.css */
.fa-calendar-check-o:before {
  content: "\f274"; }

/* line 4, font-awesome.min.css */
.fa-industry:before {
  content: "\f275"; }

/* line 4, font-awesome.min.css */
.fa-map-pin:before {
  content: "\f276"; }

/* line 4, font-awesome.min.css */
.fa-map-signs:before {
  content: "\f277"; }

/* line 4, font-awesome.min.css */
.fa-map-o:before {
  content: "\f278"; }

/* line 4, font-awesome.min.css */
.fa-map:before {
  content: "\f279"; }

/* line 4, font-awesome.min.css */
.fa-commenting:before {
  content: "\f27a"; }

/* line 4, font-awesome.min.css */
.fa-commenting-o:before {
  content: "\f27b"; }

/* line 4, font-awesome.min.css */
.fa-houzz:before {
  content: "\f27c"; }

/* line 4, font-awesome.min.css */
.fa-vimeo:before {
  content: "\f27d"; }

/* line 4, font-awesome.min.css */
.fa-black-tie:before {
  content: "\f27e"; }

/* line 4, font-awesome.min.css */
.fa-fonticons:before {
  content: "\f280"; }

/* line 4, font-awesome.min.css */
.fa-reddit-alien:before {
  content: "\f281"; }

/* line 4, font-awesome.min.css */
.fa-edge:before {
  content: "\f282"; }

/* line 4, font-awesome.min.css */
.fa-credit-card-alt:before {
  content: "\f283"; }

/* line 4, font-awesome.min.css */
.fa-codiepie:before {
  content: "\f284"; }

/* line 4, font-awesome.min.css */
.fa-modx:before {
  content: "\f285"; }

/* line 4, font-awesome.min.css */
.fa-fort-awesome:before {
  content: "\f286"; }

/* line 4, font-awesome.min.css */
.fa-usb:before {
  content: "\f287"; }

/* line 4, font-awesome.min.css */
.fa-product-hunt:before {
  content: "\f288"; }

/* line 4, font-awesome.min.css */
.fa-mixcloud:before {
  content: "\f289"; }

/* line 4, font-awesome.min.css */
.fa-scribd:before {
  content: "\f28a"; }

/* line 4, font-awesome.min.css */
.fa-pause-circle:before {
  content: "\f28b"; }

/* line 4, font-awesome.min.css */
.fa-pause-circle-o:before {
  content: "\f28c"; }

/* line 4, font-awesome.min.css */
.fa-stop-circle:before {
  content: "\f28d"; }

/* line 4, font-awesome.min.css */
.fa-stop-circle-o:before {
  content: "\f28e"; }

/* line 4, font-awesome.min.css */
.fa-shopping-bag:before {
  content: "\f290"; }

/* line 4, font-awesome.min.css */
.fa-shopping-basket:before {
  content: "\f291"; }

/* line 4, font-awesome.min.css */
.fa-hashtag:before {
  content: "\f292"; }

/* line 4, font-awesome.min.css */
.fa-bluetooth:before {
  content: "\f293"; }

/* line 4, font-awesome.min.css */
.fa-bluetooth-b:before {
  content: "\f294"; }

/* line 4, font-awesome.min.css */
.fa-percent:before {
  content: "\f295"; }

/* line 4, font-awesome.min.css */
.fa-gitlab:before {
  content: "\f296"; }

/* line 4, font-awesome.min.css */
.fa-wpbeginner:before {
  content: "\f297"; }

/* line 4, font-awesome.min.css */
.fa-wpforms:before {
  content: "\f298"; }

/* line 4, font-awesome.min.css */
.fa-envira:before {
  content: "\f299"; }

/* line 4, font-awesome.min.css */
.fa-universal-access:before {
  content: "\f29a"; }

/* line 4, font-awesome.min.css */
.fa-wheelchair-alt:before {
  content: "\f29b"; }

/* line 4, font-awesome.min.css */
.fa-question-circle-o:before {
  content: "\f29c"; }

/* line 4, font-awesome.min.css */
.fa-blind:before {
  content: "\f29d"; }

/* line 4, font-awesome.min.css */
.fa-audio-description:before {
  content: "\f29e"; }

/* line 4, font-awesome.min.css */
.fa-volume-control-phone:before {
  content: "\f2a0"; }

/* line 4, font-awesome.min.css */
.fa-braille:before {
  content: "\f2a1"; }

/* line 4, font-awesome.min.css */
.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

/* line 4, font-awesome.min.css */
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

/* line 4, font-awesome.min.css */
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

/* line 4, font-awesome.min.css */
.fa-glide:before {
  content: "\f2a5"; }

/* line 4, font-awesome.min.css */
.fa-glide-g:before {
  content: "\f2a6"; }

/* line 4, font-awesome.min.css */
.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

/* line 4, font-awesome.min.css */
.fa-low-vision:before {
  content: "\f2a8"; }

/* line 4, font-awesome.min.css */
.fa-viadeo:before {
  content: "\f2a9"; }

/* line 4, font-awesome.min.css */
.fa-viadeo-square:before {
  content: "\f2aa"; }

/* line 4, font-awesome.min.css */
.fa-snapchat:before {
  content: "\f2ab"; }

/* line 4, font-awesome.min.css */
.fa-snapchat-ghost:before {
  content: "\f2ac"; }

/* line 4, font-awesome.min.css */
.fa-snapchat-square:before {
  content: "\f2ad"; }

/* line 4, font-awesome.min.css */
.fa-pied-piper:before {
  content: "\f2ae"; }

/* line 4, font-awesome.min.css */
.fa-first-order:before {
  content: "\f2b0"; }

/* line 4, font-awesome.min.css */
.fa-yoast:before {
  content: "\f2b1"; }

/* line 4, font-awesome.min.css */
.fa-themeisle:before {
  content: "\f2b2"; }

/* line 4, font-awesome.min.css */
.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

/* line 4, font-awesome.min.css */
.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

/* line 4, font-awesome.min.css */
.fa-handshake-o:before {
  content: "\f2b5"; }

/* line 4, font-awesome.min.css */
.fa-envelope-open:before {
  content: "\f2b6"; }

/* line 4, font-awesome.min.css */
.fa-envelope-open-o:before {
  content: "\f2b7"; }

/* line 4, font-awesome.min.css */
.fa-linode:before {
  content: "\f2b8"; }

/* line 4, font-awesome.min.css */
.fa-address-book:before {
  content: "\f2b9"; }

/* line 4, font-awesome.min.css */
.fa-address-book-o:before {
  content: "\f2ba"; }

/* line 4, font-awesome.min.css */
.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb"; }

/* line 4, font-awesome.min.css */
.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc"; }

/* line 4, font-awesome.min.css */
.fa-user-circle:before {
  content: "\f2bd"; }

/* line 4, font-awesome.min.css */
.fa-user-circle-o:before {
  content: "\f2be"; }

/* line 4, font-awesome.min.css */
.fa-user-o:before {
  content: "\f2c0"; }

/* line 4, font-awesome.min.css */
.fa-id-badge:before {
  content: "\f2c1"; }

/* line 4, font-awesome.min.css */
.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2"; }

/* line 4, font-awesome.min.css */
.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3"; }

/* line 4, font-awesome.min.css */
.fa-quora:before {
  content: "\f2c4"; }

/* line 4, font-awesome.min.css */
.fa-free-code-camp:before {
  content: "\f2c5"; }

/* line 4, font-awesome.min.css */
.fa-telegram:before {
  content: "\f2c6"; }

/* line 4, font-awesome.min.css */
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7"; }

/* line 4, font-awesome.min.css */
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

/* line 4, font-awesome.min.css */
.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9"; }

/* line 4, font-awesome.min.css */
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca"; }

/* line 4, font-awesome.min.css */
.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb"; }

/* line 4, font-awesome.min.css */
.fa-shower:before {
  content: "\f2cc"; }

/* line 4, font-awesome.min.css */
.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd"; }

/* line 4, font-awesome.min.css */
.fa-podcast:before {
  content: "\f2ce"; }

/* line 4, font-awesome.min.css */
.fa-window-maximize:before {
  content: "\f2d0"; }

/* line 4, font-awesome.min.css */
.fa-window-minimize:before {
  content: "\f2d1"; }

/* line 4, font-awesome.min.css */
.fa-window-restore:before {
  content: "\f2d2"; }

/* line 4, font-awesome.min.css */
.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3"; }

/* line 4, font-awesome.min.css */
.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4"; }

/* line 4, font-awesome.min.css */
.fa-bandcamp:before {
  content: "\f2d5"; }

/* line 4, font-awesome.min.css */
.fa-grav:before {
  content: "\f2d6"; }

/* line 4, font-awesome.min.css */
.fa-etsy:before {
  content: "\f2d7"; }

/* line 4, font-awesome.min.css */
.fa-imdb:before {
  content: "\f2d8"; }

/* line 4, font-awesome.min.css */
.fa-ravelry:before {
  content: "\f2d9"; }

/* line 4, font-awesome.min.css */
.fa-eercast:before {
  content: "\f2da"; }

/* line 4, font-awesome.min.css */
.fa-microchip:before {
  content: "\f2db"; }

/* line 4, font-awesome.min.css */
.fa-snowflake-o:before {
  content: "\f2dc"; }

/* line 4, font-awesome.min.css */
.fa-superpowers:before {
  content: "\f2dd"; }

/* line 4, font-awesome.min.css */
.fa-wpexplorer:before {
  content: "\f2de"; }

/* line 4, font-awesome.min.css */
.fa-meetup:before {
  content: "\f2e0"; }

/* line 4, font-awesome.min.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* line 4, font-awesome.min.css */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

@font-face {
  font-family: 'plus';
  src: url("plus.eot");
  src: url("plus.eot") format("embedded-opentype"), url("plus.ttf") format("truetype"), url("plus.woff") format("woff"), url("plus.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'oval';
  src: url("oval.eot");
  src: url("oval.eot") format("embedded-opentype"), url("oval.ttf") format("truetype"), url("oval.woff") format("woff"), url("oval.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'check' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url("check.eot?d8fi20");
  src: url("check.eot?d8fi20#iefix") format("embedded-opentype"), url("check.ttf?d8fi20") format("truetype"), url("check.woff?d8fi20") format("woff"), url("check.svg?d8fi20#check") format("svg");
  font-weight: normal;
  font-style: normal; }
/* line 1, _scaffolding.scss */
html {
  height: 100%; }

/* line 5, _scaffolding.scss */
body {
  min-width: 320px;
  line-height: 1;
  min-height: 100%;
  height: auto; }

/* line 12, _scaffolding.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0; }

/* line 21, _scaffolding.scss */
.container {
  width: 100%; }

@font-face {
  font-family: 'plus';
  src: url("plus.eot");
  src: url("plus.eot") format("embedded-opentype"), url("plus.ttf") format("truetype"), url("plus.woff") format("woff"), url("plus.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'oval';
  src: url("oval.eot");
  src: url("oval.eot") format("embedded-opentype"), url("oval.ttf") format("truetype"), url("oval.woff") format("woff"), url("oval.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'check' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url("check.eot?d8fi20");
  src: url("check.eot?d8fi20#iefix") format("embedded-opentype"), url("check.ttf?d8fi20") format("truetype"), url("check.woff?d8fi20") format("woff"), url("check.svg?d8fi20#check") format("svg");
  font-weight: normal;
  font-style: normal; }
/* line 3, _components.scss */
.container {
  padding-left: 1rem;
  padding-right: 1rem; }

/* line 8, _components.scss */
.row {
  margin-left: -1rem;
  margin-right: -1rem; }

/* line 13, _components.scss */
[class*="cell-"] {
  padding-left: 1rem;
  padding-right: 1rem; }

/** layout */
/* line 20, _components.scss */
.fhg-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

/* line 30, _components.scss */
.tt-dropdown-menu {
  color: #222222; }

/* line 34, _components.scss */
.fhg-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

/* line 45, _components.scss */
.editor {
  line-height: 1.4;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  color: inherit; }
  /* line 53, _components.scss */
  .editor h1,
  .editor h2,
  .editor h3,
  .editor h4,
  .editor h5,
  .editor h6 {
    margin-bottom: 1rem; }
  /* line 62, _components.scss */
  .editor p {
    margin: 0;
    word-wrap: break-word;
    color: #2b292b; }
    /* line 67, _components.scss */
    .editor p + .editor p {
      margin-top: 0.5em; }
  /* line 72, _components.scss */
  .editor:not(.collection-description) img {
    max-width: 100%;
    max-height: 100%;
    height: auto !important; }
  /* line 78, _components.scss */
  .editor table {
    display: inline-block;
    max-width: 100%;
    overflow-x: auto;
    padding: 3px; }
    /* line 84, _components.scss */
    .editor table:before, .editor table:after {
      display: block;
      content: ''; }
    /* line 90, _components.scss */
    .editor table td {
      border: 1px solid #eeeeee;
      padding: 0.5rem; }
  /* line 96, _components.scss */
  .editor a {
    display: inline-block;
    color: #25252a;
    -webkit-text-decoration: none;
    text-decoration: none; }
    /* line 484, _mixins.scss */
    .editor a:active, .editor a:focus, .editor a:hover {
      color: #94ae3f;
      -webkit-text-decoration: none;
      text-decoration: none; }

/* line 102, _components.scss */
.gallery-thumbs {
  display: flex;
  min-height: 0 !important; }
  /* line 106, _components.scss */
  .gallery-thumbs .swiper-wrapper {
    height: auto !important; }
  /* line 110, _components.scss */
  .gallery-thumbs .swiper-slide {
    padding: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  /* line 116, _components.scss */
  .gallery-thumbs img {
    max-height: 400px; }

/** Image */
/* line 125, _components.scss */
.image-container.is-checked {
  -webkit-box-shadow: 0 0 1px 2px #94ae3f;
  box-shadow: 0 0 1px 2px #94ae3f; }
/* line 130, _components.scss */
.image-container img {
  width: 100%;
  height: auto;
  object-fit: contain; }

/* line 137, _components.scss */
.page .editor img {
  display: inherit; }

/* line 145, _components.scss */
.pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  /* line 311, _mixins.scss */
  .pagination > .pagination-item {
    -webkit-box-flex: 0;
    position: relative; }
  /* line 318, _mixins.scss */
  .pagination .pagination-link {
    display: inline-block; }
  @media screen and (max-width: 768px) {
    /* line 145, _components.scss */
    .pagination {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/* line 159, _components.scss */
.button-text {
  text-align: center; }

/* line 163, _components.scss */
.pagination-item {
  flex: 0 0 auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto; }
  /* line 168, _components.scss */
  .pagination-item.is-current > span {
    color: #94ae3f; }

/* line 173, _components.scss */
.pagination-link {
  color: #25252a;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-align: center;
  margin: 0 0.5rem;
  font-size: 1.25rem;
  -webkit-transition: none;
  transition: none; }
  /* line 484, _mixins.scss */
  .pagination-link:active, .pagination-link:focus, .pagination-link:hover {
    color: #94ae3f;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 182, _components.scss */
  .pagination-link:hover {
    color: #94ae3f; }

/* line 187, _components.scss */
.pagination-void {
  vertical-align: middle;
  display: block;
  text-align: center;
  margin: 0 0.25rem; }

/* line 198, _components.scss */
.notice {
  display: block;
  padding: 0.5rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  margin-top: 0.5rem;
  padding: 0.75rem; }
  /* line 501, _mixins.scss */
  .notice:last-child {
    margin-bottom: 0; }
  /* line 505, _mixins.scss */
  .notice h2,
  .notice h3,
  .notice h4 {
    margin-top: 0;
    color: inherit; }
  /* line 514, _mixins.scss */
  .notice > p:last-child,
  .notice > ul:last-child {
    margin-bottom: 0; }
  /* line 519, _mixins.scss */
  .notice > p + p {
    margin-top: 0.5em; }
  /* line 204, _components.scss */
  .notice.is-success {
    background-color: #80c780;
    border-color: #5cb85c;
    color: #163216; }
    /* line 531, _mixins.scss */
    .notice.is-success hr {
      border-top-color: #4cae4c; }
    /* line 535, _mixins.scss */
    .notice.is-success a {
      color: #060f06; }
  /* line 209, _components.scss */
  .notice.is-info {
    background-color: #85d0e7;
    border-color: #5bc0de;
    color: #124a5b;
    background-color: #ebf4ff;
    border-color: #acbcff; }
    /* line 531, _mixins.scss */
    .notice.is-info hr {
      border-top-color: #46b8da; }
    /* line 535, _mixins.scss */
    .notice.is-info a {
      color: #0a2730; }
    /* line 442, _mixins.scss */
    .notice.is-info:before {
      font-family: "FontAwesome";
      content: ""; }
    /* line 442, _mixins.scss */
    .notice.is-info.icon-warning:before {
      font-family: "FontAwesome";
      content: ""; }
  /* line 225, _components.scss */
  .notice.is-error {
    margin: 0.5rem 0;
    background-color: #ff545b;
    border-color: #ff212a;
    color: #540003; }
    /* line 531, _mixins.scss */
    .notice.is-error hr {
      border-top-color: #ff0812; }
    /* line 535, _mixins.scss */
    .notice.is-error a {
      color: #210001; }
  /* line 230, _components.scss */
  .notice.is-warning {
    background-color: #f4c37d;
    border-color: #f0ad4e;
    color: #694109; }
    /* line 531, _mixins.scss */
    .notice.is-warning hr {
      border-top-color: #eea236; }
    /* line 535, _mixins.scss */
    .notice.is-warning a {
      color: #3a2405; }

/* line 238, _components.scss */
.product-slider-heading:not(.tab-toggle), .reviews-heading, .feedback-heading, .views-tovar-heading, .comments-heading, .article-preview-heading, .benefits-heading, .special-categories-heading {
  font-weight: normal;
  margin: 0;
  text-transform: uppercase; }

/* line 244, _components.scss */
.product-slider-heading:not(.tab-toggle) {
  font-size: 1.5rem; }

/* line 250, _components.scss */
.reviews-heading, .feedback-heading, .views-tovar-heading {
  font-size: 1.25rem; }

/* line 262, _components.scss */
.comments-heading, .article-preview-heading {
  font-size: 1rem; }

/* line 268, _components.scss */
.benefits-heading, .special-categories-heading {
  font-size: 1rem;
  font-weight: bold; }

/* line 303, _components.scss */
.compares-widget-link {
  color: #ffffff;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration: none;
  white-space: nowrap; }
  /* line 484, _mixins.scss */
  .compares-widget-link:active, .compares-widget-link:focus, .compares-widget-link:hover {
    color: #ffffff;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 311, _components.scss */
.compare-widget-caption {
  color: #25252a;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #25252a;
  text-decoration: none;
  font-size: 1.3rem;
  position: relative;
  position: relative;
  vertical-align: middle;
  padding: 1rem 0.8rem;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 0.3rem;
  display: inline-block;
  text-align: center;
  line-height: 1rem; }
  /* line 484, _mixins.scss */
  .compare-widget-caption:active, .compare-widget-caption:focus, .compare-widget-caption:hover {
    color: #94ae3f;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 442, _mixins.scss */
  .compare-widget-caption:before {
    font-family: "FontAwesome";
    content: ""; }
  /* line 331, _components.scss */
  .compare-widget-caption:hover {
    color: #94ae3f; }

/* line 340, _components.scss */
.counter {
  width: 8rem;
  height: 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  /* line 350, _components.scss */
  .counter:hover > * {
    border-color: #94ae3f; }
  /* line 354, _components.scss */
  .counter.hidden-counter {
    width: 3rem; }
    /* line 357, _components.scss */
    .counter.hidden-counter .counter-button {
      display: none; }
    /* line 361, _components.scss */
    .counter.hidden-counter .counter-input {
      border: 1px solid #000000;
      border-radius: 1rem;
      outline: none; }
      /* line 366, _components.scss */
      .counter.hidden-counter .counter-input:focus {
        -webkit-box-shadow: 0px 0px 2px #94ae3f;
        box-shadow: 0px 0px 2px #94ae3f; }

/* line 375, _components.scss */
.counter-button {
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.75rem;
  flex: 0 0 1.75rem;
  padding: 0;
  height: 2.6rem;
  font-size: 0.5rem;
  border: 1px solid #000000;
  color: #2b292b;
  background-color: #ffffff;
  border-radius: 0; }
  /* line 390, _components.scss */
  .counter-button:hover, .counter-button:focus {
    color: #94ae3f;
    outline: none; }
  /* line 396, _components.scss */
  .counter-button.is-count-down {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: none;
    padding-left: 0.5rem; }
    /* line 442, _mixins.scss */
    .counter-button.is-count-down:before {
      font-family: "FontAwesome";
      content: ""; }
  /* line 405, _components.scss */
  .counter-button.is-count-up {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: none;
    padding-right: 0.5rem; }
    /* line 451, _mixins.scss */
    .counter-button.is-count-up:before {
      font-family: "Plus";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }

/* line 415, _components.scss */
.button.product-button {
  border-radius: 5px; }

/* line 419, _components.scss */
.product-rating-point {
  color: #777777; }

/* line 423, _components.scss */
.counter-input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 1rem;
  border: none;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  background-color: #ffffff;
  color: #2b292b;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none; }
  /* line 438, _components.scss */
  .counter-input:focus {
    outline: none;
    border-right: none;
    border-left: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

/* line 452, _components.scss */
.discount-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media screen and (max-width: 768px) {
    /* line 452, _components.scss */
    .discount-row {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/* line 471, _components.scss */
.discount-input {
  min-width: 4rem;
  margin: 0.25rem 0;
  border: 1px solid #000000;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 0.25rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 2rem;
  outline: none;
  line-height: 2rem; }
  @media screen and (max-width: 380px) {
    /* line 471, _components.scss */
    .discount-input {
      padding: 0.25rem;
      border-radius: 5px; } }

/* line 491, _components.scss */
.discount-notice {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

/* line 502, _components.scss */
.header-search {
  position: relative;
  margin-left: auto;
  padding-right: 0; }
  @media screen and (max-width: 768px) {
    /* line 502, _components.scss */
    .header-search {
      margin: 0;
      padding: 0; } }
  /* line 512, _components.scss */
  .header-search .search-widget-wrapper {
    padding: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

/* line 520, _components.scss */
.search-widget-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #25252a;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #ffffff; }
  @media screen and (max-width: 1024px) {
    /* line 531, _components.scss */
    .search-widget-wrapper .top-panel-open-search {
      font-size: 1.2rem; } }
  /* line 536, _components.scss */
  .search-widget-wrapper.only-button {
    border: none;
    padding: inherit; }

/* line 544, _components.scss */
.search-widget.in-page {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  /* line 552, _components.scss */
  .search-widget.in-page .search-widget-button {
    background-color: #fff;
    color: #94ae3f;
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-right: 1px solid #000000;
    -webkit-transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s; }
    /* line 564, _components.scss */
    .search-widget.in-page .search-widget-button:hover {
      background-color: #94ae3f;
      color: #ffffff; }

/* line 573, _components.scss */
.header-block .search-widget-field {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 2rem;
  line-height: 2rem;
  min-width: 3rem;
  background-color: #25252a;
  color: #ffffff;
  margin-left: 0.25rem;
  padding: 0 0.3rem;
  border-radius: 0;
  border: none;
  outline: none; }
  /* line 617, _mixins.scss */
  .header-block .search-widget-field::-moz-placeholder {
    color: #ffffff;
    opacity: 1; }
  /* line 622, _mixins.scss */
  .header-block .search-widget-field:-ms-input-placeholder {
    color: #ffffff;
    opacity: 1; }
  /* line 627, _mixins.scss */
  .header-block .search-widget-field::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1; }
  /* line 633, _mixins.scss */
  .header-block .search-widget-field:focus::-moz-placeholder {
    color: #ffffff;
    opacity: 1; }
  /* line 638, _mixins.scss */
  .header-block .search-widget-field:focus:-ms-input-placeholder {
    color: #ffffff;
    opacity: 1; }
  /* line 643, _mixins.scss */
  .header-block .search-widget-field:focus::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 0; }
  /* line 590, _components.scss */
  .header-block .search-widget-field:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #25252a !important;
    /* Цвет фона */
    -webkit-text-fill-color: #ffffff !important;
    /* цвет текста */
    color: #ffffff !important;
    /* цвет текста */ }

/* line 598, _components.scss */
.ajs-dimmer {
  z-index: 1000; }

/* line 602, _components.scss */
.ajs-panel .ajs-body {
  min-height: 68px;
  background-color: #ffffff; }

/* line 607, _components.scss */
.footer-block {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  /* line 612, _components.scss */
  .footer-block a {
    color: #ffffff !important;
    text-decoration: none; }
    /* line 617, _components.scss */
    .footer-block a:hover {
      color: #ffffff; }
  /* line 622, _components.scss */
  .footer-block .phone {
    margin-bottom: 0.5rem; }

/* line 627, _components.scss */
.search-widget-field {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 3rem;
  border: none;
  padding: 0.35rem 0;
  outline: none;
  padding-left: 0.75rem;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px; }

/* line 641, _components.scss */
.search-widget-button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2rem;
  flex: 0 0 2rem;
  border-radius: 0;
  position: relative; }
  /* line 442, _mixins.scss */
  .search-widget-button:before {
    font-family: "FontAwesome";
    content: "";
    font-size: 0.85rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -53%);
    transform: translate(-50%, -53%); }

/* line 660, _components.scss */
.search-widget.in-search-panel .search-widget-button.is-widget-submit {
  color: #25252a;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 665, _components.scss */
  .search-widget.in-search-panel .search-widget-button.is-widget-submit:hover {
    background-color: transparent;
    color: #94ae3f; }
  /* line 670, _components.scss */
  .search-widget.in-search-panel .search-widget-button.is-widget-submit:before {
    top: 46%; }

/* line 680, _components.scss */
.button {
  display: inline-block;
  max-width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.8em 1.5em; }
  /* line 242, _mixins.scss */
  .button:active, .button:focus {
    outline: 0; }
  /* line 247, _mixins.scss */
  .button:hover {
    text-decoration: none;
    background-color: #94ae3f; }
  /* line 252, _mixins.scss */
  .button.disabled, .button[disabled], fieldset[disabled] .button {
    cursor: not-allowed; }
  /* line 685, _components.scss */
  .button.is-primary {
    background-color: #25252a;
    color: #eeeeee;
    border-radius: 5px; }
    /* line 265, _mixins.scss */
    .button.is-primary:focus, .button.is-primary:active, .button.is-primary:hover {
      background-color: #94ae3f;
      color: #eeeeee; }
    /* line 272, _mixins.scss */
    .button.is-primary:-moz-focus-inner {
      border: 0; }
  /* line 690, _components.scss */
  .button.is-secondary {
    background-color: #777777;
    color: #eeeeee;
    border-radius: 5px; }
    /* line 265, _mixins.scss */
    .button.is-secondary:focus, .button.is-secondary:active, .button.is-secondary:hover {
      background-color: #94ae3f;
      color: #eeeeee; }
    /* line 272, _mixins.scss */
    .button.is-secondary:-moz-focus-inner {
      border: 0; }
  /* line 697, _components.scss */
  .button.is-filter-section-toggle {
    padding: 0.5em 0;
    text-align: left; }
  /* line 442, _mixins.scss */
  .button.is-filter-section-clear:before {
    font-family: "FontAwesome";
    content: ""; }
  /* line 707, _components.scss */
  .button.is-filter-section-submit {
    display: none; }
  /* line 711, _components.scss */
  .button.is-readmore {
    background-color: #25252a;
    color: #eeeeee;
    border-radius: 5px;
    margin-left: auto; }
    /* line 265, _mixins.scss */
    .button.is-readmore:focus, .button.is-readmore:active, .button.is-readmore:hover {
      background-color: #94ae3f;
      color: #eeeeee; }
    /* line 272, _mixins.scss */
    .button.is-readmore:-moz-focus-inner {
      border: 0; }
  /* line 717, _components.scss */
  .button.is-item-delete {
    color: #2b292b;
    opacity: 0.5;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s; }
    /* line 442, _mixins.scss */
    .button.is-item-delete:after {
      font-family: "FontAwesome";
      content: ""; }
    /* line 724, _components.scss */
    .button.is-item-delete:hover {
      background-color: transparent;
      color: #94ae3f; }

/* line 732, _components.scss */
.fancybox-arrow:focus {
  outline: 0; }

/* line 741, _components.scss */
select {
  line-height: inherit;
  cursor: pointer;
  padding: 0.5rem;
  padding-left: 0.75rem;
  border-radius: 5px; }
  /* line 874, _mixins.scss */
  select:focus {
    outline: none; }
  /* line 878, _mixins.scss */
  select::-ms-expand {
    border: 0;
    color: transparent;
    background-color: transparent !important;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAQAAABn7dZ6AAAAVUlEQVQI12NgwA1Ky0obUfheJZfBjGr5kpcltTDhMteSL+VhUE6VTumb0jKwavuSzyUxSNorDEvfleaXW5V+Kk1Cs6nMrPRDyZeyDCyOqJYvNmUgDABtXBsVW8rhNAAAAABJRU5ErkJggg==") !important;
    background-repeat: no-repeat;
    background-position: center; }
  @supports (-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none) {
    /* line 741, _components.scss */
    select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      padding-right: 1.25rem;
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAQAAABn7dZ6AAAAVUlEQVQI12NgwA1Ky0obUfheJZfBjGr5kpcltTDhMteSL+VhUE6VTumb0jKwavuSzyUxSNorDEvfleaXW5V+Kk1Cs6nMrPRDyZeyDCyOqJYvNmUgDABtXBsVW8rhNAAAAABJRU5ErkJggg==") !important;
      background-repeat: no-repeat;
      background-position: right 0.75rem center; } }
  /* line 748, _components.scss */
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }

/* line 758, _components.scss */
.option-selectors {
  margin-bottom: 1rem; }

/* line 762, _components.scss */
.option-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 775, _components.scss */
.option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1; }
  @media screen and (max-width: 768px) {
    /* line 775, _components.scss */
    .option {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
      flex: 1 0 50%; } }

/* line 798, _components.scss */
.form-row.is-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  margin-bottom: 1.25rem; }

/* line 810, _components.scss */
.form.is-preorder .form-row.is-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

/* line 819, _components.scss */
.form-controls-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  -ms-flex-item-align: center;
  align-self: center; }

/* line 827, _components.scss */
.option-label {
  margin-bottom: 0.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

/* line 834, _components.scss */
.option-values {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  background-color: #fff; }
  /* line 840, _components.scss */
  .option-values .is-span {
    background: #f0f0f0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 7px 12px;
    border: none;
    margin-top: 6px; }
    /* line 851, _components.scss */
    .option-values .is-span.is-active {
      box-shadow: 0px 0px 1px 1px #000; }
  @media screen and (max-width: 480px) {
    /* line 834, _components.scss */
    .option-values {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }

/* line 867, _components.scss */
.labels-list {
  margin: -0.25rem;
  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: wrap;
  flex-wrap: wrap; }

/* line 880, _components.scss */
.label {
  margin: 0.25rem;
  padding: 0.25rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #94ae3f;
  font-size: 0.95em; }

/* line 898, _components.scss */
.image-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  @media screen and (max-width: 768px) {
    /* line 898, _components.scss */
    .image-text {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

/* line 919, _components.scss */
.image-text-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
  max-width: 100%;
  padding: 15px; }
  /* line 926, _components.scss */
  .image-text-container.is-left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  /* line 932, _components.scss */
  .image-text-container.is-right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  /* line 938, _components.scss */
  .image-text-container.is-top {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  /* line 943, _components.scss */
  .image-text-container.is-center {
    -ms-flex-item-align: center;
    align-self: center; }
  /* line 948, _components.scss */
  .image-text-container.is-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end; }
  @media screen and (max-width: 768px) {
    /* line 919, _components.scss */
    .image-text-container {
      -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
      order: 0 !important;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }

/* line 962, _components.scss */
.image-text__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  max-width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }
  @media screen and (max-width: 480px) {
    /* line 962, _components.scss */
    .image-text__content {
      margin-top: 0.5rem; } }

/* line 982, _components.scss */
.reviews-wrapper {
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

/* line 989, _components.scss */
.reviews-heading {
  -webkit-box-flex: 1;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 2rem; }

/* line 1000, _components.scss */
.reviews-blocks {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 1022, _components.scss */
.review {
  display: block;
  margin: 1rem 0.75rem; }
  /* line 1026, _components.scss */
  .review.is-left-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%; }
    @media screen and (max-width: 768px) {
      /* line 1026, _components.scss */
      .review.is-left-cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%; } }
  /* line 1040, _components.scss */
  .review.is-top-cell {
    max-width: 30%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%; }
    @media screen and (max-width: 768px) {
      /* line 1040, _components.scss */
      .review.is-top-cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%; } }
    @media screen and (max-width: 480px) {
      /* line 1040, _components.scss */
      .review.is-top-cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%; } }

/* line 1062, _components.scss */
.review-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -0.5rem; }
  /* line 1071, _components.scss */
  .review-inner.is-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
  /* line 1078, _components.scss */
  .review-inner.is-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media screen and (max-width: 480px) {
      /* line 1078, _components.scss */
      .review-inner.is-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column; } }
    /* line 1097, _components.scss */
    .review-inner.is-left .review-content {
      margin-left: 0.5rem;
      text-align: left; }
      @media screen and (max-width: 768px) {
        /* line 1097, _components.scss */
        .review-inner.is-left .review-content {
          margin-left: 0; } }
    /* line 1106, _components.scss */
    .review-inner.is-left .user-name {
      text-align: left;
      margin-left: 1rem; }
      @media screen and (max-width: 768px) {
        /* line 1106, _components.scss */
        .review-inner.is-left .user-name {
          margin-left: 0.5rem; } }

/* line 1118, _components.scss */
.review-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 5.5rem;
  flex: 0 0 5.5rem;
  width: 5.5rem;
  margin: 0.5rem; }
  /* line 1125, _components.scss */
  .review-image .is-top {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  @media screen and (max-width: 380px) {
    /* line 1118, _components.scss */
    .review-image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 7rem;
      flex: 0 0 7rem;
      width: 7rem; } }

/* line 1139, _components.scss */
.user-name {
  margin: 0.25rem auto;
  font-weight: bold;
  text-align: center;
  font-size: 1rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

/* line 1149, _components.scss */
.review-content {
  padding: 0.5rem;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%; }

/* line 1162, _components.scss */
.feedback-wrapper {
  margin: 1.5rem 0; }

/* line 1166, _components.scss */
.feedback {
  border-radius: 5px;
  background-color: #25252a;
  color: #ffffff; }

/* line 1172, _components.scss */
.feedback + .feedback {
  margin: 2rem 0; }

/* line 1176, _components.scss */
.feedback-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 1rem 0.5rem;
  margin: 0; }
  /* line 1197, _components.scss */
  .feedback-form .form-row {
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
    min-width: 150px; }
    @media (max-width: 480px) {
      /* line 1197, _components.scss */
      .feedback-form .form-row {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

/* line 1209, _components.scss */
.feedback-heading {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-top: 1.25rem; }

/* line 1219, _components.scss */
.form-title {
  margin-bottom: 0.35rem;
  font-size: 1rem; }

/* line 1224, _components.scss */
.widget-form-field {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 0 0.25rem;
  width: 100%;
  min-height: 2rem;
  border-radius: 5px;
  padding-left: 1rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 1px solid #000000; }

/* line 1240, _components.scss */
.button-widget-feedback {
  width: 100%;
  background-color: #ffffff;
  color: #222222;
  border-radius: 5px; }
  /* line 265, _mixins.scss */
  .button-widget-feedback:focus, .button-widget-feedback:active, .button-widget-feedback:hover {
    background-color: #ffffff;
    color: #222222; }
  /* line 272, _mixins.scss */
  .button-widget-feedback:-moz-focus-inner {
    border: 0; }

/* line 1250, _components.scss */
.tabs-button {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #000000;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

/* line 1269, _components.scss */
.tab-toggle {
  color: #25252a;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
  padding: 0.5rem 1rem;
  max-width: 100%;
  z-index: 1;
  margin-bottom: -1px; }
  /* line 484, _mixins.scss */
  .tab-toggle:active, .tab-toggle:focus, .tab-toggle:hover {
    color: #94ae3f;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 1279, _components.scss */
  .tab-toggle.is-opened {
    z-index: 99;
    color: #62732B;
    border-radius: 0;
    border-bottom: 2px solid #000000; }
  /* line 1287, _components.scss */
  .tab-toggle:hover {
    color: #94ae3f; }
  @media screen and (max-width: 768px) {
    /* line 1269, _components.scss */
    .tab-toggle {
      border: 1px solid #000000;
      padding-bottom: 0.5rem;
      border-radius: 5px;
      margin: 0.5rem 0; }
      /* line 1297, _components.scss */
      .tab-toggle.is-opened {
        border: 1px solid #94ae3f;
        margin-top: 1rem;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        margin-bottom: 0; } }
  /* line 1310, _components.scss */
  .tab-toggle:last-of-type {
    margin-right: 0; }

/* line 1315, _components.scss */
.tab-block {
  padding-bottom: 1rem;
  max-width: 100%;
  padding-top: 1rem; }
  @media screen and (max-width: 768px) {
    /* line 1315, _components.scss */
    .tab-block {
      /*border: 1px solid $color-link-primary-hover;*/
      padding: 1rem;
      border-top: 0;
      margin-bottom: 1rem; }
      /* line 1326, _components.scss */
      .tab-block.is-opened {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; } }

/* line 1333, _components.scss */
.tab-block-toolbar {
  padding: 1rem 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000; }

/* line 1339, _components.scss */
.filter-field-input {
  display: none; }

/* line 1343, _components.scss */
.filter-section-toggle.button {
  padding: 1rem 0.25rem 1rem 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  word-break: break-all;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  background-repeat: no-repeat;
  color: #25252a;
  white-space: inherit; }
  /* line 1357, _components.scss */
  .filter-section-toggle.button:hover {
    background-color: transparent; }
    /* line 1360, _components.scss */
    .filter-section-toggle.button:hover .filter-section-name {
      color: #94ae3f; }
  /* line 1365, _components.scss */
  .filter-section-toggle.button.is-active {
    border-bottom: 0; }
    /* line 1368, _components.scss */
    .filter-section-toggle.button.is-active .filter-section-name {
      font-weight: bold; }

/* line 1, _layout.scss */
html {
  font-size: 16px; }

/* line 5, _layout.scss */
body {
  background-color: #f7f7f6;
  background-position: center;
  background-size: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  title: google:Ubuntu; }

/* line 33, _layout.scss */
.njs-alert-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99999;
  top: 0;
  left: 0;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); }

/* line 47, _layout.scss */
.njs-alert-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -75px; }
  @media screen and (max-width: 480px) {
    /* line 47, _layout.scss */
    .njs-alert-wrapper {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      margin: 0; } }

/* line 63, _layout.scss */
.njs-alert {
  background-color: #fff;
  width: 400px;
  height: 200px;
  border-radius: 8px;
  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; }
  /* line 78, _layout.scss */
  .njs-alert p {
    font-size: 18px;
    line-height: 23px; }
  @media screen and (max-width: 480px) {
    /* line 63, _layout.scss */
    .njs-alert {
      width: 100%;
      height: 100%;
      border-radius: 0; } }

/* line 91, _layout.scss */
.page-wrapper {
  display: flex !important; }

/* line 99, _layout.scss */
.top-panel {
  height: auto !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0; }
  @media screen and (max-width: 1024px) {
    /* line 99, _layout.scss */
    .top-panel {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media screen and (max-width: 768px) {
    /* line 99, _layout.scss */
    .top-panel {
      padding: 0; } }
  /* line 118, _layout.scss */
  .top-panel.fixed {
    position: fixed;
    top: 0;
    z-index: 9;
    opacity: 1;
    width: 100%;
    background-color: #25252a;
    -webkit-box-shadow: 0 0 0.25rem #000;
    box-shadow: 0 0 0.25rem #000; }

/* line 130, _layout.scss */
.search-widget.in-search-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 5px; }
  /* line 140, _layout.scss */
  .search-widget.in-search-panel .search-widget-button:before {
    font-size: 1rem; }

/* line 145, _layout.scss */
.top-menu-wrapper {
  margin-left: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff; }
  @media screen and (max-width: 768px) {
    /* line 145, _layout.scss */
    .top-menu-wrapper {
      margin-left: 0; } }

/* line 160, _layout.scss */
.client-account-link {
  -webkit-transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5rem 0.7rem;
  display: block; }
  /* line 169, _layout.scss */
  .client-account-link:active, .client-account-link:hover {
    background-color: #ffffff;
    color: #ffffff; }

/* line 176, _layout.scss */
.collapse-block {
  padding-right: 0; }
  @media screen and (max-width: 768px) {
    /* line 176, _layout.scss */
    .collapse-block {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row;
      margin: 0;
      padding: 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      /* line 196, _layout.scss */
      .collapse-block .phone {
        margin-right: 0.5rem;
        margin-top: 0; } }

/* line 203, _layout.scss */
.top-menu-icons-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0rem; }

/* line 214, _layout.scss */
.contacts-top-menu {
  margin-top: 0;
  z-index: 5; }

/* line 219, _layout.scss */
.contacts-icon {
  color: white;
  width: 3rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  outline: none; }
  /* line 442, _mixins.scss */
  .contacts-icon:before {
    font-family: "FontAwesome";
    content: ""; }
  /* line 244, _layout.scss */
  .contacts-icon:before {
    font-size: 1.35rem;
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  /* line 251, _layout.scss */
  .contacts-icon.is-active {
    background-color: #ffffff;
    color: #94ae3f; }
  @media screen and (max-width: 768px) {
    /* line 219, _layout.scss */
    .contacts-icon {
      height: 3rem; } }

/* line 266, _layout.scss */
.header {
  display: block !important; }

/* line 270, _layout.scss */
.left-header-block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

/* line 276, _layout.scss */
.left-blocks-inner {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

/* line 284, _layout.scss */
.header-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* line 295, _layout.scss */
.header-info {
  color: #2b292b; }

/* line 299, _layout.scss */
.contacts-top-menu-block {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 130;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  padding: 1rem 0;
  -webkit-box-shadow: 0px 1px 3px #222222;
  box-shadow: 0px 1px 3px #222222; }
  /* line 315, _layout.scss */
  .contacts-top-menu-block *, .contacts-top-menu-block .contact-link {
    color: #25252a; }

/* line 323, _layout.scss */
.left-header-block .phone {
  margin-bottom: 0.5rem; }
/* line 327, _layout.scss */
.left-header-block .contact-link {
  color: #25252a;
  text-decoration: none; }
@media (min-width: 768px) {
  /* line 321, _layout.scss */
  .left-header-block {
    display: block !important;
    flex-basis: 320px; } }

/* line 338, _layout.scss */
.left-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  @media screen and (max-width: 768px) {
    /* line 338, _layout.scss */
    .left-blocks {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }

/* line 355, _layout.scss */
.top-menu {
  margin-left: 1rem; }

/* line 359, _layout.scss */
.top-panel-wrapper {
  position: relative;
  z-index: 1;
  background-color: #25252a; }
  /* line 364, _layout.scss */
  .top-panel-wrapper.z-index {
    z-index: 1000; }

/* line 373, _layout.scss */
.form.is-feedback .form-controls-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  margin: auto; }

/* line 382, _layout.scss */
.error-text {
  color: red; }

/* line 386, _layout.scss */
.top-menu-item {
  margin-right: 1rem; }

/* line 390, _layout.scss */
.top-menu-link.menu-link {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5rem 0.7rem; }
  /* line 396, _layout.scss */
  .top-menu-link.menu-link.is-active, .top-menu-link.menu-link.is-current, .top-menu-link.menu-link.is-hovered {
    background-color: #ffffff;
    color: #ffffff; }

/* line 442, _mixins.scss */
.top-panel-open-sidebar:before {
  font-family: "FontAwesome";
  content: ""; }
/* line 412, _layout.scss */
.top-panel-open-sidebar:before {
  color: #ffffff;
  font-size: 1.5rem; }

/* line 418, _layout.scss */
.shopcart-widget-caption {
  margin-left: 0.25rem; }

/* line 422, _layout.scss */
.filter-panel-open-sidebar {
  margin-right: 0.25rem; }
  /* line 442, _mixins.scss */
  .filter-panel-open-sidebar:before {
    font-family: "FontAwesome";
    content: ""; }
  @media screen and (max-width: 380px) {
    /* line 422, _layout.scss */
    .filter-panel-open-sidebar {
      width: 100%;
      text-align: left;
      text-transform: uppercase;
      font-weight: bold;
      margin-right: 0; }
      /* line 434, _layout.scss */
      .filter-panel-open-sidebar:before {
        content: attr(data-filter-caption);
        font-family: inherit; }
      /* line 442, _mixins.scss */
      .filter-panel-open-sidebar:after {
        font-family: "FontAwesome";
        content: "";
        padding-left: 0.5rem; } }

/* line 446, _layout.scss */
.header-block > .shopcart-widget-wrapper {
  margin-top: 0; }
/* line 450, _layout.scss */
.header-block > .top-panel-open-search {
  margin-top: 0; }

/* line 455, _layout.scss */
.top-panel-open-search {
  color: #ffffff;
  -webkit-text-decoration: none;
  text-decoration: none;
  border: none;
  margin-left: auto;
  margin-top: 0; }
  /* line 442, _mixins.scss */
  .top-panel-open-search:before {
    font-family: "FontAwesome";
    content: ""; }
  /* line 484, _mixins.scss */
  .top-panel-open-search:active, .top-panel-open-search:focus, .top-panel-open-search:hover {
    color: #ffffff;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 464, _layout.scss */
  .top-panel-open-search:hover {
    background-color: transparent; }
  @media screen and (max-width: 768px) {
    /* line 455, _layout.scss */
    .top-panel-open-search {
      margin-left: 0; } }
  /* line 472, _layout.scss */
  .top-panel-open-search:before {
    font-size: 1.2rem; }

/* line 486, _layout.scss */
.header-wrapper {
  padding-top: 1rem;
  color: #2b292b;
  background-color: #ffffff; }
  @media (max-width: 768px) {
    /* line 486, _layout.scss */
    .header-wrapper {
      min-height: 0 !important; } }

/* line 498, _layout.scss */
.logotype-wrapper {
  width: 288px;
  flex-basis: 320px;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  @media (max-width: 769px) {
    /* line 498, _layout.scss */
    .logotype-wrapper {
      flex-basis: 100%; } }

/* line 509, _layout.scss */
.logotype-link {
  color: #25252a;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration: none;
  font-size: 40px;
  font-family: "Cuprum";
  line-height: 1; }
  /* line 484, _mixins.scss */
  .logotype-link:active, .logotype-link:focus, .logotype-link:hover {
    color: #94ae3f;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 517, _layout.scss */
  .logotype-link img {
    width: 288px;
    object-fit: contain; }

/* line 523, _layout.scss */
.logotype-text {
  padding: 0 5px; }

/* line 527, _layout.scss */
.header-block {
  flex-basis: 320px;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  @media (max-width: 769px) {
    /* line 527, _layout.scss */
    .header-block {
      flex-basis: 100%; } }
  /* line 536, _layout.scss */
  .header-block .editor img {
    height: 66px !important;
    object-fit: contain; }
  /* line 541, _layout.scss */
  .header-block a {
    color: #25252a;
    -webkit-text-decoration: none;
    text-decoration: none; }
    /* line 484, _mixins.scss */
    .header-block a:active, .header-block a:focus, .header-block a:hover {
      color: #94ae3f;
      -webkit-text-decoration: none;
      text-decoration: none; }

/* line 550, _layout.scss */
.header-compare {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 0; }
  @media screen and (max-width: 768px) {
    /* line 550, _layout.scss */
    .header-compare {
      margin: 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-left: 0; } }

/* line 577, _layout.scss */
.main-menu-wrapper {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (min-width: 768px) {
    /* line 577, _layout.scss */
    .main-menu-wrapper {
      display: flex !important; } }
  /* line 593, _layout.scss */
  .main-menu-wrapper .main-menu {
    margin: 0; }

/* line 600, _layout.scss */
.search-widget.in-header {
  border: 1px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px; }
  /* line 607, _layout.scss */
  .search-widget.in-header .search-widget-button {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: none;
    color: #94ae3f;
    width: 40px;
    line-height: 30px;
    vertical-align: top;
    border-radius: 0 20px 20px 0;
    padding: 0;
    background-color: #fff; }
    /* line 619, _layout.scss */
    .search-widget.in-header .search-widget-button:hover {
      color: #ffffff;
      background-color: #94ae3f; }

/* line 629, _layout.scss */
.menu-item-controls:hover > * {
  color: #94ae3f; }
/* line 633, _layout.scss */
.menu-item-controls.mobile-sidebar-menu-item-controls:hover > * {
  color: #94ae3f; }

/* line 638, _layout.scss */
.menu-item-controls.sidebar-menu-item-controls:hover > * {
  color: #94ae3f; }

/* line 642, _layout.scss */
.main-menu-item {
  color: #25252a;
  text-decoration: none; }

/* line 647, _layout.scss */
.main-menu-link {
  min-height: 32px;
  color: #25252a;
  text-transform: uppercase;
  padding: 0.5rem;
  letter-spacing: 0.5px;
  text-decoration: none; }
  /* line 655, _layout.scss */
  .main-menu-link.is-current {
    color: #94ae3f; }
  /* line 659, _layout.scss */
  .main-menu-link[data-menu-link-current='yes'] {
    color: #94ae3f; }

/* line 665, _layout.scss */
.main-menu-marker {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0.5rem;
  color: #25252a; }
  /* line 451, _mixins.scss */
  .main-menu-marker:before {
    font-family: "Plus";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
  /* line 673, _layout.scss */
  .main-menu-marker.is-current {
    color: #94ae3f; }

/* line 680, _layout.scss */
.sidebar-menu {
  margin-left: 0.5rem; }
  /* line 683, _layout.scss */
  .sidebar-menu.level-1 {
    margin-left: 0;
    margin-bottom: 2rem;
    padding-bottom: 1rem; }

/* line 690, _layout.scss */
.sidebar-menu-item {
  padding: 0.25rem 0;
  margin-left: 3px; }

/* line 696, _layout.scss */
.sidebar-menu-link {
  color: #25252a;
  background: #F2F2F2;
  font-weight: bold;
  border-radius: 5px;
  padding: 7px 12px;
  border: none;
  margin-top: 6px;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  /* line 712, _layout.scss */
  .sidebar-menu-link:hover {
    color: #94ae3f; }
  /* line 716, _layout.scss */
  .sidebar-menu-link.is-active {
    color: #94ae3f; }
  /* line 720, _layout.scss */
  .sidebar-menu-link:before {
    padding-right: 0.5rem;
    font-size: 1rem; }
  /* line 728, _layout.scss */
  .sidebar-menu-link.level-1:before {
    font-size: 1rem; }

/* line 734, _layout.scss */
.sidebar-menu-marker {
  height: 1rem;
  width: 2rem;
  color: #25252a; }
  /* line 442, _mixins.scss */
  .sidebar-menu-marker:before {
    font-family: "FontAwesome";
    content: "";
    color: #94ae3f;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    transform: translate(-50%, -38%);
    font-size: 2em; }
  /* line 442, _mixins.scss */
  .sidebar-menu-marker.is-opened:before {
    font-family: "FontAwesome";
    content: ""; }
  /* line 751, _layout.scss */
  .sidebar-menu-marker.is-active {
    color: #94ae3f; }

/* line 756, _layout.scss */
.mobile-sidebar-menu {
  margin-left: 0.5rem; }
  /* line 759, _layout.scss */
  .mobile-sidebar-menu.level-1 {
    margin-left: 0;
    margin-bottom: 2rem; }

/* line 766, _layout.scss */
.mobile-sidebar-menu-link {
  padding: 0.45rem 0;
  margin-left: 0.25rem;
  color: #25252a;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  /* line 780, _layout.scss */
  .mobile-sidebar-menu-link:hover {
    color: #94ae3f; }
  /* line 784, _layout.scss */
  .mobile-sidebar-menu-link.is-active {
    color: #94ae3f; }
  /* line 788, _layout.scss */
  .mobile-sidebar-menu-link:before {
    padding-right: 0.5rem;
    font-size: 1rem; }
  /* line 796, _layout.scss */
  .mobile-sidebar-menu-link.level-1:before {
    font-size: 1rem; }

/* line 807, _layout.scss */
.mobile-sidebar-menu-marker {
  height: 2rem;
  width: 2rem;
  color: #25252a; }
  /* line 442, _mixins.scss */
  .mobile-sidebar-menu-marker:before {
    font-family: "FontAwesome";
    content: "";
    color: #94ae3f;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 2em; }
  /* line 442, _mixins.scss */
  .mobile-sidebar-menu-marker.is-opened:before {
    font-family: "FontAwesome";
    content: ""; }
  /* line 822, _layout.scss */
  .mobile-sidebar-menu-marker.is-active {
    color: #94ae3f; }

/* line 831, _layout.scss */
.breadcrumb-wrapper {
  display: block !important;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem; }

/* line 442, _mixins.scss */
.home-icon:before {
  font-family: "FontAwesome";
  content: ""; }

/* line 841, _layout.scss */
.breadcrumb {
  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;
  min-height: 32px;
  padding-left: 0;
  margin-bottom: 0; }

/* line 854, _layout.scss */
.breadcrumb-page {
  font-weight: bold; }

/* line 858, _layout.scss */
.breadcrumb-item {
  list-style-type: none;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-left: 0.25rem;
  padding-right: 0.25rem; }
  @media screen and (max-width: 480px) {
    /* line 858, _layout.scss */
    .breadcrumb-item {
      margin: 0.15rem 0; } }
  /* line 871, _layout.scss */
  .breadcrumb-item + .breadcrumb-item:before {
    content: '>';
    margin-right: 0.25rem; }

/* line 878, _layout.scss */
.breadcrumb-link {
  color: #25252a;
  -webkit-text-decoration: none;
  text-decoration: none; }
  /* line 484, _mixins.scss */
  .breadcrumb-link:active, .breadcrumb-link:focus, .breadcrumb-link:hover {
    color: #94ae3f;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 881, _layout.scss */
  .breadcrumb-link.home-icon {
    display: block;
    width: 15px;
    height: 18px; }

/* line 892, _layout.scss */
.page-headding-wrapper {
  padding-bottom: 1rem; }

/* line 896, _layout.scss */
.page-headding {
  margin: 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1;
  word-wrap: break-word;
  font-weight: normal; }

/* line 905, _layout.scss */
.index-description {
  margin-bottom: 2rem; }

/* line 913, _layout.scss */
.content-wrapper {
  background-color: #ffffff;
  color: #2b292b;
  padding-top: 1rem;
  padding-bottom: 2rem; }

/* line 924, _layout.scss */
.footer-wrapper {
  display: block !important;
  background-color: #25252a;
  color: #ffffff;
  padding-top: 1rem;
  padding-bottom: 1rem; }

/* line 935, _layout.scss */
.footer-menu {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1rem; }

/* line 948, _layout.scss */
.footer-menu-wrapper {
  border-bottom: 1px solid #f7f7f6; }

/* line 952, _layout.scss */
.footer-menu-item {
  margin: 0.15rem 0.25rem; }

/* line 956, _layout.scss */
.footer-menu-link {
  color: #ffffff;
  text-decoration: none;
  padding: 0.5rem 0.15rem; }
  /* line 963, _layout.scss */
  .footer-menu-link[data-menu-link-current="yes"], .footer-menu-link:hover {
    color: #ffffff; }
  /* line 968, _layout.scss */
  .footer-menu-link[data-menu-link-current='yes'] {
    color: #ffffff; }

/* line 975, _layout.scss */
.footer-bottom-wrapper {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    /* line 975, _layout.scss */
    .footer-bottom-wrapper {
      margin-top: 1rem; } }

/* line 989, _layout.scss */
.social-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 1001, _layout.scss */
.social-menu-item {
  list-style-type: none;
  padding-left: 0.8rem;
  padding-right: 0.8rem; }

/* line 1007, _layout.scss */
.social-menu-link {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: white;
  text-decoration: none; }

/* line 1017, _layout.scss */
.insales-copyright {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0.5rem 0; }
  @media screen and (max-width: 768px) {
    /* line 1017, _layout.scss */
    .insales-copyright {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/* line 1036, _layout.scss */
.insales-copyright-link {
  color: #ffffff;
  -webkit-text-decoration: none;
  text-decoration: none; }
  /* line 484, _mixins.scss */
  .insales-copyright-link:active, .insales-copyright-link:focus, .insales-copyright-link:hover {
    color: #ffffff;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 1045, _layout.scss */
.toolbar {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 1058, _layout.scss */
  .toolbar.at-top {
    display: block; }
    /* line 1061, _layout.scss */
    .toolbar.at-top .toolbar-inner {
      display: block; }
      /* line 1064, _layout.scss */
      .toolbar.at-top .toolbar-inner .search-widget-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: transparent;
        border: 1px solid #000000;
        border-radius: 5px; }
  @media screen and (max-width: 380px) {
    /* line 1045, _layout.scss */
    .toolbar {
      margin-bottom: 0;
      padding-bottom: 0;
      margin-top: 0; } }

/* line 1089, _layout.scss */
.contacts-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }

/* line 1098, _layout.scss */
.toolbar-inner {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  @media screen and (max-width: 380px) {
    /* line 1098, _layout.scss */
    .toolbar-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column; } }
  /* line 1126, _layout.scss */
  .toolbar-inner > * {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    display: inline-block; }

/* line 1134, _layout.scss */
.is-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (min-width: 769px) {
    /* line 1134, _layout.scss */
    .is-between {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  @media screen and (max-width: 380px) {
    /* line 1134, _layout.scss */
    .is-between {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/* line 1152, _layout.scss */
.filter-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (min-width: 769px) {
    /* line 1152, _layout.scss */
    .filter-collapse {
      display: none; } }
  @media screen and (max-width: 380px) {
    /* line 1152, _layout.scss */
    .filter-collapse {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      width: 100%; }
      /* line 1170, _layout.scss */
      .filter-collapse .filter-collapse__label {
        display: none; } }

/* line 1176, _layout.scss */
.collection-order-label {
  padding-right: 0.25rem;
  display: none; }

/* line 1185, _layout.scss */
.products-list {
  margin-top: 1rem;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media screen and (max-width: 380px) {
    /* line 1185, _layout.scss */
    .products-list {
      margin-top: 0; } }

/* line 1202, _layout.scss */
.sidebar-block + .sidebar-block {
  margin-top: 2rem; }

/* line 1207, _layout.scss */
.sidebar-block-heading, .filter-heading {
  font-size: 1.25rem;
  font-weight: bold;
  word-wrap: break-word;
  display: block;
  color: #2b292b;
  text-transform: uppercase;
  margin: 0.5rem 1rem 1rem 0; }

/* line 1217, _layout.scss */
.sidebar {
  margin: 0 -.5rem; }

/* line 1221, _layout.scss */
.sidebar-block {
  margin-left: 0.5rem; }

/* line 1225, _layout.scss */
.mobile-sidebar-menu-item {
  padding: 0.25rem 0; }

/* line 1229, _layout.scss */
.mobile-sidebar-menu-item.level-1,
.mobile-sidebar-menu-item.level-2,
.mobile-sidebar-menu-item.level-3 {
  padding: 0.25rem 0 0 0.3rem; }

/* line 1235, _layout.scss */
.product-rating-point {
  color: #777777; }

/* line 1239, _layout.scss */
.page-faq {
  margin: 20px 0; }

@media screen and (max-width: 768px) {
  /* line 1243, _layout.scss */
  .review-button {
    margin: 0;
    text-align: center; } }

/* line 5, _index.scss */
.index > div + div {
  margin: 2rem 0; }

/* line 17, _index.scss */
.promo-slider-heading-wrapper {
  display: none; }

/* line 21, _index.scss */
[data-slider-controls] {
  display: none; }

/* line 25, _index.scss */
.swiper-button-disabled.is-disabled {
  pointer-events: auto; }

/* line 29, _index.scss */
.promo-slide-inner {
  display: block !important;
  padding: 0 0.1rem;
  position: relative;
  text-align: center;
  text-decoration: none; }
  /* line 36, _index.scss */
  .promo-slide-inner img {
    object-fit: contain; }

/* line 41, _index.scss */
.promo-slide-caption {
  padding: 1rem;
  color: #ffffff;
  background-color: #25252a; }
  @media screen and (min-width: 769px) {
    /* line 41, _index.scss */
    .promo-slide-caption {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute;
      padding: 0;
      background-color: transparent;
      text-shadow: 1px 1px 1px #222222;
      font-size: 1.5rem; } }

/* line 56, _index.scss */
.swiper-container {
  z-index: 0; }

/* line 60, _index.scss */
.swiper-container-horizontal > .swiper-pagination {
  position: relative;
  bottom: 1.5rem; }
  @media screen and (max-width: 768px) {
    /* line 60, _index.scss */
    .swiper-container-horizontal > .swiper-pagination {
      display: none; } }

/* line 69, _index.scss */
.swiper-pagination-bullet-active {
  background: #94ae3f; }

/* line 73, _index.scss */
.promo-slider-prev,
.promo-slider-next {
  top: 0;
  bottom: 0;
  width: 4rem;
  height: auto;
  margin-top: 0;
  background-image: none;
  font-size: 3rem;
  color: #25252a;
  -webkit-text-decoration: none;
  text-decoration: none; }
  /* line 484, _mixins.scss */
  .promo-slider-prev:active, .promo-slider-prev:focus, .promo-slider-prev:hover,
  .promo-slider-next:active,
  .promo-slider-next:focus,
  .promo-slider-next:hover {
    color: #94ae3f;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 85, _index.scss */
  .promo-slider-prev.is-disabled,
  .promo-slider-next.is-disabled {
    display: none; }
  /* line 89, _index.scss */
  .promo-slider-prev:focus,
  .promo-slider-next:focus {
    outline: none; }
  @media screen and (max-width: 480px) {
    /* line 73, _index.scss */
    .promo-slider-prev,
    .promo-slider-next {
      width: 2rem;
      font-size: 2rem; } }

/* line 442, _mixins.scss */
.promo-slider-prev:before {
  font-family: "FontAwesome";
  content: ""; }

/* line 442, _mixins.scss */
.promo-slider-next:before {
  font-family: "FontAwesome";
  content: ""; }

/* line 114, _index.scss */
.benefits-heading-wrapper {
  margin-bottom: 1rem; }

/* line 118, _index.scss */
.benefits {
  padding: 1rem 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000; }

/* line 124, _index.scss */
.benefits-heading {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 97%;
  word-wrap: break-word;
  color: #25252a; }

/* line 135, _index.scss */
.benefits-list {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 145, _index.scss */
.benefit {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }
  @media screen and (max-width: 1024px) {
    /* line 145, _index.scss */
    .benefit {
      -ms-flex-preferred-size: 33%;
      flex-basis: 33%; } }
  @media screen and (max-width: 768px) {
    /* line 145, _index.scss */
    .benefit {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%; } }
  @media screen and (max-width: 480px) {
    /* line 145, _index.scss */
    .benefit {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }

/* line 167, _index.scss */
.benefit-inner {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -0.5rem; }

/* line 183, _index.scss */
.benefit-image {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  padding: 0.5rem; }

/* line 190, _index.scss */
.benefit-caption {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 0.5rem;
  color: #2b292b;
  line-height: 1.2; }

/* line 203, _index.scss */
.special-categories-wrapper {
  margin-bottom: 1rem; }

/* line 208, _index.scss */
.special-categories-heading-wrapper {
  margin-bottom: 1rem; }

/* line 214, _index.scss */
.special-categories-heading {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #25252a; }

/* line 223, _index.scss */
.special-category {
  flex: 0 0 25%;
  box-sizing: border-box;
  max-width: 25%;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 0 1px #f0f0f0;
  margin-bottom: -1px;
  position: relative;
  background: #fff;
  overflow: hidden; }
  /* line 236, _index.scss */
  .special-category:before {
    position: absolute;
    top: 0;
    left: -45%;
    z-index: 2;
    display: block;
    content: '';
    width: 25%;
    height: 100%;
    opacity: 0;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg); }
  /* line 252, _index.scss */
  .special-category:hover:before {
    -webkit-animation: shine .5s;
    animation: shine .5s;
    opacity: 1; }
  /* line 258, _index.scss */
  .special-category:hover {
    z-index: 1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
  /* line 263, _index.scss */
  .special-category img {
    object-fit: contain; }
  @media screen and (max-width: 1024px) {
    /* line 223, _index.scss */
    .special-category {
      -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
      max-width: 33%; } }
  @media screen and (max-width: 768px) {
    /* line 223, _index.scss */
    .special-category {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%;
      margin-bottom: 0; } }
  @media screen and (max-width: 380px) {
    /* line 223, _index.scss */
    .special-category {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%;
      margin-bottom: 0; } }

/* line 288, _index.scss */
.index > div + div.special-categories-wrapper {
  margin-bottom: 0;
  margin-top: 0; }

/* line 294, _index.scss */
.category-caption {
  text-align: center;
  margin-top: 0.4rem; }

/* line 299, _index.scss */
.category-inner {
  color: #25252a;
  text-decoration: none;
  width: 100%; }

/* line 306, _index.scss */
.footer {
  position: relative; }

/* line 310, _index.scss */
.js-arrow-up {
  z-index: 999;
  position: fixed;
  width: 50px;
  border: none;
  height: 50px;
  padding: 0;
  bottom: 0.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  right: 0.5rem;
  color: black;
  background-color: white;
  text-decoration: none;
  border-radius: 50%;
  display: block;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px #777777;
  box-shadow: 0px 0px 5px #777777;
  z-index: 999;
  position: fixed;
  width: 3rem;
  border: none;
  height: 3rem;
  padding: 0;
  bottom: 0.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  right: 0.5rem;
  color: #94ae3f;
  background-color: #ffffff;
  text-decoration: none;
  border-radius: 50%;
  display: block;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px #777777;
  box-shadow: 0px 0px 5px #777777; }
  /* line 442, _mixins.scss */
  .js-arrow-up:before {
    font-family: "FontAwesome";
    content: "";
    position: absolute;
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    top: 50%;
    font-size: 2rem;
    left: 50%; }
  /* line 357, _index.scss */
  .js-arrow-up:hover, .js-arrow-up:focus {
    outline: none;
    -webkit-box-shadow: 0px 0px 11px #94ae3f;
    box-shadow: 0px 0px 11px #94ae3f;
    background-color: none; }

/* line 367, _index.scss */
.js-user-name {
  color: #ffffff; }

/* line 375, _index.scss */
.void-place {
  max-width: 85%;
  margin: 2rem 0;
  margin-left: 0.5rem; }

/* line 383, _index.scss */
.ajs-modal .ajs-dialog {
  position: absolute;
  top: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
  transform: translateY(-50%); }
  @media (max-width: 640px) {
    /* line 383, _index.scss */
    .ajs-modal .ajs-dialog {
      min-height: 0 !important;
      top: 50% !important; }
      /* line 393, _index.scss */
      .ajs-modal .ajs-dialog .ajs-header {
        margin-bottom: 0;
        font-size: 20px;
        line-height: normal; }
      /* line 398, _index.scss */
      .ajs-modal .ajs-dialog .ajs-content {
        line-height: normal; }
      /* line 401, _index.scss */
      .ajs-modal .ajs-dialog .ajs-button {
        min-width: 200px; } }

/* line 410, _index.scss */
.footer .phone span {
  color: #FFF !important; }

@media (max-width: 768px) {
  /* line 417, _index.scss */
  .insales-copyright {
    display: block !important; } }
/* line 4, _collection.scss */
.toolbar.collection-toolbar .toolbar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 380px) {
  /* line 11, _collection.scss */
  .pagination-wrapper {
    margin-top: 1rem;
    margin-bottom: 1rem; } }

/* line 19, _collection.scss */
.collection-mix-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0.5rem 0; }

/* line 30, _collection.scss */
.collection-image {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 4%;
  flex: 1 0 4%;
  min-width: 200px;
  max-width: 100%;
  text-align: center; }

/* line 39, _collection.scss */
.view-products {
  margin-top: 1.5rem; }

/* line 43, _collection.scss */
.views-tovar-heading {
  -webkit-box-flex: 1;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 2rem; }

/* line 56, _collection.scss */
.collection-order {
  display: inline-block; }
  @media screen and (max-width: 380px) {
    /* line 56, _collection.scss */
    .collection-order {
      width: 100%; } }

@media screen and (max-width: 380px) {
  /* line 64, _collection.scss */
  .collection-order-wrapper {
    width: 100%; } }

/* line 71, _collection.scss */
.toolbar-inner > .collection-order-wrapper {
  margin-top: 0;
  margin-bottom: 0; }

/* line 76, _collection.scss */
.collection-order-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  /* line 88, _collection.scss */
  .collection-order-row.is-page-size {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row; }

/* line 96, _collection.scss */
.collection-order-field {
  border: 0px solid;
  background-color: #fff;
  line-height: inherit;
  padding-top: 0;
  padding-bottom: 0;
  cursor: pointer;
  line-height: 23px;
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 0.25rem 1.75rem 0.25rem 1rem; }
  /* line 108, _collection.scss */
  .collection-order-field.page-size {
    line-height: 18px;
    padding-left: 0.5rem;
    padding: 0.5rem;
    background-size: 0.6rem;
    background-position-x: 86%;
    padding-right: 1.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; }
  @media screen and (max-width: 380px) {
    /* line 96, _collection.scss */
    .collection-order-field {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%; } }
  @media screen and (max-width: 768px) {
    /* line 96, _collection.scss */
    .collection-order-field {
      border: 1px solid #25252a;
      padding-top: 0.25rem;
      padding-bottom: 0.25rem; } }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }
@keyframes shine {
  100% {
    left: 125%; } }
/* line 148, _collection.scss */
.subcoll-wrapper {
  margin-bottom: 20px; }

/* line 152, _collection.scss */
.subcoll-outer {
  box-shadow: 0px 0px 0px 1px #f0f0f0;
  transition: box-shadow ease 0.2s, border ease-out 0.2s;
  margin-bottom: -1px;
  background: #fff;
  overflow: hidden; }
  /* line 159, _collection.scss */
  .subcoll-outer .subcoll-inner {
    margin-bottom: 20px;
    padding: 16px;
    display: block;
    color: #000;
    text-decoration: none; }
    /* line 166, _collection.scss */
    .subcoll-outer .subcoll-inner .subcoll-img {
      height: 220px;
      display: block;
      position: relative; }
      /* line 171, _collection.scss */
      .subcoll-outer .subcoll-inner .subcoll-img img {
        object-fit: contain;
        object-position: center;
        width: 100%;
        height: 100%; }
      /* line 178, _collection.scss */
      .subcoll-outer .subcoll-inner .subcoll-img:before {
        position: absolute;
        top: 0;
        left: -45%;
        z-index: 2;
        display: block;
        content: '';
        width: 25%;
        height: 100%;
        opacity: 0;
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg); }
      /* line 194, _collection.scss */
      .subcoll-outer .subcoll-inner .subcoll-img:hover:before {
        -webkit-animation: shine .5s;
        animation: shine .5s;
        opacity: 1; }
    /* line 201, _collection.scss */
    .subcoll-outer .subcoll-inner .subcoll-title {
      display: block;
      margin-top: 6px;
      font-weight: 700;
      margin-bottom: 6px; }
    /* line 208, _collection.scss */
    .subcoll-outer .subcoll-inner .subcoll-descr {
      display: block;
      font-size: 14px; }
  /* line 214, _collection.scss */
  .subcoll-outer:hover {
    z-index: 1;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); }

/* line 220, _collection.scss */
.product-card-photo {
  overflow: hidden; }
  /* line 223, _collection.scss */
  .product-card-photo:before {
    position: absolute;
    top: 0;
    left: -45%;
    z-index: 2;
    display: block;
    content: '';
    width: 25%;
    height: 100%;
    min-height: 200px;
    opacity: 0;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg); }
  /* line 240, _collection.scss */
  .product-card-photo:hover:before {
    -webkit-animation: shine .5s;
    animation: shine .5s;
    opacity: 1; }

/* line 253, _collection.scss */
.noUi-connect {
  background: #2b292b; }

/* line 257, _collection.scss */
.noUi-pips-horizontal {
  display: none; }

/* line 261, _collection.scss */
.filter-section-clear {
  color: #25252a; }
  /* line 451, _mixins.scss */
  .filter-section-clear:before {
    font-family: "Plus";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
  /* line 442, _mixins.scss */
  .filter-section-clear.is-enable:before {
    font-family: "FontAwesome";
    content: "";
    font-size: 0.75em; }

/* line 274, _collection.scss */
.filter-item {
  margin: 0.25rem; }

/* line 278, _collection.scss */
.filter-section-name {
  color: #25252a;
  padding-right: 0.25em;
  padding-left: 0.25em;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }

/* line 287, _collection.scss */
.filter-section-toolbar {
  display: none; }

/* line 291, _collection.scss */
.ajs-body {
  background-color: #ffffff; }

/* line 295, _collection.scss */
.filter-items-wrapper {
  --filter-background-color: #ffffff;
  --filter-background-color-transparent: rgba(255, 255, 255, 0);
  padding-top: 0; }

/* line 301, _collection.scss */
.filter-field {
  padding: 0; }
  /* line 304, _collection.scss */
  .filter-field:hover {
    color: #94ae3f; }

/* line 309, _collection.scss */
.filter-field-marker, .form-field .form-toggle-marker {
  color: #2b292b;
  -ms-flex-preferred-size: 1.5rem;
  flex-basis: 1.5rem;
  height: 1.7rem;
  line-height: 1.7rem;
  background-color: transparent;
  margin-right: 0.2rem;
  position: relative;
  border-color: transparent; }
  /* line 442, _mixins.scss */
  .filter-field-marker:before, .form-field .form-toggle-marker:before {
    font-family: "FontAwesome";
    content: "";
    font-size: 1.25rem;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  /* line 329, _collection.scss */
  .filter-field-marker.is-active, .form-field .is-active.form-toggle-marker {
    color: #94ae3f; }
    /* line 442, _mixins.scss */
    .filter-field-marker.is-active:after, .form-field .is-active.form-toggle-marker:after {
      font-family: "FontAwesome";
      content: "";
      font-size: 0.7rem;
      left: 50%;
      top: 50%;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

/* line 349, _collection.scss */
.filter-field-caption {
  padding: 0 0 0 0.25rem;
  color: #2b292b; }

/* line 354, _collection.scss */
.filter-controls {
  margin: -0.25rem;
  text-align: center;
  margin-top: 1rem; }

/* line 360, _collection.scss */
.button.filter-submit {
  margin: 0.5rem auto;
  width: 100%;
  padding: 0.5rem; }

/* line 366, _collection.scss */
.noUi-target {
  height: 0.28rem;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 373, _collection.scss */
.noUi-base {
  background-color: #919191; }

/* line 377, _collection.scss */
.noUi-handle {
  width: 1.1rem;
  height: 1.1rem;
  background-color: #94ae3f;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none; }

/* line 389, _collection.scss */
.buy.text-right-xl .button-buy,
.product-control .more-info .button-buy,
.product-cart-control .more-info .button-buy {
  text-align: center;
  margin: auto;
  display: inline-block; }

/* line 397, _collection.scss */
.filter-clear {
  width: 100%;
  padding: 0.5rem; }

/* line 402, _collection.scss */
.filter-empty {
  width: auto; }

/* line 406, _collection.scss */
.collection-description {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 400px;
  flex: 1 1 400px;
  max-width: 100%; }
  @media screen and (max-width: 480px) {
    /* line 406, _collection.scss */
    .collection-description {
      margin: 0.5rem auto; } }

@media screen and (min-width: 769px) {
  /* line 417, _collection.scss */
  .button-breadcrumb {
    display: none; } }

/* line 424, _collection.scss */
.filter-section-control:hover span {
  color: #94ae3f; }

/* line 428, _collection.scss */
.hidden-breadcrumbs {
  padding: 0.05rem 0.5rem; }

/* line 433, _collection.scss */
.news-feed-wrapper {
  padding: 40px 20px;
  background: #f0f0f0;
  border-radius: 5px;
  border: none;
  margin-top: 6px; }
  /* line 440, _collection.scss */
  .news-feed-wrapper .nfw {
    display: flex;
    color: #000;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 10px; }
    /* line 447, _collection.scss */
    .news-feed-wrapper .nfw a {
      color: #000; }
  /* line 452, _collection.scss */
  .news-feed-wrapper .index-news {
    display: flex;
    color: #000;
    margin-top: 26px;
    text-decoration: none; }
    /* line 458, _collection.scss */
    .news-feed-wrapper .index-news img {
      width: 60px;
      max-width: 60px;
      min-width: 60px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      max-height: 60px; }
    /* line 467, _collection.scss */
    .news-feed-wrapper .index-news span {
      display: inline-block;
      margin-left: 10px; }

/* line 2, _product.scss */
.product-prices.in-card {
  margin-bottom: 0.5rem;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (max-width: 768px) {
  /* line 11, _product.scss */
  #gallery {
    display: none; } }

/* line 18, _product.scss */
#review_form {
  display: none; }

/* line 22, _product.scss */
.ajs-button {
  background-color: #25252a;
  color: #eeeeee;
  border-radius: 5px; }
  /* line 265, _mixins.scss */
  .ajs-button:focus, .ajs-button:active, .ajs-button:hover {
    background-color: #94ae3f;
    color: #eeeeee; }
  /* line 272, _mixins.scss */
  .ajs-button:-moz-focus-inner {
    border: 0; }

/* line 26, _product.scss */
.m-modal-wrapper {
  padding-bottom: 2rem; }

/* line 34, _product.scss */
.product-link {
  color: #25252a;
  margin: auto;
  display: block;
  line-height: 1.5rem;
  text-align: center;
  text-decoration: none; }

/* line 44, _product.scss */
.product-introtext {
  margin-bottom: 1rem;
  line-height: 25px; }

/* line 49, _product.scss */
.form-rating-label:nth-last-child(1) {
  color: #25252a;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #25252a !important;
  display: none; }
  /* line 442, _mixins.scss */
  .form-rating-label:nth-last-child(1):after {
    font-family: "FontAwesome";
    content: ""; }
  /* line 484, _mixins.scss */
  .form-rating-label:nth-last-child(1):active, .form-rating-label:nth-last-child(1):focus, .form-rating-label:nth-last-child(1):hover {
    color: #94ae3f;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 56, _product.scss */
.form-captcha-update:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none; }

/* line 62, _product.scss */
.tab-block-inner > iframe {
  max-width: 100% !important; }

/* line 69, _product.scss */
.tab-block-inner.editor table tbody {
  display: block; }

/* line 76, _product.scss */
widget-review .review__date,
widget-review .review__src {
  color: #737373 !important; }

/* line 82, _product.scss */
.product-form {
  margin-bottom: 1rem; }

/* line 86, _product.scss */
.product-sku-wrapper {
  margin-bottom: 0.5rem;
  display: inline-block; }
  /* line 90, _product.scss */
  .product-sku-wrapper > .label-article {
    color: #737373;
    margin-right: 0.25rem; }

/* line 97, _product.scss */
.delivery-block {
  display: inline-block;
  margin-left: 6px; }
  /* line 101, _product.scss */
  .delivery-block span {
    display: inline-block;
    vertical-align: middle; }
    /* line 105, _product.scss */
    .delivery-block span img {
      vertical-align: middle;
      height: 30px;
      margin-top: -3px; }
    /* line 111, _product.scss */
    .delivery-block span a {
      vertical-align: middle;
      margin-right: 10px; }

/* line 118, _product.scss */
.product-prices {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -0.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 128, _product.scss */
  .product-prices > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0.25rem 0.4rem; }
  @media screen and (max-width: 480px) {
    /* line 118, _product.scss */
    .product-prices {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

@media screen and (max-width: 768px) {
  /* line 142, _product.scss */
  .bundle-slider {
    margin: auto; } }

@media screen and (max-width: 480px) {
  /* line 149, _product.scss */
  .product-button.is-quick-checkout {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; } }

/* line 157, _product.scss */
.product-gallery-wrapper {
  position: relative;
  min-height: 526px;
  margin-top: 1rem; }
  @media screen and (max-width: 768px) {
    /* line 163, _product.scss */
    .product-gallery-wrapper .product-labels {
      position: static; } }

/* line 169, _product.scss */
.gallery-main-wrapper {
  text-align: center; }
  /* line 172, _product.scss */
  .gallery-main-wrapper img {
    object-fit: contain; }

/* line 177, _product.scss */
.product-slider-controls .hidden_counter {
  display: none; }
  @media screen and (max-width: 768px) {
    /* line 177, _product.scss */
    .product-slider-controls .hidden_counter {
      display: block; } }

/* line 185, _product.scss */
.mobile-wrapper {
  padding-bottom: 2.5rem; }

/* line 189, _product.scss */
.product-control, .product-cart-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem -0.25rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 205, _product.scss */
  .product-control > *, .product-cart-control > * {
    margin: 0.25rem;
    color: #25252a; }
  @media screen and (max-width: 480px) {
    /* line 189, _product.scss */
    .product-control, .product-cart-control {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/* line 222, _product.scss */
.more-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 0 1 90%;
  flex: 0 1 90%;
  margin: auto; }

/* line 232, _product.scss */
.compare-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }
  @media screen and (max-width: 480px) {
    /* line 232, _product.scss */
    .compare-control {
      width: 100%; } }

/* line 248, _product.scss */
.product-option-selectors .option {
  align-content: flex-start;
  min-height: 112px;
  margin-right: 1rem; }

/* line 254, _product.scss */
.gallery-thumbs.swiper-container > .gallery-controls {
  padding-left: 0; }
  /* line 257, _product.scss */
  .gallery-thumbs.swiper-container > .gallery-controls:before {
    margin-left: 0; }

/* line 266, _product.scss */
.m-modal-button--checkout {
  background-color: #25252a;
  color: #eeeeee;
  border-radius: 5px;
  padding: 0.15rem 2.5rem;
  margin: 1rem 0 0.5rem; }
  /* line 265, _mixins.scss */
  .m-modal-button--checkout:focus, .m-modal-button--checkout:active, .m-modal-button--checkout:hover {
    background-color: #94ae3f;
    color: #eeeeee; }
  /* line 272, _mixins.scss */
  .m-modal-button--checkout:-moz-focus-inner {
    border: 0; }

/* line 273, _product.scss */
.m-modal {
  padding: 20px 0 0;
  background-color: #ffffff;
  color: #2b292b; }

/* line 279, _product.scss */
.m-modal-heading {
  color: #2b292b;
  margin-top: 0; }

/* line 284, _product.scss */
.m-input-label {
  color: #2b292b; }

/* line 288, _product.scss */
.m-input-field {
  color: #222222;
  border-radius: 5px;
  outline: none;
  background-color: #fff; }

/* line 295, _product.scss */
.m-input--checkbox {
  opacity: 1; }

/* line 299, _product.scss */
.m-modal-close {
  color: #25252a;
  -webkit-text-decoration: none;
  text-decoration: none;
  background: none;
  height: 20px;
  width: 20px;
  top: 7px; }
  /* line 484, _mixins.scss */
  .m-modal-close:active, .m-modal-close:focus, .m-modal-close:hover {
    color: #94ae3f;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 442, _mixins.scss */
  .m-modal-close:before {
    font-family: "FontAwesome";
    content: ""; }
  /* line 307, _product.scss */
  .m-modal-close:hover {
    background-color: transparent; }

/* line 316, _product.scss */
.product-card-wrapper {
  padding: 1.25rem; }
  /* line 319, _product.scss */
  .product-card-wrapper.in-tab {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
    @media screen and (max-width: 1024px) {
      /* line 319, _product.scss */
      .product-card-wrapper.in-tab {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
        max-width: 33%; } }
    @media screen and (max-width: 768px) {
      /* line 319, _product.scss */
      .product-card-wrapper.in-tab {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%; } }
    @media screen and (max-width: 480px) {
      /* line 319, _product.scss */
      .product-card-wrapper.in-tab {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; } }

/* line 344, _product.scss */
.product-card {
  display: block; }

/* line 348, _product.scss */
.product-card-inner {
  position: relative; }

/* line 352, _product.scss */
.product-card-photo {
  display: block;
  margin-bottom: 1rem; }

/* line 357, _product.scss */
.product-card-caption {
  text-align: center;
  line-height: 1.4; }

/* line 362, _product.scss */
.product-content {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  /* line 366, _product.scss */
  .product-content.tab {
    background: #f0f0f0; }
    /* line 369, _product.scss */
    .product-content.tab .tab-block {
      background: #FFF; }

/* line 379, _product.scss */
.product-labels {
  position: absolute;
  top: 0;
  left: 0.5rem; }

/* line 385, _product.scss */
.gallery-thumbs-wrapper {
  padding-top: 0.5rem; }

@media (min-width: 769px) {
  /* line 389, _product.scss */
  .gallery-thumbs-wrap {
    display: block !important; } }

/* line 396, _product.scss */
.label {
  background-color: 94 ae3f;
  color: #ffffff;
  border-radius: 5px;
  border: none;
  margin-top: 6px; }
  /* line 403, _product.scss */
  .label.is-discount {
    background-color: #dc4646;
    color: #fff; }

/* line 413, _product.scss */
.price {
  font-weight: bold; }
  /* line 416, _product.scss */
  .price.is-discount {
    font-size: 0.8em;
    text-decoration: line-through; }
  /* line 421, _product.scss */
  .price.on-page {
    font-size: 2rem; }

/* line 426, _product.scss */
.old-price {
  text-decoration: line-through;
  opacity: 0.6; }
  /* line 430, _product.scss */
  .old-price.on-page {
    font-size: 1.25rem; }

/* line 439, _product.scss */
.product-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 454, _product.scss */
  .product-slider.is-related-products .product-slider-heading {
    word-break: break-word; }
  /* line 458, _product.scss */
  .product-slider.tab-block {
    border: none;
    padding-top: 0;
    margin-top: 0; }
    @media screen and (max-width: 768px) {
      /* line 464, _product.scss */
      .product-slider.tab-block:last-of-type {
        border-bottom: 1px solid #94ae3f;
        border-radius: 0; } }
  /* line 472, _product.scss */
  .product-slider.is-similar-products {
    margin-top: 2rem; }

/* line 477, _product.scss */
.product-slider-heading-wrapper {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 0;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-bottom: 1rem;
  margin-left: 0.75rem; }

/* line 487, _product.scss */
.product-slider-heading:not(.tab-toggle) {
  color: #25252a;
  word-wrap: break-word;
  flex: 0 1 auto;
  margin-bottom: 20px;
  text-decoration: none; }
  /* line 495, _product.scss */
  .product-slider-heading:not(.tab-toggle):hover {
    color: #25252a !important; }

/* line 500, _product.scss */
.tab-toggle.product-slider-heading {
  font-size: 1.25rem;
  text-transform: uppercase;
  padding: 0.5rem 0 0.25rem;
  color: #25252a;
  margin-right: 1rem;
  border: none;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  z-index: 0;
  -webkit-transition: color 0.15s ease-out 0.15s, border-color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s, border-color 0.15s ease-out 0.15s; }
  /* line 513, _product.scss */
  .tab-toggle.product-slider-heading.is-active, .tab-toggle.product-slider-heading:hover {
    color: #94ae3f;
    border-color: #94ae3f; }
  @media screen and (max-width: 768px) {
    /* line 500, _product.scss */
    .tab-toggle.product-slider-heading {
      border: none;
      border-top: 1px solid #94ae3f;
      font-size: 1.25rem;
      text-transform: uppercase;
      padding: 1rem 0;
      color: #25252a;
      border-color: #94ae3f;
      padding-right: 1rem;
      position: relative;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%;
      margin: 0; }
      /* line 442, _mixins.scss */
      .tab-toggle.product-slider-heading:after {
        font-family: "FontAwesome";
        content: "";
        position: absolute;
        right: 5px;
        top: 22%;
        color: #94ae3f;
        font-size: 1.75rem; }
      /* line 543, _product.scss */
      .tab-toggle.product-slider-heading:last-of-type {
        border-bottom: 1px solid #94ae3f; }
      /* line 547, _product.scss */
      .tab-toggle.product-slider-heading.is-active {
        color: #94ae3f;
        border-bottom: none; }
        /* line 551, _product.scss */
        .tab-toggle.product-slider-heading.is-active:after {
          content: ''; } }

/* line 564, _product.scss */
.product-slider-controls .promo-slider-next.is-disabled,
.product-slider-controls .promo-slider-prev.is-disabled {
  display: block;
  pointer-events: fill; }
/* line 570, _product.scss */
.product-slider-controls .promo-slider-next {
  text-align: right; }
/* line 574, _product.scss */
.product-slider-controls .promo-slider-prev {
  text-align: left; }

/* line 579, _product.scss */
.swiper-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

/* line 588, _product.scss */
.product-slider-prev,
.product-slider-next {
  color: #25252a;
  -webkit-transition: opacity 0.15s ease-out 0.15s, color 0.15s ease-out 0.15s;
  transition: opacity 0.15s ease-out 0.15s, color 0.15s ease-out 0.15s;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  position: absolute;
  top: 50%;
  margin: 0;
  line-height: 1.5rem;
  background-image: none;
  font-size: 3rem;
  z-index: 99; }
  /* line 606, _product.scss */
  .product-slider-prev:active, .product-slider-prev:hover,
  .product-slider-next:active,
  .product-slider-next:hover {
    opacity: 0.8;
    color: #94ae3f;
    background-color: trasparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none; }
  /* line 617, _product.scss */
  .product-slider-prev.is-disabled:active, .product-slider-prev.is-disabled:hover,
  .product-slider-next.is-disabled:active,
  .product-slider-next.is-disabled:hover {
    opacity: 0.35; }
  /* line 622, _product.scss */
  .product-slider-prev.reviews-products-button,
  .product-slider-next.reviews-products-button {
    top: 30%; }

/* line 629, _product.scss */
.above-gallery > .product-slider-prev,
.above-gallery .product-slider-next {
  top: 1rem;
  font-size: 2rem; }

/* line 636, _product.scss */
.gallery-slider {
  margin-left: auto; }

/* line 640, _product.scss */
.gallery-controls {
  margin-top: 0.5rem; }

/* line 644, _product.scss */
.product-slider-prev {
  margin-right: 3px; }
  /* line 442, _mixins.scss */
  .product-slider-prev:before {
    font-family: "FontAwesome";
    content: ""; }

/* line 650, _product.scss */
.product-slider-next {
  margin-left: 3px; }
  /* line 442, _mixins.scss */
  .product-slider-next:before {
    font-family: "FontAwesome";
    content: ""; }

/* line 656, _product.scss */
.button-buy {
  background-color: #25252a;
  color: #eeeeee;
  border-radius: 5px;
  width: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 66%;
  flex: 0 1 66%;
  padding: 0.6rem 1rem;
  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; }
  /* line 265, _mixins.scss */
  .button-buy:focus, .button-buy:active, .button-buy:hover {
    background-color: #94ae3f;
    color: #eeeeee; }
  /* line 272, _mixins.scss */
  .button-buy:-moz-focus-inner {
    border: 0; }

/* line 675, _product.scss */
.bundle_buy > .is-preorder {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%; }

/* line 681, _product.scss */
.button.product-button {
  border-radius: 5px; }

/* line 689, _product.scss */
.compare-link {
  color: #25252a;
  -webkit-text-decoration: none;
  text-decoration: none;
  border: none;
  background: none;
  text-decoration: underline; }
  /* line 484, _mixins.scss */
  .compare-link:active, .compare-link:focus, .compare-link:hover {
    color: #94ae3f;
    -webkit-text-decoration: none;
    text-decoration: none; }
  @media screen and (max-width: 480px) {
    /* line 689, _product.scss */
    .compare-link {
      width: 100%;
      margin: 0.3rem 0; } }
  /* line 701, _product.scss */
  .compare-link:focus {
    border: none;
    outline: none; }

/* line 707, _product.scss */
.bundle-prices {
  margin: 0.25rem 0; }

/* line 711, _product.scss */
.price-bundle {
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 1rem; }
  /* line 716, _product.scss */
  .price-bundle span {
    font-weight: bold;
    text-decoration: line-through; }

/* line 722, _product.scss */
.price_discount {
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 1rem; }
  /* line 727, _product.scss */
  .price_discount span {
    font-weight: bold; }

/* line 732, _product.scss */
.price_finall {
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 1.5rem; }
  /* line 737, _product.scss */
  .price_finall span {
    font-weight: bold;
    white-space: nowrap; }

/* line 743, _product.scss */
.buy.bundle_buy {
  margin: 0;
  margin-top: 0.8rem; }
  @media screen and (min-width: 769px) {
    /* line 743, _product.scss */
    .buy.bundle_buy {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
      flex: 0 0 270px; } }

/* line 755, _product.scss */
.product-slider.is-bundle-products {
  margin-top: 0;
  margin-left: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }
  /* line 762, _product.scss */
  .product-slider.is-bundle-products .product-slider-heading-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 2rem; }
  /* line 769, _product.scss */
  .product-slider.is-bundle-products .swiper-wrapper {
    margin-top: 0; }
  /* line 773, _product.scss */
  .product-slider.is-bundle-products .product-slider-heading-wrapper:after {
    margin-left: 0; }
  /* line 777, _product.scss */
  .product-slider.is-bundle-products .product-slider-heading {
    display: none; }

/* line 782, _product.scss */
.fancybox-caption {
  text-align: center;
  border-top: 0; }

/* line 787, _product.scss */
.is-reviews-toggle, .is-comments-toggle {
  background-color: #25252a;
  color: #eeeeee;
  border-radius: 5px;
  margin-bottom: 0.5rem; }
  /* line 265, _mixins.scss */
  .is-reviews-toggle:focus, .is-comments-toggle:focus, .is-reviews-toggle:active, .is-comments-toggle:active, .is-reviews-toggle:hover, .is-comments-toggle:hover {
    background-color: #94ae3f;
    color: #eeeeee; }
  /* line 272, _mixins.scss */
  .is-reviews-toggle:-moz-focus-inner, .is-comments-toggle:-moz-focus-inner {
    border: 0; }
  /* line 792, _product.scss */
  .is-reviews-toggle:after, .is-comments-toggle:after {
    padding-left: 0.25rem; }
  /* line 442, _mixins.scss */
  .is-reviews-toggle.is-unchecked:after, .is-unchecked.is-comments-toggle:after {
    font-family: "FontAwesome";
    content: ""; }
  /* line 442, _mixins.scss */
  .is-reviews-toggle.is-checked:after, .is-checked.is-comments-toggle:after {
    font-family: "FontAwesome";
    content: ""; }

/* line 812, _product.scss */
.sidebar-menu-marker.filter-marker {
  margin-left: auto;
  color: #25252a; }

/* line 820, _product.scss */
.filter-section.has-active-items .sidebar-menu-marker.filter-marker {
  display: none; }
/* line 824, _product.scss */
.filter-section.has-active-items .filter-section-name {
  color: #94ae3f; }

/* line 442, _mixins.scss */
.filter-section-toggle.is-active-toggle.is-active > .filter-marker:before {
  font-family: "FontAwesome";
  content: ""; }

/* line 838, _product.scss */
.filter-section-clear.is-filter-section-clear {
  padding: 0.5rem;
  color: #94ae3f;
  background-color: transparent; }

/* line 844, _product.scss */
.filter {
  margin: 0 0.25rem; }

/* line 848, _product.scss */
.ajs-header {
  background-color: #ffffff;
  margin-right: 0; }

/* line 853, _product.scss */
.form-label {
  color: #2b292b; }

/* line 857, _product.scss */
.ajs-footer {
  background-color: #ffffff; }

/* line 861, _product.scss */
.ajs-close {
  background: none;
  color: #25252a;
  -webkit-text-decoration: none;
  text-decoration: none; }
  /* line 442, _mixins.scss */
  .ajs-close:before {
    font-family: "FontAwesome";
    content: ""; }
  /* line 484, _mixins.scss */
  .ajs-close:active, .ajs-close:focus, .ajs-close:hover {
    color: #94ae3f;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 867, _product.scss */
.ajs-dialog {
  background-color: #ffffff;
  color: #2b292b; }

/* line 872, _product.scss */
.form-notice {
  color: #2b292b; }

/* line 876, _product.scss */
.ajs-cancel {
  color: #2b292b; }

/* line 880, _product.scss */
.bundle-preorder {
  margin-left: 0.5rem; }

/* line 884, _product.scss */
.special-products-tab {
  margin-bottom: 2rem; }
  @media screen and (max-width: 768px) {
    /* line 888, _product.scss */
    .special-products-tab .tab-block.is-opened {
      border: none;
      border-radius: none; }
      /* line 892, _product.scss */
      .special-products-tab .tab-block.is-opened:last-of-type {
        border-bottom: 1px solid #94ae3f;
        border-radius: 0; } }

/* line 900, _product.scss */
.product-comment {
  display: block;
  border: 1px solid;
  padding: 7px 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  min-width: 90%; }

/* line 909, _product.scss */
.ajs-panel.at-center-position {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  /* line 914, _product.scss */
  .ajs-panel.at-center-position .ajs-body {
    height: 82vh;
    min-height: 620px; }
  @media (max-width: 640px) {
    /* line 909, _product.scss */
    .ajs-panel.at-center-position {
      width: 100%; } }

/* line 924, _product.scss */
.ajs-closable .ajs-close {
  display: inline-block !important; }

/* line 930, _product.scss */
.revs-slider[data-slider-slide] .wrpr {
  padding: 10px 26px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin-bottom: 20px; }
  /* line 946, _product.scss */
  .revs-slider[data-slider-slide] .wrpr:hover {
    transform: scale(1.1);
    box-shadow: 0px 0px 0px 5px inset #94ae3f; }
/* line 952, _product.scss */
.revs-slider[data-slider-slide] .rev_phone {
  font-weight: bold;
  font-size: 15px;
  margin-top: 8px; }
/* line 958, _product.scss */
.revs-slider[data-slider-slide] .rev_name {
  font-weight: bold;
  font-size: 14px;
  color: #868d6f; }
/* line 964, _product.scss */
.revs-slider[data-slider-slide] .rev_date {
  color: #999;
  font-size: 14px;
  margin: 10px 0; }
/* line 970, _product.scss */
.revs-slider[data-slider-slide] .rev_category {
  margin-bottom: 8px;
  margin-top: 8px; }
  /* line 974, _product.scss */
  .revs-slider[data-slider-slide] .rev_category span {
    display: block;
    font-size: 14px; }
  /* line 979, _product.scss */
  .revs-slider[data-slider-slide] .rev_category a {
    color: #94AE3F; }
/* line 984, _product.scss */
.revs-slider[data-slider-slide] .rev_text {
  font-size: 14px;
  line-height: normal;
  color: #666; }
/* line 990, _product.scss */
.revs-slider[data-slider-slide] .product-rating-point {
  font-size: 13px;
  margin-right: 3px; }

/* line 996, _product.scss */
[data-slider="revs-slider"] {
  overflow: visible !important; }
  /* line 999, _product.scss */
  [data-slider="revs-slider"] .product-slider-prev {
    left: -7px;
    color: #95AF42; }
  /* line 1004, _product.scss */
  [data-slider="revs-slider"] .product-slider-next {
    right: -3px;
    color: #95AF42; }

/* line 1012, _product.scss */
.product-wrapper .product.cell-9 {
  overflow: hidden; }

/* line 1019, _product.scss */
.product-control .product-button.is-secondary, .product-cart-control .product-button.is-secondary {
  background: #25252A;
  color: #fff; }

/* line 1025, _product.scss */
.tabs-wrapepr {
  display: flex !important;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (max-width: 768px) {
    /* line 1025, _product.scss */
    .tabs-wrapepr {
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }

/*gallery*/
/* line 1038, _product.scss */
.gallery {
  margin: 0px -5px 30px -5px; }
  /* line 1041, _product.scss */
  .gallery-item {
    padding: 0px 5px;
    margin: 0px 0px 10px; }
    /* line 1045, _product.scss */
    .gallery-item a {
      position: relative;
      display: block;
      background: #000;
      box-shadow: inset 0 0 0 2px #eee, inset 0 0 0px 4px #fff;
      padding: 4px;
      transition: 0.4s; }
      /* line 1053, _product.scss */
      .gallery-item a img {
        transition: 0.4s;
        will-change: transform; }
      /* line 1058, _product.scss */
      .gallery-item a .fa {
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) scale(0.75);
        transition: 0.4s;
        opacity: 0;
        will-change: transform;
        color: #fff;
        font-size: 50px; }
      /* line 1071, _product.scss */
      .gallery-item a:hover {
        box-shadow: inset 0 0 0 2px #94ae3f, inset 0 0 0px 4px #fff; }
        /* line 1074, _product.scss */
        .gallery-item a:hover img {
          opacity: 0.5; }
        /* line 1078, _product.scss */
        .gallery-item a:hover .fa {
          opacity: 1;
          transform: translate(-50%, -50%) scale(1); }

/*---*/
/* line 1089, _product.scss */
.js-reviews-m-show {
  display: none;
  text-align: center; }
  /* line 1093, _product.scss */
  .js-reviews-m-show a {
    display: block; }
  /* line 1097, _product.scss */
  .js-reviews-m-show img {
    display: block;
    margin: 0px auto; }
  /* line 1102, _product.scss */
  .js-reviews-m-show span {
    display: inline-block;
    margin: 10px 0px 0px;
    background: #94ae3f !important;
    color: #fff; }

@media (max-width: 768px) {
  /* line 1111, _product.scss */
  .js-reviews-m-show {
    display: block; }

  /* line 1114, _product.scss */
  .js-reviews-m-hide {
    display: none; } }
/* line 1119, _product.scss */
.gallery-main-wrapper, .gallery-thumbs {
  position: relative; }

/* line 1124, _product.scss */
.prod-image-size {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 10001;
  background: #f0f0f0;
  padding: 5px;
  border-radius: 5px; }

/* line 1134, _product.scss */
.prod-video-link {
  text-decoration: none;
  color: #000;
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 10001;
  border-radius: 5px;
  background: #f0f0f0;
  padding: 5px; }
  /* line 1145, _product.scss */
  .prod-video-link i {
    display: inline-block;
    margin-right: 4px; }

/* line 1152, _product.scss */
.product-video-inner {
  position: relative; }
  /* line 1154, _product.scss */
  .product-video-inner i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform: translate("-50%", "-50%");
    color: #fff; }

/* line 1165, _product.scss */
.video-gal-mob span {
  height: 100px;
  height: 100%; }
/* line 1170, _product.scss */
.video-gal-mob a {
  height: 100%;
  display: block; }
/* line 1174, _product.scss */
.video-gal-mob img {
  max-height: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover; }
/* line 1180, _product.scss */
.video-gal-mob iframe {
  height: 100%; }

/* line 1, _compare.scss */
.button-same-toggle {
  background-color: #777777;
  color: #eeeeee;
  border-radius: 5px; }
  /* line 265, _mixins.scss */
  .button-same-toggle:focus, .button-same-toggle:active, .button-same-toggle:hover {
    background-color: #94ae3f;
    color: #eeeeee; }
  /* line 272, _mixins.scss */
  .button-same-toggle:-moz-focus-inner {
    border: 0; }

/* line 5, _compare.scss */
.compare-toolbar {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

/* line 11, _compare.scss */
.table-striped .table-row:nth-child(even) td,
.table-striped tr:nth-child(even) .table-cell,
.table-striped tr:nth-child(even) td {
  background-color: rgba(238, 238, 238, 0.5);
  color: #2b292b; }

/* line 18, _compare.scss */
.table-striped .table-row:hover > .table-cell {
  background-color: rgba(238, 238, 238, 0.5); }

/* line 22, _compare.scss */
.table-striped .table-row:nth-child(2):hover > .table-cell {
  background-color: transparent; }

/* line 26, _compare.scss */
.table-striped .table-row:last-child:hover > .table-cell {
  background-color: transparent; }

/* line 30, _compare.scss */
.table-bordered td {
  border: 1px solid #000000; }

/* line 36, _compare.scss */
.table-bordered .table-cell:first-child {
  border-left: 1px solid #000000; }
/* line 40, _compare.scss */
.table-bordered .table-cell:last-child {
  border-right: 1px solid #000000; }
/* line 44, _compare.scss */
.table-bordered .table-row:first-child .table-cell {
  border-top: 1px solid #000000;
  background-color: rgba(238, 238, 238, 0.5);
  color: #2b292b; }
/* line 50, _compare.scss */
.table-bordered .table-row:last-child .table-cell {
  border-bottom: 1px solid #000000; }
/* line 54, _compare.scss */
.table-bordered .table-cell {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000; }

/* line 60, _compare.scss */
.table .table-cell,
.table td {
  padding: 0.5rem 0.5rem;
  line-height: 1.2; }

/* line 66, _compare.scss */
.compare-table-wrapper {
  overflow-x: auto; }

/* line 70, _compare.scss */
.title-link {
  color: #25252a;
  color: #25252a;
  -webkit-text-decoration: none;
  text-decoration: none; }
  /* line 484, _mixins.scss */
  .title-link:active, .title-link:focus, .title-link:hover {
    color: #94ae3f;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 77, _compare.scss */
.table-compare .table-row,
.table-compare tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }

/* line 89, _compare.scss */
.compare-more {
  margin: 0 0.5rem 0.5rem;
  padding: 0.5rem 1.4rem; }

/* line 94, _compare.scss */
.compare-delete {
  background: none;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  color: #25252a;
  -webkit-text-decoration: none;
  text-decoration: none; }
  /* line 484, _mixins.scss */
  .compare-delete:active, .compare-delete:focus, .compare-delete:hover {
    color: #94ae3f;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 442, _mixins.scss */
  .compare-delete:before {
    font-family: "FontAwesome";
    content: ""; }

/* line 109, _compare.scss */
.compare-value-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 200px;
  flex: 1 1 200px; }

/* line 122, _compare.scss */
.compare-image-wrapper {
  overflow: hidden; }

/* line 126, _compare.scss */
.param-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  max-width: 180px; }

/* line 133, _compare.scss */
.param-value {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  max-width: 250px; }

/* line 140, _compare.scss */
.compare-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: nowrap;
  flex-flow: nowrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 154, _compare.scss */
  .compare-controls .button.button-buy {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0; }

/** Compares widget */
/** Compares widget */
/* line 165, _compare.scss */
.compares-widget {
  margin-left: auto;
  margin-top: 0;
  padding-bottom: 0.75rem; }
  @media screen and (max-width: 768px) {
    /* line 165, _compare.scss */
    .compares-widget {
      margin-left: 0; } }
  /* line 174, _compare.scss */
  .compares-widget.is-top-panel {
    padding: 0; }
    /* line 177, _compare.scss */
    .compares-widget.is-top-panel .compare-widget-caption,
    .compares-widget.is-top-panel .shopcart-widget-icon {
      border: none;
      padding: 0.7rem;
      color: #ffffff;
      font-size: 1.2rem;
      margin-right: 0; }
      /* line 185, _compare.scss */
      .compares-widget.is-top-panel .compare-widget-caption:hover,
      .compares-widget.is-top-panel .shopcart-widget-icon:hover {
        color: #ffffff; }

/* line 192, _compare.scss */
.compares-widget.is-top-panel .compares-widget-count,
.shopcart-widget-wrapper.is-top-panel .shopcart-widget-count,
.shopcart-widget-wrapper.is-top-panel .compares-widget-count {
  color: #222222;
  background-color: #eeeeee; }

/* line 198, _compare.scss */
.compares-widget-link {
  color: #ffffff;
  -webkit-text-decoration: none;
  text-decoration: none;
  white-space: nowrap; }
  /* line 484, _mixins.scss */
  .compares-widget-link:active, .compares-widget-link:focus, .compares-widget-link:hover {
    color: #ffffff;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 204, _compare.scss */
.compare-widget-icon {
  display: inline-block;
  width: 1rem; }

/* line 1, _blog.scss */
.blog-menu-item {
  padding: 0.25rem 0;
  line-height: 23px; }

/* line 6, _blog.scss */
.blog-menu-link {
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  text-decoration: none;
  cursor: pointer;
  color: #25252a;
  line-height: 1.5rem; }
  /* line 14, _blog.scss */
  .blog-menu-link.is-active, .blog-menu-link.is-current, .blog-menu-link.is-hovered {
    color: #94ae3f; }

/* line 21, _blog.scss */
.heading-link {
  color: #25252a;
  -webkit-text-decoration: none;
  text-decoration: none; }
  /* line 484, _mixins.scss */
  .heading-link:active, .heading-link:focus, .heading-link:hover {
    color: #94ae3f;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 25, _blog.scss */
.js-comments-toggle-notice {
  display: none; }

/* line 29, _blog.scss */
.blog-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }

/* line 36, _blog.scss */
.tags-cloud {
  margin: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

/* line 48, _blog.scss */
.tag {
  list-style-type: none;
  margin: 0.25rem 0.5rem 0.25rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 58, _blog.scss */
  .tag:hover {
    border-color: #94ae3f; }
    /* line 61, _blog.scss */
    .tag:hover * {
      border-color: #94ae3f;
      color: #94ae3f; }
  /* line 66, _blog.scss */
  .tag.is-current * {
    border-color: #94ae3f;
    color: #94ae3f; }

/* line 72, _blog.scss */
.article-perview-introtext {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

/* line 78, _blog.scss */
.tag-link, .tag-title {
  text-decoration: none;
  color: #25252a;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000000;
  vertical-align: middle;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 0.25rem 0.35rem; }

/* line 95, _blog.scss */
.tag-text {
  padding-left: 0.55rem;
  padding-right: 0.35rem;
  opacity: 0.7; }

/* line 101, _blog.scss */
.tag-count {
  font-size: 0.85rem;
  padding-right: 0.25rem;
  opacity: 0.7;
  text-decoration: none;
  white-space: nowrap; }

/* line 109, _blog.scss */
.comments-count {
  color: #25252a;
  padding: 0 1em;
  text-decoration: none;
  padding-left: 0;
  padding-bottom: 0.25rem; }
  /* line 116, _blog.scss */
  .comments-count:hover {
    color: #94ae3f; }

/* line 121, _blog.scss */
.author {
  padding-right: 0.75rem;
  opacity: 0.5;
  padding-bottom: 0.25rem; }
  /* line 442, _mixins.scss */
  .author:before {
    font-family: "FontAwesome";
    content: ""; }
  @media screen and (max-width: 380px) {
    /* line 121, _blog.scss */
    .author {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      /* line 136, _blog.scss */
      .author:before {
        padding-right: 0.25rem; } }

/* line 142, _blog.scss */
.date {
  opacity: 0.5;
  padding-right: 0.5rem;
  padding-bottom: 0.25rem; }
  /* line 442, _mixins.scss */
  .date:before {
    font-family: "FontAwesome";
    content: ""; }
  @media screen and (max-width: 380px) {
    /* line 142, _blog.scss */
    .date {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      /* line 154, _blog.scss */
      .date:before {
        padding-right: 0.25rem; } }

/* line 160, _blog.scss */
.product-rating {
  padding-bottom: 0.25rem; }

/* line 164, _blog.scss */
.article-preview-toolbar.toolbar .toolbar-inner {
  -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 auto;
  flex: 1 1 auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 0.5rem; }

/* line 178, _blog.scss */
.comments-heading {
  margin: 0.75rem 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid black; }

/* line 186, _blog.scss */
.comments-item {
  padding: 0.6rem 0; }
  /* line 189, _blog.scss */
  .comments-item:first-child {
    padding-top: 0; }

/* line 194, _blog.scss */
.comment-body {
  padding: 0.5rem 0;
  line-height: 22px; }

/* line 199, _blog.scss */
.comment-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-size: 80%; }

/* line 217, _blog.scss */
.comments-wrapper {
  margin: 1.5rem 0; }

/* line 221, _blog.scss */
.comments-form {
  margin: 1.5rem 0; }

/* line 225, _blog.scss */
.form-button {
  background-color: #25252a;
  color: #eeeeee;
  border-radius: 5px;
  width: 100%; }
  /* line 265, _mixins.scss */
  .form-button:focus, .form-button:active, .form-button:hover {
    background-color: #94ae3f;
    color: #eeeeee; }
  /* line 272, _mixins.scss */
  .form-button:-moz-focus-inner {
    border: 0; }

/* line 231, _blog.scss */
.article-block-image {
  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;
  margin: 0.5rem 0; }

/* line 246, _blog.scss */
.form-field.is-text {
  margin: 0.25rem 0;
  border: 1px solid #000000;
  padding: 0.4rem 0.5rem;
  border-radius: 5px;
  outline: none;
  overflow-x: hidden;
  overflow-y: auto; }
/* line 256, _blog.scss */
.form-field.with-error {
  background-color: #ffebeb; }

/* line 260, _blog.scss */
.article-preview-image-inner {
  text-align: center; }

/* line 8, _article.scss */
.article-preview-wrapper + .article-preview-wrapper {
  margin-top: 1rem; }

/* line 13, _article.scss */
.article-preview {
  display: block; }
  /* line 16, _article.scss */
  .article-preview > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }

/* line 22, _article.scss */
.article-preview-image-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
  padding: 0; }
  @media screen and (max-width: 1024px) {
    /* line 22, _article.scss */
    .article-preview-image-wrapper {
      margin: 0.5rem 0; } }

/* line 32, _article.scss */
.article-tags-wrapper {
  margin-bottom: 2rem; }

/* line 37, _article.scss */
.blog .article-preview {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media screen and (max-width: 768px) {
    /* line 37, _article.scss */
    .blog .article-preview {
      display: block; } }
/* line 54, _article.scss */
.blog .article-preview-image-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 4%;
  flex: 1 0 4%;
  min-width: 200px;
  max-width: 100%; }

/* line 64, _article.scss */
.article-preview-caption {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 400px;
  margin-left: 0.5rem;
  flex: 1 1 400px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  /* line 81, _article.scss */
  .article-preview-caption.in-sidebar {
    margin-left: 0; }

/* line 86, _article.scss */
.article-preview-link {
  color: #25252a;
  -webkit-text-decoration: none;
  text-decoration: none; }
  /* line 484, _mixins.scss */
  .article-preview-link:active, .article-preview-link:focus, .article-preview-link:hover {
    color: #94ae3f;
    -webkit-text-decoration: none;
    text-decoration: none; }

@media screen and (max-width: 480px) {
  /* line 91, _article.scss */
  .article-tags-header {
    margin-top: 1rem; } }

/* line 442, _mixins.scss */
.comments-wrapper .button-text:before,
.article-preview-toolbar .button-text:before,
.comments-count .button-text:before {
  font-family: "FontAwesome";
  content: ""; }

/* line 108, _article.scss */
.tag-list {
  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;
  padding-left: 0; }

/* line 124, _article.scss */
.article-preview-heading {
  line-height: 1.5rem;
  margin-bottom: 0.5rem; }

/* line 131, _article.scss */
.article-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-flex: 1;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  max-height: 400px; }

/* line 144, _article.scss */
#comment_form {
  display: none; }

/* line 148, _article.scss */
.article-links {
  background: #f9f9f9;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  display: table;
  margin-bottom: 1em;
  padding: 10px;
  position: relative;
  width: auto; }
  /* line 158, _article.scss */
  .article-links a {
    color: #444;
    box-shadow: none;
    display: block;
    text-decoration: none;
    text-shadow: none;
    margin-bottom: 3px; }
    /* line 165, _article.scss */
    .article-links a:hover {
      text-decoration: underline; }

/* line 171, _article.scss */
.answer-article {
  font-size: 95%;
  padding: 0.3rem 1rem 1rem;
  background: rgba(0, 0, 0, 0.04);
  margin-left: 20px;
  margin-top: 10px; }
  /* line 177, _article.scss */
  .answer-article .comment-footer {
    text-align: right;
    font-weight: bold;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }

/* line 186, _article.scss */
.dropdown-simple .dropdown-point, .dropdown-simple .dropdown-point-faq {
  padding: 14px 14px 14px 0;
  font-size: 18px;
  line-height: normal; }

/* line 192, _article.scss */
.dropdown-simple .dropdown-point .dropdown-title, .dropdown-simple .dropdown-point-faq .dropdown-title-faq {
  position: relative;
  cursor: pointer;
  font-weight: 700; }

/* line 197, _article.scss */
.dropdown-simple .dropdown-point .dropdown-title:hover, .dropdown-simple .dropdown-point-faq .dropdown-title-faq:hover {
  color: #94ae3f; }

/* line 200, _article.scss */
.dropdown-simple .dropdown-point .dropdown-title:hover svg use, .dropdown-simple .dropdown-point-faq .dropdown-title-faq:hover svg use {
  fill: #94ae3f; }

/* line 203, _article.scss */
.dropdown-simple .dropdown-point .dropdown-text, .dropdown-simple .dropdown-point-faq .dropdown-text {
  padding: 15px 20px;
  margin-top: 15px; }

/* line 207, _article.scss */
.dropdown-simple .dropdown-point.active .dropdown-text, .dropdown-simple .dropdown-point-faq.active .dropdown-text {
  background-color: #f9f9f3; }

/* line 210, _article.scss */
.dropdown-simple .dropdown-point .dropdown-text p, .dropdown-simple .dropdown-point-faq .dropdown-text p {
  margin: 0; }

/* line 213, _article.scss */
.dropdown-simple .dropdown-point .dropdown-open, .dropdown-simple .dropdown-point-faq .dropdown-open {
  position: absolute;
  top: 50%;
  right: 0;
  height: 20px;
  margin-top: -12px; }

/* line 220, _article.scss */
.dropdown-point .dropdown-text {
  display: none; }

/* line 223, _article.scss */
.dropdown-point .dropdown-open span:first-child,
.dropdown-point.active .dropdown-open span:last-child {
  display: inline; }

/* line 228, _article.scss */
.dropdown-point .dropdown-open span:last-child,
.dropdown-point.active .dropdown-open span:first-child {
  display: none; }

/* line 233, _article.scss */
.additional__articles {
  magrin-bottom: 20px; }

/* line 1, _cart.scss */
.cart-list {
  margin-top: -1rem;
  margin-bottom: -1rem; }

/* line 6, _cart.scss */
.shopping-cart {
  margin-top: 1rem; }

/* line 10, _cart.scss */
.cart-item {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }
  @media screen and (max-width: 768px) {
    /* line 10, _cart.scss */
    .cart-item {
      margin-bottom: 2rem; } }
  /* line 19, _cart.scss */
  .cart-item.is-cart-dropdown {
    margin-left: 0.75rem;
    margin-right: 0.75rem; }
    /* line 23, _cart.scss */
    .cart-item.is-cart-dropdown .item-prices {
      padding: 0;
      padding-right: 0.25rem; }
    @media screen and (max-width: 1024px) {
      /* line 28, _cart.scss */
      .cart-item.is-cart-dropdown .item-title {
        text-align: center; } }
    /* line 35, _cart.scss */
    .cart-item.is-cart-dropdown .item-delete {
      padding: 0.25rem; }
      /* line 38, _cart.scss */
      .cart-item.is-cart-dropdown .item-delete .is-item-delete {
        padding: 0.15rem;
        -webkit-transition: color 0.15s ease-out 0.15s;
        transition: color 0.15s ease-out 0.15s; }
        /* line 43, _cart.scss */
        .cart-item.is-cart-dropdown .item-delete .is-item-delete:hover {
          background-color: transparent;
          color: #94ae3f; }

/* line 52, _cart.scss */
.cart-block-checkout.is-cart-dropdown {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%; }

/* line 62, _cart.scss */
.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  -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: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 1024px) {
    /* line 62, _cart.scss */
    .item {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  /* line 89, _cart.scss */
  .item.is-cart-dropdown {
    border: none; }

/* line 94, _cart.scss */
.item-image-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10rem;
  flex: 0 0 10rem;
  padding: 0.5rem 0.5rem;
  margin: auto; }
  /* line 101, _cart.scss */
  .item-image-wrapper.is-cart-dropdown {
    -webkit-box-flex: 0;
    flex: 0 0 4rem;
    -ms-flex: 0 0 4rem; }
  @media screen and (max-width: 480px) {
    /* line 94, _cart.scss */
    .item-image-wrapper {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
      flex: 0 0 80%; } }

/* line 114, _cart.scss */
.item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 10rem;
  flex: 1 1 10rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    /* line 140, _cart.scss */
    .item-content .counter-button {
      display: none; }
    /* line 144, _cart.scss */
    .item-content .counter-input {
      border-right: 1px solid #000000;
      border-left: 1px solid #000000; }
    /* line 149, _cart.scss */
    .item-content .counter {
      width: 3rem; } }

/* line 155, _cart.scss */
.item-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 171, _cart.scss */
.is-cart-dropdown .item-caption {
  -webkit-box-flex: 1;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

/* line 177, _cart.scss */
.item-caption {
  margin-bottom: -0.25rem;
  margin-top: -0.25rem;
  padding: 0.5rem 0.5rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%; }
  /* line 185, _cart.scss */
  .item-caption > * {
    display: block;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem; }
  @media screen and (max-width: 1024px) {
    /* line 177, _cart.scss */
    .item-caption {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }

/* line 197, _cart.scss */
.cart-body {
  border-bottom: 1px solid #000000;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem; }

/* line 203, _cart.scss */
.item-title {
  text-decoration: none;
  color: #25252a;
  color: #25252a;
  -webkit-text-decoration: none;
  text-decoration: none; }
  /* line 484, _mixins.scss */
  .item-title:active, .item-title:focus, .item-title:hover {
    color: #94ae3f;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 210, _cart.scss */
.item-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

/* line 222, _cart.scss */
.item-prices {
  white-space: nowrap;
  text-align: center;
  padding: 0.5rem 0.5rem; }
  /* line 227, _cart.scss */
  .item-prices.is-sale-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%; }
    @media screen and (max-width: 768px) {
      /* line 227, _cart.scss */
      .item-prices.is-sale-price {
        display: none; } }
  /* line 237, _cart.scss */
  .item-prices.is-total-price {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%; }
    @media screen and (max-width: 768px) {
      /* line 237, _cart.scss */
      .item-prices.is-total-price {
        font-weight: bold; } }
  /* line 248, _cart.scss */
  .item-prices span {
    margin-left: 0.5rem; }

/* line 253, _cart.scss */
.item-counter {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.5rem 0.5rem; }
  /* line 259, _cart.scss */
  .item-counter.is-cart-dropdown {
    display: none; }

/* line 264, _cart.scss */
.item-delete {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.5rem 0.5rem;
  padding-right: 0; }
  @media screen and (max-width: 380px) {
    /* line 264, _cart.scss */
    .item-delete {
      padding: 0.25rem; } }

/* line 281, _cart.scss */
.shopcart-widget-wrapper.is-top-panel {
  padding: 0; }

/* line 289, _cart.scss */
.shopcart-widget.is-top-panel .shopcart-widget-icon {
  padding: 0.8rem;
  border: none; }
/* line 294, _cart.scss */
.shopcart-widget.is-top-panel .shopcart-widget-data {
  display: none; }
/* line 299, _cart.scss */
.shopcart-widget.in-header {
  padding-bottom: 0.75rem;
  font-size: 0.9rem;
  margin-left: auto;
  position: relative; }
  /* line 307, _cart.scss */
  .shopcart-widget.in-header .shopcart-widget-link:hover *:not(.shopcart-widget-count):not(.compares-widget-count) {
    color: #94ae3f; }

/* line 315, _cart.scss */
.shopcart-widget-link {
  color: #ffffff;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center; }
  /* line 484, _mixins.scss */
  .shopcart-widget-link:active, .shopcart-widget-link:focus, .shopcart-widget-link:hover {
    color: #ffffff;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 324, _cart.scss */
.shopcart-widget-icon {
  min-width: 50px;
  font-size: 1.3rem;
  position: relative;
  vertical-align: middle;
  padding: 1rem 0.9rem;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 0.3rem;
  display: inline-block;
  text-align: center;
  line-height: 1rem; }
  /* line 442, _mixins.scss */
  .shopcart-widget-icon:before {
    font-family: "FontAwesome";
    content: ""; }

/* line 339, _cart.scss */
.shopcart-widget-count, .compares-widget-count {
  color: #eeeeee;
  background-color: #222222;
  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;
  width: 24px;
  height: 1rem;
  top: 0;
  right: -0.15rem;
  position: absolute;
  border-radius: 0.5rem;
  font-size: 0.65rem; }

/* line 359, _cart.scss */
.compares-widget-count {
  top: -0.15rem; }

/* line 365, _cart.scss */
.shopcart-widget-amount {
  display: inline-block;
  min-width: 100px;
  white-space: nowrap;
  margin-left: 0.25rem;
  color: #94ae3f;
  font-size: 1.25rem; }

/* line 374, _cart.scss */
.cart-checkout {
  background-color: #25252a;
  color: #eeeeee;
  border-radius: 5px; }
  /* line 265, _mixins.scss */
  .cart-checkout:focus, .cart-checkout:active, .cart-checkout:hover {
    background-color: #94ae3f;
    color: #eeeeee; }
  /* line 272, _mixins.scss */
  .cart-checkout:-moz-focus-inner {
    border: 0; }
  @media screen and (max-width: 380px) {
    /* line 374, _cart.scss */
    .cart-checkout {
      width: 100%; } }
  /* line 382, _cart.scss */
  .cart-checkout.is-cart-dropdown {
    width: 100%; }

/* line 387, _cart.scss */
.button.discount-button {
  background-color: #25252a;
  color: #eeeeee;
  border-radius: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0.25rem 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
  /* line 265, _mixins.scss */
  .button.discount-button:focus, .button.discount-button:active, .button.discount-button:hover {
    background-color: #94ae3f;
    color: #eeeeee; }
  /* line 272, _mixins.scss */
  .button.discount-button:-moz-focus-inner {
    border: 0; }
  @media screen and (max-width: 380px) {
    /* line 387, _cart.scss */
    .button.discount-button {
      width: 100%;
      border-radius: 5px; } }

/* line 403, _cart.scss */
.cart-footer {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

/* line 409, _cart.scss */
.discount-form {
  margin: 1rem 0 0.5rem 0; }

/* line 413, _cart.scss */
.cart-block-checkout {
  margin: 0.5rem 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  @media screen and (max-width: 768px) {
    /* line 413, _cart.scss */
    .cart-block-checkout {
      margin: 0.5rem auto;
      text-align: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  /* line 436, _cart.scss */
  .cart-block-checkout.is-cart-dropdown {
    margin: auto; }

/* line 441, _cart.scss */
.cart-total {
  margin-bottom: 0.5rem;
  text-align: right;
  font-weight: bold;
  font-size: 1.2rem; }
  @media screen and (max-width: 768px) {
    /* line 441, _cart.scss */
    .cart-total {
      text-align: center;
      font-size: 1.5rem; } }

/* line 453, _cart.scss */
.discount-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 462, _cart.scss */
.discount-description {
  -webkit-box-flex: 1;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-right: 0.5rem; }

/* line 469, _cart.scss */
.discount-amount {
  font-weight: bold;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

/* line 476, _cart.scss */
.item-sku {
  display: none; }

/* line 480, _cart.scss */
.cart-widget-dropdown {
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #000000;
  width: 250px;
  border-radius: 10px;
  top: 97%;
  right: 0;
  padding-top: 0.75rem;
  z-index: 1000;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-out 0.15s;
  transition: opacity 0.15s ease-out 0.15s; }
  /* line 495, _cart.scss */
  .cart-widget-dropdown .js-cart-empty {
    margin-top: 0; }
  /* line 499, _cart.scss */
  .cart-widget-dropdown.empty-cart {
    padding-top: 0; }

/* line 504, _cart.scss */
.cart-checkout.button {
  font-size: 20px; }

/* line 3, _z_edit.scss */
.shopcart-widget-icon {
  border-color: #94ae3f; }
  /* line 7, _z_edit.scss */
  .shopcart-widget-icon::before {
    color: #94ae3f; }

/* line 12, _z_edit.scss */
.shopcart-widget-count, .compares-widget-count {
  background-color: #94ae3f; }

/* line 15, _z_edit.scss */
.insales-copyright-link {
  display: none; }

/* line 1, social_widget.css.liquid */
.textback-fb-community-msgs {
  display: block;
  width: 260px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000000; }

/* line 10, social_widget.css.liquid */
#textback_vk_community_msgs {
  right: -10px !important; }

/* line 14, social_widget.css.liquid */
.textback-community .widget-popup-header {
  height: 43px;
  color: white; }

/* line 19, social_widget.css.liquid */
.textback-community .widget-popup-header.facebook {
  background-color: #0084ff; }

/* line 23, social_widget.css.liquid */
.textback-community .widget-popup {
  width: 254px;
  height: 353px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  z-index: 2; }

/* line 33, social_widget.css.liquid */
.textback-community .widget-popup-icon {
  padding-left: 15px;
  padding-top: 8px;
  display: inline-block; }

/* line 39, social_widget.css.liquid */
.textback-community .widget-popup-title {
  display: inline-block;
  vertical-align: top;
  padding-top: 12px;
  padding-left: 10px;
  padding-right: 45px; }

/* line 47, social_widget.css.liquid */
.textback-community .widget-popup-close {
  position: absolute;
  right: 15px;
  top: 8px;
  font-size: 20px;
  cursor: pointer; }

/* line 55, social_widget.css.liquid */
#textback_widget {
  left: 20px;
  border: none;
  position: fixed;
  bottom: 5px;
  padding-bottom: 0;
  z-index: 9001; }

/* line 64, social_widget.css.liquid */
#textback_widget[data-widget-alignment-left='true'] {
  left: 20px;
  right: auto; }

/* line 69, social_widget.css.liquid */
#textback_widget .powered-by-textback-desktop.hidden, #textback_widget .powered-by-textback-mobile.hidden, #textback_widget.hidden {
  display: none !important; }

/* line 73, social_widget.css.liquid */
#textback_widget .powered-by-textback-desktop {
  position: absolute;
  right: 0;
  left: auto;
  top: -50px;
  height: 22px; }

/* line 81, social_widget.css.liquid */
#textback_widget .powered-by-textback-desktop:hover {
  border-bottom: 1px solid #9A9A9A; }

/* line 85, social_widget.css.liquid */
#textback_widget .powered-by-textback-desktop img {
  max-width: initial; }

/* line 89, social_widget.css.liquid */
#textback_widget #powered_by_textback.powered-by-textback-mobile a {
  color: #9A9A9A;
  font-size: 10px;
  text-decoration: underline;
  line-height: 12px; }

/* line 96, social_widget.css.liquid */
#textback_widget[data-widget-alignment-left='true'] .powered-by-textback-desktop {
  position: absolute;
  right: auto;
  left: 0;
  top: -45px; }

/* line 103, social_widget.css.liquid */
#textback_button_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  transform: scale(0); }

/* line 110, social_widget.css.liquid */
#drop_a_line_button:hover ::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  border-radius: 50%;
  left: 0;
  z-index: -1;
  box-shadow: 0 2px 10px RGBA(34, 34, 34, 0.47); }

/* line 122, social_widget.css.liquid */
#drop_a_line_button:hover #textback_icon_inner {
  animation-play-state: paused; }

/* line 126, social_widget.css.liquid */
#textback_button_wrap.tb-scale {
  transform: scale(1); }

/* line 130, social_widget.css.liquid */
#textback_button_wrap.rotate-btn {
  -moz-animation-name: rotate-btn;
  -moz-animation-duration: 0.35s;
  -webkit-animation-name: rotate-btn;
  -webkit-animation-duration: 0.35s;
  animation-name: rotate-btn;
  animation-duration: 0.35s;
  -moz-animation-timing-function: ease;
  -moz-animation-direction: normal;
  -moz-animation-delay: 0s;
  -moz-animation-play-state: running;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  -webkit-animation-direction: normal;
  -webkit-animation-delay: 0s;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-delay: 0s;
  animation-play-state: running;
  animation-fill-mode: forwards; }

@-webkit-keyframes rotate-btn {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform-origin: initial; }
  100% {
    -webkit-transform: rotate(270deg);
    -webkit-transform-origin: initial; } }
@-moz-keyframes rotate-btn {
  0% {
    -moz-transform: rotate(0deg);
    -moz-transform-origin: initial; }
  100% {
    -moz-transform: rotate(270deg);
    -moz-transform-origin: initial; } }
@keyframes rotate-btn {
  0% {
    transform: rotate(0deg);
    transform-origin: initial; }
  100% {
    transform: rotate(270deg);
    transform-origin: initial; } }
@-webkit-keyframes rotate-reverse-btn {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform-origin: initial; }
  100% {
    -webkit-transform: rotate(-360deg);
    -webkit-transform-origin: initial; } }
@-moz-keyframes rotate-reverse-btn {
  0% {
    -moz-transform: rotate(0deg);
    -moz-transform-origin: initial; }
  100% {
    -moz-transform: rotate(-360deg);
    -moz-transform-origin: initial; } }
@keyframes rotate-reverse-btn {
  0% {
    transform: rotate(0deg);
    transform-origin: initial; }
  100% {
    transform: rotate(-360deg);
    transform-origin: initial; } }
/* line 222, social_widget.css.liquid */
#textback_widget #widget_tooltiptext {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0.2s;
  -moz-transition: opacity 0.2s ease-out 0.2s;
  -o-transition: opacity 0.2s ease-out 0.2s;
  transition: opacity 0.2s ease-out 0.2s; }

/* line 230, social_widget.css.liquid */
#textback_widget #widget_tooltiptext.active {
  opacity: 1; }

/* line 234, social_widget.css.liquid */
#textback_widget.expanded #textback_icon_inner {
  background: url("https://static.insales-cdn.com/assets/1/5726/6436446/1751188598/icon_close.svg") no-repeat;
  transform: inherit;
  background-size: contain;
  animation: inherit; }

/* line 241, social_widget.css.liquid */
#textback_widget.expanded .powered-by-textback-desktop {
  display: block; }

/* line 245, social_widget.css.liquid */
#textback_widget .tb-widget {
  width: initial;
  position: relative;
  bottom: 0; }

/* line 251, social_widget.css.liquid */
#textback_widget.expanded .tb-widget {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  text-align: left; }

/* line 258, social_widget.css.liquid */
#textback_widget .tb-widget-links-wrapper {
  display: none;
  height: 100px;
  -webkit-transition: height 1s ease-out 0.5s;
  -moz-transition: height 1s ease-out 0.5s;
  -o-transition: height 1s ease-out 0.5s;
  transition: height 1s ease-out 0.5s; }

/* line 267, social_widget.css.liquid */
#textback_widget.expanded .tb-widget-links-wrapper {
  display: block;
  height: auto; }

/* line 272, social_widget.css.liquid */
#tb_widget_links {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s linear;
  margin: 0 auto; }

/* line 279, social_widget.css.liquid */
#tb_widget_links.animate {
  visibility: visible;
  opacity: 1; }

/* line 284, social_widget.css.liquid */
.widget-mobile.expanded #tb_widget_links {
  visibility: visible;
  opacity: 1; }

/* line 289, social_widget.css.liquid */
#textback_widget .drop-a-line-button {
  float: right;
  width: 50px;
  height: 50px; }

/* line 295, social_widget.css.liquid */
#textback_widget .drop-a-line-button svg {
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: relative; }

/* line 302, social_widget.css.liquid */
#textback_widget .drop-a-line-button > .drop-a-line-button-text {
  display: none; }

/* line 306, social_widget.css.liquid */
#textback_widget .tb-widget-links-wrapper {
  text-align: center; }

/* line 310, social_widget.css.liquid */
#textback_widget .widget-link {
  display: block;
  height: 45px;
  width: 45px;
  margin: 0 auto 16px;
  padding: 0;
  position: relative; }

/* line 319, social_widget.css.liquid */
#textback_widget .widget-link img {
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
  padding: 0;
  border: 0; }

/* line 327, social_widget.css.liquid */
#textback_widget .widget-link:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  top: 3px;
  border-radius: 50%;
  left: 3px;
  box-shadow: 0 2px 10px #222222;
  z-index: -1; }

/* line 339, social_widget.css.liquid */
#textback_widget .widget-link img:hover {
  opacity: 1; }

/* line 343, social_widget.css.liquid */
#textback_widget .widget-link:hover:before {
  box-shadow: 0 2px 15px #000000; }

/* line 347, social_widget.css.liquid */
#textback_widget .heading {
  color: #2c2c2c;
  text-align: center;
  margin-bottom: 8px; }

/* line 353, social_widget.css.liquid */
#textback_widget .tb-widget-tooltip .tooltiptext {
  width: 120px;
  background-color: white;
  color: #3c3a3a;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  border: 1px solid #ddd;
  font-size: 14px;
  font-family: sans-serif;
  line-height: 18px;
  position: absolute;
  z-index: 1; }

/* line 368, social_widget.css.liquid */
#textback_widget .tb-widget-tooltip .tooltiptext.wide {
  width: 135px; }

/* line 372, social_widget.css.liquid */
#textback_widget .tb-widget-tooltip .widget-tooltiptext {
  word-wrap: break-word;
  visibility: visible;
  top: 50%;
  right: calc(100% + 15px);
  transform: translateY(-50%); }

/* line 380, social_widget.css.liquid */
#textback_widget[data-widget-alignment-left='true'] .tb-widget-tooltip .widget-tooltiptext {
  right: auto;
  left: calc(100% + 15px); }

/* line 385, social_widget.css.liquid */
#textback_widget.expanded .tb-widget-tooltip .widget-tooltiptext {
  visibility: hidden; }

/* line 389, social_widget.css.liquid */
#textback_widget .tb-widget-tooltip .button-tooltiptext {
  top: 50%;
  right: 65px;
  transform: translate(0%, -50%); }

/* line 395, social_widget.css.liquid */
#textback_widget[data-widget-alignment-left='true'] .tb-widget-tooltip .button-tooltiptext {
  right: auto;
  left: 65px;
  transform: translate(0%, -50%); }

/* line 401, social_widget.css.liquid */
#textback_widget .tb-widget-tooltip {
  position: relative;
  cursor: pointer; }

/* line 406, social_widget.css.liquid */
#textback_widget .widget-link:hover .tooltiptext {
  visibility: visible; }

/* line 410, social_widget.css.liquid */
#textback_widget .tb-widget-tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #ddd; }

/* line 421, social_widget.css.liquid */
#textback_widget .tb-widget-tooltip .tooltiptext::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  margin-left: -1px;
  z-index: 1000; }

/* line 434, social_widget.css.liquid */
#textback_widget[data-widget-alignment-left='true'] .tb-widget-tooltip .tooltiptext::after {
  right: 100%;
  left: auto;
  margin-right: 1px;
  border-color: transparent #ddd transparent transparent; }

/* line 441, social_widget.css.liquid */
#textback_widget[data-widget-alignment-left='true'] .tb-widget-tooltip .tooltiptext::before {
  right: 100%;
  left: auto;
  border-color: transparent #fff transparent transparent; }

/* line 447, social_widget.css.liquid */
#textback_widget .tooltiptext-hidden {
  display: none !important; }

/* line 451, social_widget.css.liquid */
.smstext-full {
  display: none;
  font-size: 8px; }

/* line 456, social_widget.css.liquid */
.expandedtext .smstext-full {
  display: block; }

/* line 460, social_widget.css.liquid */
.expandedtext .smstext-short {
  display: none; }

/* line 464, social_widget.css.liquid */
.smsnumber {
  font-size: 14px;
  font-weight: 700; }

/* line 469, social_widget.css.liquid */
#tb_welcome {
  width: 80px;
  right: 340px;
  border: none;
  position: fixed;
  bottom: 10px;
  z-index: 10000;
  padding-bottom: 15px;
  display: none;
  opacity: 0; }

/* line 481, social_widget.css.liquid */
#tb_welcome.active {
  display: block !important; }

/* line 485, social_widget.css.liquid */
#tb_welcome.animate {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.5s; }

/* line 491, social_widget.css.liquid */
.textback-welcome-avatar {
  text-align: center; }

/* line 495, social_widget.css.liquid */
.textback-welcome-avatar-img {
  max-width: 62px;
  max-height: 62px;
  border-radius: 62px;
  margin-bottom: 10px;
  box-shadow: 0 0 10px #aaa; }

/* line 503, social_widget.css.liquid */
.textback-welcome-avatar-name {
  padding: 2px 5px;
  border-radius: 10px;
  box-shadow: 0 1px 5px #aaa;
  font-size: 15px;
  font-weight: 700;
  background: #ffffff;
  color: #282323;
  position: relative;
  transform: translateX(-50%);
  left: 40px;
  white-space: nowrap;
  display: inline-block; }

/* line 518, social_widget.css.liquid */
.textback-welcome-tooltip {
  position: absolute;
  bottom: 60px;
  left: 90px;
  width: 275px;
  padding: 10px 15px 10px 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 8px 0 #aaa;
  word-wrap: break-word; }

/* line 530, social_widget.css.liquid */
#tb_welcome_tooltip_text {
  font-size: 15px;
  color: #282323;
  padding-right: 5px; }

/* line 536, social_widget.css.liquid */
.textback-welcome-tooltip::after, .textback-welcome-tooltip::before {
  content: '';
  position: absolute; }

/* line 541, social_widget.css.liquid */
.textback-welcome-tooltip::before {
  bottom: 0;
  left: -5px;
  width: 20px;
  height: 14px;
  -webkit-transform: rotate(135deg) skewX(45deg);
  -moz-transform: rotate(135deg) skewX(45deg);
  -ms-transform: rotate(135deg) skewX(45deg);
  -o-transform: rotate(135deg) skewX(45deg);
  background: #fff;
  z-index: 0;
  box-shadow: 4px 0 5px 0 #aaa; }

/* line 555, social_widget.css.liquid */
.textback-welcome-tooltip::after {
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff; }

/* line 563, social_widget.css.liquid */
.textback-welcome-list {
  padding: 0;
  margin: 25px 0 0;
  text-align: center; }

/* line 569, social_widget.css.liquid */
.textback-welcome-list.flex {
  display: flex;
  justify-content: space-between; }

/* line 574, social_widget.css.liquid */
.textback-welcome-list.flex.center {
  justify-content: center; }

/* line 578, social_widget.css.liquid */
.textback-welcome-list.flex.center .widget-link {
  margin: 0 5px; }

/* line 582, social_widget.css.liquid */
.textback-welcome-list .button-tooltiptext {
  display: none; }

/* line 586, social_widget.css.liquid */
.textback-welcome-list .widget-link {
  max-width: 40px; }

/* line 590, social_widget.css.liquid */
.textback-welcome-list .widget-link img {
  max-width: 100%; }

/* line 594, social_widget.css.liquid */
#tb_welcome_tooltip_close {
  position: absolute;
  top: 0;
  right: 5px;
  padding: 5px;
  cursor: pointer;
  font-size: 20px; }

/* line 603, social_widget.css.liquid */
#shadow_pulse {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: shadowPulse infinite 1.5s;
  animation: shadowPulse 1.5s infinite;
  --box-shadow-color: rgba(204, 169, 44, 0.4);
  --box-shadow-color-opacity: rgba(204, 169, 44, 0); }

/* line 617, social_widget.css.liquid */
#shadow_pulse.active {
  display: block; }

/* line 621, social_widget.css.liquid */
.expanded #shadow_pulse.active, .widget-mobile #shadow_pulse {
  display: none; }

@-webkit-keyframes shadowPulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--box-shadow-color); }
  70% {
    -webkit-box-shadow: 0 0 0 10px var(--box-shadow-color-opacity); }
  100% {
    -webkit-box-shadow: 0 0 0 0 var(--box-shadow-color-opacity); } }
@keyframes shadowPulse {
  0% {
    -moz-box-shadow: 0 0 0 0 var(--box-shadow-color);
    box-shadow: 0 0 0 0 var(--box-shadow-color); }
  70% {
    -moz-box-shadow: 0 0 0 10px var(--box-shadow-color-opacity);
    box-shadow: 0 0 0 10px var(--box-shadow-color-opacity); }
  100% {
    -moz-box-shadow: 0 0 0 0 var(--box-shadow-color-opacity);
    box-shadow: 0 0 0 0 var(--box-shadow-color-opacity); } }
/* line 652, social_widget.css.liquid */
#border_pulse {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #00aeef;
  border-radius: 50%;
  -webkit-animation: borderPulse infinite 1.5s;
  animation: borderPulse infinite 1.5s; }

/* line 665, social_widget.css.liquid */
#border_pulse.active {
  display: block; }

/* line 669, social_widget.css.liquid */
.expanded #border_pulse.active, .widget-mobile #border_pulse {
  display: none; }

@-webkit-keyframes borderPulse {
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0; } }
@keyframes borderPulse {
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0; } }
/* line 699, social_widget.css.liquid */
#tb_widget_lightbox {
  position: fixed;
  background: rgba(33, 33, 33, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s linear; }

/* line 711, social_widget.css.liquid */
#tb_widget_lightbox.active {
  visibility: visible;
  opacity: 1;
  z-index: 9000; }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* line 718, social_widget.css.liquid */
  #textback_widget.widget-mobile {
    width: 100%;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    padding-bottom: 0;
    background: white;
    line-height: normal; }

  /* line 728, social_widget.css.liquid */
  #textback_widget.widget-mobile #textback_icon_tb_close_svg, #textback_widget.widget-mobile #textback_icon_tb_svg {
    display: none !important; }

  /* line 732, social_widget.css.liquid */
  #textback_widget.widget-mobile .tb-widget {
    width: initial;
    min-height: 42px;
    bottom: 0; }

  /* line 738, social_widget.css.liquid */
  #textback_widget.expanded.widget-mobile .tb-widget {
    min-height: 130px;
    display: block;
    left: 0; }

  /* line 744, social_widget.css.liquid */
  #textback_widget.expanded.widget-mobile.high .tb-widget {
    min-height: 175px; }

  /* line 748, social_widget.css.liquid */
  #textback_widget.widget-mobile .drop-a-line-button {
    display: block;
    height: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #007dc2;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25); }

  /* line 760, social_widget.css.liquid */
  #textback_widget.widget-mobile .drop-a-line-button > .drop-a-line-button-text {
    text-align: center;
    line-height: 42px;
    display: block; }

  /* line 766, social_widget.css.liquid */
  #textback_widget .drop-a-line-button > .drop-a-line-button-text > span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 14px;
    position: relative;
    top: -1px;
    letter-spacing: 0.5px;
    text-transform: uppercase; }

  /* line 777, social_widget.css.liquid */
  #textback_widget.widget-mobile .tb-widget-links-wrapper {
    display: none;
    position: absolute;
    bottom: 2px;
    width: 100%; }

  /* line 784, social_widget.css.liquid */
  #textback_widget.widget-mobile .widget-link {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 9px; }

  /* line 790, social_widget.css.liquid */
  #textback_widget.widget-mobile .tb-widget-tooltip {
    top: 0; }

  /* line 794, social_widget.css.liquid */
  #textback_widget.widget-mobile .tb-widget-tooltip .tooltiptext {
    visibility: hidden !important; }

  /* line 798, social_widget.css.liquid */
  #textback_widget.expanded.widget-mobile .powered-by-textback-desktop {
    display: none; }

  /* line 802, social_widget.css.liquid */
  #textback_widget.widget-mobile .powered-by-textback-mobile {
    display: block; }

  /* line 806, social_widget.css.liquid */
  #textback_widget.expanded.widget-mobile {
    height: 130px; }

  /* line 810, social_widget.css.liquid */
  #textback_widget.expanded.widget-mobile.high {
    height: 180px; }

  /* line 814, social_widget.css.liquid */
  #textback_widget.expanded.widget-mobile .drop-a-line-button {
    bottom: 88px;
    display: block; }

  /* line 819, social_widget.css.liquid */
  #textback_widget.expanded.widget-mobile .tb-widget-links-wrapper {
    display: block; } }
/* line 824, social_widget.css.liquid */
#textback_icon_inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain; }

/* line 833, social_widget.css.liquid */
#textback_icon_inner[data-carousel='true'], #textback_icon_inner_mobile[data-carousel='true'] {
  animation-name: opacity-icon;
  animation-duration: 1.5s;
  animation-iteration-count: infinite; }

@keyframes opacity-icon {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/* line 851, social_widget.css.liquid */
#textback_icon_inner_mobile {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  vertical-align: sub; }

/* line 859, social_widget.css.liquid */
#textback_icon_background {
  width: 100%;
  height: 100%;
  background-color: #008aff;
  border-radius: 50%; }

/* line 866, social_widget.css.liquid */
.tb-icon-viber {
  background: url("https://static-sl.insales.ru/files/1/5872/14612208/original/icon_viber_save.svg") no-repeat; }

/* line 870, social_widget.css.liquid */
.widget-mobile .drop-a-line-button .fa {
  margin-right: -20px; }

/* line 874, social_widget.css.liquid */
.widget-mobile .drop-a-line-button-text .fa-angle-down, .widget-mobile .drop-a-line-button-text .fa-angle-up {
  display: none; }

/* line 878, social_widget.css.liquid */
.widget-mobile .drop-a-line-button-text.angle .fa-angle-up {
  display: inline-block; }

/* line 882, social_widget.css.liquid */
.widget-mobile .drop-a-line-button-text.angle .fa-angle-down {
  display: none; }

/* line 886, social_widget.css.liquid */
.widget-mobile.expanded .drop-a-line-button-text.angle .fa-angle-up {
  display: none; }

/* line 890, social_widget.css.liquid */
.widget-mobile.expanded .drop-a-line-button-text.angle .fa-angle-down {
  display: inline-block; }

@media only screen and (max-device-width: 480px) and (orientation: portrait) {
  /* line 895, social_widget.css.liquid */
  .textback-welcome-tooltip::after, .textback-welcome-tooltip::before {
    display: none; }

  /* line 899, social_widget.css.liquid */
  #tb_welcome {
    right: 0;
    left: 0;
    margin: auto; }

  /* line 905, social_widget.css.liquid */
  .textback-welcome-tooltip {
    bottom: 130px;
    left: 40px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); } }
/* line 1, custom.css */
.product-control .product-button, .product-cart-control .product-button,
.cart-checkout.button.is-primary.is-cart-dropdown,
.co-button.co-button--checkout.js-button-checkout_submit,
.ajs-message.ajs-success.ajs-visible,
.cart-checkout.button.is-primary {
  background: #94ae3f;
  /*background: #4F5C24;*/ }

/* line 10, custom.css */
.client-account-link {
  display: none; }

/* line 14, custom.css */
.alertify-notifier,
.ajs-message {
  top: 50% !important;
  right: 50% !important;
  bottom: initial !important;
  left: initial !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important; }

@media (max-width: 480px) {
  /* line 26, custom.css */
  .alertify-notifier {
    width: 0 !important; }

  /* line 30, custom.css */
  .ajs-message {
    width: 260px !important; }

  /* line 34, custom.css */
  .tab-block .swiper-button-next,
  .tab-block .swiper-button-prev {
    top: 25%; } }
/* line 40, custom.css */
.alertify {
  z-index: 99999; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* line 63, custom.css */
.widget-link-backcall:hover img {
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite; }

/* line 69, custom.css */
.form.is-backcall .form-row.is-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

/* line 75, custom.css */
.ajs-header {
  text-align: center; }

/* line 79, custom.css */
.ajs-buttons {
  text-align: center; }

/* line 83, custom.css */
.ajs-button {
  background-color: #94ae3f !important; }

/* line 87, custom.css */
.ajs-button.ajs-ok {
  border: 1px solid;
  border-color: #94ae3f !important; }

/* line 92, custom.css */
.ajs-button.ajs-cancel {
  border: 1px solid;
  border-color: #94ae3f !important;
  color: #94ae3f !important;
  background: #fff !important; }

/* line 99, custom.css */
.ajs-body {
  margin: 0;
  min-height: 2rem; }

/* line 104, custom.css */
.backcall-info {
  padding: 0 .5rem;
  font-size: 15px;
  text-align: center;
  width: 100%;
  margin-bottom: 1.5rem; }

/* line 112, custom.css */
.is-related-products .product-slider-heading {
  font-size: 1.25rem; }

/* line 116, custom.css */
.option-label {
  font-weight: bold; }

/* line 120, custom.css */
.news-feed-wrapper .index-news img {
  object-fit: contain; }

/* line 124, custom.css */
.row.no-marg {
  margin-left: 0;
  margin-right: 0; }

/* line 129, custom.css */
.sidebar-menu-link.is-opened,
.mobile-sidebar-menu-link.is-opened {
  color: #94ae3f; }

/* line 134, custom.css */
.sidebar-menu-marker.disable:before {
  opacity: 0; }

/* line 138, custom.css */
.feedback-form .form-row.recaptcha-wide {
  flex-basis: 100%;
  justify-content: center;
  max-width: 100%; }

/* line 144, custom.css */
.article-preview-introtext.editor h1 {
  display: none; }

/* line 148, custom.css */
.article-preview-heading {
  font-size: 1.4rem;
  font-weight: bold; }

/*
@media (min-width:1024px) {
.promo-slider-wrapper {
 display:none; 
}
}
*/
@media (min-width: 1024px) {
  /* line 161, custom.css */
  .promo-slider-wrapper {
    display: block; }

  /* line 165, custom.css */
  .promo-slide-inner[href="https://yandex.ru/maps/org/venokshop/170061563170/reviews/?display-text=%D0%B2%D0%B5%D0%BD%D0%BE%D0%BA%D1%88%D0%BE%D0%BF&ll=37.658589%2C55.823388&mode=search&sll=37.622504%2C55.753215&sspn=1.444702%2C0.466239&tab=reviews&text=%D0%B2%D0%B5%D0%BD%D0%BE%D0%BA%D1%88%D0%BE%D0%BF&z=13"] {
    display: none !important; } }
@media (max-width: 980px) {
  /* line 171, custom.css */
  .promo-slider-wrapper {
    display: block; } }
/* line 176, custom.css */
.promo-slider-pagination.swiper-pagination.swiper-pagination-bullets {
  display: none; }

/* line 180, custom.css */
.product-video-wrapper {
  padding: 15px 0; }

/* line 184, custom.css */
.product-labels {
  z-index: 2 !important; }

/* line 188, custom.css */
.product-video-inner {
  width: 58px;
  display: inline-block;
  text-align: center; }

/* line 194, custom.css */
.product-video-inner i {
  position: absolute;
  width: 40px;
  height: 24px;
  line-height: 25px;
  text-align: center;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  margin: auto !important;
  border-radius: 6px;
  background: #FF0000; }

/* 618141 */
/* line 210, custom.css */
span.label.is-video {
  background: #7e3faeb0; }

/* line 214, custom.css */
.product-labels.labels-list {
  flex-direction: column; }

/* line 218, custom.css */
.label {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1px !important; }

/* line 226, custom.css */
.product-labels.labels-list {
  align-items: start; }

/* 618141 */
/* line 232, custom.css */
.night_text {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 2px solid #98b240;
  border-radius: 5px; }
  /* line 238, custom.css */
  .night_text p {
    margin-bottom: 0; }

/* line 243, custom.css */
[anim="ripple"] {
  position: relative;
  overflow: hidden; }
  /* line 255, custom.css */
  [anim="ripple"]:before {
    content: '';
    position: absolute;
    display: block;
    background: var(--ripple-background, white);
    border-radius: 50%;
    pointer-events: none;
    top: calc(var(--y) * 1px);
    left: calc(var(--x) * 1px);
    width: calc(var(--d) * 1px);
    height: calc(var(--d) * 1px);
    opacity: calc(var(--o, 1) * var(--ripple-opacity, 0.4));
    transition: calc(var(--t, 0) * var(--ripple-duration, 600ms)) var(--ripple-easing, linear);
    transform: translate(-50%, -50%) scale(var(--s, 1));
    transform-origin: center; }

/* line 277, custom.css */
.product__form__controls__link i {
  display: block;
  font-style: normal; }

/* line 282, custom.css */
.product__form__controls.cart__added .button,
.product__form__controls.cart__added .counter,
.product__form__controls.cart__added .counter-button {
  height: 58px !important; }

/* line 289, custom.css */
.phns p {
  margin-bottom: 0; }
/* line 293, custom.css */
.phns a {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 22px;
  line-height: 36px; }

/* line 301, custom.css */
.smaller {
  font-size: 14px; }

/* line 306, custom.css */
.m-input--checkbox [type="checkbox"] {
  -webkit-appearance: checkbox !important;
  height: 18px !important;
  width: 18px !important;
  margin: 0 !important; }

/* line 27, theme.scss */
.counter-button-flex {
  display: none; }

/* line 32, theme.scss */
.show-button {
  display: flex !important;
  gap: 16px; }

/* line 37, theme.scss */
.hidden-button {
  display: none !important; }

/* line 41, theme.scss */
button.product-button.inside-btn {
  border-radius: 5px;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  color: white;
  padding: 0.8em 1.5em;
  border: 0; }

/* line 55, theme.scss */
button.product-button.inside-btn:focus {
  outline: 0; }

/* line 59, theme.scss */
.link-btn {
  font-size: 10px; }

/* line 68, theme.scss */
.product__form__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 524px) {
    /* line 68, theme.scss */
    .product__form__controls {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/* line 87, theme.scss */
.product__form__controls label.counter {
  display: none !important; }

/* line 91, theme.scss */
.add-cart-counter__controls.counter, .button.product__form__controls__link {
  display: none; }

/* line 95, theme.scss */
.cart__added .add-cart-counter__controls.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

/* line 104, theme.scss */
.cart__added .button.product__form__controls__link {
  display: block; }

/* line 108, theme.scss */
.cart__added .product-button.add-btn {
  display: none; }
