@charset "UTF-8";

/** Colors */

/** New colors 2021 */

/** Box Model  */

/*
%ingressi {
  font-family: adelle, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 17px;
}
*/

/*
%category-subtitle {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 25px;
}

%category-description {
  font-family: adelle, serif;
  font-weight: 400;
  font-style: italic;
}
*/

/* line 110, resources/assets/styles/common/_variables.scss */

.mh_noutopiste-sz {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  font-size: 1rem;
  height: 2.25em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  background-color: #fff;
  border-color: #dbdbdb;
  border-radius: 4px;
  color: #363636;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  max-width: 100%;
}

/** Import everything from autoload */

/*! bulma.io v0.7.4 | MIT License | github.com/jgthms/bulma */

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@-o-keyframes spinAround {
  from {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  to {
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}

@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
         -o-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

/* line 140, node_modules/bulma/sass/utilities/mixins.sass */

.delete,
.modal-close,
.is-unselectable,
.button,
.comment-form input[type="submit"],
.file,
.breadcrumb,
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis,
.tabs {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 159, node_modules/bulma/sass/utilities/mixins.sass */

.select:not(.is-multiple):not(.is-loading)::after,
.navbar-link:not(.is-arrowless)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  width: 0.625em;
}

/* line 163, node_modules/bulma/sass/utilities/mixins.sass */

.box:not(:last-child),
.content:not(:last-child),
.notification:not(:last-child),
.progress:not(:last-child),
.table:not(:last-child),
.table-container:not(:last-child),
.title:not(:last-child),
.subtitle:not(:last-child),
.block:not(:last-child),
.highlight:not(:last-child),
.breadcrumb:not(:last-child),
.level:not(:last-child),
.list:not(:last-child),
.message:not(:last-child),
.tabs:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 235, node_modules/bulma/sass/utilities/mixins.sass */

.delete,
.modal-close {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}

/* line 191, node_modules/bulma/sass/utilities/mixins.sass */

.delete::before,
.modal-close::before,
.delete::after,
.modal-close::after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
       -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
       -o-transform-origin: center center;
          transform-origin: center center;
}

/* line 201, node_modules/bulma/sass/utilities/mixins.sass */

.delete::before,
.modal-close::before {
  height: 2px;
  width: 50%;
}

/* line 204, node_modules/bulma/sass/utilities/mixins.sass */

.delete::after,
.modal-close::after {
  height: 50%;
  width: 2px;
}

/* line 207, node_modules/bulma/sass/utilities/mixins.sass */

.delete:hover,
.modal-close:hover,
.delete:focus,
.modal-close:focus {
  background-color: rgba(10, 10, 10, 0.3);
}

/* line 210, node_modules/bulma/sass/utilities/mixins.sass */

.delete:active,
.modal-close:active {
  background-color: rgba(10, 10, 10, 0.4);
}

/* line 213, node_modules/bulma/sass/utilities/mixins.sass */

.is-small.delete,
.is-small.modal-close {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}

/* line 220, node_modules/bulma/sass/utilities/mixins.sass */

.is-medium.delete,
.is-medium.modal-close {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

/* line 227, node_modules/bulma/sass/utilities/mixins.sass */

.is-large.delete,
.is-large.modal-close {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

/* line 250, node_modules/bulma/sass/utilities/mixins.sass */

.button.is-loading::after,
.comment-form input.is-loading[type="submit"]::after,
.select.is-loading::after,
.control.is-loading::after,
.loader {
  -webkit-animation: spinAround 500ms infinite linear;
       -o-animation: spinAround 500ms infinite linear;
          animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

/* line 260, node_modules/bulma/sass/utilities/mixins.sass */

.is-overlay,
.image.is-square img,
.image.is-square .has-ratio,
.image.is-1by1 img,
.image.is-1by1 .has-ratio,
.image.is-5by4 img,
.image.is-5by4 .has-ratio,
.image.is-4by3 img,
.image.is-4by3 .has-ratio,
.image.is-3by2 img,
.image.is-3by2 .has-ratio,
.image.is-5by3 img,
.image.is-5by3 .has-ratio,
.image.is-16by9 img,
.image.is-16by9 .has-ratio,
.image.is-2by1 img,
.image.is-2by1 .has-ratio,
.image.is-3by1 img,
.image.is-3by1 .has-ratio,
.image.is-4by5 img,
.image.is-4by5 .has-ratio,
.image.is-3by4 img,
.image.is-3by4 .has-ratio,
.image.is-2by3 img,
.image.is-2by3 .has-ratio,
.image.is-3by5 img,
.image.is-3by5 .has-ratio,
.image.is-9by16 img,
.image.is-9by16 .has-ratio,
.image.is-1by2 img,
.image.is-1by2 .has-ratio,
.image.is-1by3 img,
.image.is-1by3 .has-ratio,
.modal,
.modal-background,
.hero-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 40, node_modules/bulma/sass/utilities/controls.sass */

.button,
.comment-form input[type="submit"],
.input,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.textarea,
.comment-form textarea,
.select select,
.file-cta,
.file-name,
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
}

/* line 31, node_modules/bulma/sass/utilities/controls.sass */

.button:focus,
.comment-form input:focus[type="submit"],
.input:focus,
.comment-form input:focus[type="text"],
.comment-form input:focus[type="email"],
.comment-form input:focus[type="url"],
.textarea:focus,
.comment-form textarea:focus,
.select select:focus,
.file-cta:focus,
.file-name:focus,
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus,
.is-focused.button,
.comment-form input.is-focused[type="submit"],
.is-focused.input,
.comment-form input.is-focused[type="text"],
.comment-form input.is-focused[type="email"],
.comment-form input.is-focused[type="url"],
.is-focused.textarea,
.comment-form textarea.is-focused,
.select select.is-focused,
.is-focused.file-cta,
.is-focused.file-name,
.is-focused.pagination-previous,
.is-focused.pagination-next,
.is-focused.pagination-link,
.is-focused.pagination-ellipsis,
.button:active,
.comment-form input:active[type="submit"],
.input:active,
.comment-form input:active[type="text"],
.comment-form input:active[type="email"],
.comment-form input:active[type="url"],
.textarea:active,
.comment-form textarea:active,
.select select:active,
.file-cta:active,
.file-name:active,
.pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active,
.is-active.button,
.comment-form input.is-active[type="submit"],
.is-active.input,
.comment-form input.is-active[type="text"],
.comment-form input.is-active[type="email"],
.comment-form input.is-active[type="url"],
.is-active.textarea,
.comment-form textarea.is-active,
.select select.is-active,
.is-active.file-cta,
.is-active.file-name,
.is-active.pagination-previous,
.is-active.pagination-next,
.is-active.pagination-link,
.is-active.pagination-ellipsis {
  outline: none;
}

/* line 36, node_modules/bulma/sass/utilities/controls.sass */

.button[disabled],
.comment-form input[disabled][type="submit"],
.input[disabled],
.comment-form input[disabled][type="text"],
.comment-form input[disabled][type="email"],
.comment-form input[disabled][type="url"],
.textarea[disabled],
.comment-form textarea[disabled],
.select select[disabled],
.file-cta[disabled],
.file-name[disabled],
.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled],
.pagination-ellipsis[disabled],
fieldset[disabled] .button,
fieldset[disabled] .comment-form input[type="submit"],
.comment-form fieldset[disabled] input[type="submit"],
fieldset[disabled] .input,
fieldset[disabled] .comment-form input[type="text"],
.comment-form fieldset[disabled] input[type="text"],
fieldset[disabled] .comment-form input[type="email"],
.comment-form fieldset[disabled] input[type="email"],
fieldset[disabled] .comment-form input[type="url"],
.comment-form fieldset[disabled] input[type="url"],
fieldset[disabled] .textarea,
fieldset[disabled] .comment-form textarea,
.comment-form fieldset[disabled] textarea,
fieldset[disabled] .select select,
.select fieldset[disabled] select,
fieldset[disabled] .file-cta,
fieldset[disabled] .file-name,
fieldset[disabled] .pagination-previous,
fieldset[disabled] .pagination-next,
fieldset[disabled] .pagination-link,
fieldset[disabled] .pagination-ellipsis {
  cursor: not-allowed;
}

/*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */

/* line 3, node_modules/bulma/sass/base/minireset.sass */

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
.tt-block-banner-normal .banner-inner-container h2,
.tt-block-banner-normal .banner-inner-container h3,
h4,
.product .wc-tabs-wrapper h3,
.product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh,
.product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2,
.tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2,
h5,
h6 {
  margin: 0;
  padding: 0;
}

/* line 30, node_modules/bulma/sass/base/minireset.sass */

h1,
h2,
h3,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
.tt-block-banner-normal .banner-inner-container h2,
.tt-block-banner-normal .banner-inner-container h3,
h4,
.product .wc-tabs-wrapper h3,
.product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh,
.product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2,
.tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

/* line 40, node_modules/bulma/sass/base/minireset.sass */

ul {
  list-style: none;
}

/* line 44, node_modules/bulma/sass/base/minireset.sass */

button,
input,
select,
textarea {
  margin: 0;
}

/* line 51, node_modules/bulma/sass/base/minireset.sass */

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 55, node_modules/bulma/sass/base/minireset.sass */

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

/* line 61, node_modules/bulma/sass/base/minireset.sass */

img,
embed,
iframe,
object,
video {
  height: auto;
  max-width: 100%;
}

/* line 69, node_modules/bulma/sass/base/minireset.sass */

audio {
  max-width: 100%;
}

/* line 73, node_modules/bulma/sass/base/minireset.sass */

iframe {
  border: 0;
}

/* line 77, node_modules/bulma/sass/base/minireset.sass */

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

/* line 81, node_modules/bulma/sass/base/minireset.sass */

td,
th {
  padding: 0;
  text-align: left;
}

/* line 21, node_modules/bulma/sass/base/generic.sass */

html {
  background-color: white;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

/* line 32, node_modules/bulma/sass/base/generic.sass */

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

/* line 41, node_modules/bulma/sass/base/generic.sass */

body,
button,
input,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

/* line 48, node_modules/bulma/sass/base/generic.sass */

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

/* line 54, node_modules/bulma/sass/base/generic.sass */

body {
  color: #4a4a4a;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

/* line 62, node_modules/bulma/sass/base/generic.sass */

a {
  color: #3273dc;
  cursor: pointer;
  text-decoration: none;
}

/* line 66, node_modules/bulma/sass/base/generic.sass */

a strong {
  color: currentColor;
}

/* line 68, node_modules/bulma/sass/base/generic.sass */

a:hover {
  color: #363636;
}

/* line 71, node_modules/bulma/sass/base/generic.sass */

code {
  background-color: whitesmoke;
  color: #ff3860;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

/* line 78, node_modules/bulma/sass/base/generic.sass */

hr {
  background-color: whitesmoke;
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}

/* line 85, node_modules/bulma/sass/base/generic.sass */

img {
  height: auto;
  max-width: 100%;
}

/* line 89, node_modules/bulma/sass/base/generic.sass */

input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline;
}

/* line 93, node_modules/bulma/sass/base/generic.sass */

small {
  font-size: 0.875em;
}

/* line 96, node_modules/bulma/sass/base/generic.sass */

span {
  font-style: inherit;
  font-weight: inherit;
}

/* line 100, node_modules/bulma/sass/base/generic.sass */

strong {
  color: #363636;
  font-weight: 700;
}

/* line 106, node_modules/bulma/sass/base/generic.sass */

fieldset {
  border: none;
}

/* line 109, node_modules/bulma/sass/base/generic.sass */

pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #4a4a4a;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}

/* line 118, node_modules/bulma/sass/base/generic.sass */

pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

/* line 125, node_modules/bulma/sass/base/generic.sass */

table td,
table th {
  text-align: left;
  vertical-align: top;
}

/* line 129, node_modules/bulma/sass/base/generic.sass */

table th {
  color: #363636;
}

/* line 4, node_modules/bulma/sass/utilities/mixins.sass */

.is-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

/* line 6, node_modules/bulma/sass/base/helpers.sass */

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

/* line 9, node_modules/bulma/sass/base/helpers.sass */

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

/* line 14, node_modules/bulma/sass/base/helpers.sass */

.is-clipped {
  overflow: hidden !important;
}

/* line 27, node_modules/bulma/sass/base/helpers.sass */

.is-size-1 {
  font-size: 3rem !important;
}

/* line 27, node_modules/bulma/sass/base/helpers.sass */

.is-size-2 {
  font-size: 2.5rem !important;
}

/* line 27, node_modules/bulma/sass/base/helpers.sass */

.is-size-3 {
  font-size: 2rem !important;
}

/* line 27, node_modules/bulma/sass/base/helpers.sass */

.is-size-4 {
  font-size: 1.5rem !important;
}

/* line 27, node_modules/bulma/sass/base/helpers.sass */

.is-size-5 {
  font-size: 1.25rem !important;
}

/* line 27, node_modules/bulma/sass/base/helpers.sass */

.is-size-6 {
  font-size: 1rem !important;
}

/* line 27, node_modules/bulma/sass/base/helpers.sass */

.is-size-7 {
  font-size: 0.75rem !important;
}

@media screen and (max-width: 768px) {
  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-1-mobile {
    font-size: 3rem !important;
  }

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-2-mobile {
    font-size: 2.5rem !important;
  }

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-3-mobile {
    font-size: 2rem !important;
  }

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-4-mobile {
    font-size: 1.5rem !important;
  }

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-5-mobile {
    font-size: 1.25rem !important;
  }

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-6-mobile {
    font-size: 1rem !important;
  }

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-7-mobile {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-1-tablet {
    font-size: 3rem !important;
  }

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-2-tablet {
    font-size: 2.5rem !important;
  }

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-3-tablet {
    font-size: 2rem !important;
  }

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-4-tablet {
    font-size: 1.5rem !important;
  }

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-5-tablet {
    font-size: 1.25rem !important;
  }

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-6-tablet {
    font-size: 1rem !important;
  }

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-7-tablet {
    font-size: 0.75rem !important;
  }
}

@media screen and (max-width: 1087px) {
  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-1-touch {
    font-size: 3rem !important;
  }

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-2-touch {
    font-size: 2.5rem !important;
  }

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-3-touch {
    font-size: 2rem !important;
  }

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-4-touch {
    font-size: 1.5rem !important;
  }

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-5-touch {
    font-size: 1.25rem !important;
  }

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-6-touch {
    font-size: 1rem !important;
  }

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-7-touch {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1088px) {
  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-1-desktop {
    font-size: 3rem !important;
  }

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-2-desktop {
    font-size: 2.5rem !important;
  }

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-3-desktop {
    font-size: 2rem !important;
  }

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-4-desktop {
    font-size: 1.5rem !important;
  }

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-5-desktop {
    font-size: 1.25rem !important;
  }

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-6-desktop {
    font-size: 1rem !important;
  }

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-7-desktop {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1280px) {
  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-1-widescreen {
    font-size: 3rem !important;
  }

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-2-widescreen {
    font-size: 2.5rem !important;
  }

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-3-widescreen {
    font-size: 2rem !important;
  }

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-4-widescreen {
    font-size: 1.5rem !important;
  }

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-5-widescreen {
    font-size: 1.25rem !important;
  }

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-6-widescreen {
    font-size: 1rem !important;
  }

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-7-widescreen {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1472px) {
  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-1-fullhd {
    font-size: 3rem !important;
  }

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-2-fullhd {
    font-size: 2.5rem !important;
  }

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-3-fullhd {
    font-size: 2rem !important;
  }

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-4-fullhd {
    font-size: 1.5rem !important;
  }

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-5-fullhd {
    font-size: 1.25rem !important;
  }

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-6-fullhd {
    font-size: 1rem !important;
  }

  /* line 27, node_modules/bulma/sass/base/helpers.sass */

  .is-size-7-fullhd {
    font-size: 0.75rem !important;
  }
}

/* line 53, node_modules/bulma/sass/base/helpers.sass */

.has-text-centered {
  text-align: center !important;
}

/* line 53, node_modules/bulma/sass/base/helpers.sass */

.has-text-justified {
  text-align: justify !important;
}

/* line 53, node_modules/bulma/sass/base/helpers.sass */

.has-text-left {
  text-align: left !important;
}

/* line 53, node_modules/bulma/sass/base/helpers.sass */

.has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  /* line 58, node_modules/bulma/sass/base/helpers.sass */

  .has-text-centered-mobile {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 61, node_modules/bulma/sass/base/helpers.sass */

  .has-text-centered-tablet {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  /* line 64, node_modules/bulma/sass/base/helpers.sass */

  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}

@media screen and (max-width: 1087px) {
  /* line 67, node_modules/bulma/sass/base/helpers.sass */

  .has-text-centered-touch {
    text-align: center !important;
  }
}

@media screen and (min-width: 1088px) {
  /* line 70, node_modules/bulma/sass/base/helpers.sass */

  .has-text-centered-desktop {
    text-align: center !important;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  /* line 73, node_modules/bulma/sass/base/helpers.sass */

  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1280px) {
  /* line 76, node_modules/bulma/sass/base/helpers.sass */

  .has-text-centered-widescreen {
    text-align: center !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  /* line 79, node_modules/bulma/sass/base/helpers.sass */

  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1472px) {
  /* line 82, node_modules/bulma/sass/base/helpers.sass */

  .has-text-centered-fullhd {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  /* line 58, node_modules/bulma/sass/base/helpers.sass */

  .has-text-justified-mobile {
    text-align: justify !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 61, node_modules/bulma/sass/base/helpers.sass */

  .has-text-justified-tablet {
    text-align: justify !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  /* line 64, node_modules/bulma/sass/base/helpers.sass */

  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}

@media screen and (max-width: 1087px) {
  /* line 67, node_modules/bulma/sass/base/helpers.sass */

  .has-text-justified-touch {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1088px) {
  /* line 70, node_modules/bulma/sass/base/helpers.sass */

  .has-text-justified-desktop {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  /* line 73, node_modules/bulma/sass/base/helpers.sass */

  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1280px) {
  /* line 76, node_modules/bulma/sass/base/helpers.sass */

  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  /* line 79, node_modules/bulma/sass/base/helpers.sass */

  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1472px) {
  /* line 82, node_modules/bulma/sass/base/helpers.sass */

  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}

@media screen and (max-width: 768px) {
  /* line 58, node_modules/bulma/sass/base/helpers.sass */

  .has-text-left-mobile {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 61, node_modules/bulma/sass/base/helpers.sass */

  .has-text-left-tablet {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  /* line 64, node_modules/bulma/sass/base/helpers.sass */

  .has-text-left-tablet-only {
    text-align: left !important;
  }
}

@media screen and (max-width: 1087px) {
  /* line 67, node_modules/bulma/sass/base/helpers.sass */

  .has-text-left-touch {
    text-align: left !important;
  }
}

@media screen and (min-width: 1088px) {
  /* line 70, node_modules/bulma/sass/base/helpers.sass */

  .has-text-left-desktop {
    text-align: left !important;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  /* line 73, node_modules/bulma/sass/base/helpers.sass */

  .has-text-left-desktop-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1280px) {
  /* line 76, node_modules/bulma/sass/base/helpers.sass */

  .has-text-left-widescreen {
    text-align: left !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  /* line 79, node_modules/bulma/sass/base/helpers.sass */

  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1472px) {
  /* line 82, node_modules/bulma/sass/base/helpers.sass */

  .has-text-left-fullhd {
    text-align: left !important;
  }
}

@media screen and (max-width: 768px) {
  /* line 58, node_modules/bulma/sass/base/helpers.sass */

  .has-text-right-mobile {
    text-align: right !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 61, node_modules/bulma/sass/base/helpers.sass */

  .has-text-right-tablet {
    text-align: right !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  /* line 64, node_modules/bulma/sass/base/helpers.sass */

  .has-text-right-tablet-only {
    text-align: right !important;
  }
}

@media screen and (max-width: 1087px) {
  /* line 67, node_modules/bulma/sass/base/helpers.sass */

  .has-text-right-touch {
    text-align: right !important;
  }
}

@media screen and (min-width: 1088px) {
  /* line 70, node_modules/bulma/sass/base/helpers.sass */

  .has-text-right-desktop {
    text-align: right !important;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  /* line 73, node_modules/bulma/sass/base/helpers.sass */

  .has-text-right-desktop-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1280px) {
  /* line 76, node_modules/bulma/sass/base/helpers.sass */

  .has-text-right-widescreen {
    text-align: right !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  /* line 79, node_modules/bulma/sass/base/helpers.sass */

  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1472px) {
  /* line 82, node_modules/bulma/sass/base/helpers.sass */

  .has-text-right-fullhd {
    text-align: right !important;
  }
}

/* line 85, node_modules/bulma/sass/base/helpers.sass */

.is-capitalized {
  text-transform: capitalize !important;
}

/* line 88, node_modules/bulma/sass/base/helpers.sass */

.is-lowercase {
  text-transform: lowercase !important;
}

/* line 91, node_modules/bulma/sass/base/helpers.sass */

.is-uppercase {
  text-transform: uppercase !important;
}

/* line 94, node_modules/bulma/sass/base/helpers.sass */

.is-italic {
  font-style: italic !important;
}

/* line 99, node_modules/bulma/sass/base/helpers.sass */

.has-text-white {
  color: white !important;
}

/* line 102, node_modules/bulma/sass/base/helpers.sass */

a.has-text-white:hover,
a.has-text-white:focus {
  color: #e6e6e6 !important;
}

/* line 105, node_modules/bulma/sass/base/helpers.sass */

.has-background-white {
  background-color: white !important;
}

/* line 99, node_modules/bulma/sass/base/helpers.sass */

.has-text-black {
  color: #0a0a0a !important;
}

/* line 102, node_modules/bulma/sass/base/helpers.sass */

a.has-text-black:hover,
a.has-text-black:focus {
  color: black !important;
}

/* line 105, node_modules/bulma/sass/base/helpers.sass */

.has-background-black {
  background-color: #0a0a0a !important;
}

/* line 99, node_modules/bulma/sass/base/helpers.sass */

.has-text-light {
  color: whitesmoke !important;
}

/* line 102, node_modules/bulma/sass/base/helpers.sass */

a.has-text-light:hover,
a.has-text-light:focus {
  color: #dbdbdb !important;
}

/* line 105, node_modules/bulma/sass/base/helpers.sass */

.has-background-light {
  background-color: whitesmoke !important;
}

/* line 99, node_modules/bulma/sass/base/helpers.sass */

.has-text-dark {
  color: #3e3e3e !important;
}

/* line 102, node_modules/bulma/sass/base/helpers.sass */

a.has-text-dark:hover,
a.has-text-dark:focus {
  color: #252525 !important;
}

/* line 105, node_modules/bulma/sass/base/helpers.sass */

.has-background-dark {
  background-color: #3e3e3e !important;
}

/* line 99, node_modules/bulma/sass/base/helpers.sass */

.has-text-primary {
  color: #1c4220 !important;
}

/* line 102, node_modules/bulma/sass/base/helpers.sass */

a.has-text-primary:hover,
a.has-text-primary:focus {
  color: #0d1e0f !important;
}

/* line 105, node_modules/bulma/sass/base/helpers.sass */

.has-background-primary {
  background-color: #1c4220 !important;
}

/* line 99, node_modules/bulma/sass/base/helpers.sass */

.has-text-link {
  color: #3273dc !important;
}

/* line 102, node_modules/bulma/sass/base/helpers.sass */

a.has-text-link:hover,
a.has-text-link:focus {
  color: #205bbc !important;
}

/* line 105, node_modules/bulma/sass/base/helpers.sass */

.has-background-link {
  background-color: #3273dc !important;
}

/* line 99, node_modules/bulma/sass/base/helpers.sass */

.has-text-info {
  color: #209cee !important;
}

/* line 102, node_modules/bulma/sass/base/helpers.sass */

a.has-text-info:hover,
a.has-text-info:focus {
  color: #0f81cc !important;
}

/* line 105, node_modules/bulma/sass/base/helpers.sass */

.has-background-info {
  background-color: #209cee !important;
}

/* line 99, node_modules/bulma/sass/base/helpers.sass */

.has-text-success {
  color: #23d160 !important;
}

/* line 102, node_modules/bulma/sass/base/helpers.sass */

a.has-text-success:hover,
a.has-text-success:focus {
  color: #1ca64c !important;
}

/* line 105, node_modules/bulma/sass/base/helpers.sass */

.has-background-success {
  background-color: #23d160 !important;
}

/* line 99, node_modules/bulma/sass/base/helpers.sass */

.has-text-warning {
  color: #ffdd57 !important;
}

/* line 102, node_modules/bulma/sass/base/helpers.sass */

a.has-text-warning:hover,
a.has-text-warning:focus {
  color: #ffd324 !important;
}

/* line 105, node_modules/bulma/sass/base/helpers.sass */

.has-background-warning {
  background-color: #ffdd57 !important;
}

/* line 99, node_modules/bulma/sass/base/helpers.sass */

.has-text-danger {
  color: #ff3860 !important;
}

/* line 102, node_modules/bulma/sass/base/helpers.sass */

a.has-text-danger:hover,
a.has-text-danger:focus {
  color: #ff0537 !important;
}

/* line 105, node_modules/bulma/sass/base/helpers.sass */

.has-background-danger {
  background-color: #ff3860 !important;
}

/* line 109, node_modules/bulma/sass/base/helpers.sass */

.has-text-black-bis {
  color: #121212 !important;
}

/* line 111, node_modules/bulma/sass/base/helpers.sass */

.has-background-black-bis {
  background-color: #121212 !important;
}

/* line 109, node_modules/bulma/sass/base/helpers.sass */

.has-text-black-ter {
  color: #242424 !important;
}

/* line 111, node_modules/bulma/sass/base/helpers.sass */

.has-background-black-ter {
  background-color: #242424 !important;
}

/* line 109, node_modules/bulma/sass/base/helpers.sass */

.has-text-grey-darker {
  color: #363636 !important;
}

/* line 111, node_modules/bulma/sass/base/helpers.sass */

.has-background-grey-darker {
  background-color: #363636 !important;
}

/* line 109, node_modules/bulma/sass/base/helpers.sass */

.has-text-grey-dark {
  color: #4a4a4a !important;
}

/* line 111, node_modules/bulma/sass/base/helpers.sass */

.has-background-grey-dark {
  background-color: #4a4a4a !important;
}

/* line 109, node_modules/bulma/sass/base/helpers.sass */

.has-text-grey {
  color: #7a7a7a !important;
}

/* line 111, node_modules/bulma/sass/base/helpers.sass */

.has-background-grey {
  background-color: #7a7a7a !important;
}

/* line 109, node_modules/bulma/sass/base/helpers.sass */

.has-text-grey-light {
  color: #b5b5b5 !important;
}

/* line 111, node_modules/bulma/sass/base/helpers.sass */

.has-background-grey-light {
  background-color: #b5b5b5 !important;
}

/* line 109, node_modules/bulma/sass/base/helpers.sass */

.has-text-grey-lighter {
  color: #dbdbdb !important;
}

/* line 111, node_modules/bulma/sass/base/helpers.sass */

.has-background-grey-lighter {
  background-color: #dbdbdb !important;
}

/* line 109, node_modules/bulma/sass/base/helpers.sass */

.has-text-white-ter {
  color: whitesmoke !important;
}

/* line 111, node_modules/bulma/sass/base/helpers.sass */

.has-background-white-ter {
  background-color: whitesmoke !important;
}

/* line 109, node_modules/bulma/sass/base/helpers.sass */

.has-text-white-bis {
  color: #fafafa !important;
}

/* line 111, node_modules/bulma/sass/base/helpers.sass */

.has-background-white-bis {
  background-color: #fafafa !important;
}

/* line 114, node_modules/bulma/sass/base/helpers.sass */

.has-text-weight-light {
  font-weight: 300 !important;
}

/* line 116, node_modules/bulma/sass/base/helpers.sass */

.has-text-weight-normal {
  font-weight: 400 !important;
}

/* line 118, node_modules/bulma/sass/base/helpers.sass */

.has-text-weight-semibold {
  font-weight: 600 !important;
}

/* line 120, node_modules/bulma/sass/base/helpers.sass */

.has-text-weight-bold {
  font-weight: 700 !important;
}

/* line 123, node_modules/bulma/sass/base/helpers.sass */

.is-family-primary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

/* line 126, node_modules/bulma/sass/base/helpers.sass */

.is-family-secondary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

/* line 129, node_modules/bulma/sass/base/helpers.sass */

.is-family-sans-serif {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

/* line 132, node_modules/bulma/sass/base/helpers.sass */

.is-family-monospace {
  font-family: monospace !important;
}

/* line 135, node_modules/bulma/sass/base/helpers.sass */

.is-family-code {
  font-family: monospace !important;
}

/* line 143, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (max-width: 768px) {
  /* line 146, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 769px), print {
  /* line 149, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 769px) and (max-width: 1087px) {
  /* line 152, node_modules/bulma/sass/base/helpers.sass */

  .is-block-tablet-only {
    display: block !important;
  }
}

@media screen and (max-width: 1087px) {
  /* line 155, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 1088px) {
  /* line 158, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  /* line 161, node_modules/bulma/sass/base/helpers.sass */

  .is-block-desktop-only {
    display: block !important;
  }
}

@media screen and (min-width: 1280px) {
  /* line 164, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  /* line 167, node_modules/bulma/sass/base/helpers.sass */

  .is-block-widescreen-only {
    display: block !important;
  }
}

@media screen and (min-width: 1472px) {
  /* line 170, node_modules/bulma/sass/base/helpers.sass */

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

/* line 143, node_modules/bulma/sass/base/helpers.sass */

.is-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (max-width: 768px) {
  /* line 146, node_modules/bulma/sass/base/helpers.sass */

  .is-flex-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 149, node_modules/bulma/sass/base/helpers.sass */

  .is-flex-tablet {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  /* line 152, node_modules/bulma/sass/base/helpers.sass */

  .is-flex-tablet-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (max-width: 1087px) {
  /* line 155, node_modules/bulma/sass/base/helpers.sass */

  .is-flex-touch {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1088px) {
  /* line 158, node_modules/bulma/sass/base/helpers.sass */

  .is-flex-desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  /* line 161, node_modules/bulma/sass/base/helpers.sass */

  .is-flex-desktop-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1280px) {
  /* line 164, node_modules/bulma/sass/base/helpers.sass */

  .is-flex-widescreen {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  /* line 167, node_modules/bulma/sass/base/helpers.sass */

  .is-flex-widescreen-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1472px) {
  /* line 170, node_modules/bulma/sass/base/helpers.sass */

  .is-flex-fullhd {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/* line 143, node_modules/bulma/sass/base/helpers.sass */

.is-inline {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  /* line 146, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-mobile {
    display: inline !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 149, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-tablet {
    display: inline !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  /* line 152, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-tablet-only {
    display: inline !important;
  }
}

@media screen and (max-width: 1087px) {
  /* line 155, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-touch {
    display: inline !important;
  }
}

@media screen and (min-width: 1088px) {
  /* line 158, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-desktop {
    display: inline !important;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  /* line 161, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-desktop-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1280px) {
  /* line 164, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-widescreen {
    display: inline !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  /* line 167, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-widescreen-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1472px) {
  /* line 170, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-fullhd {
    display: inline !important;
  }
}

/* line 143, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (max-width: 768px) {
  /* line 146, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-block-mobile {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 149, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-block-tablet {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  /* line 152, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}

@media screen and (max-width: 1087px) {
  /* line 155, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-block-touch {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1088px) {
  /* line 158, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-block-desktop {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  /* line 161, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1280px) {
  /* line 164, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  /* line 167, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1472px) {
  /* line 170, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}

/* line 143, node_modules/bulma/sass/base/helpers.sass */

.is-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media screen and (max-width: 768px) {
  /* line 146, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-flex-mobile {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 149, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-flex-tablet {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  /* line 152, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-flex-tablet-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (max-width: 1087px) {
  /* line 155, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-flex-touch {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1088px) {
  /* line 158, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-flex-desktop {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  /* line 161, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-flex-desktop-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1280px) {
  /* line 164, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-flex-widescreen {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  /* line 167, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-flex-widescreen-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1472px) {
  /* line 170, node_modules/bulma/sass/base/helpers.sass */

  .is-inline-flex-fullhd {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

/* line 173, node_modules/bulma/sass/base/helpers.sass */

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

/* line 176, node_modules/bulma/sass/base/helpers.sass */

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

@media screen and (max-width: 768px) {
  /* line 187, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 769px), print {
  /* line 191, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 769px) and (max-width: 1087px) {
  /* line 195, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (max-width: 1087px) {
  /* line 199, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 1088px) {
  /* line 203, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  /* line 207, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 1280px) {
  /* line 211, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  /* line 215, node_modules/bulma/sass/base/helpers.sass */

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

@media screen and (min-width: 1472px) {
  /* line 219, node_modules/bulma/sass/base/helpers.sass */

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

/* line 222, node_modules/bulma/sass/base/helpers.sass */

.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  /* line 226, node_modules/bulma/sass/base/helpers.sass */

  .is-invisible-mobile {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 230, node_modules/bulma/sass/base/helpers.sass */

  .is-invisible-tablet {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  /* line 234, node_modules/bulma/sass/base/helpers.sass */

  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}

@media screen and (max-width: 1087px) {
  /* line 238, node_modules/bulma/sass/base/helpers.sass */

  .is-invisible-touch {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1088px) {
  /* line 242, node_modules/bulma/sass/base/helpers.sass */

  .is-invisible-desktop {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  /* line 246, node_modules/bulma/sass/base/helpers.sass */

  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1280px) {
  /* line 250, node_modules/bulma/sass/base/helpers.sass */

  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  /* line 254, node_modules/bulma/sass/base/helpers.sass */

  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1472px) {
  /* line 258, node_modules/bulma/sass/base/helpers.sass */

  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}

/* line 263, node_modules/bulma/sass/base/helpers.sass */

.is-marginless {
  margin: 0 !important;
}

/* line 266, node_modules/bulma/sass/base/helpers.sass */

.is-paddingless {
  padding: 0 !important;
}

/* line 269, node_modules/bulma/sass/base/helpers.sass */

.is-radiusless {
  border-radius: 0 !important;
}

/* line 272, node_modules/bulma/sass/base/helpers.sass */

.is-shadowless {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* line 10, node_modules/bulma/sass/elements/box.sass */

.box {
  background-color: white;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
          box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  color: #4a4a4a;
  display: block;
  padding: 1.25rem;
}

/* line 20, node_modules/bulma/sass/elements/box.sass */

a.box:hover,
a.box:focus {
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #3273dc;
          box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #3273dc;
}

/* line 23, node_modules/bulma/sass/elements/box.sass */

a.box:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #3273dc;
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #3273dc;
}

/* line 45, node_modules/bulma/sass/elements/button.sass */

.button,
.comment-form input[type="submit"] {
  background-color: white;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: calc(0.375em - 1px);
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: calc(0.375em - 1px);
  text-align: center;
  white-space: nowrap;
}

/* line 60, node_modules/bulma/sass/elements/button.sass */

.button strong,
.comment-form input[type="submit"] strong {
  color: inherit;
}

/* line 63, node_modules/bulma/sass/elements/button.sass */

.button .icon,
.comment-form input[type="submit"] .icon,
.button .icon.is-small,
.comment-form input[type="submit"] .icon.is-small,
.button .icon.is-medium,
.comment-form input[type="submit"] .icon.is-medium,
.button .icon.is-large,
.comment-form input[type="submit"] .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}

/* line 69, node_modules/bulma/sass/elements/button.sass */

.button .icon:first-child:not(:last-child),
.comment-form input[type="submit"] .icon:first-child:not(:last-child) {
  margin-left: calc(-0.375em - 1px);
  margin-right: 0.1875em;
}

/* line 72, node_modules/bulma/sass/elements/button.sass */

.button .icon:last-child:not(:first-child),
.comment-form input[type="submit"] .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: calc(-0.375em - 1px);
}

/* line 75, node_modules/bulma/sass/elements/button.sass */

.button .icon:first-child:last-child,
.comment-form input[type="submit"] .icon:first-child:last-child {
  margin-left: calc(-0.375em - 1px);
  margin-right: calc(-0.375em - 1px);
}

/* line 79, node_modules/bulma/sass/elements/button.sass */

.button:hover,
.comment-form input:hover[type="submit"],
.button.is-hovered,
.comment-form input.is-hovered[type="submit"] {
  border-color: #b5b5b5;
  color: #363636;
}

/* line 83, node_modules/bulma/sass/elements/button.sass */

.button:focus,
.comment-form input:focus[type="submit"],
.button.is-focused,
.comment-form input.is-focused[type="submit"] {
  border-color: #3273dc;
  color: #363636;
}

/* line 87, node_modules/bulma/sass/elements/button.sass */

.button:focus:not(:active),
.comment-form input:focus:not(:active)[type="submit"],
.button.is-focused:not(:active),
.comment-form input.is-focused:not(:active)[type="submit"] {
  -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
          box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

/* line 89, node_modules/bulma/sass/elements/button.sass */

.button:active,
.comment-form input:active[type="submit"],
.button.is-active,
.comment-form input.is-active[type="submit"] {
  border-color: #4a4a4a;
  color: #363636;
}

/* line 94, node_modules/bulma/sass/elements/button.sass */

.button.is-text,
.comment-form input.is-text[type="submit"] {
  background-color: transparent;
  border-color: transparent;
  color: #4a4a4a;
  text-decoration: underline;
}

/* line 99, node_modules/bulma/sass/elements/button.sass */

.button.is-text:hover,
.comment-form input.is-text:hover[type="submit"],
.button.is-text.is-hovered,
.comment-form input.is-text.is-hovered[type="submit"],
.button.is-text:focus,
.comment-form input.is-text:focus[type="submit"],
.button.is-text.is-focused,
.comment-form input.is-text.is-focused[type="submit"] {
  background-color: whitesmoke;
  color: #363636;
}

/* line 105, node_modules/bulma/sass/elements/button.sass */

.button.is-text:active,
.comment-form input.is-text:active[type="submit"],
.button.is-text.is-active,
.comment-form input.is-text.is-active[type="submit"] {
  background-color: #e8e8e8;
  color: #363636;
}

/* line 109, node_modules/bulma/sass/elements/button.sass */

.button.is-text[disabled],
.comment-form input.is-text[disabled][type="submit"],
fieldset[disabled] .button.is-text,
fieldset[disabled] .comment-form input.is-text[type="submit"],
.comment-form fieldset[disabled] input.is-text[type="submit"] {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 117, node_modules/bulma/sass/elements/button.sass */

.button.is-white,
.comment-form input.is-white[type="submit"] {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 121, node_modules/bulma/sass/elements/button.sass */

.button.is-white:hover,
.comment-form input.is-white:hover[type="submit"],
.button.is-white.is-hovered,
.comment-form input.is-white.is-hovered[type="submit"] {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 126, node_modules/bulma/sass/elements/button.sass */

.button.is-white:focus,
.comment-form input.is-white:focus[type="submit"],
.button.is-white.is-focused,
.comment-form input.is-white.is-focused[type="submit"] {
  border-color: transparent;
  color: #0a0a0a;
}

/* line 130, node_modules/bulma/sass/elements/button.sass */

.button.is-white:focus:not(:active),
.comment-form input.is-white:focus:not(:active)[type="submit"],
.button.is-white.is-focused:not(:active),
.comment-form input.is-white.is-focused:not(:active)[type="submit"] {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

/* line 132, node_modules/bulma/sass/elements/button.sass */

.button.is-white:active,
.comment-form input.is-white:active[type="submit"],
.button.is-white.is-active,
.comment-form input.is-white.is-active[type="submit"] {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 137, node_modules/bulma/sass/elements/button.sass */

.button.is-white[disabled],
.comment-form input.is-white[disabled][type="submit"],
fieldset[disabled] .button.is-white,
fieldset[disabled] .comment-form input.is-white[type="submit"],
.comment-form fieldset[disabled] input.is-white[type="submit"] {
  background-color: white;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 142, node_modules/bulma/sass/elements/button.sass */

.button.is-white.is-inverted,
.comment-form input.is-white.is-inverted[type="submit"] {
  background-color: #0a0a0a;
  color: white;
}

/* line 145, node_modules/bulma/sass/elements/button.sass */

.button.is-white.is-inverted:hover,
.comment-form input.is-white.is-inverted:hover[type="submit"] {
  background-color: black;
}

/* line 147, node_modules/bulma/sass/elements/button.sass */

.button.is-white.is-inverted[disabled],
.comment-form input.is-white.is-inverted[disabled][type="submit"],
fieldset[disabled] .button.is-white.is-inverted,
fieldset[disabled] .comment-form input.is-white.is-inverted[type="submit"],
.comment-form fieldset[disabled] input.is-white.is-inverted[type="submit"] {
  background-color: #0a0a0a;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
}

/* line 154, node_modules/bulma/sass/elements/button.sass */

.button.is-white.is-loading::after,
.comment-form input.is-white.is-loading[type="submit"]::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

/* line 156, node_modules/bulma/sass/elements/button.sass */

.button.is-white.is-outlined,
.comment-form input.is-white.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: white;
  color: white;
}

/* line 160, node_modules/bulma/sass/elements/button.sass */

.button.is-white.is-outlined:hover,
.comment-form input.is-white.is-outlined:hover[type="submit"],
.button.is-white.is-outlined:focus,
.comment-form input.is-white.is-outlined:focus[type="submit"] {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

/* line 166, node_modules/bulma/sass/elements/button.sass */

.button.is-white.is-outlined.is-loading::after,
.comment-form input.is-white.is-outlined.is-loading[type="submit"]::after {
  border-color: transparent transparent white white !important;
}

/* line 168, node_modules/bulma/sass/elements/button.sass */

.button.is-white.is-outlined[disabled],
.comment-form input.is-white.is-outlined[disabled][type="submit"],
fieldset[disabled] .button.is-white.is-outlined,
fieldset[disabled] .comment-form input.is-white.is-outlined[type="submit"],
.comment-form fieldset[disabled] input.is-white.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
}

/* line 174, node_modules/bulma/sass/elements/button.sass */

.button.is-white.is-inverted.is-outlined,
.comment-form input.is-white.is-inverted.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

/* line 178, node_modules/bulma/sass/elements/button.sass */

.button.is-white.is-inverted.is-outlined:hover,
.comment-form input.is-white.is-inverted.is-outlined:hover[type="submit"],
.button.is-white.is-inverted.is-outlined:focus,
.comment-form input.is-white.is-inverted.is-outlined:focus[type="submit"] {
  background-color: #0a0a0a;
  color: white;
}

/* line 182, node_modules/bulma/sass/elements/button.sass */

.button.is-white.is-inverted.is-outlined[disabled],
.comment-form input.is-white.is-inverted.is-outlined[disabled][type="submit"],
fieldset[disabled] .button.is-white.is-inverted.is-outlined,
fieldset[disabled] .comment-form input.is-white.is-inverted.is-outlined[type="submit"],
.comment-form fieldset[disabled] input.is-white.is-inverted.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #0a0a0a;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0a0a0a;
}

/* line 117, node_modules/bulma/sass/elements/button.sass */

.button.is-black,
.comment-form input.is-black[type="submit"] {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}

/* line 121, node_modules/bulma/sass/elements/button.sass */

.button.is-black:hover,
.comment-form input.is-black:hover[type="submit"],
.button.is-black.is-hovered,
.comment-form input.is-black.is-hovered[type="submit"] {
  background-color: #040404;
  border-color: transparent;
  color: white;
}

/* line 126, node_modules/bulma/sass/elements/button.sass */

.button.is-black:focus,
.comment-form input.is-black:focus[type="submit"],
.button.is-black.is-focused,
.comment-form input.is-black.is-focused[type="submit"] {
  border-color: transparent;
  color: white;
}

/* line 130, node_modules/bulma/sass/elements/button.sass */

.button.is-black:focus:not(:active),
.comment-form input.is-black:focus:not(:active)[type="submit"],
.button.is-black.is-focused:not(:active),
.comment-form input.is-black.is-focused:not(:active)[type="submit"] {
  -webkit-box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
          box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

/* line 132, node_modules/bulma/sass/elements/button.sass */

.button.is-black:active,
.comment-form input.is-black:active[type="submit"],
.button.is-black.is-active,
.comment-form input.is-black.is-active[type="submit"] {
  background-color: black;
  border-color: transparent;
  color: white;
}

/* line 137, node_modules/bulma/sass/elements/button.sass */

.button.is-black[disabled],
.comment-form input.is-black[disabled][type="submit"],
fieldset[disabled] .button.is-black,
fieldset[disabled] .comment-form input.is-black[type="submit"],
.comment-form fieldset[disabled] input.is-black[type="submit"] {
  background-color: #0a0a0a;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 142, node_modules/bulma/sass/elements/button.sass */

.button.is-black.is-inverted,
.comment-form input.is-black.is-inverted[type="submit"] {
  background-color: white;
  color: #0a0a0a;
}

/* line 145, node_modules/bulma/sass/elements/button.sass */

.button.is-black.is-inverted:hover,
.comment-form input.is-black.is-inverted:hover[type="submit"] {
  background-color: #f2f2f2;
}

/* line 147, node_modules/bulma/sass/elements/button.sass */

.button.is-black.is-inverted[disabled],
.comment-form input.is-black.is-inverted[disabled][type="submit"],
fieldset[disabled] .button.is-black.is-inverted,
fieldset[disabled] .comment-form input.is-black.is-inverted[type="submit"],
.comment-form fieldset[disabled] input.is-black.is-inverted[type="submit"] {
  background-color: white;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0a0a0a;
}

/* line 154, node_modules/bulma/sass/elements/button.sass */

.button.is-black.is-loading::after,
.comment-form input.is-black.is-loading[type="submit"]::after {
  border-color: transparent transparent white white !important;
}

/* line 156, node_modules/bulma/sass/elements/button.sass */

.button.is-black.is-outlined,
.comment-form input.is-black.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

/* line 160, node_modules/bulma/sass/elements/button.sass */

.button.is-black.is-outlined:hover,
.comment-form input.is-black.is-outlined:hover[type="submit"],
.button.is-black.is-outlined:focus,
.comment-form input.is-black.is-outlined:focus[type="submit"] {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

/* line 166, node_modules/bulma/sass/elements/button.sass */

.button.is-black.is-outlined.is-loading::after,
.comment-form input.is-black.is-outlined.is-loading[type="submit"]::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

/* line 168, node_modules/bulma/sass/elements/button.sass */

.button.is-black.is-outlined[disabled],
.comment-form input.is-black.is-outlined[disabled][type="submit"],
fieldset[disabled] .button.is-black.is-outlined,
fieldset[disabled] .comment-form input.is-black.is-outlined[type="submit"],
.comment-form fieldset[disabled] input.is-black.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #0a0a0a;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0a0a0a;
}

/* line 174, node_modules/bulma/sass/elements/button.sass */

.button.is-black.is-inverted.is-outlined,
.comment-form input.is-black.is-inverted.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: white;
  color: white;
}

/* line 178, node_modules/bulma/sass/elements/button.sass */

.button.is-black.is-inverted.is-outlined:hover,
.comment-form input.is-black.is-inverted.is-outlined:hover[type="submit"],
.button.is-black.is-inverted.is-outlined:focus,
.comment-form input.is-black.is-inverted.is-outlined:focus[type="submit"] {
  background-color: white;
  color: #0a0a0a;
}

/* line 182, node_modules/bulma/sass/elements/button.sass */

.button.is-black.is-inverted.is-outlined[disabled],
.comment-form input.is-black.is-inverted.is-outlined[disabled][type="submit"],
fieldset[disabled] .button.is-black.is-inverted.is-outlined,
fieldset[disabled] .comment-form input.is-black.is-inverted.is-outlined[type="submit"],
.comment-form fieldset[disabled] input.is-black.is-inverted.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
}

/* line 117, node_modules/bulma/sass/elements/button.sass */

.button.is-light,
.comment-form input.is-light[type="submit"] {
  background-color: whitesmoke;
  border-color: transparent;
  color: #3e3e3e;
}

/* line 121, node_modules/bulma/sass/elements/button.sass */

.button.is-light:hover,
.comment-form input.is-light:hover[type="submit"],
.button.is-light.is-hovered,
.comment-form input.is-light.is-hovered[type="submit"] {
  background-color: #eeeeee;
  border-color: transparent;
  color: #3e3e3e;
}

/* line 126, node_modules/bulma/sass/elements/button.sass */

.button.is-light:focus,
.comment-form input.is-light:focus[type="submit"],
.button.is-light.is-focused,
.comment-form input.is-light.is-focused[type="submit"] {
  border-color: transparent;
  color: #3e3e3e;
}

/* line 130, node_modules/bulma/sass/elements/button.sass */

.button.is-light:focus:not(:active),
.comment-form input.is-light:focus:not(:active)[type="submit"],
.button.is-light.is-focused:not(:active),
.comment-form input.is-light.is-focused:not(:active)[type="submit"] {
  -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
          box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

/* line 132, node_modules/bulma/sass/elements/button.sass */

.button.is-light:active,
.comment-form input.is-light:active[type="submit"],
.button.is-light.is-active,
.comment-form input.is-light.is-active[type="submit"] {
  background-color: #e8e8e8;
  border-color: transparent;
  color: #3e3e3e;
}

/* line 137, node_modules/bulma/sass/elements/button.sass */

.button.is-light[disabled],
.comment-form input.is-light[disabled][type="submit"],
fieldset[disabled] .button.is-light,
fieldset[disabled] .comment-form input.is-light[type="submit"],
.comment-form fieldset[disabled] input.is-light[type="submit"] {
  background-color: whitesmoke;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 142, node_modules/bulma/sass/elements/button.sass */

.button.is-light.is-inverted,
.comment-form input.is-light.is-inverted[type="submit"] {
  background-color: #3e3e3e;
  color: whitesmoke;
}

/* line 145, node_modules/bulma/sass/elements/button.sass */

.button.is-light.is-inverted:hover,
.comment-form input.is-light.is-inverted:hover[type="submit"] {
  background-color: #313131;
}

/* line 147, node_modules/bulma/sass/elements/button.sass */

.button.is-light.is-inverted[disabled],
.comment-form input.is-light.is-inverted[disabled][type="submit"],
fieldset[disabled] .button.is-light.is-inverted,
fieldset[disabled] .comment-form input.is-light.is-inverted[type="submit"],
.comment-form fieldset[disabled] input.is-light.is-inverted[type="submit"] {
  background-color: #3e3e3e;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: whitesmoke;
}

/* line 154, node_modules/bulma/sass/elements/button.sass */

.button.is-light.is-loading::after,
.comment-form input.is-light.is-loading[type="submit"]::after {
  border-color: transparent transparent #3e3e3e #3e3e3e !important;
}

/* line 156, node_modules/bulma/sass/elements/button.sass */

.button.is-light.is-outlined,
.comment-form input.is-light.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: whitesmoke;
  color: whitesmoke;
}

/* line 160, node_modules/bulma/sass/elements/button.sass */

.button.is-light.is-outlined:hover,
.comment-form input.is-light.is-outlined:hover[type="submit"],
.button.is-light.is-outlined:focus,
.comment-form input.is-light.is-outlined:focus[type="submit"] {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #3e3e3e;
}

/* line 166, node_modules/bulma/sass/elements/button.sass */

.button.is-light.is-outlined.is-loading::after,
.comment-form input.is-light.is-outlined.is-loading[type="submit"]::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}

/* line 168, node_modules/bulma/sass/elements/button.sass */

.button.is-light.is-outlined[disabled],
.comment-form input.is-light.is-outlined[disabled][type="submit"],
fieldset[disabled] .button.is-light.is-outlined,
fieldset[disabled] .comment-form input.is-light.is-outlined[type="submit"],
.comment-form fieldset[disabled] input.is-light.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: whitesmoke;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: whitesmoke;
}

/* line 174, node_modules/bulma/sass/elements/button.sass */

.button.is-light.is-inverted.is-outlined,
.comment-form input.is-light.is-inverted.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #3e3e3e;
  color: #3e3e3e;
}

/* line 178, node_modules/bulma/sass/elements/button.sass */

.button.is-light.is-inverted.is-outlined:hover,
.comment-form input.is-light.is-inverted.is-outlined:hover[type="submit"],
.button.is-light.is-inverted.is-outlined:focus,
.comment-form input.is-light.is-inverted.is-outlined:focus[type="submit"] {
  background-color: #3e3e3e;
  color: whitesmoke;
}

/* line 182, node_modules/bulma/sass/elements/button.sass */

.button.is-light.is-inverted.is-outlined[disabled],
.comment-form input.is-light.is-inverted.is-outlined[disabled][type="submit"],
fieldset[disabled] .button.is-light.is-inverted.is-outlined,
fieldset[disabled] .comment-form input.is-light.is-inverted.is-outlined[type="submit"],
.comment-form fieldset[disabled] input.is-light.is-inverted.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #3e3e3e;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #3e3e3e;
}

/* line 117, node_modules/bulma/sass/elements/button.sass */

.button.is-dark,
.comment-form input.is-dark[type="submit"] {
  background-color: #3e3e3e;
  border-color: transparent;
  color: whitesmoke;
}

/* line 121, node_modules/bulma/sass/elements/button.sass */

.button.is-dark:hover,
.comment-form input.is-dark:hover[type="submit"],
.button.is-dark.is-hovered,
.comment-form input.is-dark.is-hovered[type="submit"] {
  background-color: #383838;
  border-color: transparent;
  color: whitesmoke;
}

/* line 126, node_modules/bulma/sass/elements/button.sass */

.button.is-dark:focus,
.comment-form input.is-dark:focus[type="submit"],
.button.is-dark.is-focused,
.comment-form input.is-dark.is-focused[type="submit"] {
  border-color: transparent;
  color: whitesmoke;
}

/* line 130, node_modules/bulma/sass/elements/button.sass */

.button.is-dark:focus:not(:active),
.comment-form input.is-dark:focus:not(:active)[type="submit"],
.button.is-dark.is-focused:not(:active),
.comment-form input.is-dark.is-focused:not(:active)[type="submit"] {
  -webkit-box-shadow: 0 0 0 0.125em rgba(62, 62, 62, 0.25);
          box-shadow: 0 0 0 0.125em rgba(62, 62, 62, 0.25);
}

/* line 132, node_modules/bulma/sass/elements/button.sass */

.button.is-dark:active,
.comment-form input.is-dark:active[type="submit"],
.button.is-dark.is-active,
.comment-form input.is-dark.is-active[type="submit"] {
  background-color: #313131;
  border-color: transparent;
  color: whitesmoke;
}

/* line 137, node_modules/bulma/sass/elements/button.sass */

.button.is-dark[disabled],
.comment-form input.is-dark[disabled][type="submit"],
fieldset[disabled] .button.is-dark,
fieldset[disabled] .comment-form input.is-dark[type="submit"],
.comment-form fieldset[disabled] input.is-dark[type="submit"] {
  background-color: #3e3e3e;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 142, node_modules/bulma/sass/elements/button.sass */

.button.is-dark.is-inverted,
.comment-form input.is-dark.is-inverted[type="submit"] {
  background-color: whitesmoke;
  color: #3e3e3e;
}

/* line 145, node_modules/bulma/sass/elements/button.sass */

.button.is-dark.is-inverted:hover,
.comment-form input.is-dark.is-inverted:hover[type="submit"] {
  background-color: #e8e8e8;
}

/* line 147, node_modules/bulma/sass/elements/button.sass */

.button.is-dark.is-inverted[disabled],
.comment-form input.is-dark.is-inverted[disabled][type="submit"],
fieldset[disabled] .button.is-dark.is-inverted,
fieldset[disabled] .comment-form input.is-dark.is-inverted[type="submit"],
.comment-form fieldset[disabled] input.is-dark.is-inverted[type="submit"] {
  background-color: whitesmoke;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #3e3e3e;
}

/* line 154, node_modules/bulma/sass/elements/button.sass */

.button.is-dark.is-loading::after,
.comment-form input.is-dark.is-loading[type="submit"]::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}

/* line 156, node_modules/bulma/sass/elements/button.sass */

.button.is-dark.is-outlined,
.comment-form input.is-dark.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #3e3e3e;
  color: #3e3e3e;
}

/* line 160, node_modules/bulma/sass/elements/button.sass */

.button.is-dark.is-outlined:hover,
.comment-form input.is-dark.is-outlined:hover[type="submit"],
.button.is-dark.is-outlined:focus,
.comment-form input.is-dark.is-outlined:focus[type="submit"] {
  background-color: #3e3e3e;
  border-color: #3e3e3e;
  color: whitesmoke;
}

/* line 166, node_modules/bulma/sass/elements/button.sass */

.button.is-dark.is-outlined.is-loading::after,
.comment-form input.is-dark.is-outlined.is-loading[type="submit"]::after {
  border-color: transparent transparent #3e3e3e #3e3e3e !important;
}

/* line 168, node_modules/bulma/sass/elements/button.sass */

.button.is-dark.is-outlined[disabled],
.comment-form input.is-dark.is-outlined[disabled][type="submit"],
fieldset[disabled] .button.is-dark.is-outlined,
fieldset[disabled] .comment-form input.is-dark.is-outlined[type="submit"],
.comment-form fieldset[disabled] input.is-dark.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #3e3e3e;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #3e3e3e;
}

/* line 174, node_modules/bulma/sass/elements/button.sass */

.button.is-dark.is-inverted.is-outlined,
.comment-form input.is-dark.is-inverted.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: whitesmoke;
  color: whitesmoke;
}

/* line 178, node_modules/bulma/sass/elements/button.sass */

.button.is-dark.is-inverted.is-outlined:hover,
.comment-form input.is-dark.is-inverted.is-outlined:hover[type="submit"],
.button.is-dark.is-inverted.is-outlined:focus,
.comment-form input.is-dark.is-inverted.is-outlined:focus[type="submit"] {
  background-color: whitesmoke;
  color: #3e3e3e;
}

/* line 182, node_modules/bulma/sass/elements/button.sass */

.button.is-dark.is-inverted.is-outlined[disabled],
.comment-form input.is-dark.is-inverted.is-outlined[disabled][type="submit"],
fieldset[disabled] .button.is-dark.is-inverted.is-outlined,
fieldset[disabled] .comment-form input.is-dark.is-inverted.is-outlined[type="submit"],
.comment-form fieldset[disabled] input.is-dark.is-inverted.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: whitesmoke;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: whitesmoke;
}

/* line 117, node_modules/bulma/sass/elements/button.sass */

.button.is-primary,
.comment-form input.is-primary[type="submit"] {
  background-color: #1c4220;
  border-color: transparent;
  color: #fff;
}

/* line 121, node_modules/bulma/sass/elements/button.sass */

.button.is-primary:hover,
.comment-form input.is-primary:hover[type="submit"],
.button.is-primary.is-hovered,
.comment-form input.is-primary.is-hovered[type="submit"] {
  background-color: #18391c;
  border-color: transparent;
  color: #fff;
}

/* line 126, node_modules/bulma/sass/elements/button.sass */

.button.is-primary:focus,
.comment-form input.is-primary:focus[type="submit"],
.button.is-primary.is-focused,
.comment-form input.is-primary.is-focused[type="submit"] {
  border-color: transparent;
  color: #fff;
}

/* line 130, node_modules/bulma/sass/elements/button.sass */

.button.is-primary:focus:not(:active),
.comment-form input.is-primary:focus:not(:active)[type="submit"],
.button.is-primary.is-focused:not(:active),
.comment-form input.is-primary.is-focused:not(:active)[type="submit"] {
  -webkit-box-shadow: 0 0 0 0.125em rgba(28, 66, 32, 0.25);
          box-shadow: 0 0 0 0.125em rgba(28, 66, 32, 0.25);
}

/* line 132, node_modules/bulma/sass/elements/button.sass */

.button.is-primary:active,
.comment-form input.is-primary:active[type="submit"],
.button.is-primary.is-active,
.comment-form input.is-primary.is-active[type="submit"] {
  background-color: #143017;
  border-color: transparent;
  color: #fff;
}

/* line 137, node_modules/bulma/sass/elements/button.sass */

.button.is-primary[disabled],
.comment-form input.is-primary[disabled][type="submit"],
fieldset[disabled] .button.is-primary,
fieldset[disabled] .comment-form input.is-primary[type="submit"],
.comment-form fieldset[disabled] input.is-primary[type="submit"] {
  background-color: #1c4220;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 142, node_modules/bulma/sass/elements/button.sass */

.button.is-primary.is-inverted,
.comment-form input.is-primary.is-inverted[type="submit"] {
  background-color: #fff;
  color: #1c4220;
}

/* line 145, node_modules/bulma/sass/elements/button.sass */

.button.is-primary.is-inverted:hover,
.comment-form input.is-primary.is-inverted:hover[type="submit"] {
  background-color: #f2f2f2;
}

/* line 147, node_modules/bulma/sass/elements/button.sass */

.button.is-primary.is-inverted[disabled],
.comment-form input.is-primary.is-inverted[disabled][type="submit"],
fieldset[disabled] .button.is-primary.is-inverted,
fieldset[disabled] .comment-form input.is-primary.is-inverted[type="submit"],
.comment-form fieldset[disabled] input.is-primary.is-inverted[type="submit"] {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #1c4220;
}

/* line 154, node_modules/bulma/sass/elements/button.sass */

.button.is-primary.is-loading::after,
.comment-form input.is-primary.is-loading[type="submit"]::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 156, node_modules/bulma/sass/elements/button.sass */

.button.is-primary.is-outlined,
.comment-form input.is-primary.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #1c4220;
  color: #1c4220;
}

/* line 160, node_modules/bulma/sass/elements/button.sass */

.button.is-primary.is-outlined:hover,
.comment-form input.is-primary.is-outlined:hover[type="submit"],
.button.is-primary.is-outlined:focus,
.comment-form input.is-primary.is-outlined:focus[type="submit"] {
  background-color: #1c4220;
  border-color: #1c4220;
  color: #fff;
}

/* line 166, node_modules/bulma/sass/elements/button.sass */

.button.is-primary.is-outlined.is-loading::after,
.comment-form input.is-primary.is-outlined.is-loading[type="submit"]::after {
  border-color: transparent transparent #1c4220 #1c4220 !important;
}

/* line 168, node_modules/bulma/sass/elements/button.sass */

.button.is-primary.is-outlined[disabled],
.comment-form input.is-primary.is-outlined[disabled][type="submit"],
fieldset[disabled] .button.is-primary.is-outlined,
fieldset[disabled] .comment-form input.is-primary.is-outlined[type="submit"],
.comment-form fieldset[disabled] input.is-primary.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #1c4220;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #1c4220;
}

/* line 174, node_modules/bulma/sass/elements/button.sass */

.button.is-primary.is-inverted.is-outlined,
.comment-form input.is-primary.is-inverted.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 178, node_modules/bulma/sass/elements/button.sass */

.button.is-primary.is-inverted.is-outlined:hover,
.comment-form input.is-primary.is-inverted.is-outlined:hover[type="submit"],
.button.is-primary.is-inverted.is-outlined:focus,
.comment-form input.is-primary.is-inverted.is-outlined:focus[type="submit"] {
  background-color: #fff;
  color: #1c4220;
}

/* line 182, node_modules/bulma/sass/elements/button.sass */

.button.is-primary.is-inverted.is-outlined[disabled],
.comment-form input.is-primary.is-inverted.is-outlined[disabled][type="submit"],
fieldset[disabled] .button.is-primary.is-inverted.is-outlined,
fieldset[disabled] .comment-form input.is-primary.is-inverted.is-outlined[type="submit"],
.comment-form fieldset[disabled] input.is-primary.is-inverted.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

/* line 117, node_modules/bulma/sass/elements/button.sass */

.button.is-link,
.comment-form input.is-link[type="submit"] {
  background-color: #3273dc;
  border-color: transparent;
  color: #fff;
}

/* line 121, node_modules/bulma/sass/elements/button.sass */

.button.is-link:hover,
.comment-form input.is-link:hover[type="submit"],
.button.is-link.is-hovered,
.comment-form input.is-link.is-hovered[type="submit"] {
  background-color: #276cda;
  border-color: transparent;
  color: #fff;
}

/* line 126, node_modules/bulma/sass/elements/button.sass */

.button.is-link:focus,
.comment-form input.is-link:focus[type="submit"],
.button.is-link.is-focused,
.comment-form input.is-link.is-focused[type="submit"] {
  border-color: transparent;
  color: #fff;
}

/* line 130, node_modules/bulma/sass/elements/button.sass */

.button.is-link:focus:not(:active),
.comment-form input.is-link:focus:not(:active)[type="submit"],
.button.is-link.is-focused:not(:active),
.comment-form input.is-link.is-focused:not(:active)[type="submit"] {
  -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
          box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

/* line 132, node_modules/bulma/sass/elements/button.sass */

.button.is-link:active,
.comment-form input.is-link:active[type="submit"],
.button.is-link.is-active,
.comment-form input.is-link.is-active[type="submit"] {
  background-color: #2366d1;
  border-color: transparent;
  color: #fff;
}

/* line 137, node_modules/bulma/sass/elements/button.sass */

.button.is-link[disabled],
.comment-form input.is-link[disabled][type="submit"],
fieldset[disabled] .button.is-link,
fieldset[disabled] .comment-form input.is-link[type="submit"],
.comment-form fieldset[disabled] input.is-link[type="submit"] {
  background-color: #3273dc;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 142, node_modules/bulma/sass/elements/button.sass */

.button.is-link.is-inverted,
.comment-form input.is-link.is-inverted[type="submit"] {
  background-color: #fff;
  color: #3273dc;
}

/* line 145, node_modules/bulma/sass/elements/button.sass */

.button.is-link.is-inverted:hover,
.comment-form input.is-link.is-inverted:hover[type="submit"] {
  background-color: #f2f2f2;
}

/* line 147, node_modules/bulma/sass/elements/button.sass */

.button.is-link.is-inverted[disabled],
.comment-form input.is-link.is-inverted[disabled][type="submit"],
fieldset[disabled] .button.is-link.is-inverted,
fieldset[disabled] .comment-form input.is-link.is-inverted[type="submit"],
.comment-form fieldset[disabled] input.is-link.is-inverted[type="submit"] {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #3273dc;
}

/* line 154, node_modules/bulma/sass/elements/button.sass */

.button.is-link.is-loading::after,
.comment-form input.is-link.is-loading[type="submit"]::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 156, node_modules/bulma/sass/elements/button.sass */

.button.is-link.is-outlined,
.comment-form input.is-link.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #3273dc;
  color: #3273dc;
}

/* line 160, node_modules/bulma/sass/elements/button.sass */

.button.is-link.is-outlined:hover,
.comment-form input.is-link.is-outlined:hover[type="submit"],
.button.is-link.is-outlined:focus,
.comment-form input.is-link.is-outlined:focus[type="submit"] {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
}

/* line 166, node_modules/bulma/sass/elements/button.sass */

.button.is-link.is-outlined.is-loading::after,
.comment-form input.is-link.is-outlined.is-loading[type="submit"]::after {
  border-color: transparent transparent #3273dc #3273dc !important;
}

/* line 168, node_modules/bulma/sass/elements/button.sass */

.button.is-link.is-outlined[disabled],
.comment-form input.is-link.is-outlined[disabled][type="submit"],
fieldset[disabled] .button.is-link.is-outlined,
fieldset[disabled] .comment-form input.is-link.is-outlined[type="submit"],
.comment-form fieldset[disabled] input.is-link.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #3273dc;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #3273dc;
}

/* line 174, node_modules/bulma/sass/elements/button.sass */

.button.is-link.is-inverted.is-outlined,
.comment-form input.is-link.is-inverted.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 178, node_modules/bulma/sass/elements/button.sass */

.button.is-link.is-inverted.is-outlined:hover,
.comment-form input.is-link.is-inverted.is-outlined:hover[type="submit"],
.button.is-link.is-inverted.is-outlined:focus,
.comment-form input.is-link.is-inverted.is-outlined:focus[type="submit"] {
  background-color: #fff;
  color: #3273dc;
}

/* line 182, node_modules/bulma/sass/elements/button.sass */

.button.is-link.is-inverted.is-outlined[disabled],
.comment-form input.is-link.is-inverted.is-outlined[disabled][type="submit"],
fieldset[disabled] .button.is-link.is-inverted.is-outlined,
fieldset[disabled] .comment-form input.is-link.is-inverted.is-outlined[type="submit"],
.comment-form fieldset[disabled] input.is-link.is-inverted.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

/* line 117, node_modules/bulma/sass/elements/button.sass */

.button.is-info,
.comment-form input[type="submit"] {
  background-color: #209cee;
  border-color: transparent;
  color: #fff;
}

/* line 121, node_modules/bulma/sass/elements/button.sass */

.button.is-info:hover,
.comment-form input:hover[type="submit"],
.button.is-info.is-hovered,
.comment-form input.is-hovered[type="submit"] {
  background-color: #1496ed;
  border-color: transparent;
  color: #fff;
}

/* line 126, node_modules/bulma/sass/elements/button.sass */

.button.is-info:focus,
.comment-form input:focus[type="submit"],
.button.is-info.is-focused,
.comment-form input.is-focused[type="submit"] {
  border-color: transparent;
  color: #fff;
}

/* line 130, node_modules/bulma/sass/elements/button.sass */

.button.is-info:focus:not(:active),
.comment-form input:focus:not(:active)[type="submit"],
.button.is-info.is-focused:not(:active),
.comment-form input.is-focused:not(:active)[type="submit"] {
  -webkit-box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
          box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
}

/* line 132, node_modules/bulma/sass/elements/button.sass */

.button.is-info:active,
.comment-form input:active[type="submit"],
.button.is-info.is-active,
.comment-form input.is-active[type="submit"] {
  background-color: #118fe4;
  border-color: transparent;
  color: #fff;
}

/* line 137, node_modules/bulma/sass/elements/button.sass */

.button.is-info[disabled],
.comment-form input[disabled][type="submit"],
fieldset[disabled] .button.is-info,
fieldset[disabled] .comment-form input[type="submit"],
.comment-form fieldset[disabled] input[type="submit"] {
  background-color: #209cee;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 142, node_modules/bulma/sass/elements/button.sass */

.button.is-info.is-inverted,
.comment-form input.is-inverted[type="submit"] {
  background-color: #fff;
  color: #209cee;
}

/* line 145, node_modules/bulma/sass/elements/button.sass */

.button.is-info.is-inverted:hover,
.comment-form input.is-inverted:hover[type="submit"] {
  background-color: #f2f2f2;
}

/* line 147, node_modules/bulma/sass/elements/button.sass */

.button.is-info.is-inverted[disabled],
.comment-form input.is-inverted[disabled][type="submit"],
fieldset[disabled] .button.is-info.is-inverted,
fieldset[disabled] .comment-form input.is-inverted[type="submit"],
.comment-form fieldset[disabled] input.is-inverted[type="submit"] {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #209cee;
}

/* line 154, node_modules/bulma/sass/elements/button.sass */

.button.is-info.is-loading::after,
.comment-form input.is-loading[type="submit"]::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 156, node_modules/bulma/sass/elements/button.sass */

.button.is-info.is-outlined,
.comment-form input.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #209cee;
  color: #209cee;
}

/* line 160, node_modules/bulma/sass/elements/button.sass */

.button.is-info.is-outlined:hover,
.comment-form input.is-outlined:hover[type="submit"],
.button.is-info.is-outlined:focus,
.comment-form input.is-outlined:focus[type="submit"] {
  background-color: #209cee;
  border-color: #209cee;
  color: #fff;
}

/* line 166, node_modules/bulma/sass/elements/button.sass */

.button.is-info.is-outlined.is-loading::after,
.comment-form input.is-outlined.is-loading[type="submit"]::after {
  border-color: transparent transparent #209cee #209cee !important;
}

/* line 168, node_modules/bulma/sass/elements/button.sass */

.button.is-info.is-outlined[disabled],
.comment-form input.is-outlined[disabled][type="submit"],
fieldset[disabled] .button.is-info.is-outlined,
fieldset[disabled] .comment-form input.is-outlined[type="submit"],
.comment-form fieldset[disabled] input.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #209cee;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #209cee;
}

/* line 174, node_modules/bulma/sass/elements/button.sass */

.button.is-info.is-inverted.is-outlined,
.comment-form input.is-inverted.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 178, node_modules/bulma/sass/elements/button.sass */

.button.is-info.is-inverted.is-outlined:hover,
.comment-form input.is-inverted.is-outlined:hover[type="submit"],
.button.is-info.is-inverted.is-outlined:focus,
.comment-form input.is-inverted.is-outlined:focus[type="submit"] {
  background-color: #fff;
  color: #209cee;
}

/* line 182, node_modules/bulma/sass/elements/button.sass */

.button.is-info.is-inverted.is-outlined[disabled],
.comment-form input.is-inverted.is-outlined[disabled][type="submit"],
fieldset[disabled] .button.is-info.is-inverted.is-outlined,
fieldset[disabled] .comment-form input.is-inverted.is-outlined[type="submit"],
.comment-form fieldset[disabled] input.is-inverted.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

/* line 117, node_modules/bulma/sass/elements/button.sass */

.button.is-success,
.comment-form input.is-success[type="submit"] {
  background-color: #23d160;
  border-color: transparent;
  color: #fff;
}

/* line 121, node_modules/bulma/sass/elements/button.sass */

.button.is-success:hover,
.comment-form input.is-success:hover[type="submit"],
.button.is-success.is-hovered,
.comment-form input.is-success.is-hovered[type="submit"] {
  background-color: #22c65b;
  border-color: transparent;
  color: #fff;
}

/* line 126, node_modules/bulma/sass/elements/button.sass */

.button.is-success:focus,
.comment-form input.is-success:focus[type="submit"],
.button.is-success.is-focused,
.comment-form input.is-success.is-focused[type="submit"] {
  border-color: transparent;
  color: #fff;
}

/* line 130, node_modules/bulma/sass/elements/button.sass */

.button.is-success:focus:not(:active),
.comment-form input.is-success:focus:not(:active)[type="submit"],
.button.is-success.is-focused:not(:active),
.comment-form input.is-success.is-focused:not(:active)[type="submit"] {
  -webkit-box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
          box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}

/* line 132, node_modules/bulma/sass/elements/button.sass */

.button.is-success:active,
.comment-form input.is-success:active[type="submit"],
.button.is-success.is-active,
.comment-form input.is-success.is-active[type="submit"] {
  background-color: #20bc56;
  border-color: transparent;
  color: #fff;
}

/* line 137, node_modules/bulma/sass/elements/button.sass */

.button.is-success[disabled],
.comment-form input.is-success[disabled][type="submit"],
fieldset[disabled] .button.is-success,
fieldset[disabled] .comment-form input.is-success[type="submit"],
.comment-form fieldset[disabled] input.is-success[type="submit"] {
  background-color: #23d160;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 142, node_modules/bulma/sass/elements/button.sass */

.button.is-success.is-inverted,
.comment-form input.is-success.is-inverted[type="submit"] {
  background-color: #fff;
  color: #23d160;
}

/* line 145, node_modules/bulma/sass/elements/button.sass */

.button.is-success.is-inverted:hover,
.comment-form input.is-success.is-inverted:hover[type="submit"] {
  background-color: #f2f2f2;
}

/* line 147, node_modules/bulma/sass/elements/button.sass */

.button.is-success.is-inverted[disabled],
.comment-form input.is-success.is-inverted[disabled][type="submit"],
fieldset[disabled] .button.is-success.is-inverted,
fieldset[disabled] .comment-form input.is-success.is-inverted[type="submit"],
.comment-form fieldset[disabled] input.is-success.is-inverted[type="submit"] {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #23d160;
}

/* line 154, node_modules/bulma/sass/elements/button.sass */

.button.is-success.is-loading::after,
.comment-form input.is-success.is-loading[type="submit"]::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 156, node_modules/bulma/sass/elements/button.sass */

.button.is-success.is-outlined,
.comment-form input.is-success.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #23d160;
  color: #23d160;
}

/* line 160, node_modules/bulma/sass/elements/button.sass */

.button.is-success.is-outlined:hover,
.comment-form input.is-success.is-outlined:hover[type="submit"],
.button.is-success.is-outlined:focus,
.comment-form input.is-success.is-outlined:focus[type="submit"] {
  background-color: #23d160;
  border-color: #23d160;
  color: #fff;
}

/* line 166, node_modules/bulma/sass/elements/button.sass */

.button.is-success.is-outlined.is-loading::after,
.comment-form input.is-success.is-outlined.is-loading[type="submit"]::after {
  border-color: transparent transparent #23d160 #23d160 !important;
}

/* line 168, node_modules/bulma/sass/elements/button.sass */

.button.is-success.is-outlined[disabled],
.comment-form input.is-success.is-outlined[disabled][type="submit"],
fieldset[disabled] .button.is-success.is-outlined,
fieldset[disabled] .comment-form input.is-success.is-outlined[type="submit"],
.comment-form fieldset[disabled] input.is-success.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #23d160;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #23d160;
}

/* line 174, node_modules/bulma/sass/elements/button.sass */

.button.is-success.is-inverted.is-outlined,
.comment-form input.is-success.is-inverted.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 178, node_modules/bulma/sass/elements/button.sass */

.button.is-success.is-inverted.is-outlined:hover,
.comment-form input.is-success.is-inverted.is-outlined:hover[type="submit"],
.button.is-success.is-inverted.is-outlined:focus,
.comment-form input.is-success.is-inverted.is-outlined:focus[type="submit"] {
  background-color: #fff;
  color: #23d160;
}

/* line 182, node_modules/bulma/sass/elements/button.sass */

.button.is-success.is-inverted.is-outlined[disabled],
.comment-form input.is-success.is-inverted.is-outlined[disabled][type="submit"],
fieldset[disabled] .button.is-success.is-inverted.is-outlined,
fieldset[disabled] .comment-form input.is-success.is-inverted.is-outlined[type="submit"],
.comment-form fieldset[disabled] input.is-success.is-inverted.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

/* line 117, node_modules/bulma/sass/elements/button.sass */

.button.is-warning,
.comment-form input.is-warning[type="submit"] {
  background-color: #ffdd57;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 121, node_modules/bulma/sass/elements/button.sass */

.button.is-warning:hover,
.comment-form input.is-warning:hover[type="submit"],
.button.is-warning.is-hovered,
.comment-form input.is-warning.is-hovered[type="submit"] {
  background-color: #ffdb4a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 126, node_modules/bulma/sass/elements/button.sass */

.button.is-warning:focus,
.comment-form input.is-warning:focus[type="submit"],
.button.is-warning.is-focused,
.comment-form input.is-warning.is-focused[type="submit"] {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 130, node_modules/bulma/sass/elements/button.sass */

.button.is-warning:focus:not(:active),
.comment-form input.is-warning:focus:not(:active)[type="submit"],
.button.is-warning.is-focused:not(:active),
.comment-form input.is-warning.is-focused:not(:active)[type="submit"] {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}

/* line 132, node_modules/bulma/sass/elements/button.sass */

.button.is-warning:active,
.comment-form input.is-warning:active[type="submit"],
.button.is-warning.is-active,
.comment-form input.is-warning.is-active[type="submit"] {
  background-color: #ffd83d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 137, node_modules/bulma/sass/elements/button.sass */

.button.is-warning[disabled],
.comment-form input.is-warning[disabled][type="submit"],
fieldset[disabled] .button.is-warning,
fieldset[disabled] .comment-form input.is-warning[type="submit"],
.comment-form fieldset[disabled] input.is-warning[type="submit"] {
  background-color: #ffdd57;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 142, node_modules/bulma/sass/elements/button.sass */

.button.is-warning.is-inverted,
.comment-form input.is-warning.is-inverted[type="submit"] {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffdd57;
}

/* line 145, node_modules/bulma/sass/elements/button.sass */

.button.is-warning.is-inverted:hover,
.comment-form input.is-warning.is-inverted:hover[type="submit"] {
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 147, node_modules/bulma/sass/elements/button.sass */

.button.is-warning.is-inverted[disabled],
.comment-form input.is-warning.is-inverted[disabled][type="submit"],
fieldset[disabled] .button.is-warning.is-inverted,
fieldset[disabled] .comment-form input.is-warning.is-inverted[type="submit"],
.comment-form fieldset[disabled] input.is-warning.is-inverted[type="submit"] {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffdd57;
}

/* line 154, node_modules/bulma/sass/elements/button.sass */

.button.is-warning.is-loading::after,
.comment-form input.is-warning.is-loading[type="submit"]::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

/* line 156, node_modules/bulma/sass/elements/button.sass */

.button.is-warning.is-outlined,
.comment-form input.is-warning.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #ffdd57;
  color: #ffdd57;
}

/* line 160, node_modules/bulma/sass/elements/button.sass */

.button.is-warning.is-outlined:hover,
.comment-form input.is-warning.is-outlined:hover[type="submit"],
.button.is-warning.is-outlined:focus,
.comment-form input.is-warning.is-outlined:focus[type="submit"] {
  background-color: #ffdd57;
  border-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

/* line 166, node_modules/bulma/sass/elements/button.sass */

.button.is-warning.is-outlined.is-loading::after,
.comment-form input.is-warning.is-outlined.is-loading[type="submit"]::after {
  border-color: transparent transparent #ffdd57 #ffdd57 !important;
}

/* line 168, node_modules/bulma/sass/elements/button.sass */

.button.is-warning.is-outlined[disabled],
.comment-form input.is-warning.is-outlined[disabled][type="submit"],
fieldset[disabled] .button.is-warning.is-outlined,
fieldset[disabled] .comment-form input.is-warning.is-outlined[type="submit"],
.comment-form fieldset[disabled] input.is-warning.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #ffdd57;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffdd57;
}

/* line 174, node_modules/bulma/sass/elements/button.sass */

.button.is-warning.is-inverted.is-outlined,
.comment-form input.is-warning.is-inverted.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

/* line 178, node_modules/bulma/sass/elements/button.sass */

.button.is-warning.is-inverted.is-outlined:hover,
.comment-form input.is-warning.is-inverted.is-outlined:hover[type="submit"],
.button.is-warning.is-inverted.is-outlined:focus,
.comment-form input.is-warning.is-inverted.is-outlined:focus[type="submit"] {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffdd57;
}

/* line 182, node_modules/bulma/sass/elements/button.sass */

.button.is-warning.is-inverted.is-outlined[disabled],
.comment-form input.is-warning.is-inverted.is-outlined[disabled][type="submit"],
fieldset[disabled] .button.is-warning.is-inverted.is-outlined,
fieldset[disabled] .comment-form input.is-warning.is-inverted.is-outlined[type="submit"],
.comment-form fieldset[disabled] input.is-warning.is-inverted.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}

/* line 117, node_modules/bulma/sass/elements/button.sass */

.button.is-danger,
.comment-form input.is-danger[type="submit"] {
  background-color: #ff3860;
  border-color: transparent;
  color: #fff;
}

/* line 121, node_modules/bulma/sass/elements/button.sass */

.button.is-danger:hover,
.comment-form input.is-danger:hover[type="submit"],
.button.is-danger.is-hovered,
.comment-form input.is-danger.is-hovered[type="submit"] {
  background-color: #ff2b56;
  border-color: transparent;
  color: #fff;
}

/* line 126, node_modules/bulma/sass/elements/button.sass */

.button.is-danger:focus,
.comment-form input.is-danger:focus[type="submit"],
.button.is-danger.is-focused,
.comment-form input.is-danger.is-focused[type="submit"] {
  border-color: transparent;
  color: #fff;
}

/* line 130, node_modules/bulma/sass/elements/button.sass */

.button.is-danger:focus:not(:active),
.comment-form input.is-danger:focus:not(:active)[type="submit"],
.button.is-danger.is-focused:not(:active),
.comment-form input.is-danger.is-focused:not(:active)[type="submit"] {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}

/* line 132, node_modules/bulma/sass/elements/button.sass */

.button.is-danger:active,
.comment-form input.is-danger:active[type="submit"],
.button.is-danger.is-active,
.comment-form input.is-danger.is-active[type="submit"] {
  background-color: #ff1f4b;
  border-color: transparent;
  color: #fff;
}

/* line 137, node_modules/bulma/sass/elements/button.sass */

.button.is-danger[disabled],
.comment-form input.is-danger[disabled][type="submit"],
fieldset[disabled] .button.is-danger,
fieldset[disabled] .comment-form input.is-danger[type="submit"],
.comment-form fieldset[disabled] input.is-danger[type="submit"] {
  background-color: #ff3860;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 142, node_modules/bulma/sass/elements/button.sass */

.button.is-danger.is-inverted,
.comment-form input.is-danger.is-inverted[type="submit"] {
  background-color: #fff;
  color: #ff3860;
}

/* line 145, node_modules/bulma/sass/elements/button.sass */

.button.is-danger.is-inverted:hover,
.comment-form input.is-danger.is-inverted:hover[type="submit"] {
  background-color: #f2f2f2;
}

/* line 147, node_modules/bulma/sass/elements/button.sass */

.button.is-danger.is-inverted[disabled],
.comment-form input.is-danger.is-inverted[disabled][type="submit"],
fieldset[disabled] .button.is-danger.is-inverted,
fieldset[disabled] .comment-form input.is-danger.is-inverted[type="submit"],
.comment-form fieldset[disabled] input.is-danger.is-inverted[type="submit"] {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ff3860;
}

/* line 154, node_modules/bulma/sass/elements/button.sass */

.button.is-danger.is-loading::after,
.comment-form input.is-danger.is-loading[type="submit"]::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 156, node_modules/bulma/sass/elements/button.sass */

.button.is-danger.is-outlined,
.comment-form input.is-danger.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #ff3860;
  color: #ff3860;
}

/* line 160, node_modules/bulma/sass/elements/button.sass */

.button.is-danger.is-outlined:hover,
.comment-form input.is-danger.is-outlined:hover[type="submit"],
.button.is-danger.is-outlined:focus,
.comment-form input.is-danger.is-outlined:focus[type="submit"] {
  background-color: #ff3860;
  border-color: #ff3860;
  color: #fff;
}

/* line 166, node_modules/bulma/sass/elements/button.sass */

.button.is-danger.is-outlined.is-loading::after,
.comment-form input.is-danger.is-outlined.is-loading[type="submit"]::after {
  border-color: transparent transparent #ff3860 #ff3860 !important;
}

/* line 168, node_modules/bulma/sass/elements/button.sass */

.button.is-danger.is-outlined[disabled],
.comment-form input.is-danger.is-outlined[disabled][type="submit"],
fieldset[disabled] .button.is-danger.is-outlined,
fieldset[disabled] .comment-form input.is-danger.is-outlined[type="submit"],
.comment-form fieldset[disabled] input.is-danger.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #ff3860;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ff3860;
}

/* line 174, node_modules/bulma/sass/elements/button.sass */

.button.is-danger.is-inverted.is-outlined,
.comment-form input.is-danger.is-inverted.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 178, node_modules/bulma/sass/elements/button.sass */

.button.is-danger.is-inverted.is-outlined:hover,
.comment-form input.is-danger.is-inverted.is-outlined:hover[type="submit"],
.button.is-danger.is-inverted.is-outlined:focus,
.comment-form input.is-danger.is-inverted.is-outlined:focus[type="submit"] {
  background-color: #fff;
  color: #ff3860;
}

/* line 182, node_modules/bulma/sass/elements/button.sass */

.button.is-danger.is-inverted.is-outlined[disabled],
.comment-form input.is-danger.is-inverted.is-outlined[disabled][type="submit"],
fieldset[disabled] .button.is-danger.is-inverted.is-outlined,
fieldset[disabled] .comment-form input.is-danger.is-inverted.is-outlined[type="submit"],
.comment-form fieldset[disabled] input.is-danger.is-inverted.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

/* line 189, node_modules/bulma/sass/elements/button.sass */

.button.is-small,
.comment-form input.is-small[type="submit"] {
  border-radius: 2px;
  font-size: 0.75rem;
}

/* line 191, node_modules/bulma/sass/elements/button.sass */

.button.is-normal,
.comment-form input.is-normal[type="submit"] {
  font-size: 1rem;
}

/* line 193, node_modules/bulma/sass/elements/button.sass */

.button.is-medium,
.comment-form input.is-medium[type="submit"] {
  font-size: 1.25rem;
}

/* line 195, node_modules/bulma/sass/elements/button.sass */

.button.is-large,
.comment-form input.is-large[type="submit"] {
  font-size: 1.5rem;
}

/* line 198, node_modules/bulma/sass/elements/button.sass */

.button[disabled],
.comment-form input[disabled][type="submit"],
fieldset[disabled] .button,
fieldset[disabled] .comment-form input[type="submit"],
.comment-form fieldset[disabled] input[type="submit"] {
  background-color: white;
  border-color: #dbdbdb;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.5;
}

/* line 204, node_modules/bulma/sass/elements/button.sass */

.button.is-fullwidth,
.comment-form input.is-fullwidth[type="submit"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

/* line 207, node_modules/bulma/sass/elements/button.sass */

.button.is-loading,
.comment-form input.is-loading[type="submit"] {
  color: transparent !important;
  pointer-events: none;
}

/* line 210, node_modules/bulma/sass/elements/button.sass */

.button.is-loading::after,
.comment-form input.is-loading[type="submit"]::after {
  position: absolute;
  left: calc(50% - (1em / 2));
  top: calc(50% - (1em / 2));
  position: absolute !important;
}

/* line 214, node_modules/bulma/sass/elements/button.sass */

.button.is-static,
.comment-form input.is-static[type="submit"] {
  background-color: whitesmoke;
  border-color: #dbdbdb;
  color: #7a7a7a;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
}

/* line 220, node_modules/bulma/sass/elements/button.sass */

.button.is-rounded,
.comment-form input.is-rounded[type="submit"] {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em;
}

/* line 225, node_modules/bulma/sass/elements/button.sass */

.buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 230, node_modules/bulma/sass/elements/button.sass */

.buttons .button,
.buttons .comment-form input[type="submit"],
.comment-form .buttons input[type="submit"] {
  margin-bottom: 0.5rem;
}

/* line 232, node_modules/bulma/sass/elements/button.sass */

.buttons .button:not(:last-child):not(.is-fullwidth),
.buttons .comment-form input:not(:last-child):not(.is-fullwidth)[type="submit"],
.comment-form .buttons input:not(:last-child):not(.is-fullwidth)[type="submit"] {
  margin-right: 0.5rem;
}

/* line 234, node_modules/bulma/sass/elements/button.sass */

.buttons:last-child {
  margin-bottom: -0.5rem;
}

/* line 236, node_modules/bulma/sass/elements/button.sass */

.buttons:not(:last-child) {
  margin-bottom: 1rem;
}

/* line 240, node_modules/bulma/sass/elements/button.sass */

.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large),
.buttons.are-small .comment-form input:not(.is-normal):not(.is-medium):not(.is-large)[type="submit"],
.comment-form .buttons.are-small input:not(.is-normal):not(.is-medium):not(.is-large)[type="submit"] {
  border-radius: 2px;
  font-size: 0.75rem;
}

/* line 243, node_modules/bulma/sass/elements/button.sass */

.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large),
.buttons.are-medium .comment-form input:not(.is-small):not(.is-normal):not(.is-large)[type="submit"],
.comment-form .buttons.are-medium input:not(.is-small):not(.is-normal):not(.is-large)[type="submit"] {
  font-size: 1.25rem;
}

/* line 246, node_modules/bulma/sass/elements/button.sass */

.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium),
.buttons.are-large .comment-form input:not(.is-small):not(.is-normal):not(.is-medium)[type="submit"],
.comment-form .buttons.are-large input:not(.is-small):not(.is-normal):not(.is-medium)[type="submit"] {
  font-size: 1.5rem;
}

/* line 250, node_modules/bulma/sass/elements/button.sass */

.buttons.has-addons .button:not(:first-child),
.buttons.has-addons .comment-form input:not(:first-child)[type="submit"],
.comment-form .buttons.has-addons input:not(:first-child)[type="submit"] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 253, node_modules/bulma/sass/elements/button.sass */

.buttons.has-addons .button:not(:last-child),
.buttons.has-addons .comment-form input:not(:last-child)[type="submit"],
.comment-form .buttons.has-addons input:not(:last-child)[type="submit"] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}

/* line 257, node_modules/bulma/sass/elements/button.sass */

.buttons.has-addons .button:last-child,
.buttons.has-addons .comment-form input:last-child[type="submit"],
.comment-form .buttons.has-addons input:last-child[type="submit"] {
  margin-right: 0;
}

/* line 259, node_modules/bulma/sass/elements/button.sass */

.buttons.has-addons .button:hover,
.buttons.has-addons .comment-form input:hover[type="submit"],
.comment-form .buttons.has-addons input:hover[type="submit"],
.buttons.has-addons .button.is-hovered,
.buttons.has-addons .comment-form input.is-hovered[type="submit"],
.comment-form .buttons.has-addons input.is-hovered[type="submit"] {
  z-index: 2;
}

/* line 262, node_modules/bulma/sass/elements/button.sass */

.buttons.has-addons .button:focus,
.buttons.has-addons .comment-form input:focus[type="submit"],
.comment-form .buttons.has-addons input:focus[type="submit"],
.buttons.has-addons .button.is-focused,
.buttons.has-addons .comment-form input.is-focused[type="submit"],
.comment-form .buttons.has-addons input.is-focused[type="submit"],
.buttons.has-addons .button:active,
.buttons.has-addons .comment-form input:active[type="submit"],
.comment-form .buttons.has-addons input:active[type="submit"],
.buttons.has-addons .button.is-active,
.buttons.has-addons .comment-form input.is-active[type="submit"],
.comment-form .buttons.has-addons input.is-active[type="submit"],
.buttons.has-addons .button.is-selected,
.buttons.has-addons .comment-form input.is-selected[type="submit"],
.comment-form .buttons.has-addons input.is-selected[type="submit"] {
  z-index: 3;
}

/* line 268, node_modules/bulma/sass/elements/button.sass */

.buttons.has-addons .button:focus:hover,
.buttons.has-addons .comment-form input:focus:hover[type="submit"],
.comment-form .buttons.has-addons input:focus:hover[type="submit"],
.buttons.has-addons .button.is-focused:hover,
.buttons.has-addons .comment-form input.is-focused:hover[type="submit"],
.comment-form .buttons.has-addons input.is-focused:hover[type="submit"],
.buttons.has-addons .button:active:hover,
.buttons.has-addons .comment-form input:active:hover[type="submit"],
.comment-form .buttons.has-addons input:active:hover[type="submit"],
.buttons.has-addons .button.is-active:hover,
.buttons.has-addons .comment-form input.is-active:hover[type="submit"],
.comment-form .buttons.has-addons input.is-active:hover[type="submit"],
.buttons.has-addons .button.is-selected:hover,
.buttons.has-addons .comment-form input.is-selected:hover[type="submit"],
.comment-form .buttons.has-addons input.is-selected:hover[type="submit"] {
  z-index: 4;
}

/* line 270, node_modules/bulma/sass/elements/button.sass */

.buttons.has-addons .button.is-expanded,
.buttons.has-addons .comment-form input.is-expanded[type="submit"],
.comment-form .buttons.has-addons input.is-expanded[type="submit"] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 272, node_modules/bulma/sass/elements/button.sass */

.buttons.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 274, node_modules/bulma/sass/elements/button.sass */

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

/* line 1, node_modules/bulma/sass/elements/container.sass */

.container {
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 1088px) {
  /* line 1, node_modules/bulma/sass/elements/container.sass */

  .container {
    max-width: 960px;
    width: 960px;
  }

  /* line 7, node_modules/bulma/sass/elements/container.sass */

  .container.is-fluid {
    margin-left: 64px;
    margin-right: 64px;
    max-width: none;
    width: auto;
  }
}

@media screen and (max-width: 1279px) {
  /* line 13, node_modules/bulma/sass/elements/container.sass */

  .container.is-widescreen {
    max-width: 1152px;
    width: auto;
  }
}

@media screen and (max-width: 1471px) {
  /* line 17, node_modules/bulma/sass/elements/container.sass */

  .container.is-fullhd {
    max-width: 1344px;
    width: auto;
  }
}

@media screen and (min-width: 1280px) {
  /* line 1, node_modules/bulma/sass/elements/container.sass */

  .container {
    max-width: 1152px;
    width: 1152px;
  }
}

@media screen and (min-width: 1472px) {
  /* line 1, node_modules/bulma/sass/elements/container.sass */

  .container {
    max-width: 1344px;
    width: 1344px;
  }
}

/* line 23, node_modules/bulma/sass/elements/content.sass */

.content li + li {
  margin-top: 0.25em;
}

/* line 33, node_modules/bulma/sass/elements/content.sass */

.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em;
}

/* line 35, node_modules/bulma/sass/elements/content.sass */

.content h1,
.content h2,
.content h3,
.content .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .content bdi.varainh,
.content .tt-block-banner-normal .banner-inner-container h2,
.tt-block-banner-normal .banner-inner-container .content h2,
.content .tt-block-banner-normal .banner-inner-container h3,
.tt-block-banner-normal .banner-inner-container .content h3,
.content h4,
.content .product .wc-tabs-wrapper h3,
.product .wc-tabs-wrapper .content h3,
.content .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
.product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .content bdi.varainh,
.content .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper .content bdi.varainh,
.content .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2,
.product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container .content h2,
.content .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2,
.tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper .content h2,
.content h5,
.content h6 {
  color: #363636;
  font-weight: 600;
  line-height: 1.125;
}

/* line 44, node_modules/bulma/sass/elements/content.sass */

.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}

/* line 47, node_modules/bulma/sass/elements/content.sass */

.content h1:not(:first-child) {
  margin-top: 1em;
}

/* line 49, node_modules/bulma/sass/elements/content.sass */

.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}

/* line 52, node_modules/bulma/sass/elements/content.sass */

.content h2:not(:first-child) {
  margin-top: 1.1428em;
}

/* line 54, node_modules/bulma/sass/elements/content.sass */

.content h3,
.content .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .content bdi.varainh,
.content .tt-block-banner-normal .banner-inner-container h2,
.tt-block-banner-normal .banner-inner-container .content h2,
.content .tt-block-banner-normal .banner-inner-container h3,
.tt-block-banner-normal .banner-inner-container .content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}

/* line 57, node_modules/bulma/sass/elements/content.sass */

.content h3:not(:first-child),
.content .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh:not(:first-child),
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .content bdi.varainh:not(:first-child),
.content .tt-block-banner-normal .banner-inner-container h2:not(:first-child),
.tt-block-banner-normal .banner-inner-container .content h2:not(:first-child) {
  margin-top: 1.3333em;
}

/* line 59, node_modules/bulma/sass/elements/content.sass */

.content h4,
.content .product .wc-tabs-wrapper h3,
.product .wc-tabs-wrapper .content h3,
.content .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
.product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .content bdi.varainh,
.content .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper .content bdi.varainh,
.content .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2,
.product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container .content h2,
.content .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2,
.tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper .content h2 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}

/* line 62, node_modules/bulma/sass/elements/content.sass */

.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}

/* line 65, node_modules/bulma/sass/elements/content.sass */

.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}

/* line 68, node_modules/bulma/sass/elements/content.sass */

.content blockquote {
  background-color: whitesmoke;
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em;
}

/* line 72, node_modules/bulma/sass/elements/content.sass */

.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em;
}

/* line 76, node_modules/bulma/sass/elements/content.sass */

.content ol:not([type]) {
  list-style-type: decimal;
}

/* line 78, node_modules/bulma/sass/elements/content.sass */

.content ol:not([type]).is-lower-alpha {
  list-style-type: lower-alpha;
}

/* line 80, node_modules/bulma/sass/elements/content.sass */

.content ol:not([type]).is-lower-roman {
  list-style-type: lower-roman;
}

/* line 82, node_modules/bulma/sass/elements/content.sass */

.content ol:not([type]).is-upper-alpha {
  list-style-type: upper-alpha;
}

/* line 84, node_modules/bulma/sass/elements/content.sass */

.content ol:not([type]).is-upper-roman {
  list-style-type: upper-roman;
}

/* line 86, node_modules/bulma/sass/elements/content.sass */

.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}

/* line 90, node_modules/bulma/sass/elements/content.sass */

.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}

/* line 93, node_modules/bulma/sass/elements/content.sass */

.content ul ul ul {
  list-style-type: square;
}

/* line 95, node_modules/bulma/sass/elements/content.sass */

.content dd {
  margin-left: 2em;
}

/* line 97, node_modules/bulma/sass/elements/content.sass */

.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}

/* line 101, node_modules/bulma/sass/elements/content.sass */

.content figure:not(:first-child) {
  margin-top: 2em;
}

/* line 103, node_modules/bulma/sass/elements/content.sass */

.content figure:not(:last-child) {
  margin-bottom: 2em;
}

/* line 105, node_modules/bulma/sass/elements/content.sass */

.content figure img {
  display: inline-block;
}

/* line 107, node_modules/bulma/sass/elements/content.sass */

.content figure figcaption {
  font-style: italic;
}

/* line 109, node_modules/bulma/sass/elements/content.sass */

.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}

/* line 115, node_modules/bulma/sass/elements/content.sass */

.content sup,
.content sub {
  font-size: 75%;
}

/* line 118, node_modules/bulma/sass/elements/content.sass */

.content table {
  width: 100%;
}

/* line 120, node_modules/bulma/sass/elements/content.sass */

.content table td,
.content table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

/* line 126, node_modules/bulma/sass/elements/content.sass */

.content table th {
  color: #363636;
  text-align: left;
}

/* line 130, node_modules/bulma/sass/elements/content.sass */

.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: #363636;
}

/* line 135, node_modules/bulma/sass/elements/content.sass */

.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}

/* line 142, node_modules/bulma/sass/elements/content.sass */

.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}

/* line 146, node_modules/bulma/sass/elements/content.sass */

.content.is-small {
  font-size: 0.75rem;
}

/* line 148, node_modules/bulma/sass/elements/content.sass */

.content.is-medium {
  font-size: 1.25rem;
}

/* line 150, node_modules/bulma/sass/elements/content.sass */

.content.is-large {
  font-size: 1.5rem;
}

/* line 71, node_modules/bulma/sass/elements/form.sass */

.input,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.textarea,
.comment-form textarea {
  background-color: white;
  border-color: #dbdbdb;
  color: #363636;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  width: 100%;
}

/* line 68, node_modules/bulma/sass/utilities/mixins.sass */

.input::-moz-placeholder,
.comment-form input[type="text"]::-moz-placeholder,
.comment-form input[type="email"]::-moz-placeholder,
.comment-form input[type="url"]::-moz-placeholder,
.textarea::-moz-placeholder,
.comment-form textarea::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

/* line 68, node_modules/bulma/sass/utilities/mixins.sass */

.input::-webkit-input-placeholder,
.comment-form input[type="text"]::-webkit-input-placeholder,
.comment-form input[type="email"]::-webkit-input-placeholder,
.comment-form input[type="url"]::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

/* line 68, node_modules/bulma/sass/utilities/mixins.sass */

.input:-moz-placeholder,
.comment-form input:-moz-placeholder[type="text"],
.comment-form input:-moz-placeholder[type="email"],
.comment-form input:-moz-placeholder[type="url"],
.textarea:-moz-placeholder,
.comment-form textarea:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

/* line 68, node_modules/bulma/sass/utilities/mixins.sass */

.input:-ms-input-placeholder,
.comment-form input:-ms-input-placeholder[type="text"],
.comment-form input:-ms-input-placeholder[type="email"],
.comment-form input:-ms-input-placeholder[type="url"],
.textarea:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

/* line 53, node_modules/bulma/sass/elements/form.sass */

.input:hover,
.comment-form input:hover[type="text"],
.comment-form input:hover[type="email"],
.comment-form input:hover[type="url"],
.input.is-hovered,
.comment-form input.is-hovered[type="text"],
.comment-form input.is-hovered[type="email"],
.comment-form input.is-hovered[type="url"],
.textarea:hover,
.comment-form textarea:hover,
.textarea.is-hovered,
.comment-form textarea.is-hovered {
  border-color: #b5b5b5;
}

/* line 56, node_modules/bulma/sass/elements/form.sass */

.input:focus,
.comment-form input:focus[type="text"],
.comment-form input:focus[type="email"],
.comment-form input:focus[type="url"],
.input.is-focused,
.comment-form input.is-focused[type="text"],
.comment-form input.is-focused[type="email"],
.comment-form input.is-focused[type="url"],
.input:active,
.comment-form input:active[type="text"],
.comment-form input:active[type="email"],
.comment-form input:active[type="url"],
.input.is-active,
.comment-form input.is-active[type="text"],
.comment-form input.is-active[type="email"],
.comment-form input.is-active[type="url"],
.textarea:focus,
.comment-form textarea:focus,
.textarea.is-focused,
.comment-form textarea.is-focused,
.textarea:active,
.comment-form textarea:active,
.textarea.is-active,
.comment-form textarea.is-active {
  border-color: #3273dc;
  -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
          box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

/* line 62, node_modules/bulma/sass/elements/form.sass */

.input[disabled],
.comment-form input[disabled][type="text"],
.comment-form input[disabled][type="email"],
.comment-form input[disabled][type="url"],
fieldset[disabled] .input,
fieldset[disabled] .comment-form input[type="text"],
.comment-form fieldset[disabled] input[type="text"],
fieldset[disabled] .comment-form input[type="email"],
.comment-form fieldset[disabled] input[type="email"],
fieldset[disabled] .comment-form input[type="url"],
.comment-form fieldset[disabled] input[type="url"],
.textarea[disabled],
.comment-form textarea[disabled],
fieldset[disabled] .textarea,
fieldset[disabled] .comment-form textarea,
.comment-form fieldset[disabled] textarea {
  background-color: whitesmoke;
  border-color: whitesmoke;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #7a7a7a;
}

/* line 68, node_modules/bulma/sass/utilities/mixins.sass */

.input[disabled]::-moz-placeholder,
.comment-form input[type="text"][disabled]::-moz-placeholder,
.comment-form input[type="email"][disabled]::-moz-placeholder,
.comment-form input[type="url"][disabled]::-moz-placeholder,
fieldset[disabled] .input::-moz-placeholder,
fieldset[disabled] .comment-form input[type="text"]::-moz-placeholder,
.comment-form fieldset[disabled] input[type="text"]::-moz-placeholder,
fieldset[disabled] .comment-form input[type="email"]::-moz-placeholder,
.comment-form fieldset[disabled] input[type="email"]::-moz-placeholder,
fieldset[disabled] .comment-form input[type="url"]::-moz-placeholder,
.comment-form fieldset[disabled] input[type="url"]::-moz-placeholder,
.textarea[disabled]::-moz-placeholder,
.comment-form textarea[disabled]::-moz-placeholder,
fieldset[disabled] .textarea::-moz-placeholder,
fieldset[disabled] .comment-form textarea::-moz-placeholder,
.comment-form fieldset[disabled] textarea::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

/* line 68, node_modules/bulma/sass/utilities/mixins.sass */

.input[disabled]::-webkit-input-placeholder,
.comment-form input[type="text"][disabled]::-webkit-input-placeholder,
.comment-form input[type="email"][disabled]::-webkit-input-placeholder,
.comment-form input[type="url"][disabled]::-webkit-input-placeholder,
fieldset[disabled] .input::-webkit-input-placeholder,
fieldset[disabled] .comment-form input[type="text"]::-webkit-input-placeholder,
.comment-form fieldset[disabled] input[type="text"]::-webkit-input-placeholder,
fieldset[disabled] .comment-form input[type="email"]::-webkit-input-placeholder,
.comment-form fieldset[disabled] input[type="email"]::-webkit-input-placeholder,
fieldset[disabled] .comment-form input[type="url"]::-webkit-input-placeholder,
.comment-form fieldset[disabled] input[type="url"]::-webkit-input-placeholder,
.textarea[disabled]::-webkit-input-placeholder,
.comment-form textarea[disabled]::-webkit-input-placeholder,
fieldset[disabled] .textarea::-webkit-input-placeholder,
fieldset[disabled] .comment-form textarea::-webkit-input-placeholder,
.comment-form fieldset[disabled] textarea::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

/* line 68, node_modules/bulma/sass/utilities/mixins.sass */

.input[disabled]:-moz-placeholder,
.comment-form input[disabled]:-moz-placeholder[type="text"],
.comment-form input[disabled]:-moz-placeholder[type="email"],
.comment-form input[disabled]:-moz-placeholder[type="url"],
fieldset[disabled] .input:-moz-placeholder,
fieldset[disabled] .comment-form input:-moz-placeholder[type="text"],
.comment-form fieldset[disabled] input:-moz-placeholder[type="text"],
fieldset[disabled] .comment-form input:-moz-placeholder[type="email"],
.comment-form fieldset[disabled] input:-moz-placeholder[type="email"],
fieldset[disabled] .comment-form input:-moz-placeholder[type="url"],
.comment-form fieldset[disabled] input:-moz-placeholder[type="url"],
.textarea[disabled]:-moz-placeholder,
.comment-form textarea[disabled]:-moz-placeholder,
fieldset[disabled] .textarea:-moz-placeholder,
fieldset[disabled] .comment-form textarea:-moz-placeholder,
.comment-form fieldset[disabled] textarea:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

/* line 68, node_modules/bulma/sass/utilities/mixins.sass */

.input[disabled]:-ms-input-placeholder,
.comment-form input[disabled]:-ms-input-placeholder[type="text"],
.comment-form input[disabled]:-ms-input-placeholder[type="email"],
.comment-form input[disabled]:-ms-input-placeholder[type="url"],
fieldset[disabled] .input:-ms-input-placeholder,
fieldset[disabled] .comment-form input:-ms-input-placeholder[type="text"],
.comment-form fieldset[disabled] input:-ms-input-placeholder[type="text"],
fieldset[disabled] .comment-form input:-ms-input-placeholder[type="email"],
.comment-form fieldset[disabled] input:-ms-input-placeholder[type="email"],
fieldset[disabled] .comment-form input:-ms-input-placeholder[type="url"],
.comment-form fieldset[disabled] input:-ms-input-placeholder[type="url"],
.textarea[disabled]:-ms-input-placeholder,
.comment-form textarea[disabled]:-ms-input-placeholder,
fieldset[disabled] .textarea:-ms-input-placeholder,
fieldset[disabled] .comment-form textarea:-ms-input-placeholder,
.comment-form fieldset[disabled] textarea:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

/* line 77, node_modules/bulma/sass/elements/form.sass */

.input[readonly],
.comment-form input[readonly][type="text"],
.comment-form input[readonly][type="email"],
.comment-form input[readonly][type="url"],
.textarea[readonly],
.comment-form textarea[readonly] {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 82, node_modules/bulma/sass/elements/form.sass */

.input.is-white,
.comment-form input.is-white[type="text"],
.comment-form input.is-white[type="email"],
.comment-form input.is-white[type="url"],
.textarea.is-white,
.comment-form textarea.is-white {
  border-color: white;
}

/* line 84, node_modules/bulma/sass/elements/form.sass */

.input.is-white:focus,
.comment-form input.is-white:focus[type="text"],
.comment-form input.is-white:focus[type="email"],
.comment-form input.is-white:focus[type="url"],
.input.is-white.is-focused,
.comment-form input.is-white.is-focused[type="text"],
.comment-form input.is-white.is-focused[type="email"],
.comment-form input.is-white.is-focused[type="url"],
.input.is-white:active,
.comment-form input.is-white:active[type="text"],
.comment-form input.is-white:active[type="email"],
.comment-form input.is-white:active[type="url"],
.input.is-white.is-active,
.comment-form input.is-white.is-active[type="text"],
.comment-form input.is-white.is-active[type="email"],
.comment-form input.is-white.is-active[type="url"],
.textarea.is-white:focus,
.comment-form textarea.is-white:focus,
.textarea.is-white.is-focused,
.comment-form textarea.is-white.is-focused,
.textarea.is-white:active,
.comment-form textarea.is-white:active,
.textarea.is-white.is-active,
.comment-form textarea.is-white.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

/* line 82, node_modules/bulma/sass/elements/form.sass */

.input.is-black,
.comment-form input.is-black[type="text"],
.comment-form input.is-black[type="email"],
.comment-form input.is-black[type="url"],
.textarea.is-black,
.comment-form textarea.is-black {
  border-color: #0a0a0a;
}

/* line 84, node_modules/bulma/sass/elements/form.sass */

.input.is-black:focus,
.comment-form input.is-black:focus[type="text"],
.comment-form input.is-black:focus[type="email"],
.comment-form input.is-black:focus[type="url"],
.input.is-black.is-focused,
.comment-form input.is-black.is-focused[type="text"],
.comment-form input.is-black.is-focused[type="email"],
.comment-form input.is-black.is-focused[type="url"],
.input.is-black:active,
.comment-form input.is-black:active[type="text"],
.comment-form input.is-black:active[type="email"],
.comment-form input.is-black:active[type="url"],
.input.is-black.is-active,
.comment-form input.is-black.is-active[type="text"],
.comment-form input.is-black.is-active[type="email"],
.comment-form input.is-black.is-active[type="url"],
.textarea.is-black:focus,
.comment-form textarea.is-black:focus,
.textarea.is-black.is-focused,
.comment-form textarea.is-black.is-focused,
.textarea.is-black:active,
.comment-form textarea.is-black:active,
.textarea.is-black.is-active,
.comment-form textarea.is-black.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
          box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

/* line 82, node_modules/bulma/sass/elements/form.sass */

.input.is-light,
.comment-form input.is-light[type="text"],
.comment-form input.is-light[type="email"],
.comment-form input.is-light[type="url"],
.textarea.is-light,
.comment-form textarea.is-light {
  border-color: whitesmoke;
}

/* line 84, node_modules/bulma/sass/elements/form.sass */

.input.is-light:focus,
.comment-form input.is-light:focus[type="text"],
.comment-form input.is-light:focus[type="email"],
.comment-form input.is-light:focus[type="url"],
.input.is-light.is-focused,
.comment-form input.is-light.is-focused[type="text"],
.comment-form input.is-light.is-focused[type="email"],
.comment-form input.is-light.is-focused[type="url"],
.input.is-light:active,
.comment-form input.is-light:active[type="text"],
.comment-form input.is-light:active[type="email"],
.comment-form input.is-light:active[type="url"],
.input.is-light.is-active,
.comment-form input.is-light.is-active[type="text"],
.comment-form input.is-light.is-active[type="email"],
.comment-form input.is-light.is-active[type="url"],
.textarea.is-light:focus,
.comment-form textarea.is-light:focus,
.textarea.is-light.is-focused,
.comment-form textarea.is-light.is-focused,
.textarea.is-light:active,
.comment-form textarea.is-light:active,
.textarea.is-light.is-active,
.comment-form textarea.is-light.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
          box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

/* line 82, node_modules/bulma/sass/elements/form.sass */

.input.is-dark,
.comment-form input.is-dark[type="text"],
.comment-form input.is-dark[type="email"],
.comment-form input.is-dark[type="url"],
.textarea.is-dark,
.comment-form textarea.is-dark {
  border-color: #3e3e3e;
}

/* line 84, node_modules/bulma/sass/elements/form.sass */

.input.is-dark:focus,
.comment-form input.is-dark:focus[type="text"],
.comment-form input.is-dark:focus[type="email"],
.comment-form input.is-dark:focus[type="url"],
.input.is-dark.is-focused,
.comment-form input.is-dark.is-focused[type="text"],
.comment-form input.is-dark.is-focused[type="email"],
.comment-form input.is-dark.is-focused[type="url"],
.input.is-dark:active,
.comment-form input.is-dark:active[type="text"],
.comment-form input.is-dark:active[type="email"],
.comment-form input.is-dark:active[type="url"],
.input.is-dark.is-active,
.comment-form input.is-dark.is-active[type="text"],
.comment-form input.is-dark.is-active[type="email"],
.comment-form input.is-dark.is-active[type="url"],
.textarea.is-dark:focus,
.comment-form textarea.is-dark:focus,
.textarea.is-dark.is-focused,
.comment-form textarea.is-dark.is-focused,
.textarea.is-dark:active,
.comment-form textarea.is-dark:active,
.textarea.is-dark.is-active,
.comment-form textarea.is-dark.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(62, 62, 62, 0.25);
          box-shadow: 0 0 0 0.125em rgba(62, 62, 62, 0.25);
}

/* line 82, node_modules/bulma/sass/elements/form.sass */

.input.is-primary,
.comment-form input.is-primary[type="text"],
.comment-form input.is-primary[type="email"],
.comment-form input.is-primary[type="url"],
.textarea.is-primary,
.comment-form textarea.is-primary {
  border-color: #1c4220;
}

/* line 84, node_modules/bulma/sass/elements/form.sass */

.input.is-primary:focus,
.comment-form input.is-primary:focus[type="text"],
.comment-form input.is-primary:focus[type="email"],
.comment-form input.is-primary:focus[type="url"],
.input.is-primary.is-focused,
.comment-form input.is-primary.is-focused[type="text"],
.comment-form input.is-primary.is-focused[type="email"],
.comment-form input.is-primary.is-focused[type="url"],
.input.is-primary:active,
.comment-form input.is-primary:active[type="text"],
.comment-form input.is-primary:active[type="email"],
.comment-form input.is-primary:active[type="url"],
.input.is-primary.is-active,
.comment-form input.is-primary.is-active[type="text"],
.comment-form input.is-primary.is-active[type="email"],
.comment-form input.is-primary.is-active[type="url"],
.textarea.is-primary:focus,
.comment-form textarea.is-primary:focus,
.textarea.is-primary.is-focused,
.comment-form textarea.is-primary.is-focused,
.textarea.is-primary:active,
.comment-form textarea.is-primary:active,
.textarea.is-primary.is-active,
.comment-form textarea.is-primary.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(28, 66, 32, 0.25);
          box-shadow: 0 0 0 0.125em rgba(28, 66, 32, 0.25);
}

/* line 82, node_modules/bulma/sass/elements/form.sass */

.input.is-link,
.comment-form input.is-link[type="text"],
.comment-form input.is-link[type="email"],
.comment-form input.is-link[type="url"],
.textarea.is-link,
.comment-form textarea.is-link {
  border-color: #3273dc;
}

/* line 84, node_modules/bulma/sass/elements/form.sass */

.input.is-link:focus,
.comment-form input.is-link:focus[type="text"],
.comment-form input.is-link:focus[type="email"],
.comment-form input.is-link:focus[type="url"],
.input.is-link.is-focused,
.comment-form input.is-link.is-focused[type="text"],
.comment-form input.is-link.is-focused[type="email"],
.comment-form input.is-link.is-focused[type="url"],
.input.is-link:active,
.comment-form input.is-link:active[type="text"],
.comment-form input.is-link:active[type="email"],
.comment-form input.is-link:active[type="url"],
.input.is-link.is-active,
.comment-form input.is-link.is-active[type="text"],
.comment-form input.is-link.is-active[type="email"],
.comment-form input.is-link.is-active[type="url"],
.textarea.is-link:focus,
.comment-form textarea.is-link:focus,
.textarea.is-link.is-focused,
.comment-form textarea.is-link.is-focused,
.textarea.is-link:active,
.comment-form textarea.is-link:active,
.textarea.is-link.is-active,
.comment-form textarea.is-link.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
          box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

/* line 82, node_modules/bulma/sass/elements/form.sass */

.input.is-info,
.comment-form input.is-info[type="text"],
.comment-form input[type="text"][type="submit"],
.comment-form input.is-info[type="email"],
.comment-form input[type="email"][type="submit"],
.comment-form input.is-info[type="url"],
.comment-form input[type="url"][type="submit"],
.comment-form input.input[type="submit"],
.textarea.is-info,
.comment-form textarea.is-info,
.comment-form input.textarea[type="submit"] {
  border-color: #209cee;
}

/* line 84, node_modules/bulma/sass/elements/form.sass */

.input.is-info:focus,
.comment-form input.is-info:focus[type="text"],
.comment-form input:focus[type="text"][type="submit"],
.comment-form input.is-info:focus[type="email"],
.comment-form input:focus[type="email"][type="submit"],
.comment-form input.is-info:focus[type="url"],
.comment-form input:focus[type="url"][type="submit"],
.comment-form input.input:focus[type="submit"],
.input.is-info.is-focused,
.comment-form input.is-info.is-focused[type="text"],
.comment-form input.is-focused[type="text"][type="submit"],
.comment-form input.is-info.is-focused[type="email"],
.comment-form input.is-focused[type="email"][type="submit"],
.comment-form input.is-info.is-focused[type="url"],
.comment-form input.is-focused[type="url"][type="submit"],
.comment-form input.input.is-focused[type="submit"],
.input.is-info:active,
.comment-form input.is-info:active[type="text"],
.comment-form input:active[type="text"][type="submit"],
.comment-form input.is-info:active[type="email"],
.comment-form input:active[type="email"][type="submit"],
.comment-form input.is-info:active[type="url"],
.comment-form input:active[type="url"][type="submit"],
.comment-form input.input:active[type="submit"],
.input.is-info.is-active,
.comment-form input.is-info.is-active[type="text"],
.comment-form input.is-active[type="text"][type="submit"],
.comment-form input.is-info.is-active[type="email"],
.comment-form input.is-active[type="email"][type="submit"],
.comment-form input.is-info.is-active[type="url"],
.comment-form input.is-active[type="url"][type="submit"],
.comment-form input.input.is-active[type="submit"],
.textarea.is-info:focus,
.comment-form textarea.is-info:focus,
.comment-form input.textarea:focus[type="submit"],
.textarea.is-info.is-focused,
.comment-form textarea.is-info.is-focused,
.comment-form input.textarea.is-focused[type="submit"],
.textarea.is-info:active,
.comment-form textarea.is-info:active,
.comment-form input.textarea:active[type="submit"],
.textarea.is-info.is-active,
.comment-form textarea.is-info.is-active,
.comment-form input.textarea.is-active[type="submit"] {
  -webkit-box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
          box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
}

/* line 82, node_modules/bulma/sass/elements/form.sass */

.input.is-success,
.comment-form input.is-success[type="text"],
.comment-form input.is-success[type="email"],
.comment-form input.is-success[type="url"],
.textarea.is-success,
.comment-form textarea.is-success {
  border-color: #23d160;
}

/* line 84, node_modules/bulma/sass/elements/form.sass */

.input.is-success:focus,
.comment-form input.is-success:focus[type="text"],
.comment-form input.is-success:focus[type="email"],
.comment-form input.is-success:focus[type="url"],
.input.is-success.is-focused,
.comment-form input.is-success.is-focused[type="text"],
.comment-form input.is-success.is-focused[type="email"],
.comment-form input.is-success.is-focused[type="url"],
.input.is-success:active,
.comment-form input.is-success:active[type="text"],
.comment-form input.is-success:active[type="email"],
.comment-form input.is-success:active[type="url"],
.input.is-success.is-active,
.comment-form input.is-success.is-active[type="text"],
.comment-form input.is-success.is-active[type="email"],
.comment-form input.is-success.is-active[type="url"],
.textarea.is-success:focus,
.comment-form textarea.is-success:focus,
.textarea.is-success.is-focused,
.comment-form textarea.is-success.is-focused,
.textarea.is-success:active,
.comment-form textarea.is-success:active,
.textarea.is-success.is-active,
.comment-form textarea.is-success.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
          box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}

/* line 82, node_modules/bulma/sass/elements/form.sass */

.input.is-warning,
.comment-form input.is-warning[type="text"],
.comment-form input.is-warning[type="email"],
.comment-form input.is-warning[type="url"],
.textarea.is-warning,
.comment-form textarea.is-warning {
  border-color: #ffdd57;
}

/* line 84, node_modules/bulma/sass/elements/form.sass */

.input.is-warning:focus,
.comment-form input.is-warning:focus[type="text"],
.comment-form input.is-warning:focus[type="email"],
.comment-form input.is-warning:focus[type="url"],
.input.is-warning.is-focused,
.comment-form input.is-warning.is-focused[type="text"],
.comment-form input.is-warning.is-focused[type="email"],
.comment-form input.is-warning.is-focused[type="url"],
.input.is-warning:active,
.comment-form input.is-warning:active[type="text"],
.comment-form input.is-warning:active[type="email"],
.comment-form input.is-warning:active[type="url"],
.input.is-warning.is-active,
.comment-form input.is-warning.is-active[type="text"],
.comment-form input.is-warning.is-active[type="email"],
.comment-form input.is-warning.is-active[type="url"],
.textarea.is-warning:focus,
.comment-form textarea.is-warning:focus,
.textarea.is-warning.is-focused,
.comment-form textarea.is-warning.is-focused,
.textarea.is-warning:active,
.comment-form textarea.is-warning:active,
.textarea.is-warning.is-active,
.comment-form textarea.is-warning.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}

/* line 82, node_modules/bulma/sass/elements/form.sass */

.input.is-danger,
.comment-form input.is-danger[type="text"],
.comment-form input.is-danger[type="email"],
.comment-form input.is-danger[type="url"],
.textarea.is-danger,
.comment-form textarea.is-danger {
  border-color: #ff3860;
}

/* line 84, node_modules/bulma/sass/elements/form.sass */

.input.is-danger:focus,
.comment-form input.is-danger:focus[type="text"],
.comment-form input.is-danger:focus[type="email"],
.comment-form input.is-danger:focus[type="url"],
.input.is-danger.is-focused,
.comment-form input.is-danger.is-focused[type="text"],
.comment-form input.is-danger.is-focused[type="email"],
.comment-form input.is-danger.is-focused[type="url"],
.input.is-danger:active,
.comment-form input.is-danger:active[type="text"],
.comment-form input.is-danger:active[type="email"],
.comment-form input.is-danger:active[type="url"],
.input.is-danger.is-active,
.comment-form input.is-danger.is-active[type="text"],
.comment-form input.is-danger.is-active[type="email"],
.comment-form input.is-danger.is-active[type="url"],
.textarea.is-danger:focus,
.comment-form textarea.is-danger:focus,
.textarea.is-danger.is-focused,
.comment-form textarea.is-danger.is-focused,
.textarea.is-danger:active,
.comment-form textarea.is-danger:active,
.textarea.is-danger.is-active,
.comment-form textarea.is-danger.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}

/* line 90, node_modules/bulma/sass/elements/form.sass */

.input.is-small,
.comment-form input.is-small[type="text"],
.comment-form input.is-small[type="email"],
.comment-form input.is-small[type="url"],
.textarea.is-small,
.comment-form textarea.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

/* line 92, node_modules/bulma/sass/elements/form.sass */

.input.is-medium,
.comment-form input.is-medium[type="text"],
.comment-form input.is-medium[type="email"],
.comment-form input.is-medium[type="url"],
.textarea.is-medium,
.comment-form textarea.is-medium {
  font-size: 1.25rem;
}

/* line 94, node_modules/bulma/sass/elements/form.sass */

.input.is-large,
.comment-form input.is-large[type="text"],
.comment-form input.is-large[type="email"],
.comment-form input.is-large[type="url"],
.textarea.is-large,
.comment-form textarea.is-large {
  font-size: 1.5rem;
}

/* line 97, node_modules/bulma/sass/elements/form.sass */

.input.is-fullwidth,
.comment-form input.is-fullwidth[type="text"],
.comment-form input.is-fullwidth[type="email"],
.comment-form input.is-fullwidth[type="url"],
.textarea.is-fullwidth,
.comment-form textarea.is-fullwidth {
  display: block;
  width: 100%;
}

/* line 100, node_modules/bulma/sass/elements/form.sass */

.input.is-inline,
.comment-form input.is-inline[type="text"],
.comment-form input.is-inline[type="email"],
.comment-form input.is-inline[type="url"],
.textarea.is-inline,
.comment-form textarea.is-inline {
  display: inline;
  width: auto;
}

/* line 105, node_modules/bulma/sass/elements/form.sass */

.input.is-rounded,
.comment-form input.is-rounded[type="text"],
.comment-form input.is-rounded[type="email"],
.comment-form input.is-rounded[type="url"] {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em;
}

/* line 109, node_modules/bulma/sass/elements/form.sass */

.input.is-static,
.comment-form input.is-static[type="text"],
.comment-form input.is-static[type="email"],
.comment-form input.is-static[type="url"] {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 116, node_modules/bulma/sass/elements/form.sass */

.textarea,
.comment-form textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: 0.625em;
  resize: vertical;
}

/* line 122, node_modules/bulma/sass/elements/form.sass */

.textarea:not([rows]),
.comment-form textarea:not([rows]) {
  max-height: 600px;
  min-height: 120px;
}

/* line 125, node_modules/bulma/sass/elements/form.sass */

.textarea[rows],
.comment-form textarea[rows] {
  height: initial;
}

/* line 128, node_modules/bulma/sass/elements/form.sass */

.textarea.has-fixed-size,
.comment-form textarea.has-fixed-size {
  resize: none;
}

/* line 131, node_modules/bulma/sass/elements/form.sass */

.checkbox,
.radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}

/* line 137, node_modules/bulma/sass/elements/form.sass */

.checkbox input,
.radio input {
  cursor: pointer;
}

/* line 139, node_modules/bulma/sass/elements/form.sass */

.checkbox:hover,
.radio:hover {
  color: #363636;
}

/* line 141, node_modules/bulma/sass/elements/form.sass */

.checkbox[disabled],
fieldset[disabled] .checkbox,
.radio[disabled],
fieldset[disabled]
  .radio {
  color: #7a7a7a;
  cursor: not-allowed;
}

/* line 147, node_modules/bulma/sass/elements/form.sass */

.radio + .radio {
  margin-left: 0.5em;
}

/* line 150, node_modules/bulma/sass/elements/form.sass */

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}

/* line 155, node_modules/bulma/sass/elements/form.sass */

.select:not(.is-multiple) {
  height: 2.25em;
}

/* line 158, node_modules/bulma/sass/elements/form.sass */

.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #3273dc;
  right: 1.125em;
  z-index: 4;
}

/* line 164, node_modules/bulma/sass/elements/form.sass */

.select.is-rounded select {
  border-radius: 290486px;
  padding-left: 1em;
}

/* line 167, node_modules/bulma/sass/elements/form.sass */

.select select {
  background-color: white;
  border-color: #dbdbdb;
  color: #363636;
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}

/* line 68, node_modules/bulma/sass/utilities/mixins.sass */

.select select::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

/* line 68, node_modules/bulma/sass/utilities/mixins.sass */

.select select::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

/* line 68, node_modules/bulma/sass/utilities/mixins.sass */

.select select:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

/* line 68, node_modules/bulma/sass/utilities/mixins.sass */

.select select:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

/* line 53, node_modules/bulma/sass/elements/form.sass */

.select select:hover,
.select select.is-hovered {
  border-color: #b5b5b5;
}

/* line 56, node_modules/bulma/sass/elements/form.sass */

.select select:focus,
.select select.is-focused,
.select select:active,
.select select.is-active {
  border-color: #3273dc;
  -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
          box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

/* line 62, node_modules/bulma/sass/elements/form.sass */

.select select[disabled],
fieldset[disabled] .select select {
  background-color: whitesmoke;
  border-color: whitesmoke;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #7a7a7a;
}

/* line 68, node_modules/bulma/sass/utilities/mixins.sass */

.select select[disabled]::-moz-placeholder,
fieldset[disabled] .select select::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

/* line 68, node_modules/bulma/sass/utilities/mixins.sass */

.select select[disabled]::-webkit-input-placeholder,
fieldset[disabled] .select select::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

/* line 68, node_modules/bulma/sass/utilities/mixins.sass */

.select select[disabled]:-moz-placeholder,
fieldset[disabled] .select select:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

/* line 68, node_modules/bulma/sass/utilities/mixins.sass */

.select select[disabled]:-ms-input-placeholder,
fieldset[disabled] .select select:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

/* line 174, node_modules/bulma/sass/elements/form.sass */

.select select::-ms-expand {
  display: none;
}

/* line 176, node_modules/bulma/sass/elements/form.sass */

.select select[disabled]:hover,
fieldset[disabled] .select select:hover {
  border-color: whitesmoke;
}

/* line 179, node_modules/bulma/sass/elements/form.sass */

.select select:not([multiple]) {
  padding-right: 2.5em;
}

/* line 181, node_modules/bulma/sass/elements/form.sass */

.select select[multiple] {
  height: auto;
  padding: 0;
}

/* line 184, node_modules/bulma/sass/elements/form.sass */

.select select[multiple] option {
  padding: 0.5em 1em;
}

/* line 188, node_modules/bulma/sass/elements/form.sass */

.select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: #363636;
}

/* line 194, node_modules/bulma/sass/elements/form.sass */

.select.is-white:not(:hover)::after {
  border-color: white;
}

/* line 196, node_modules/bulma/sass/elements/form.sass */

.select.is-white select {
  border-color: white;
}

/* line 198, node_modules/bulma/sass/elements/form.sass */

.select.is-white select:hover,
.select.is-white select.is-hovered {
  border-color: #f2f2f2;
}

/* line 201, node_modules/bulma/sass/elements/form.sass */

.select.is-white select:focus,
.select.is-white select.is-focused,
.select.is-white select:active,
.select.is-white select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

/* line 194, node_modules/bulma/sass/elements/form.sass */

.select.is-black:not(:hover)::after {
  border-color: #0a0a0a;
}

/* line 196, node_modules/bulma/sass/elements/form.sass */

.select.is-black select {
  border-color: #0a0a0a;
}

/* line 198, node_modules/bulma/sass/elements/form.sass */

.select.is-black select:hover,
.select.is-black select.is-hovered {
  border-color: black;
}

/* line 201, node_modules/bulma/sass/elements/form.sass */

.select.is-black select:focus,
.select.is-black select.is-focused,
.select.is-black select:active,
.select.is-black select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
          box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

/* line 194, node_modules/bulma/sass/elements/form.sass */

.select.is-light:not(:hover)::after {
  border-color: whitesmoke;
}

/* line 196, node_modules/bulma/sass/elements/form.sass */

.select.is-light select {
  border-color: whitesmoke;
}

/* line 198, node_modules/bulma/sass/elements/form.sass */

.select.is-light select:hover,
.select.is-light select.is-hovered {
  border-color: #e8e8e8;
}

/* line 201, node_modules/bulma/sass/elements/form.sass */

.select.is-light select:focus,
.select.is-light select.is-focused,
.select.is-light select:active,
.select.is-light select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
          box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

/* line 194, node_modules/bulma/sass/elements/form.sass */

.select.is-dark:not(:hover)::after {
  border-color: #3e3e3e;
}

/* line 196, node_modules/bulma/sass/elements/form.sass */

.select.is-dark select {
  border-color: #3e3e3e;
}

/* line 198, node_modules/bulma/sass/elements/form.sass */

.select.is-dark select:hover,
.select.is-dark select.is-hovered {
  border-color: #313131;
}

/* line 201, node_modules/bulma/sass/elements/form.sass */

.select.is-dark select:focus,
.select.is-dark select.is-focused,
.select.is-dark select:active,
.select.is-dark select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(62, 62, 62, 0.25);
          box-shadow: 0 0 0 0.125em rgba(62, 62, 62, 0.25);
}

/* line 194, node_modules/bulma/sass/elements/form.sass */

.select.is-primary:not(:hover)::after {
  border-color: #1c4220;
}

/* line 196, node_modules/bulma/sass/elements/form.sass */

.select.is-primary select {
  border-color: #1c4220;
}

/* line 198, node_modules/bulma/sass/elements/form.sass */

.select.is-primary select:hover,
.select.is-primary select.is-hovered {
  border-color: #143017;
}

/* line 201, node_modules/bulma/sass/elements/form.sass */

.select.is-primary select:focus,
.select.is-primary select.is-focused,
.select.is-primary select:active,
.select.is-primary select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(28, 66, 32, 0.25);
          box-shadow: 0 0 0 0.125em rgba(28, 66, 32, 0.25);
}

/* line 194, node_modules/bulma/sass/elements/form.sass */

.select.is-link:not(:hover)::after {
  border-color: #3273dc;
}

/* line 196, node_modules/bulma/sass/elements/form.sass */

.select.is-link select {
  border-color: #3273dc;
}

/* line 198, node_modules/bulma/sass/elements/form.sass */

.select.is-link select:hover,
.select.is-link select.is-hovered {
  border-color: #2366d1;
}

/* line 201, node_modules/bulma/sass/elements/form.sass */

.select.is-link select:focus,
.select.is-link select.is-focused,
.select.is-link select:active,
.select.is-link select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
          box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

/* line 194, node_modules/bulma/sass/elements/form.sass */

.select.is-info:not(:hover)::after,
.comment-form input.select[type="submit"]:not(:hover)::after {
  border-color: #209cee;
}

/* line 196, node_modules/bulma/sass/elements/form.sass */

.select.is-info select,
.comment-form input.select[type="submit"] select {
  border-color: #209cee;
}

/* line 198, node_modules/bulma/sass/elements/form.sass */

.select.is-info select:hover,
.comment-form input.select[type="submit"] select:hover,
.select.is-info select.is-hovered,
.comment-form input.select[type="submit"] select.is-hovered {
  border-color: #118fe4;
}

/* line 201, node_modules/bulma/sass/elements/form.sass */

.select.is-info select:focus,
.comment-form input.select[type="submit"] select:focus,
.select.is-info select.is-focused,
.comment-form input.select[type="submit"] select.is-focused,
.select.is-info select:active,
.comment-form input.select[type="submit"] select:active,
.select.is-info select.is-active,
.comment-form input.select[type="submit"] select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
          box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
}

/* line 194, node_modules/bulma/sass/elements/form.sass */

.select.is-success:not(:hover)::after {
  border-color: #23d160;
}

/* line 196, node_modules/bulma/sass/elements/form.sass */

.select.is-success select {
  border-color: #23d160;
}

/* line 198, node_modules/bulma/sass/elements/form.sass */

.select.is-success select:hover,
.select.is-success select.is-hovered {
  border-color: #20bc56;
}

/* line 201, node_modules/bulma/sass/elements/form.sass */

.select.is-success select:focus,
.select.is-success select.is-focused,
.select.is-success select:active,
.select.is-success select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
          box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}

/* line 194, node_modules/bulma/sass/elements/form.sass */

.select.is-warning:not(:hover)::after {
  border-color: #ffdd57;
}

/* line 196, node_modules/bulma/sass/elements/form.sass */

.select.is-warning select {
  border-color: #ffdd57;
}

/* line 198, node_modules/bulma/sass/elements/form.sass */

.select.is-warning select:hover,
.select.is-warning select.is-hovered {
  border-color: #ffd83d;
}

/* line 201, node_modules/bulma/sass/elements/form.sass */

.select.is-warning select:focus,
.select.is-warning select.is-focused,
.select.is-warning select:active,
.select.is-warning select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}

/* line 194, node_modules/bulma/sass/elements/form.sass */

.select.is-danger:not(:hover)::after {
  border-color: #ff3860;
}

/* line 196, node_modules/bulma/sass/elements/form.sass */

.select.is-danger select {
  border-color: #ff3860;
}

/* line 198, node_modules/bulma/sass/elements/form.sass */

.select.is-danger select:hover,
.select.is-danger select.is-hovered {
  border-color: #ff1f4b;
}

/* line 201, node_modules/bulma/sass/elements/form.sass */

.select.is-danger select:focus,
.select.is-danger select.is-focused,
.select.is-danger select:active,
.select.is-danger select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}

/* line 207, node_modules/bulma/sass/elements/form.sass */

.select.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

/* line 209, node_modules/bulma/sass/elements/form.sass */

.select.is-medium {
  font-size: 1.25rem;
}

/* line 211, node_modules/bulma/sass/elements/form.sass */

.select.is-large {
  font-size: 1.5rem;
}

/* line 215, node_modules/bulma/sass/elements/form.sass */

.select.is-disabled::after {
  border-color: #7a7a7a;
}

/* line 217, node_modules/bulma/sass/elements/form.sass */

.select.is-fullwidth {
  width: 100%;
}

/* line 219, node_modules/bulma/sass/elements/form.sass */

.select.is-fullwidth select {
  width: 100%;
}

/* line 222, node_modules/bulma/sass/elements/form.sass */

.select.is-loading::after {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

/* line 229, node_modules/bulma/sass/elements/form.sass */

.select.is-loading.is-small:after {
  font-size: 0.75rem;
}

/* line 231, node_modules/bulma/sass/elements/form.sass */

.select.is-loading.is-medium:after {
  font-size: 1.25rem;
}

/* line 233, node_modules/bulma/sass/elements/form.sass */

.select.is-loading.is-large:after {
  font-size: 1.5rem;
}

/* line 236, node_modules/bulma/sass/elements/form.sass */

.file {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

/* line 247, node_modules/bulma/sass/elements/form.sass */

.file.is-white .file-cta {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 253, node_modules/bulma/sass/elements/form.sass */

.file.is-white:hover .file-cta,
.file.is-white.is-hovered .file-cta {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 259, node_modules/bulma/sass/elements/form.sass */

.file.is-white:focus .file-cta,
.file.is-white.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: #0a0a0a;
}

/* line 265, node_modules/bulma/sass/elements/form.sass */

.file.is-white:active .file-cta,
.file.is-white.is-active .file-cta {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 247, node_modules/bulma/sass/elements/form.sass */

.file.is-black .file-cta {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}

/* line 253, node_modules/bulma/sass/elements/form.sass */

.file.is-black:hover .file-cta,
.file.is-black.is-hovered .file-cta {
  background-color: #040404;
  border-color: transparent;
  color: white;
}

/* line 259, node_modules/bulma/sass/elements/form.sass */

.file.is-black:focus .file-cta,
.file.is-black.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
          box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
  color: white;
}

/* line 265, node_modules/bulma/sass/elements/form.sass */

.file.is-black:active .file-cta,
.file.is-black.is-active .file-cta {
  background-color: black;
  border-color: transparent;
  color: white;
}

/* line 247, node_modules/bulma/sass/elements/form.sass */

.file.is-light .file-cta {
  background-color: whitesmoke;
  border-color: transparent;
  color: #3e3e3e;
}

/* line 253, node_modules/bulma/sass/elements/form.sass */

.file.is-light:hover .file-cta,
.file.is-light.is-hovered .file-cta {
  background-color: #eeeeee;
  border-color: transparent;
  color: #3e3e3e;
}

/* line 259, node_modules/bulma/sass/elements/form.sass */

.file.is-light:focus .file-cta,
.file.is-light.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
          box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
  color: #3e3e3e;
}

/* line 265, node_modules/bulma/sass/elements/form.sass */

.file.is-light:active .file-cta,
.file.is-light.is-active .file-cta {
  background-color: #e8e8e8;
  border-color: transparent;
  color: #3e3e3e;
}

/* line 247, node_modules/bulma/sass/elements/form.sass */

.file.is-dark .file-cta {
  background-color: #3e3e3e;
  border-color: transparent;
  color: whitesmoke;
}

/* line 253, node_modules/bulma/sass/elements/form.sass */

.file.is-dark:hover .file-cta,
.file.is-dark.is-hovered .file-cta {
  background-color: #383838;
  border-color: transparent;
  color: whitesmoke;
}

/* line 259, node_modules/bulma/sass/elements/form.sass */

.file.is-dark:focus .file-cta,
.file.is-dark.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(62, 62, 62, 0.25);
          box-shadow: 0 0 0.5em rgba(62, 62, 62, 0.25);
  color: whitesmoke;
}

/* line 265, node_modules/bulma/sass/elements/form.sass */

.file.is-dark:active .file-cta,
.file.is-dark.is-active .file-cta {
  background-color: #313131;
  border-color: transparent;
  color: whitesmoke;
}

/* line 247, node_modules/bulma/sass/elements/form.sass */

.file.is-primary .file-cta {
  background-color: #1c4220;
  border-color: transparent;
  color: #fff;
}

/* line 253, node_modules/bulma/sass/elements/form.sass */

.file.is-primary:hover .file-cta,
.file.is-primary.is-hovered .file-cta {
  background-color: #18391c;
  border-color: transparent;
  color: #fff;
}

/* line 259, node_modules/bulma/sass/elements/form.sass */

.file.is-primary:focus .file-cta,
.file.is-primary.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(28, 66, 32, 0.25);
          box-shadow: 0 0 0.5em rgba(28, 66, 32, 0.25);
  color: #fff;
}

/* line 265, node_modules/bulma/sass/elements/form.sass */

.file.is-primary:active .file-cta,
.file.is-primary.is-active .file-cta {
  background-color: #143017;
  border-color: transparent;
  color: #fff;
}

/* line 247, node_modules/bulma/sass/elements/form.sass */

.file.is-link .file-cta {
  background-color: #3273dc;
  border-color: transparent;
  color: #fff;
}

/* line 253, node_modules/bulma/sass/elements/form.sass */

.file.is-link:hover .file-cta,
.file.is-link.is-hovered .file-cta {
  background-color: #276cda;
  border-color: transparent;
  color: #fff;
}

/* line 259, node_modules/bulma/sass/elements/form.sass */

.file.is-link:focus .file-cta,
.file.is-link.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25);
          box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25);
  color: #fff;
}

/* line 265, node_modules/bulma/sass/elements/form.sass */

.file.is-link:active .file-cta,
.file.is-link.is-active .file-cta {
  background-color: #2366d1;
  border-color: transparent;
  color: #fff;
}

/* line 247, node_modules/bulma/sass/elements/form.sass */

.file.is-info .file-cta,
.comment-form input.file[type="submit"] .file-cta {
  background-color: #209cee;
  border-color: transparent;
  color: #fff;
}

/* line 253, node_modules/bulma/sass/elements/form.sass */

.file.is-info:hover .file-cta,
.comment-form input.file:hover[type="submit"] .file-cta,
.file.is-info.is-hovered .file-cta,
.comment-form input.file.is-hovered[type="submit"] .file-cta {
  background-color: #1496ed;
  border-color: transparent;
  color: #fff;
}

/* line 259, node_modules/bulma/sass/elements/form.sass */

.file.is-info:focus .file-cta,
.comment-form input.file:focus[type="submit"] .file-cta,
.file.is-info.is-focused .file-cta,
.comment-form input.file.is-focused[type="submit"] .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(32, 156, 238, 0.25);
          box-shadow: 0 0 0.5em rgba(32, 156, 238, 0.25);
  color: #fff;
}

/* line 265, node_modules/bulma/sass/elements/form.sass */

.file.is-info:active .file-cta,
.comment-form input.file:active[type="submit"] .file-cta,
.file.is-info.is-active .file-cta,
.comment-form input.file.is-active[type="submit"] .file-cta {
  background-color: #118fe4;
  border-color: transparent;
  color: #fff;
}

/* line 247, node_modules/bulma/sass/elements/form.sass */

.file.is-success .file-cta {
  background-color: #23d160;
  border-color: transparent;
  color: #fff;
}

/* line 253, node_modules/bulma/sass/elements/form.sass */

.file.is-success:hover .file-cta,
.file.is-success.is-hovered .file-cta {
  background-color: #22c65b;
  border-color: transparent;
  color: #fff;
}

/* line 259, node_modules/bulma/sass/elements/form.sass */

.file.is-success:focus .file-cta,
.file.is-success.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
          box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
  color: #fff;
}

/* line 265, node_modules/bulma/sass/elements/form.sass */

.file.is-success:active .file-cta,
.file.is-success.is-active .file-cta {
  background-color: #20bc56;
  border-color: transparent;
  color: #fff;
}

/* line 247, node_modules/bulma/sass/elements/form.sass */

.file.is-warning .file-cta {
  background-color: #ffdd57;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 253, node_modules/bulma/sass/elements/form.sass */

.file.is-warning:hover .file-cta,
.file.is-warning.is-hovered .file-cta {
  background-color: #ffdb4a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 259, node_modules/bulma/sass/elements/form.sass */

.file.is-warning:focus .file-cta,
.file.is-warning.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
          box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

/* line 265, node_modules/bulma/sass/elements/form.sass */

.file.is-warning:active .file-cta,
.file.is-warning.is-active .file-cta {
  background-color: #ffd83d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 247, node_modules/bulma/sass/elements/form.sass */

.file.is-danger .file-cta {
  background-color: #ff3860;
  border-color: transparent;
  color: #fff;
}

/* line 253, node_modules/bulma/sass/elements/form.sass */

.file.is-danger:hover .file-cta,
.file.is-danger.is-hovered .file-cta {
  background-color: #ff2b56;
  border-color: transparent;
  color: #fff;
}

/* line 259, node_modules/bulma/sass/elements/form.sass */

.file.is-danger:focus .file-cta,
.file.is-danger.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.25);
          box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.25);
  color: #fff;
}

/* line 265, node_modules/bulma/sass/elements/form.sass */

.file.is-danger:active .file-cta,
.file.is-danger.is-active .file-cta {
  background-color: #ff1f4b;
  border-color: transparent;
  color: #fff;
}

/* line 270, node_modules/bulma/sass/elements/form.sass */

.file.is-small {
  font-size: 0.75rem;
}

/* line 272, node_modules/bulma/sass/elements/form.sass */

.file.is-medium {
  font-size: 1.25rem;
}

/* line 275, node_modules/bulma/sass/elements/form.sass */

.file.is-medium .file-icon .fa {
  font-size: 21px;
}

/* line 277, node_modules/bulma/sass/elements/form.sass */

.file.is-large {
  font-size: 1.5rem;
}

/* line 280, node_modules/bulma/sass/elements/form.sass */

.file.is-large .file-icon .fa {
  font-size: 28px;
}

/* line 284, node_modules/bulma/sass/elements/form.sass */

.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 287, node_modules/bulma/sass/elements/form.sass */

.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 291, node_modules/bulma/sass/elements/form.sass */

.file.has-name.is-empty .file-cta {
  border-radius: 4px;
}

/* line 293, node_modules/bulma/sass/elements/form.sass */

.file.has-name.is-empty .file-name {
  display: none;
}

/* line 296, node_modules/bulma/sass/elements/form.sass */

.file.is-boxed .file-label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 298, node_modules/bulma/sass/elements/form.sass */

.file.is-boxed .file-cta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  padding: 1em 3em;
}

/* line 302, node_modules/bulma/sass/elements/form.sass */

.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}

/* line 304, node_modules/bulma/sass/elements/form.sass */

.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}

/* line 307, node_modules/bulma/sass/elements/form.sass */

.file.is-boxed .file-icon .fa {
  font-size: 21px;
}

/* line 310, node_modules/bulma/sass/elements/form.sass */

.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}

/* line 313, node_modules/bulma/sass/elements/form.sass */

.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}

/* line 316, node_modules/bulma/sass/elements/form.sass */

.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}

/* line 319, node_modules/bulma/sass/elements/form.sass */

.file.is-boxed.has-name .file-cta {
  border-radius: 4px 4px 0 0;
}

/* line 321, node_modules/bulma/sass/elements/form.sass */

.file.is-boxed.has-name .file-name {
  border-radius: 0 0 4px 4px;
  border-width: 0 1px 1px;
}

/* line 324, node_modules/bulma/sass/elements/form.sass */

.file.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 327, node_modules/bulma/sass/elements/form.sass */

.file.is-fullwidth .file-label {
  width: 100%;
}

/* line 329, node_modules/bulma/sass/elements/form.sass */

.file.is-fullwidth .file-name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: none;
}

/* line 332, node_modules/bulma/sass/elements/form.sass */

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

/* line 334, node_modules/bulma/sass/elements/form.sass */

.file.is-right .file-cta {
  border-radius: 0 4px 4px 0;
}

/* line 336, node_modules/bulma/sass/elements/form.sass */

.file.is-right .file-name {
  border-radius: 4px 0 0 4px;
  border-width: 1px 0 1px 1px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

/* line 341, node_modules/bulma/sass/elements/form.sass */

.file-label {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  position: relative;
}

/* line 349, node_modules/bulma/sass/elements/form.sass */

.file-label:hover .file-cta {
  background-color: #eeeeee;
  color: #363636;
}

/* line 352, node_modules/bulma/sass/elements/form.sass */

.file-label:hover .file-name {
  border-color: #d5d5d5;
}

/* line 355, node_modules/bulma/sass/elements/form.sass */

.file-label:active .file-cta {
  background-color: #e8e8e8;
  color: #363636;
}

/* line 358, node_modules/bulma/sass/elements/form.sass */

.file-label:active .file-name {
  border-color: #cfcfcf;
}

/* line 361, node_modules/bulma/sass/elements/form.sass */

.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 370, node_modules/bulma/sass/elements/form.sass */

.file-cta,
.file-name {
  border-color: #dbdbdb;
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

/* line 380, node_modules/bulma/sass/elements/form.sass */

.file-cta {
  background-color: whitesmoke;
  color: #4a4a4a;
}

/* line 384, node_modules/bulma/sass/elements/form.sass */

.file-name {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}

/* line 394, node_modules/bulma/sass/elements/form.sass */

.file-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}

/* line 401, node_modules/bulma/sass/elements/form.sass */

.file-icon .fa {
  font-size: 14px;
}

/* line 404, node_modules/bulma/sass/elements/form.sass */

.label,
.comment-form label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700;
}

/* line 409, node_modules/bulma/sass/elements/form.sass */

.label:not(:last-child),
.comment-form label:not(:last-child) {
  margin-bottom: 0.5em;
}

/* line 412, node_modules/bulma/sass/elements/form.sass */

.label.is-small,
.comment-form label.is-small {
  font-size: 0.75rem;
}

/* line 414, node_modules/bulma/sass/elements/form.sass */

.label.is-medium,
.comment-form label.is-medium {
  font-size: 1.25rem;
}

/* line 416, node_modules/bulma/sass/elements/form.sass */

.label.is-large,
.comment-form label.is-large {
  font-size: 1.5rem;
}

/* line 419, node_modules/bulma/sass/elements/form.sass */

.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

/* line 425, node_modules/bulma/sass/elements/form.sass */

.help.is-white {
  color: white;
}

/* line 425, node_modules/bulma/sass/elements/form.sass */

.help.is-black {
  color: #0a0a0a;
}

/* line 425, node_modules/bulma/sass/elements/form.sass */

.help.is-light {
  color: whitesmoke;
}

/* line 425, node_modules/bulma/sass/elements/form.sass */

.help.is-dark {
  color: #3e3e3e;
}

/* line 425, node_modules/bulma/sass/elements/form.sass */

.help.is-primary {
  color: #1c4220;
}

/* line 425, node_modules/bulma/sass/elements/form.sass */

.help.is-link {
  color: #3273dc;
}

/* line 425, node_modules/bulma/sass/elements/form.sass */

.help.is-info,
.comment-form input.help[type="submit"] {
  color: #209cee;
}

/* line 425, node_modules/bulma/sass/elements/form.sass */

.help.is-success {
  color: #23d160;
}

/* line 425, node_modules/bulma/sass/elements/form.sass */

.help.is-warning {
  color: #ffdd57;
}

/* line 425, node_modules/bulma/sass/elements/form.sass */

.help.is-danger {
  color: #ff3860;
}

/* line 431, node_modules/bulma/sass/elements/form.sass */

.field:not(:last-child),
.comment-form p:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 434, node_modules/bulma/sass/elements/form.sass */

.field.has-addons,
.comment-form p.has-addons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 438, node_modules/bulma/sass/elements/form.sass */

.field.has-addons .control:not(:last-child),
.comment-form p.has-addons .control:not(:last-child) {
  margin-right: -1px;
}

/* line 441, node_modules/bulma/sass/elements/form.sass */

.field.has-addons .control:not(:first-child):not(:last-child) .button,
.comment-form p.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .comment-form input[type="submit"],
.comment-form .field.has-addons .control:not(:first-child):not(:last-child) input[type="submit"],
.comment-form p.has-addons .control:not(:first-child):not(:last-child) input[type="submit"],
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.comment-form p.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .comment-form input[type="text"],
.comment-form .field.has-addons .control:not(:first-child):not(:last-child) input[type="text"],
.comment-form p.has-addons .control:not(:first-child):not(:last-child) input[type="text"],
.field.has-addons .control:not(:first-child):not(:last-child) .comment-form input[type="email"],
.comment-form .field.has-addons .control:not(:first-child):not(:last-child) input[type="email"],
.comment-form p.has-addons .control:not(:first-child):not(:last-child) input[type="email"],
.field.has-addons .control:not(:first-child):not(:last-child) .comment-form input[type="url"],
.comment-form .field.has-addons .control:not(:first-child):not(:last-child) input[type="url"],
.comment-form p.has-addons .control:not(:first-child):not(:last-child) input[type="url"],
.field.has-addons .control:not(:first-child):not(:last-child) .select select,
.comment-form p.has-addons .control:not(:first-child):not(:last-child) .select select {
  border-radius: 0;
}

/* line 446, node_modules/bulma/sass/elements/form.sass */

.field.has-addons .control:first-child:not(:only-child) .button,
.comment-form p.has-addons .control:first-child:not(:only-child) .button,
.field.has-addons .control:first-child:not(:only-child) .comment-form input[type="submit"],
.comment-form .field.has-addons .control:first-child:not(:only-child) input[type="submit"],
.comment-form p.has-addons .control:first-child:not(:only-child) input[type="submit"],
.field.has-addons .control:first-child:not(:only-child) .input,
.comment-form p.has-addons .control:first-child:not(:only-child) .input,
.field.has-addons .control:first-child:not(:only-child) .comment-form input[type="text"],
.comment-form .field.has-addons .control:first-child:not(:only-child) input[type="text"],
.comment-form p.has-addons .control:first-child:not(:only-child) input[type="text"],
.field.has-addons .control:first-child:not(:only-child) .comment-form input[type="email"],
.comment-form .field.has-addons .control:first-child:not(:only-child) input[type="email"],
.comment-form p.has-addons .control:first-child:not(:only-child) input[type="email"],
.field.has-addons .control:first-child:not(:only-child) .comment-form input[type="url"],
.comment-form .field.has-addons .control:first-child:not(:only-child) input[type="url"],
.comment-form p.has-addons .control:first-child:not(:only-child) input[type="url"],
.field.has-addons .control:first-child:not(:only-child) .select select,
.comment-form p.has-addons .control:first-child:not(:only-child) .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 452, node_modules/bulma/sass/elements/form.sass */

.field.has-addons .control:last-child:not(:only-child) .button,
.comment-form p.has-addons .control:last-child:not(:only-child) .button,
.field.has-addons .control:last-child:not(:only-child) .comment-form input[type="submit"],
.comment-form .field.has-addons .control:last-child:not(:only-child) input[type="submit"],
.comment-form p.has-addons .control:last-child:not(:only-child) input[type="submit"],
.field.has-addons .control:last-child:not(:only-child) .input,
.comment-form p.has-addons .control:last-child:not(:only-child) .input,
.field.has-addons .control:last-child:not(:only-child) .comment-form input[type="text"],
.comment-form .field.has-addons .control:last-child:not(:only-child) input[type="text"],
.comment-form p.has-addons .control:last-child:not(:only-child) input[type="text"],
.field.has-addons .control:last-child:not(:only-child) .comment-form input[type="email"],
.comment-form .field.has-addons .control:last-child:not(:only-child) input[type="email"],
.comment-form p.has-addons .control:last-child:not(:only-child) input[type="email"],
.field.has-addons .control:last-child:not(:only-child) .comment-form input[type="url"],
.comment-form .field.has-addons .control:last-child:not(:only-child) input[type="url"],
.comment-form p.has-addons .control:last-child:not(:only-child) input[type="url"],
.field.has-addons .control:last-child:not(:only-child) .select select,
.comment-form p.has-addons .control:last-child:not(:only-child) .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 461, node_modules/bulma/sass/elements/form.sass */

.field.has-addons .control .button:not([disabled]):hover,
.comment-form p.has-addons .control .button:not([disabled]):hover,
.field.has-addons .control .comment-form input:not([disabled]):hover[type="submit"],
.comment-form .field.has-addons .control input:not([disabled]):hover[type="submit"],
.comment-form p.has-addons .control input:not([disabled]):hover[type="submit"],
.field.has-addons .control .button:not([disabled]).is-hovered,
.comment-form p.has-addons .control .button:not([disabled]).is-hovered,
.field.has-addons .control .comment-form input:not([disabled]).is-hovered[type="submit"],
.comment-form .field.has-addons .control input:not([disabled]).is-hovered[type="submit"],
.comment-form p.has-addons .control input:not([disabled]).is-hovered[type="submit"],
.field.has-addons .control .input:not([disabled]):hover,
.comment-form p.has-addons .control .input:not([disabled]):hover,
.field.has-addons .control .comment-form input:not([disabled]):hover[type="text"],
.comment-form .field.has-addons .control input:not([disabled]):hover[type="text"],
.comment-form p.has-addons .control input:not([disabled]):hover[type="text"],
.field.has-addons .control .comment-form input:not([disabled]):hover[type="email"],
.comment-form .field.has-addons .control input:not([disabled]):hover[type="email"],
.comment-form p.has-addons .control input:not([disabled]):hover[type="email"],
.field.has-addons .control .comment-form input:not([disabled]):hover[type="url"],
.comment-form .field.has-addons .control input:not([disabled]):hover[type="url"],
.comment-form p.has-addons .control input:not([disabled]):hover[type="url"],
.field.has-addons .control .input:not([disabled]).is-hovered,
.comment-form p.has-addons .control .input:not([disabled]).is-hovered,
.field.has-addons .control .comment-form input:not([disabled]).is-hovered[type="text"],
.comment-form .field.has-addons .control input:not([disabled]).is-hovered[type="text"],
.comment-form p.has-addons .control input:not([disabled]).is-hovered[type="text"],
.field.has-addons .control .comment-form input:not([disabled]).is-hovered[type="email"],
.comment-form .field.has-addons .control input:not([disabled]).is-hovered[type="email"],
.comment-form p.has-addons .control input:not([disabled]).is-hovered[type="email"],
.field.has-addons .control .comment-form input:not([disabled]).is-hovered[type="url"],
.comment-form .field.has-addons .control input:not([disabled]).is-hovered[type="url"],
.comment-form p.has-addons .control input:not([disabled]).is-hovered[type="url"],
.field.has-addons .control .select select:not([disabled]):hover,
.comment-form p.has-addons .control .select select:not([disabled]):hover,
.field.has-addons .control .select select:not([disabled]).is-hovered,
.comment-form p.has-addons .control .select select:not([disabled]).is-hovered {
  z-index: 2;
}

/* line 464, node_modules/bulma/sass/elements/form.sass */

.field.has-addons .control .button:not([disabled]):focus,
.comment-form p.has-addons .control .button:not([disabled]):focus,
.field.has-addons .control .comment-form input:not([disabled]):focus[type="submit"],
.comment-form .field.has-addons .control input:not([disabled]):focus[type="submit"],
.comment-form p.has-addons .control input:not([disabled]):focus[type="submit"],
.field.has-addons .control .button:not([disabled]).is-focused,
.comment-form p.has-addons .control .button:not([disabled]).is-focused,
.field.has-addons .control .comment-form input:not([disabled]).is-focused[type="submit"],
.comment-form .field.has-addons .control input:not([disabled]).is-focused[type="submit"],
.comment-form p.has-addons .control input:not([disabled]).is-focused[type="submit"],
.field.has-addons .control .button:not([disabled]):active,
.comment-form p.has-addons .control .button:not([disabled]):active,
.field.has-addons .control .comment-form input:not([disabled]):active[type="submit"],
.comment-form .field.has-addons .control input:not([disabled]):active[type="submit"],
.comment-form p.has-addons .control input:not([disabled]):active[type="submit"],
.field.has-addons .control .button:not([disabled]).is-active,
.comment-form p.has-addons .control .button:not([disabled]).is-active,
.field.has-addons .control .comment-form input:not([disabled]).is-active[type="submit"],
.comment-form .field.has-addons .control input:not([disabled]).is-active[type="submit"],
.comment-form p.has-addons .control input:not([disabled]).is-active[type="submit"],
.field.has-addons .control .input:not([disabled]):focus,
.comment-form p.has-addons .control .input:not([disabled]):focus,
.field.has-addons .control .comment-form input:not([disabled]):focus[type="text"],
.comment-form .field.has-addons .control input:not([disabled]):focus[type="text"],
.comment-form p.has-addons .control input:not([disabled]):focus[type="text"],
.field.has-addons .control .comment-form input:not([disabled]):focus[type="email"],
.comment-form .field.has-addons .control input:not([disabled]):focus[type="email"],
.comment-form p.has-addons .control input:not([disabled]):focus[type="email"],
.field.has-addons .control .comment-form input:not([disabled]):focus[type="url"],
.comment-form .field.has-addons .control input:not([disabled]):focus[type="url"],
.comment-form p.has-addons .control input:not([disabled]):focus[type="url"],
.field.has-addons .control .input:not([disabled]).is-focused,
.comment-form p.has-addons .control .input:not([disabled]).is-focused,
.field.has-addons .control .comment-form input:not([disabled]).is-focused[type="text"],
.comment-form .field.has-addons .control input:not([disabled]).is-focused[type="text"],
.comment-form p.has-addons .control input:not([disabled]).is-focused[type="text"],
.field.has-addons .control .comment-form input:not([disabled]).is-focused[type="email"],
.comment-form .field.has-addons .control input:not([disabled]).is-focused[type="email"],
.comment-form p.has-addons .control input:not([disabled]).is-focused[type="email"],
.field.has-addons .control .comment-form input:not([disabled]).is-focused[type="url"],
.comment-form .field.has-addons .control input:not([disabled]).is-focused[type="url"],
.comment-form p.has-addons .control input:not([disabled]).is-focused[type="url"],
.field.has-addons .control .input:not([disabled]):active,
.comment-form p.has-addons .control .input:not([disabled]):active,
.field.has-addons .control .comment-form input:not([disabled]):active[type="text"],
.comment-form .field.has-addons .control input:not([disabled]):active[type="text"],
.comment-form p.has-addons .control input:not([disabled]):active[type="text"],
.field.has-addons .control .comment-form input:not([disabled]):active[type="email"],
.comment-form .field.has-addons .control input:not([disabled]):active[type="email"],
.comment-form p.has-addons .control input:not([disabled]):active[type="email"],
.field.has-addons .control .comment-form input:not([disabled]):active[type="url"],
.comment-form .field.has-addons .control input:not([disabled]):active[type="url"],
.comment-form p.has-addons .control input:not([disabled]):active[type="url"],
.field.has-addons .control .input:not([disabled]).is-active,
.comment-form p.has-addons .control .input:not([disabled]).is-active,
.field.has-addons .control .comment-form input:not([disabled]).is-active[type="text"],
.comment-form .field.has-addons .control input:not([disabled]).is-active[type="text"],
.comment-form p.has-addons .control input:not([disabled]).is-active[type="text"],
.field.has-addons .control .comment-form input:not([disabled]).is-active[type="email"],
.comment-form .field.has-addons .control input:not([disabled]).is-active[type="email"],
.comment-form p.has-addons .control input:not([disabled]).is-active[type="email"],
.field.has-addons .control .comment-form input:not([disabled]).is-active[type="url"],
.comment-form .field.has-addons .control input:not([disabled]).is-active[type="url"],
.comment-form p.has-addons .control input:not([disabled]).is-active[type="url"],
.field.has-addons .control .select select:not([disabled]):focus,
.comment-form p.has-addons .control .select select:not([disabled]):focus,
.field.has-addons .control .select select:not([disabled]).is-focused,
.comment-form p.has-addons .control .select select:not([disabled]).is-focused,
.field.has-addons .control .select select:not([disabled]):active,
.comment-form p.has-addons .control .select select:not([disabled]):active,
.field.has-addons .control .select select:not([disabled]).is-active,
.comment-form p.has-addons .control .select select:not([disabled]).is-active {
  z-index: 3;
}

/* line 469, node_modules/bulma/sass/elements/form.sass */

.field.has-addons .control .button:not([disabled]):focus:hover,
.comment-form p.has-addons .control .button:not([disabled]):focus:hover,
.field.has-addons .control .comment-form input:not([disabled]):focus:hover[type="submit"],
.comment-form .field.has-addons .control input:not([disabled]):focus:hover[type="submit"],
.comment-form p.has-addons .control input:not([disabled]):focus:hover[type="submit"],
.field.has-addons .control .button:not([disabled]).is-focused:hover,
.comment-form p.has-addons .control .button:not([disabled]).is-focused:hover,
.field.has-addons .control .comment-form input:not([disabled]).is-focused:hover[type="submit"],
.comment-form .field.has-addons .control input:not([disabled]).is-focused:hover[type="submit"],
.comment-form p.has-addons .control input:not([disabled]).is-focused:hover[type="submit"],
.field.has-addons .control .button:not([disabled]):active:hover,
.comment-form p.has-addons .control .button:not([disabled]):active:hover,
.field.has-addons .control .comment-form input:not([disabled]):active:hover[type="submit"],
.comment-form .field.has-addons .control input:not([disabled]):active:hover[type="submit"],
.comment-form p.has-addons .control input:not([disabled]):active:hover[type="submit"],
.field.has-addons .control .button:not([disabled]).is-active:hover,
.comment-form p.has-addons .control .button:not([disabled]).is-active:hover,
.field.has-addons .control .comment-form input:not([disabled]).is-active:hover[type="submit"],
.comment-form .field.has-addons .control input:not([disabled]).is-active:hover[type="submit"],
.comment-form p.has-addons .control input:not([disabled]).is-active:hover[type="submit"],
.field.has-addons .control .input:not([disabled]):focus:hover,
.comment-form p.has-addons .control .input:not([disabled]):focus:hover,
.field.has-addons .control .comment-form input:not([disabled]):focus:hover[type="text"],
.comment-form .field.has-addons .control input:not([disabled]):focus:hover[type="text"],
.comment-form p.has-addons .control input:not([disabled]):focus:hover[type="text"],
.field.has-addons .control .comment-form input:not([disabled]):focus:hover[type="email"],
.comment-form .field.has-addons .control input:not([disabled]):focus:hover[type="email"],
.comment-form p.has-addons .control input:not([disabled]):focus:hover[type="email"],
.field.has-addons .control .comment-form input:not([disabled]):focus:hover[type="url"],
.comment-form .field.has-addons .control input:not([disabled]):focus:hover[type="url"],
.comment-form p.has-addons .control input:not([disabled]):focus:hover[type="url"],
.field.has-addons .control .input:not([disabled]).is-focused:hover,
.comment-form p.has-addons .control .input:not([disabled]).is-focused:hover,
.field.has-addons .control .comment-form input:not([disabled]).is-focused:hover[type="text"],
.comment-form .field.has-addons .control input:not([disabled]).is-focused:hover[type="text"],
.comment-form p.has-addons .control input:not([disabled]).is-focused:hover[type="text"],
.field.has-addons .control .comment-form input:not([disabled]).is-focused:hover[type="email"],
.comment-form .field.has-addons .control input:not([disabled]).is-focused:hover[type="email"],
.comment-form p.has-addons .control input:not([disabled]).is-focused:hover[type="email"],
.field.has-addons .control .comment-form input:not([disabled]).is-focused:hover[type="url"],
.comment-form .field.has-addons .control input:not([disabled]).is-focused:hover[type="url"],
.comment-form p.has-addons .control input:not([disabled]).is-focused:hover[type="url"],
.field.has-addons .control .input:not([disabled]):active:hover,
.comment-form p.has-addons .control .input:not([disabled]):active:hover,
.field.has-addons .control .comment-form input:not([disabled]):active:hover[type="text"],
.comment-form .field.has-addons .control input:not([disabled]):active:hover[type="text"],
.comment-form p.has-addons .control input:not([disabled]):active:hover[type="text"],
.field.has-addons .control .comment-form input:not([disabled]):active:hover[type="email"],
.comment-form .field.has-addons .control input:not([disabled]):active:hover[type="email"],
.comment-form p.has-addons .control input:not([disabled]):active:hover[type="email"],
.field.has-addons .control .comment-form input:not([disabled]):active:hover[type="url"],
.comment-form .field.has-addons .control input:not([disabled]):active:hover[type="url"],
.comment-form p.has-addons .control input:not([disabled]):active:hover[type="url"],
.field.has-addons .control .input:not([disabled]).is-active:hover,
.comment-form p.has-addons .control .input:not([disabled]).is-active:hover,
.field.has-addons .control .comment-form input:not([disabled]).is-active:hover[type="text"],
.comment-form .field.has-addons .control input:not([disabled]).is-active:hover[type="text"],
.comment-form p.has-addons .control input:not([disabled]).is-active:hover[type="text"],
.field.has-addons .control .comment-form input:not([disabled]).is-active:hover[type="email"],
.comment-form .field.has-addons .control input:not([disabled]).is-active:hover[type="email"],
.comment-form p.has-addons .control input:not([disabled]).is-active:hover[type="email"],
.field.has-addons .control .comment-form input:not([disabled]).is-active:hover[type="url"],
.comment-form .field.has-addons .control input:not([disabled]).is-active:hover[type="url"],
.comment-form p.has-addons .control input:not([disabled]).is-active:hover[type="url"],
.field.has-addons .control .select select:not([disabled]):focus:hover,
.comment-form p.has-addons .control .select select:not([disabled]):focus:hover,
.field.has-addons .control .select select:not([disabled]).is-focused:hover,
.comment-form p.has-addons .control .select select:not([disabled]).is-focused:hover,
.field.has-addons .control .select select:not([disabled]):active:hover,
.comment-form p.has-addons .control .select select:not([disabled]):active:hover,
.field.has-addons .control .select select:not([disabled]).is-active:hover,
.comment-form p.has-addons .control .select select:not([disabled]).is-active:hover {
  z-index: 4;
}

/* line 471, node_modules/bulma/sass/elements/form.sass */

.field.has-addons .control.is-expanded,
.comment-form p.has-addons .control.is-expanded {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 473, node_modules/bulma/sass/elements/form.sass */

.field.has-addons.has-addons-centered,
.comment-form p.has-addons.has-addons-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 475, node_modules/bulma/sass/elements/form.sass */

.field.has-addons.has-addons-right,
.comment-form p.has-addons.has-addons-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 478, node_modules/bulma/sass/elements/form.sass */

.field.has-addons.has-addons-fullwidth .control,
.comment-form p.has-addons.has-addons-fullwidth .control {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 481, node_modules/bulma/sass/elements/form.sass */

.field.is-grouped,
.comment-form p.is-grouped {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 484, node_modules/bulma/sass/elements/form.sass */

.field.is-grouped > .control,
.comment-form p.is-grouped > .control {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 486, node_modules/bulma/sass/elements/form.sass */

.field.is-grouped > .control:not(:last-child),
.comment-form p.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}

/* line 489, node_modules/bulma/sass/elements/form.sass */

.field.is-grouped > .control.is-expanded,
.comment-form p.is-grouped > .control.is-expanded {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

/* line 492, node_modules/bulma/sass/elements/form.sass */

.field.is-grouped.is-grouped-centered,
.comment-form p.is-grouped.is-grouped-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 494, node_modules/bulma/sass/elements/form.sass */

.field.is-grouped.is-grouped-right,
.comment-form p.is-grouped.is-grouped-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 496, node_modules/bulma/sass/elements/form.sass */

.field.is-grouped.is-grouped-multiline,
.comment-form p.is-grouped.is-grouped-multiline {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 499, node_modules/bulma/sass/elements/form.sass */

.field.is-grouped.is-grouped-multiline > .control:last-child,
.comment-form p.is-grouped.is-grouped-multiline > .control:last-child,
.field.is-grouped.is-grouped-multiline > .control:not(:last-child),
.comment-form p.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 502, node_modules/bulma/sass/elements/form.sass */

.field.is-grouped.is-grouped-multiline:last-child,
.comment-form p.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}

/* line 504, node_modules/bulma/sass/elements/form.sass */

.field.is-grouped.is-grouped-multiline:not(:last-child),
.comment-form p.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}

@media screen and (min-width: 769px), print {
  /* line 506, node_modules/bulma/sass/elements/form.sass */

  .field.is-horizontal,
  .comment-form p.is-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 511, node_modules/bulma/sass/elements/form.sass */

.field-label .label,
.field-label .comment-form label,
.comment-form .field-label label {
  font-size: inherit;
}

@media screen and (max-width: 768px) {
  /* line 510, node_modules/bulma/sass/elements/form.sass */

  .field-label {
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 510, node_modules/bulma/sass/elements/form.sass */

  .field-label {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }

  /* line 521, node_modules/bulma/sass/elements/form.sass */

  .field-label.is-small {
    font-size: 0.75rem;
    padding-top: 0.375em;
  }

  /* line 524, node_modules/bulma/sass/elements/form.sass */

  .field-label.is-normal {
    padding-top: 0.375em;
  }

  /* line 526, node_modules/bulma/sass/elements/form.sass */

  .field-label.is-medium {
    font-size: 1.25rem;
    padding-top: 0.375em;
  }

  /* line 529, node_modules/bulma/sass/elements/form.sass */

  .field-label.is-large {
    font-size: 1.5rem;
    padding-top: 0.375em;
  }
}

/* line 534, node_modules/bulma/sass/elements/form.sass */

.field-body .field .field,
.field-body .comment-form p .field,
.comment-form .field-body p .field,
.field-body .field .comment-form p,
.comment-form .field-body .field p,
.field-body .comment-form p p,
.comment-form .field-body p p {
  margin-bottom: 0;
}

@media screen and (min-width: 769px), print {
  /* line 533, node_modules/bulma/sass/elements/form.sass */

  .field-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 5;
        -ms-flex-positive: 5;
            flex-grow: 5;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  /* line 541, node_modules/bulma/sass/elements/form.sass */

  .field-body .field,
  .field-body .comment-form p,
  .comment-form .field-body p {
    margin-bottom: 0;
  }

  /* line 543, node_modules/bulma/sass/elements/form.sass */

  .field-body > .field,
  .comment-form .field-body > p {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  /* line 545, node_modules/bulma/sass/elements/form.sass */

  .field-body > .field:not(.is-narrow),
  .comment-form .field-body > p:not(.is-narrow) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  /* line 547, node_modules/bulma/sass/elements/form.sass */

  .field-body > .field:not(:last-child),
  .comment-form .field-body > p:not(:last-child) {
    margin-right: 0.75rem;
  }
}

/* line 550, node_modules/bulma/sass/elements/form.sass */

.control {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: left;
}

/* line 562, node_modules/bulma/sass/elements/form.sass */

.control.has-icons-left .input:focus ~ .icon,
.control.has-icons-left .comment-form input:focus[type="text"] ~ .icon,
.comment-form .control.has-icons-left input:focus[type="text"] ~ .icon,
.control.has-icons-left .comment-form input:focus[type="email"] ~ .icon,
.comment-form .control.has-icons-left input:focus[type="email"] ~ .icon,
.control.has-icons-left .comment-form input:focus[type="url"] ~ .icon,
.comment-form .control.has-icons-left input:focus[type="url"] ~ .icon,
.control.has-icons-left .select:focus ~ .icon,
.control.has-icons-right .input:focus ~ .icon,
.control.has-icons-right .comment-form input:focus[type="text"] ~ .icon,
.comment-form .control.has-icons-right input:focus[type="text"] ~ .icon,
.control.has-icons-right .comment-form input:focus[type="email"] ~ .icon,
.comment-form .control.has-icons-right input:focus[type="email"] ~ .icon,
.control.has-icons-right .comment-form input:focus[type="url"] ~ .icon,
.comment-form .control.has-icons-right input:focus[type="url"] ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
  color: #7a7a7a;
}

/* line 564, node_modules/bulma/sass/elements/form.sass */

.control.has-icons-left .input.is-small ~ .icon,
.control.has-icons-left .comment-form input.is-small[type="text"] ~ .icon,
.comment-form .control.has-icons-left input.is-small[type="text"] ~ .icon,
.control.has-icons-left .comment-form input.is-small[type="email"] ~ .icon,
.comment-form .control.has-icons-left input.is-small[type="email"] ~ .icon,
.control.has-icons-left .comment-form input.is-small[type="url"] ~ .icon,
.comment-form .control.has-icons-left input.is-small[type="url"] ~ .icon,
.control.has-icons-left .select.is-small ~ .icon,
.control.has-icons-right .input.is-small ~ .icon,
.control.has-icons-right .comment-form input.is-small[type="text"] ~ .icon,
.comment-form .control.has-icons-right input.is-small[type="text"] ~ .icon,
.control.has-icons-right .comment-form input.is-small[type="email"] ~ .icon,
.comment-form .control.has-icons-right input.is-small[type="email"] ~ .icon,
.control.has-icons-right .comment-form input.is-small[type="url"] ~ .icon,
.comment-form .control.has-icons-right input.is-small[type="url"] ~ .icon,
.control.has-icons-right .select.is-small ~ .icon {
  font-size: 0.75rem;
}

/* line 566, node_modules/bulma/sass/elements/form.sass */

.control.has-icons-left .input.is-medium ~ .icon,
.control.has-icons-left .comment-form input.is-medium[type="text"] ~ .icon,
.comment-form .control.has-icons-left input.is-medium[type="text"] ~ .icon,
.control.has-icons-left .comment-form input.is-medium[type="email"] ~ .icon,
.comment-form .control.has-icons-left input.is-medium[type="email"] ~ .icon,
.control.has-icons-left .comment-form input.is-medium[type="url"] ~ .icon,
.comment-form .control.has-icons-left input.is-medium[type="url"] ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon,
.control.has-icons-right .input.is-medium ~ .icon,
.control.has-icons-right .comment-form input.is-medium[type="text"] ~ .icon,
.comment-form .control.has-icons-right input.is-medium[type="text"] ~ .icon,
.control.has-icons-right .comment-form input.is-medium[type="email"] ~ .icon,
.comment-form .control.has-icons-right input.is-medium[type="email"] ~ .icon,
.control.has-icons-right .comment-form input.is-medium[type="url"] ~ .icon,
.comment-form .control.has-icons-right input.is-medium[type="url"] ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon {
  font-size: 1.25rem;
}

/* line 568, node_modules/bulma/sass/elements/form.sass */

.control.has-icons-left .input.is-large ~ .icon,
.control.has-icons-left .comment-form input.is-large[type="text"] ~ .icon,
.comment-form .control.has-icons-left input.is-large[type="text"] ~ .icon,
.control.has-icons-left .comment-form input.is-large[type="email"] ~ .icon,
.comment-form .control.has-icons-left input.is-large[type="email"] ~ .icon,
.control.has-icons-left .comment-form input.is-large[type="url"] ~ .icon,
.comment-form .control.has-icons-left input.is-large[type="url"] ~ .icon,
.control.has-icons-left .select.is-large ~ .icon,
.control.has-icons-right .input.is-large ~ .icon,
.control.has-icons-right .comment-form input.is-large[type="text"] ~ .icon,
.comment-form .control.has-icons-right input.is-large[type="text"] ~ .icon,
.control.has-icons-right .comment-form input.is-large[type="email"] ~ .icon,
.comment-form .control.has-icons-right input.is-large[type="email"] ~ .icon,
.control.has-icons-right .comment-form input.is-large[type="url"] ~ .icon,
.comment-form .control.has-icons-right input.is-large[type="url"] ~ .icon,
.control.has-icons-right .select.is-large ~ .icon {
  font-size: 1.5rem;
}

/* line 570, node_modules/bulma/sass/elements/form.sass */

.control.has-icons-left .icon,
.control.has-icons-right .icon {
  color: #dbdbdb;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}

/* line 579, node_modules/bulma/sass/elements/form.sass */

.control.has-icons-left .input,
.control.has-icons-left .comment-form input[type="text"],
.comment-form .control.has-icons-left input[type="text"],
.control.has-icons-left .comment-form input[type="email"],
.comment-form .control.has-icons-left input[type="email"],
.control.has-icons-left .comment-form input[type="url"],
.comment-form .control.has-icons-left input[type="url"],
.control.has-icons-left .select select {
  padding-left: 2.25em;
}

/* line 582, node_modules/bulma/sass/elements/form.sass */

.control.has-icons-left .icon.is-left {
  left: 0;
}

/* line 585, node_modules/bulma/sass/elements/form.sass */

.control.has-icons-right .input,
.control.has-icons-right .comment-form input[type="text"],
.comment-form .control.has-icons-right input[type="text"],
.control.has-icons-right .comment-form input[type="email"],
.comment-form .control.has-icons-right input[type="email"],
.control.has-icons-right .comment-form input[type="url"],
.comment-form .control.has-icons-right input[type="url"],
.control.has-icons-right .select select {
  padding-right: 2.25em;
}

/* line 588, node_modules/bulma/sass/elements/form.sass */

.control.has-icons-right .icon.is-right {
  right: 0;
}

/* line 591, node_modules/bulma/sass/elements/form.sass */

.control.is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}

/* line 597, node_modules/bulma/sass/elements/form.sass */

.control.is-loading.is-small:after {
  font-size: 0.75rem;
}

/* line 599, node_modules/bulma/sass/elements/form.sass */

.control.is-loading.is-medium:after {
  font-size: 1.25rem;
}

/* line 601, node_modules/bulma/sass/elements/form.sass */

.control.is-loading.is-large:after {
  font-size: 1.5rem;
}

/* line 6, node_modules/bulma/sass/elements/icon.sass */

.icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}

/* line 13, node_modules/bulma/sass/elements/icon.sass */

.icon.is-small {
  height: 1rem;
  width: 1rem;
}

/* line 16, node_modules/bulma/sass/elements/icon.sass */

.icon.is-medium {
  height: 2rem;
  width: 2rem;
}

/* line 19, node_modules/bulma/sass/elements/icon.sass */

.icon.is-large {
  height: 3rem;
  width: 3rem;
}

/* line 3, node_modules/bulma/sass/elements/image.sass */

.image {
  display: block;
  position: relative;
}

/* line 6, node_modules/bulma/sass/elements/image.sass */

.image img {
  display: block;
  height: auto;
  width: 100%;
}

/* line 10, node_modules/bulma/sass/elements/image.sass */

.image img.is-rounded {
  border-radius: 290486px;
}

/* line 29, node_modules/bulma/sass/elements/image.sass */

.image.is-square img,
.image.is-square .has-ratio,
.image.is-1by1 img,
.image.is-1by1 .has-ratio,
.image.is-5by4 img,
.image.is-5by4 .has-ratio,
.image.is-4by3 img,
.image.is-4by3 .has-ratio,
.image.is-3by2 img,
.image.is-3by2 .has-ratio,
.image.is-5by3 img,
.image.is-5by3 .has-ratio,
.image.is-16by9 img,
.image.is-16by9 .has-ratio,
.image.is-2by1 img,
.image.is-2by1 .has-ratio,
.image.is-3by1 img,
.image.is-3by1 .has-ratio,
.image.is-4by5 img,
.image.is-4by5 .has-ratio,
.image.is-3by4 img,
.image.is-3by4 .has-ratio,
.image.is-2by3 img,
.image.is-2by3 .has-ratio,
.image.is-3by5 img,
.image.is-3by5 .has-ratio,
.image.is-9by16 img,
.image.is-9by16 .has-ratio,
.image.is-1by2 img,
.image.is-1by2 .has-ratio,
.image.is-1by3 img,
.image.is-1by3 .has-ratio {
  height: 100%;
  width: 100%;
}

/* line 34, node_modules/bulma/sass/elements/image.sass */

.image.is-square,
.image.is-1by1 {
  padding-top: 100%;
}

/* line 37, node_modules/bulma/sass/elements/image.sass */

.image.is-5by4 {
  padding-top: 80%;
}

/* line 39, node_modules/bulma/sass/elements/image.sass */

.image.is-4by3 {
  padding-top: 75%;
}

/* line 41, node_modules/bulma/sass/elements/image.sass */

.image.is-3by2 {
  padding-top: 66.6666%;
}

/* line 43, node_modules/bulma/sass/elements/image.sass */

.image.is-5by3 {
  padding-top: 60%;
}

/* line 45, node_modules/bulma/sass/elements/image.sass */

.image.is-16by9 {
  padding-top: 56.25%;
}

/* line 47, node_modules/bulma/sass/elements/image.sass */

.image.is-2by1 {
  padding-top: 50%;
}

/* line 49, node_modules/bulma/sass/elements/image.sass */

.image.is-3by1 {
  padding-top: 33.3333%;
}

/* line 51, node_modules/bulma/sass/elements/image.sass */

.image.is-4by5 {
  padding-top: 125%;
}

/* line 53, node_modules/bulma/sass/elements/image.sass */

.image.is-3by4 {
  padding-top: 133.3333%;
}

/* line 55, node_modules/bulma/sass/elements/image.sass */

.image.is-2by3 {
  padding-top: 150%;
}

/* line 57, node_modules/bulma/sass/elements/image.sass */

.image.is-3by5 {
  padding-top: 166.6666%;
}

/* line 59, node_modules/bulma/sass/elements/image.sass */

.image.is-9by16 {
  padding-top: 177.7777%;
}

/* line 61, node_modules/bulma/sass/elements/image.sass */

.image.is-1by2 {
  padding-top: 200%;
}

/* line 63, node_modules/bulma/sass/elements/image.sass */

.image.is-1by3 {
  padding-top: 300%;
}

/* line 67, node_modules/bulma/sass/elements/image.sass */

.image.is-16x16 {
  height: 16px;
  width: 16px;
}

/* line 67, node_modules/bulma/sass/elements/image.sass */

.image.is-24x24 {
  height: 24px;
  width: 24px;
}

/* line 67, node_modules/bulma/sass/elements/image.sass */

.image.is-32x32 {
  height: 32px;
  width: 32px;
}

/* line 67, node_modules/bulma/sass/elements/image.sass */

.image.is-48x48 {
  height: 48px;
  width: 48px;
}

/* line 67, node_modules/bulma/sass/elements/image.sass */

.image.is-64x64 {
  height: 64px;
  width: 64px;
}

/* line 67, node_modules/bulma/sass/elements/image.sass */

.image.is-96x96 {
  height: 96px;
  width: 96px;
}

/* line 67, node_modules/bulma/sass/elements/image.sass */

.image.is-128x128 {
  height: 128px;
  width: 128px;
}

/* line 5, node_modules/bulma/sass/elements/notification.sass */

.notification {
  background-color: whitesmoke;
  border-radius: 4px;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
  position: relative;
}

/* line 11, node_modules/bulma/sass/elements/notification.sass */

.notification a:not(.button):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}

/* line 14, node_modules/bulma/sass/elements/notification.sass */

.notification strong {
  color: currentColor;
}

/* line 16, node_modules/bulma/sass/elements/notification.sass */

.notification code,
.notification pre {
  background: white;
}

/* line 19, node_modules/bulma/sass/elements/notification.sass */

.notification pre code {
  background: transparent;
}

/* line 21, node_modules/bulma/sass/elements/notification.sass */

.notification > .delete {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}

/* line 25, node_modules/bulma/sass/elements/notification.sass */

.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}

/* line 33, node_modules/bulma/sass/elements/notification.sass */

.notification.is-white {
  background-color: white;
  color: #0a0a0a;
}

/* line 33, node_modules/bulma/sass/elements/notification.sass */

.notification.is-black {
  background-color: #0a0a0a;
  color: white;
}

/* line 33, node_modules/bulma/sass/elements/notification.sass */

.notification.is-light {
  background-color: whitesmoke;
  color: #3e3e3e;
}

/* line 33, node_modules/bulma/sass/elements/notification.sass */

.notification.is-dark {
  background-color: #3e3e3e;
  color: whitesmoke;
}

/* line 33, node_modules/bulma/sass/elements/notification.sass */

.notification.is-primary {
  background-color: #1c4220;
  color: #fff;
}

/* line 33, node_modules/bulma/sass/elements/notification.sass */

.notification.is-link {
  background-color: #3273dc;
  color: #fff;
}

/* line 33, node_modules/bulma/sass/elements/notification.sass */

.notification.is-info,
.comment-form input.notification[type="submit"] {
  background-color: #209cee;
  color: #fff;
}

/* line 33, node_modules/bulma/sass/elements/notification.sass */

.notification.is-success {
  background-color: #23d160;
  color: #fff;
}

/* line 33, node_modules/bulma/sass/elements/notification.sass */

.notification.is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

/* line 33, node_modules/bulma/sass/elements/notification.sass */

.notification.is-danger {
  background-color: #ff3860;
  color: #fff;
}

/* line 6, node_modules/bulma/sass/elements/progress.sass */

.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 290486px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* line 17, node_modules/bulma/sass/elements/progress.sass */

.progress::-webkit-progress-bar {
  background-color: #dbdbdb;
}

/* line 19, node_modules/bulma/sass/elements/progress.sass */

.progress::-webkit-progress-value {
  background-color: #4a4a4a;
}

/* line 21, node_modules/bulma/sass/elements/progress.sass */

.progress::-moz-progress-bar {
  background-color: #4a4a4a;
}

/* line 23, node_modules/bulma/sass/elements/progress.sass */

.progress::-ms-fill {
  background-color: #4a4a4a;
  border: none;
}

/* line 26, node_modules/bulma/sass/elements/progress.sass */

.progress:indeterminate {
  -webkit-animation-duration: 1.5s;
       -o-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: moveIndeterminate;
       -o-animation-name: moveIndeterminate;
          animation-name: moveIndeterminate;
  -webkit-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
  background-color: #dbdbdb;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #4a4a4a), color-stop(30%, #dbdbdb));
  background-image: -webkit-linear-gradient(left, #4a4a4a 30%, #dbdbdb 30%);
  background-image: -o-linear-gradient(left, #4a4a4a 30%, #dbdbdb 30%);
  background-image: linear-gradient(to right, #4a4a4a 30%, #dbdbdb 30%);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 150% 150%;
}

/* line 36, node_modules/bulma/sass/elements/progress.sass */

.progress:indeterminate::-webkit-progress-bar {
  background-color: transparent;
}

/* line 38, node_modules/bulma/sass/elements/progress.sass */

.progress:indeterminate::-moz-progress-bar {
  background-color: transparent;
}

/* line 44, node_modules/bulma/sass/elements/progress.sass */

.progress.is-white::-webkit-progress-value {
  background-color: white;
}

/* line 46, node_modules/bulma/sass/elements/progress.sass */

.progress.is-white::-moz-progress-bar {
  background-color: white;
}

/* line 48, node_modules/bulma/sass/elements/progress.sass */

.progress.is-white::-ms-fill {
  background-color: white;
}

/* line 50, node_modules/bulma/sass/elements/progress.sass */

.progress.is-white:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, white), color-stop(30%, #dbdbdb));
  background-image: -webkit-linear-gradient(left, white 30%, #dbdbdb 30%);
  background-image: -o-linear-gradient(left, white 30%, #dbdbdb 30%);
  background-image: linear-gradient(to right, white 30%, #dbdbdb 30%);
}

/* line 44, node_modules/bulma/sass/elements/progress.sass */

.progress.is-black::-webkit-progress-value {
  background-color: #0a0a0a;
}

/* line 46, node_modules/bulma/sass/elements/progress.sass */

.progress.is-black::-moz-progress-bar {
  background-color: #0a0a0a;
}

/* line 48, node_modules/bulma/sass/elements/progress.sass */

.progress.is-black::-ms-fill {
  background-color: #0a0a0a;
}

/* line 50, node_modules/bulma/sass/elements/progress.sass */

.progress.is-black:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #0a0a0a), color-stop(30%, #dbdbdb));
  background-image: -webkit-linear-gradient(left, #0a0a0a 30%, #dbdbdb 30%);
  background-image: -o-linear-gradient(left, #0a0a0a 30%, #dbdbdb 30%);
  background-image: linear-gradient(to right, #0a0a0a 30%, #dbdbdb 30%);
}

/* line 44, node_modules/bulma/sass/elements/progress.sass */

.progress.is-light::-webkit-progress-value {
  background-color: whitesmoke;
}

/* line 46, node_modules/bulma/sass/elements/progress.sass */

.progress.is-light::-moz-progress-bar {
  background-color: whitesmoke;
}

/* line 48, node_modules/bulma/sass/elements/progress.sass */

.progress.is-light::-ms-fill {
  background-color: whitesmoke;
}

/* line 50, node_modules/bulma/sass/elements/progress.sass */

.progress.is-light:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, whitesmoke), color-stop(30%, #dbdbdb));
  background-image: -webkit-linear-gradient(left, whitesmoke 30%, #dbdbdb 30%);
  background-image: -o-linear-gradient(left, whitesmoke 30%, #dbdbdb 30%);
  background-image: linear-gradient(to right, whitesmoke 30%, #dbdbdb 30%);
}

/* line 44, node_modules/bulma/sass/elements/progress.sass */

.progress.is-dark::-webkit-progress-value {
  background-color: #3e3e3e;
}

/* line 46, node_modules/bulma/sass/elements/progress.sass */

.progress.is-dark::-moz-progress-bar {
  background-color: #3e3e3e;
}

/* line 48, node_modules/bulma/sass/elements/progress.sass */

.progress.is-dark::-ms-fill {
  background-color: #3e3e3e;
}

/* line 50, node_modules/bulma/sass/elements/progress.sass */

.progress.is-dark:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #3e3e3e), color-stop(30%, #dbdbdb));
  background-image: -webkit-linear-gradient(left, #3e3e3e 30%, #dbdbdb 30%);
  background-image: -o-linear-gradient(left, #3e3e3e 30%, #dbdbdb 30%);
  background-image: linear-gradient(to right, #3e3e3e 30%, #dbdbdb 30%);
}

/* line 44, node_modules/bulma/sass/elements/progress.sass */

.progress.is-primary::-webkit-progress-value {
  background-color: #1c4220;
}

/* line 46, node_modules/bulma/sass/elements/progress.sass */

.progress.is-primary::-moz-progress-bar {
  background-color: #1c4220;
}

/* line 48, node_modules/bulma/sass/elements/progress.sass */

.progress.is-primary::-ms-fill {
  background-color: #1c4220;
}

/* line 50, node_modules/bulma/sass/elements/progress.sass */

.progress.is-primary:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #1c4220), color-stop(30%, #dbdbdb));
  background-image: -webkit-linear-gradient(left, #1c4220 30%, #dbdbdb 30%);
  background-image: -o-linear-gradient(left, #1c4220 30%, #dbdbdb 30%);
  background-image: linear-gradient(to right, #1c4220 30%, #dbdbdb 30%);
}

/* line 44, node_modules/bulma/sass/elements/progress.sass */

.progress.is-link::-webkit-progress-value {
  background-color: #3273dc;
}

/* line 46, node_modules/bulma/sass/elements/progress.sass */

.progress.is-link::-moz-progress-bar {
  background-color: #3273dc;
}

/* line 48, node_modules/bulma/sass/elements/progress.sass */

.progress.is-link::-ms-fill {
  background-color: #3273dc;
}

/* line 50, node_modules/bulma/sass/elements/progress.sass */

.progress.is-link:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #3273dc), color-stop(30%, #dbdbdb));
  background-image: -webkit-linear-gradient(left, #3273dc 30%, #dbdbdb 30%);
  background-image: -o-linear-gradient(left, #3273dc 30%, #dbdbdb 30%);
  background-image: linear-gradient(to right, #3273dc 30%, #dbdbdb 30%);
}

/* line 44, node_modules/bulma/sass/elements/progress.sass */

.progress.is-info::-webkit-progress-value,
.comment-form input.progress[type="submit"]::-webkit-progress-value {
  background-color: #209cee;
}

/* line 46, node_modules/bulma/sass/elements/progress.sass */

.progress.is-info::-moz-progress-bar,
.comment-form input.progress[type="submit"]::-moz-progress-bar {
  background-color: #209cee;
}

/* line 48, node_modules/bulma/sass/elements/progress.sass */

.progress.is-info::-ms-fill,
.comment-form input.progress[type="submit"]::-ms-fill {
  background-color: #209cee;
}

/* line 50, node_modules/bulma/sass/elements/progress.sass */

.progress.is-info:indeterminate,
.comment-form input.progress:indeterminate[type="submit"] {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #209cee), color-stop(30%, #dbdbdb));
  background-image: -webkit-linear-gradient(left, #209cee 30%, #dbdbdb 30%);
  background-image: -o-linear-gradient(left, #209cee 30%, #dbdbdb 30%);
  background-image: linear-gradient(to right, #209cee 30%, #dbdbdb 30%);
}

/* line 44, node_modules/bulma/sass/elements/progress.sass */

.progress.is-success::-webkit-progress-value {
  background-color: #23d160;
}

/* line 46, node_modules/bulma/sass/elements/progress.sass */

.progress.is-success::-moz-progress-bar {
  background-color: #23d160;
}

/* line 48, node_modules/bulma/sass/elements/progress.sass */

.progress.is-success::-ms-fill {
  background-color: #23d160;
}

/* line 50, node_modules/bulma/sass/elements/progress.sass */

.progress.is-success:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #23d160), color-stop(30%, #dbdbdb));
  background-image: -webkit-linear-gradient(left, #23d160 30%, #dbdbdb 30%);
  background-image: -o-linear-gradient(left, #23d160 30%, #dbdbdb 30%);
  background-image: linear-gradient(to right, #23d160 30%, #dbdbdb 30%);
}

/* line 44, node_modules/bulma/sass/elements/progress.sass */

.progress.is-warning::-webkit-progress-value {
  background-color: #ffdd57;
}

/* line 46, node_modules/bulma/sass/elements/progress.sass */

.progress.is-warning::-moz-progress-bar {
  background-color: #ffdd57;
}

/* line 48, node_modules/bulma/sass/elements/progress.sass */

.progress.is-warning::-ms-fill {
  background-color: #ffdd57;
}

/* line 50, node_modules/bulma/sass/elements/progress.sass */

.progress.is-warning:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #ffdd57), color-stop(30%, #dbdbdb));
  background-image: -webkit-linear-gradient(left, #ffdd57 30%, #dbdbdb 30%);
  background-image: -o-linear-gradient(left, #ffdd57 30%, #dbdbdb 30%);
  background-image: linear-gradient(to right, #ffdd57 30%, #dbdbdb 30%);
}

/* line 44, node_modules/bulma/sass/elements/progress.sass */

.progress.is-danger::-webkit-progress-value {
  background-color: #ff3860;
}

/* line 46, node_modules/bulma/sass/elements/progress.sass */

.progress.is-danger::-moz-progress-bar {
  background-color: #ff3860;
}

/* line 48, node_modules/bulma/sass/elements/progress.sass */

.progress.is-danger::-ms-fill {
  background-color: #ff3860;
}

/* line 50, node_modules/bulma/sass/elements/progress.sass */

.progress.is-danger:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #ff3860), color-stop(30%, #dbdbdb));
  background-image: -webkit-linear-gradient(left, #ff3860 30%, #dbdbdb 30%);
  background-image: -o-linear-gradient(left, #ff3860 30%, #dbdbdb 30%);
  background-image: linear-gradient(to right, #ff3860 30%, #dbdbdb 30%);
}

/* line 54, node_modules/bulma/sass/elements/progress.sass */

.progress.is-small {
  height: 0.75rem;
}

/* line 56, node_modules/bulma/sass/elements/progress.sass */

.progress.is-medium {
  height: 1.25rem;
}

/* line 58, node_modules/bulma/sass/elements/progress.sass */

.progress.is-large {
  height: 1.5rem;
}

@-webkit-keyframes moveIndeterminate {
  from {
    background-position: 200% 0;
  }

  to {
    background-position: -200% 0;
  }
}

@-o-keyframes moveIndeterminate {
  from {
    background-position: 200% 0;
  }

  to {
    background-position: -200% 0;
  }
}

@keyframes moveIndeterminate {
  from {
    background-position: 200% 0;
  }

  to {
    background-position: -200% 0;
  }
}

/* line 26, node_modules/bulma/sass/elements/table.sass */

.table {
  background-color: white;
  color: #363636;
}

/* line 30, node_modules/bulma/sass/elements/table.sass */

.table td,
.table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

/* line 40, node_modules/bulma/sass/elements/table.sass */

.table td.is-white,
.table th.is-white {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

/* line 40, node_modules/bulma/sass/elements/table.sass */

.table td.is-black,
.table th.is-black {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

/* line 40, node_modules/bulma/sass/elements/table.sass */

.table td.is-light,
.table th.is-light {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #3e3e3e;
}

/* line 40, node_modules/bulma/sass/elements/table.sass */

.table td.is-dark,
.table th.is-dark {
  background-color: #3e3e3e;
  border-color: #3e3e3e;
  color: whitesmoke;
}

/* line 40, node_modules/bulma/sass/elements/table.sass */

.table td.is-primary,
.table th.is-primary {
  background-color: #1c4220;
  border-color: #1c4220;
  color: #fff;
}

/* line 40, node_modules/bulma/sass/elements/table.sass */

.table td.is-link,
.table th.is-link {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
}

/* line 40, node_modules/bulma/sass/elements/table.sass */

.table td.is-info,
.table th.is-info {
  background-color: #209cee;
  border-color: #209cee;
  color: #fff;
}

/* line 40, node_modules/bulma/sass/elements/table.sass */

.table td.is-success,
.table th.is-success {
  background-color: #23d160;
  border-color: #23d160;
  color: #fff;
}

/* line 40, node_modules/bulma/sass/elements/table.sass */

.table td.is-warning,
.table th.is-warning {
  background-color: #ffdd57;
  border-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

/* line 40, node_modules/bulma/sass/elements/table.sass */

.table td.is-danger,
.table th.is-danger {
  background-color: #ff3860;
  border-color: #ff3860;
  color: #fff;
}

/* line 45, node_modules/bulma/sass/elements/table.sass */

.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}

/* line 48, node_modules/bulma/sass/elements/table.sass */

.table td.is-selected,
.table th.is-selected {
  background-color: #1c4220;
  color: #fff;
}

/* line 51, node_modules/bulma/sass/elements/table.sass */

.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
  color: currentColor;
}

/* line 54, node_modules/bulma/sass/elements/table.sass */

.table th {
  color: #363636;
  text-align: left;
}

/* line 58, node_modules/bulma/sass/elements/table.sass */

.table tr.is-selected {
  background-color: #1c4220;
  color: #fff;
}

/* line 61, node_modules/bulma/sass/elements/table.sass */

.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor;
}

/* line 64, node_modules/bulma/sass/elements/table.sass */

.table tr.is-selected td,
.table tr.is-selected th {
  border-color: #fff;
  color: currentColor;
}

/* line 68, node_modules/bulma/sass/elements/table.sass */

.table thead {
  background-color: transparent;
}

/* line 70, node_modules/bulma/sass/elements/table.sass */

.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: #363636;
}

/* line 74, node_modules/bulma/sass/elements/table.sass */

.table tfoot {
  background-color: transparent;
}

/* line 76, node_modules/bulma/sass/elements/table.sass */

.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}

/* line 80, node_modules/bulma/sass/elements/table.sass */

.table tbody {
  background-color: transparent;
}

/* line 84, node_modules/bulma/sass/elements/table.sass */

.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0;
}

/* line 89, node_modules/bulma/sass/elements/table.sass */

.table.is-bordered td,
.table.is-bordered th {
  border-width: 1px;
}

/* line 94, node_modules/bulma/sass/elements/table.sass */

.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
  border-bottom-width: 1px;
}

/* line 97, node_modules/bulma/sass/elements/table.sass */

.table.is-fullwidth {
  width: 100%;
}

/* line 102, node_modules/bulma/sass/elements/table.sass */

.table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}

/* line 107, node_modules/bulma/sass/elements/table.sass */

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}

/* line 109, node_modules/bulma/sass/elements/table.sass */

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
  background-color: whitesmoke;
}

/* line 112, node_modules/bulma/sass/elements/table.sass */

.table.is-narrow td,
.table.is-narrow th {
  padding: 0.25em 0.5em;
}

/* line 118, node_modules/bulma/sass/elements/table.sass */

.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: #fafafa;
}

/* line 121, node_modules/bulma/sass/elements/table.sass */

.table-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%;
}

/* line 6, node_modules/bulma/sass/elements/tag.sass */

.tags {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 11, node_modules/bulma/sass/elements/tag.sass */

.tags .tag,
.tags .pretitle,
.tags .section-leads .lead-title,
.section-leads .tags .lead-title,
.tags .in-stock,
.tags .single-reseptit .recipe-tax .tag.is-success,
.single-reseptit .recipe-tax .tags .tag.is-success,
.tags .post-type-archive-reseptit .recipe-tax .tag.is-success,
.post-type-archive-reseptit .recipe-tax .tags .tag.is-success,
.tags .tax-recipe-tax .recipe-tax .tag.is-success,
.tax-recipe-tax .recipe-tax .tags .tag.is-success,
.tags .tax-recipe-alg .recipe-tax .tag.is-success,
.tax-recipe-alg .recipe-tax .tags .tag.is-success,
.tags .single-reseptit .recipe-guide .guide-row ol li::before,
.single-reseptit .recipe-guide .guide-row ol .tags li::before,
.tags .post-type-archive-reseptit .recipe-guide .guide-row ol li::before,
.post-type-archive-reseptit .recipe-guide .guide-row ol .tags li::before,
.tags .tax-recipe-tax .recipe-guide .guide-row ol li::before,
.tax-recipe-tax .recipe-guide .guide-row ol .tags li::before,
.tags .tax-recipe-alg .recipe-guide .guide-row ol li::before,
.tax-recipe-alg .recipe-guide .guide-row ol .tags li::before {
  margin-bottom: 0.5rem;
}

/* line 13, node_modules/bulma/sass/elements/tag.sass */

.tags .tag:not(:last-child),
.tags .pretitle:not(:last-child),
.tags .section-leads .lead-title:not(:last-child),
.section-leads .tags .lead-title:not(:last-child),
.tags .in-stock:not(:last-child),
.tags .single-reseptit .recipe-tax .tag.is-success:not(:last-child),
.single-reseptit .recipe-tax .tags .tag.is-success:not(:last-child),
.tags .post-type-archive-reseptit .recipe-tax .tag.is-success:not(:last-child),
.post-type-archive-reseptit .recipe-tax .tags .tag.is-success:not(:last-child),
.tags .tax-recipe-tax .recipe-tax .tag.is-success:not(:last-child),
.tax-recipe-tax .recipe-tax .tags .tag.is-success:not(:last-child),
.tags .tax-recipe-alg .recipe-tax .tag.is-success:not(:last-child),
.tax-recipe-alg .recipe-tax .tags .tag.is-success:not(:last-child),
.tags .single-reseptit .recipe-guide .guide-row ol li:not(:last-child)::before,
.single-reseptit .recipe-guide .guide-row ol .tags li:not(:last-child)::before,
.tags .post-type-archive-reseptit .recipe-guide .guide-row ol li:not(:last-child)::before,
.post-type-archive-reseptit .recipe-guide .guide-row ol .tags li:not(:last-child)::before,
.tags .tax-recipe-tax .recipe-guide .guide-row ol li:not(:last-child)::before,
.tax-recipe-tax .recipe-guide .guide-row ol .tags li:not(:last-child)::before,
.tags .tax-recipe-alg .recipe-guide .guide-row ol li:not(:last-child)::before,
.tax-recipe-alg .recipe-guide .guide-row ol .tags li:not(:last-child)::before {
  margin-right: 0.5rem;
}

/* line 15, node_modules/bulma/sass/elements/tag.sass */

.tags:last-child {
  margin-bottom: -0.5rem;
}

/* line 17, node_modules/bulma/sass/elements/tag.sass */

.tags:not(:last-child) {
  margin-bottom: 1rem;
}

/* line 21, node_modules/bulma/sass/elements/tag.sass */

.tags.are-medium .tag:not(.is-normal):not(.is-large),
.tags.are-medium .pretitle:not(.is-normal):not(.is-large),
.tags.are-medium .section-leads .lead-title:not(.is-normal):not(.is-large),
.section-leads .tags.are-medium .lead-title:not(.is-normal):not(.is-large),
.tags.are-medium .in-stock:not(.is-normal):not(.is-large),
.tags.are-medium .single-reseptit .recipe-guide .guide-row ol li:not(.is-normal):not(.is-large)::before,
.single-reseptit .recipe-guide .guide-row ol .tags.are-medium li:not(.is-normal):not(.is-large)::before,
.tags.are-medium .post-type-archive-reseptit .recipe-guide .guide-row ol li:not(.is-normal):not(.is-large)::before,
.post-type-archive-reseptit .recipe-guide .guide-row ol .tags.are-medium li:not(.is-normal):not(.is-large)::before,
.tags.are-medium .tax-recipe-tax .recipe-guide .guide-row ol li:not(.is-normal):not(.is-large)::before,
.tax-recipe-tax .recipe-guide .guide-row ol .tags.are-medium li:not(.is-normal):not(.is-large)::before,
.tags.are-medium .tax-recipe-alg .recipe-guide .guide-row ol li:not(.is-normal):not(.is-large)::before,
.tax-recipe-alg .recipe-guide .guide-row ol .tags.are-medium li:not(.is-normal):not(.is-large)::before {
  font-size: 1rem;
}

/* line 24, node_modules/bulma/sass/elements/tag.sass */

.tags.are-large .tag:not(.is-normal):not(.is-medium),
.tags.are-large .pretitle:not(.is-normal):not(.is-medium),
.tags.are-large .section-leads .lead-title:not(.is-normal):not(.is-medium),
.section-leads .tags.are-large .lead-title:not(.is-normal):not(.is-medium),
.tags.are-large .in-stock:not(.is-normal):not(.is-medium),
.tags.are-large .single-reseptit .recipe-guide .guide-row ol li:not(.is-normal):not(.is-medium)::before,
.single-reseptit .recipe-guide .guide-row ol .tags.are-large li:not(.is-normal):not(.is-medium)::before,
.tags.are-large .post-type-archive-reseptit .recipe-guide .guide-row ol li:not(.is-normal):not(.is-medium)::before,
.post-type-archive-reseptit .recipe-guide .guide-row ol .tags.are-large li:not(.is-normal):not(.is-medium)::before,
.tags.are-large .tax-recipe-tax .recipe-guide .guide-row ol li:not(.is-normal):not(.is-medium)::before,
.tax-recipe-tax .recipe-guide .guide-row ol .tags.are-large li:not(.is-normal):not(.is-medium)::before,
.tags.are-large .tax-recipe-alg .recipe-guide .guide-row ol li:not(.is-normal):not(.is-medium)::before,
.tax-recipe-alg .recipe-guide .guide-row ol .tags.are-large li:not(.is-normal):not(.is-medium)::before {
  font-size: 1.25rem;
}

/* line 27, node_modules/bulma/sass/elements/tag.sass */

.tags.has-addons .tag,
.tags.has-addons .pretitle,
.tags.has-addons .section-leads .lead-title,
.section-leads .tags.has-addons .lead-title,
.tags.has-addons .in-stock,
.tags.has-addons .single-reseptit .recipe-tax .tag.is-success,
.single-reseptit .recipe-tax .tags.has-addons .tag.is-success,
.tags.has-addons .post-type-archive-reseptit .recipe-tax .tag.is-success,
.post-type-archive-reseptit .recipe-tax .tags.has-addons .tag.is-success,
.tags.has-addons .tax-recipe-tax .recipe-tax .tag.is-success,
.tax-recipe-tax .recipe-tax .tags.has-addons .tag.is-success,
.tags.has-addons .tax-recipe-alg .recipe-tax .tag.is-success,
.tax-recipe-alg .recipe-tax .tags.has-addons .tag.is-success,
.tags.has-addons .single-reseptit .recipe-guide .guide-row ol li::before,
.single-reseptit .recipe-guide .guide-row ol .tags.has-addons li::before,
.tags.has-addons .post-type-archive-reseptit .recipe-guide .guide-row ol li::before,
.post-type-archive-reseptit .recipe-guide .guide-row ol .tags.has-addons li::before,
.tags.has-addons .tax-recipe-tax .recipe-guide .guide-row ol li::before,
.tax-recipe-tax .recipe-guide .guide-row ol .tags.has-addons li::before,
.tags.has-addons .tax-recipe-alg .recipe-guide .guide-row ol li::before,
.tax-recipe-alg .recipe-guide .guide-row ol .tags.has-addons li::before {
  margin-right: 0;
}

/* line 29, node_modules/bulma/sass/elements/tag.sass */

.tags.has-addons .tag:not(:first-child),
.tags.has-addons .pretitle:not(:first-child),
.tags.has-addons .section-leads .lead-title:not(:first-child),
.section-leads .tags.has-addons .lead-title:not(:first-child),
.tags.has-addons .in-stock:not(:first-child),
.tags.has-addons .single-reseptit .recipe-guide .guide-row ol li:not(:first-child)::before,
.single-reseptit .recipe-guide .guide-row ol .tags.has-addons li:not(:first-child)::before,
.tags.has-addons .post-type-archive-reseptit .recipe-guide .guide-row ol li:not(:first-child)::before,
.post-type-archive-reseptit .recipe-guide .guide-row ol .tags.has-addons li:not(:first-child)::before,
.tags.has-addons .tax-recipe-tax .recipe-guide .guide-row ol li:not(:first-child)::before,
.tax-recipe-tax .recipe-guide .guide-row ol .tags.has-addons li:not(:first-child)::before,
.tags.has-addons .tax-recipe-alg .recipe-guide .guide-row ol li:not(:first-child)::before,
.tax-recipe-alg .recipe-guide .guide-row ol .tags.has-addons li:not(:first-child)::before {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 32, node_modules/bulma/sass/elements/tag.sass */

.tags.has-addons .tag:not(:last-child),
.tags.has-addons .pretitle:not(:last-child),
.tags.has-addons .section-leads .lead-title:not(:last-child),
.section-leads .tags.has-addons .lead-title:not(:last-child),
.tags.has-addons .in-stock:not(:last-child),
.tags.has-addons .single-reseptit .recipe-guide .guide-row ol li:not(:last-child)::before,
.single-reseptit .recipe-guide .guide-row ol .tags.has-addons li:not(:last-child)::before,
.tags.has-addons .post-type-archive-reseptit .recipe-guide .guide-row ol li:not(:last-child)::before,
.post-type-archive-reseptit .recipe-guide .guide-row ol .tags.has-addons li:not(:last-child)::before,
.tags.has-addons .tax-recipe-tax .recipe-guide .guide-row ol li:not(:last-child)::before,
.tax-recipe-tax .recipe-guide .guide-row ol .tags.has-addons li:not(:last-child)::before,
.tags.has-addons .tax-recipe-alg .recipe-guide .guide-row ol li:not(:last-child)::before,
.tax-recipe-alg .recipe-guide .guide-row ol .tags.has-addons li:not(:last-child)::before {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 35, node_modules/bulma/sass/elements/tag.sass */

.tags.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 37, node_modules/bulma/sass/elements/tag.sass */

.tags.is-centered .tag,
.tags.is-centered .pretitle,
.tags.is-centered .section-leads .lead-title,
.section-leads .tags.is-centered .lead-title,
.tags.is-centered .in-stock,
.tags.is-centered .single-reseptit .recipe-tax .tag.is-success,
.single-reseptit .recipe-tax .tags.is-centered .tag.is-success,
.tags.is-centered .post-type-archive-reseptit .recipe-tax .tag.is-success,
.post-type-archive-reseptit .recipe-tax .tags.is-centered .tag.is-success,
.tags.is-centered .tax-recipe-tax .recipe-tax .tag.is-success,
.tax-recipe-tax .recipe-tax .tags.is-centered .tag.is-success,
.tags.is-centered .tax-recipe-alg .recipe-tax .tag.is-success,
.tax-recipe-alg .recipe-tax .tags.is-centered .tag.is-success,
.tags.is-centered .single-reseptit .recipe-guide .guide-row ol li::before,
.single-reseptit .recipe-guide .guide-row ol .tags.is-centered li::before,
.tags.is-centered .post-type-archive-reseptit .recipe-guide .guide-row ol li::before,
.post-type-archive-reseptit .recipe-guide .guide-row ol .tags.is-centered li::before,
.tags.is-centered .tax-recipe-tax .recipe-guide .guide-row ol li::before,
.tax-recipe-tax .recipe-guide .guide-row ol .tags.is-centered li::before,
.tags.is-centered .tax-recipe-alg .recipe-guide .guide-row ol li::before,
.tax-recipe-alg .recipe-guide .guide-row ol .tags.is-centered li::before {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

/* line 40, node_modules/bulma/sass/elements/tag.sass */

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

/* line 43, node_modules/bulma/sass/elements/tag.sass */

.tags.is-right .tag:not(:first-child),
.tags.is-right .pretitle:not(:first-child),
.tags.is-right .section-leads .lead-title:not(:first-child),
.section-leads .tags.is-right .lead-title:not(:first-child),
.tags.is-right .in-stock:not(:first-child),
.tags.is-right .single-reseptit .recipe-guide .guide-row ol li:not(:first-child)::before,
.single-reseptit .recipe-guide .guide-row ol .tags.is-right li:not(:first-child)::before,
.tags.is-right .post-type-archive-reseptit .recipe-guide .guide-row ol li:not(:first-child)::before,
.post-type-archive-reseptit .recipe-guide .guide-row ol .tags.is-right li:not(:first-child)::before,
.tags.is-right .tax-recipe-tax .recipe-guide .guide-row ol li:not(:first-child)::before,
.tax-recipe-tax .recipe-guide .guide-row ol .tags.is-right li:not(:first-child)::before,
.tags.is-right .tax-recipe-alg .recipe-guide .guide-row ol li:not(:first-child)::before,
.tax-recipe-alg .recipe-guide .guide-row ol .tags.is-right li:not(:first-child)::before {
  margin-left: 0.5rem;
}

/* line 45, node_modules/bulma/sass/elements/tag.sass */

.tags.is-right .tag:not(:last-child),
.tags.is-right .pretitle:not(:last-child),
.tags.is-right .section-leads .lead-title:not(:last-child),
.section-leads .tags.is-right .lead-title:not(:last-child),
.tags.is-right .in-stock:not(:last-child),
.tags.is-right .single-reseptit .recipe-guide .guide-row ol li:not(:last-child)::before,
.single-reseptit .recipe-guide .guide-row ol .tags.is-right li:not(:last-child)::before,
.tags.is-right .post-type-archive-reseptit .recipe-guide .guide-row ol li:not(:last-child)::before,
.post-type-archive-reseptit .recipe-guide .guide-row ol .tags.is-right li:not(:last-child)::before,
.tags.is-right .tax-recipe-tax .recipe-guide .guide-row ol li:not(:last-child)::before,
.tax-recipe-tax .recipe-guide .guide-row ol .tags.is-right li:not(:last-child)::before,
.tags.is-right .tax-recipe-alg .recipe-guide .guide-row ol li:not(:last-child)::before,
.tax-recipe-alg .recipe-guide .guide-row ol .tags.is-right li:not(:last-child)::before {
  margin-right: 0;
}

/* line 48, node_modules/bulma/sass/elements/tag.sass */

.tags.has-addons .tag,
.tags.has-addons .pretitle,
.tags.has-addons .section-leads .lead-title,
.section-leads .tags.has-addons .lead-title,
.tags.has-addons .in-stock,
.tags.has-addons .single-reseptit .recipe-tax .tag.is-success,
.single-reseptit .recipe-tax .tags.has-addons .tag.is-success,
.tags.has-addons .post-type-archive-reseptit .recipe-tax .tag.is-success,
.post-type-archive-reseptit .recipe-tax .tags.has-addons .tag.is-success,
.tags.has-addons .tax-recipe-tax .recipe-tax .tag.is-success,
.tax-recipe-tax .recipe-tax .tags.has-addons .tag.is-success,
.tags.has-addons .tax-recipe-alg .recipe-tax .tag.is-success,
.tax-recipe-alg .recipe-tax .tags.has-addons .tag.is-success,
.tags.has-addons .single-reseptit .recipe-guide .guide-row ol li::before,
.single-reseptit .recipe-guide .guide-row ol .tags.has-addons li::before,
.tags.has-addons .post-type-archive-reseptit .recipe-guide .guide-row ol li::before,
.post-type-archive-reseptit .recipe-guide .guide-row ol .tags.has-addons li::before,
.tags.has-addons .tax-recipe-tax .recipe-guide .guide-row ol li::before,
.tax-recipe-tax .recipe-guide .guide-row ol .tags.has-addons li::before,
.tags.has-addons .tax-recipe-alg .recipe-guide .guide-row ol li::before,
.tax-recipe-alg .recipe-guide .guide-row ol .tags.has-addons li::before {
  margin-right: 0;
}

/* line 50, node_modules/bulma/sass/elements/tag.sass */

.tags.has-addons .tag:not(:first-child),
.tags.has-addons .pretitle:not(:first-child),
.tags.has-addons .section-leads .lead-title:not(:first-child),
.section-leads .tags.has-addons .lead-title:not(:first-child),
.tags.has-addons .in-stock:not(:first-child),
.tags.has-addons .single-reseptit .recipe-guide .guide-row ol li:not(:first-child)::before,
.single-reseptit .recipe-guide .guide-row ol .tags.has-addons li:not(:first-child)::before,
.tags.has-addons .post-type-archive-reseptit .recipe-guide .guide-row ol li:not(:first-child)::before,
.post-type-archive-reseptit .recipe-guide .guide-row ol .tags.has-addons li:not(:first-child)::before,
.tags.has-addons .tax-recipe-tax .recipe-guide .guide-row ol li:not(:first-child)::before,
.tax-recipe-tax .recipe-guide .guide-row ol .tags.has-addons li:not(:first-child)::before,
.tags.has-addons .tax-recipe-alg .recipe-guide .guide-row ol li:not(:first-child)::before,
.tax-recipe-alg .recipe-guide .guide-row ol .tags.has-addons li:not(:first-child)::before {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 54, node_modules/bulma/sass/elements/tag.sass */

.tags.has-addons .tag:not(:last-child),
.tags.has-addons .pretitle:not(:last-child),
.tags.has-addons .section-leads .lead-title:not(:last-child),
.section-leads .tags.has-addons .lead-title:not(:last-child),
.tags.has-addons .in-stock:not(:last-child),
.tags.has-addons .single-reseptit .recipe-guide .guide-row ol li:not(:last-child)::before,
.single-reseptit .recipe-guide .guide-row ol .tags.has-addons li:not(:last-child)::before,
.tags.has-addons .post-type-archive-reseptit .recipe-guide .guide-row ol li:not(:last-child)::before,
.post-type-archive-reseptit .recipe-guide .guide-row ol .tags.has-addons li:not(:last-child)::before,
.tags.has-addons .tax-recipe-tax .recipe-guide .guide-row ol li:not(:last-child)::before,
.tax-recipe-tax .recipe-guide .guide-row ol .tags.has-addons li:not(:last-child)::before,
.tags.has-addons .tax-recipe-alg .recipe-guide .guide-row ol li:not(:last-child)::before,
.tax-recipe-alg .recipe-guide .guide-row ol .tags.has-addons li:not(:last-child)::before {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 58, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body),
.pretitle:not(body),
.section-leads .lead-title:not(body),
.in-stock:not(body),
.single-reseptit .recipe-tax .tag.is-success:not(body),
.post-type-archive-reseptit .recipe-tax .tag.is-success:not(body),
.tax-recipe-tax .recipe-tax .tag.is-success:not(body),
.tax-recipe-alg .recipe-tax .tag.is-success:not(body),
.single-reseptit .recipe-guide .guide-row ol li:not(body)::before,
.post-type-archive-reseptit .recipe-guide .guide-row ol li:not(body)::before,
.tax-recipe-tax .recipe-guide .guide-row ol li:not(body)::before,
.tax-recipe-alg .recipe-guide .guide-row ol li:not(body)::before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: whitesmoke;
  border-radius: 4px;
  color: #4a4a4a;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

/* line 71, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body) .delete,
.pretitle:not(body) .delete,
.section-leads .lead-title:not(body) .delete,
.in-stock:not(body) .delete,
.single-reseptit .recipe-tax .tag.is-success:not(body) .delete,
.post-type-archive-reseptit .recipe-tax .tag.is-success:not(body) .delete,
.tax-recipe-tax .recipe-tax .tag.is-success:not(body) .delete,
.tax-recipe-alg .recipe-tax .tag.is-success:not(body) .delete,
.single-reseptit .recipe-guide .guide-row ol li:not(body)::before .delete,
.post-type-archive-reseptit .recipe-guide .guide-row ol li:not(body)::before .delete,
.tax-recipe-tax .recipe-guide .guide-row ol li:not(body)::before .delete,
.tax-recipe-alg .recipe-guide .guide-row ol li:not(body)::before .delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}

/* line 78, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body).is-white,
.pretitle:not(body).is-white,
.section-leads .lead-title:not(body).is-white,
.in-stock:not(body).is-white,
.single-reseptit .recipe-tax .tag.is-success:not(body).is-white,
.post-type-archive-reseptit .recipe-tax .tag.is-success:not(body).is-white,
.tax-recipe-tax .recipe-tax .tag.is-success:not(body).is-white,
.tax-recipe-alg .recipe-tax .tag.is-success:not(body).is-white,
.single-reseptit .recipe-guide .guide-row ol li:not(body).is-white::before,
.post-type-archive-reseptit .recipe-guide .guide-row ol li:not(body).is-white::before,
.tax-recipe-tax .recipe-guide .guide-row ol li:not(body).is-white::before,
.tax-recipe-alg .recipe-guide .guide-row ol li:not(body).is-white::before {
  background-color: white;
  color: #0a0a0a;
}

/* line 78, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body).is-black,
.pretitle:not(body).is-black,
.section-leads .lead-title:not(body).is-black,
.in-stock:not(body).is-black,
.single-reseptit .recipe-tax .tag.is-success:not(body).is-black,
.post-type-archive-reseptit .recipe-tax .tag.is-success:not(body).is-black,
.tax-recipe-tax .recipe-tax .tag.is-success:not(body).is-black,
.tax-recipe-alg .recipe-tax .tag.is-success:not(body).is-black,
.single-reseptit .recipe-guide .guide-row ol li:not(body).is-black::before,
.post-type-archive-reseptit .recipe-guide .guide-row ol li:not(body).is-black::before,
.tax-recipe-tax .recipe-guide .guide-row ol li:not(body).is-black::before,
.tax-recipe-alg .recipe-guide .guide-row ol li:not(body).is-black::before {
  background-color: #0a0a0a;
  color: white;
}

/* line 78, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body).is-light,
.pretitle:not(body).is-light,
.section-leads .lead-title:not(body).is-light,
.in-stock:not(body).is-light,
.single-reseptit .recipe-tax .tag.is-success:not(body).is-light,
.post-type-archive-reseptit .recipe-tax .tag.is-success:not(body).is-light,
.tax-recipe-tax .recipe-tax .tag.is-success:not(body).is-light,
.tax-recipe-alg .recipe-tax .tag.is-success:not(body).is-light,
.single-reseptit .recipe-guide .guide-row ol li:not(body).is-light::before,
.post-type-archive-reseptit .recipe-guide .guide-row ol li:not(body).is-light::before,
.tax-recipe-tax .recipe-guide .guide-row ol li:not(body).is-light::before,
.tax-recipe-alg .recipe-guide .guide-row ol li:not(body).is-light::before {
  background-color: whitesmoke;
  color: #3e3e3e;
}

/* line 78, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body).is-dark,
.pretitle:not(body).is-dark,
.section-leads .lead-title:not(body).is-dark,
.in-stock:not(body).is-dark,
.single-reseptit .recipe-tax .tag.is-success:not(body).is-dark,
.post-type-archive-reseptit .recipe-tax .tag.is-success:not(body).is-dark,
.tax-recipe-tax .recipe-tax .tag.is-success:not(body).is-dark,
.tax-recipe-alg .recipe-tax .tag.is-success:not(body).is-dark,
.single-reseptit .recipe-guide .guide-row ol li:not(body).is-dark::before,
.post-type-archive-reseptit .recipe-guide .guide-row ol li:not(body).is-dark::before,
.tax-recipe-tax .recipe-guide .guide-row ol li:not(body).is-dark::before,
.tax-recipe-alg .recipe-guide .guide-row ol li:not(body).is-dark::before {
  background-color: #3e3e3e;
  color: whitesmoke;
}

/* line 78, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body).is-primary,
.pretitle:not(body).is-primary,
.section-leads .lead-title:not(body).is-primary,
.in-stock:not(body).is-primary,
.single-reseptit .recipe-tax .tag.is-success:not(body).is-primary,
.post-type-archive-reseptit .recipe-tax .tag.is-success:not(body).is-primary,
.tax-recipe-tax .recipe-tax .tag.is-success:not(body).is-primary,
.tax-recipe-alg .recipe-tax .tag.is-success:not(body).is-primary,
.single-reseptit .recipe-guide .guide-row ol li:not(body).is-primary::before,
.post-type-archive-reseptit .recipe-guide .guide-row ol li:not(body).is-primary::before,
.tax-recipe-tax .recipe-guide .guide-row ol li:not(body).is-primary::before,
.tax-recipe-alg .recipe-guide .guide-row ol li:not(body).is-primary::before {
  background-color: #1c4220;
  color: #fff;
}

/* line 78, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body).is-link,
.pretitle:not(body).is-link,
.section-leads .lead-title:not(body).is-link,
.in-stock:not(body).is-link,
.single-reseptit .recipe-tax .tag.is-success:not(body).is-link,
.post-type-archive-reseptit .recipe-tax .tag.is-success:not(body).is-link,
.tax-recipe-tax .recipe-tax .tag.is-success:not(body).is-link,
.tax-recipe-alg .recipe-tax .tag.is-success:not(body).is-link,
.single-reseptit .recipe-guide .guide-row ol li:not(body).is-link::before,
.post-type-archive-reseptit .recipe-guide .guide-row ol li:not(body).is-link::before,
.tax-recipe-tax .recipe-guide .guide-row ol li:not(body).is-link::before,
.tax-recipe-alg .recipe-guide .guide-row ol li:not(body).is-link::before {
  background-color: #3273dc;
  color: #fff;
}

/* line 78, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body).is-info,
.pretitle:not(body).is-info,
.comment-form input.pretitle:not(body)[type="submit"],
.comment-form input.tag:not(body)[type="submit"],
.comment-form .section-leads input.lead-title:not(body)[type="submit"],
.section-leads .comment-form input.lead-title:not(body)[type="submit"],
.comment-form input.in-stock:not(body)[type="submit"],
.comment-form .single-reseptit .recipe-tax input.tag.is-success:not(body)[type="submit"],
.single-reseptit .recipe-tax .comment-form input.tag.is-success:not(body)[type="submit"],
.comment-form .post-type-archive-reseptit .recipe-tax input.tag.is-success:not(body)[type="submit"],
.post-type-archive-reseptit .recipe-tax .comment-form input.tag.is-success:not(body)[type="submit"],
.comment-form .tax-recipe-tax .recipe-tax input.tag.is-success:not(body)[type="submit"],
.tax-recipe-tax .recipe-tax .comment-form input.tag.is-success:not(body)[type="submit"],
.comment-form .tax-recipe-alg .recipe-tax input.tag.is-success:not(body)[type="submit"],
.tax-recipe-alg .recipe-tax .comment-form input.tag.is-success:not(body)[type="submit"],
.section-leads .lead-title:not(body).is-info,
.in-stock:not(body).is-info,
.single-reseptit .recipe-tax .tag.is-success:not(body).is-info,
.post-type-archive-reseptit .recipe-tax .tag.is-success:not(body).is-info,
.tax-recipe-tax .recipe-tax .tag.is-success:not(body).is-info,
.tax-recipe-alg .recipe-tax .tag.is-success:not(body).is-info,
.single-reseptit .recipe-guide .guide-row ol li:not(body).is-info::before,
.post-type-archive-reseptit .recipe-guide .guide-row ol li:not(body).is-info::before,
.tax-recipe-tax .recipe-guide .guide-row ol li:not(body).is-info::before,
.tax-recipe-alg .recipe-guide .guide-row ol li:not(body).is-info::before {
  background-color: #209cee;
  color: #fff;
}

/* line 78, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body).is-success,
.pretitle:not(body).is-success,
.section-leads .lead-title:not(body).is-success,
.in-stock:not(body).is-success,
.single-reseptit .recipe-tax .tag:not(body).is-success,
.post-type-archive-reseptit .recipe-tax .tag:not(body).is-success,
.tax-recipe-tax .recipe-tax .tag:not(body).is-success,
.tax-recipe-alg .recipe-tax .tag:not(body).is-success,
.single-reseptit .recipe-guide .guide-row ol li:not(body).is-success::before,
.post-type-archive-reseptit .recipe-guide .guide-row ol li:not(body).is-success::before,
.tax-recipe-tax .recipe-guide .guide-row ol li:not(body).is-success::before,
.tax-recipe-alg .recipe-guide .guide-row ol li:not(body).is-success::before {
  background-color: #23d160;
  color: #fff;
}

/* line 78, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body).is-warning,
.pretitle:not(body).is-warning,
.section-leads .lead-title:not(body).is-warning,
.in-stock:not(body).is-warning,
.single-reseptit .recipe-tax .tag.is-success:not(body).is-warning,
.post-type-archive-reseptit .recipe-tax .tag.is-success:not(body).is-warning,
.tax-recipe-tax .recipe-tax .tag.is-success:not(body).is-warning,
.tax-recipe-alg .recipe-tax .tag.is-success:not(body).is-warning,
.single-reseptit .recipe-guide .guide-row ol li:not(body).is-warning::before,
.post-type-archive-reseptit .recipe-guide .guide-row ol li:not(body).is-warning::before,
.tax-recipe-tax .recipe-guide .guide-row ol li:not(body).is-warning::before,
.tax-recipe-alg .recipe-guide .guide-row ol li:not(body).is-warning::before {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

/* line 78, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body).is-danger,
.pretitle:not(body).is-danger,
.section-leads .lead-title:not(body).is-danger,
.in-stock:not(body).is-danger,
.single-reseptit .recipe-tax .tag.is-success:not(body).is-danger,
.post-type-archive-reseptit .recipe-tax .tag.is-success:not(body).is-danger,
.tax-recipe-tax .recipe-tax .tag.is-success:not(body).is-danger,
.tax-recipe-alg .recipe-tax .tag.is-success:not(body).is-danger,
.single-reseptit .recipe-guide .guide-row ol li:not(body).is-danger::before,
.post-type-archive-reseptit .recipe-guide .guide-row ol li:not(body).is-danger::before,
.tax-recipe-tax .recipe-guide .guide-row ol li:not(body).is-danger::before,
.tax-recipe-alg .recipe-guide .guide-row ol li:not(body).is-danger::before {
  background-color: #ff3860;
  color: #fff;
}

/* line 82, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body).is-normal,
.pretitle:not(body).is-normal,
.section-leads .lead-title:not(body).is-normal,
.in-stock:not(body).is-normal,
.single-reseptit .recipe-tax .tag.is-success:not(body).is-normal,
.post-type-archive-reseptit .recipe-tax .tag.is-success:not(body).is-normal,
.tax-recipe-tax .recipe-tax .tag.is-success:not(body).is-normal,
.tax-recipe-alg .recipe-tax .tag.is-success:not(body).is-normal,
.single-reseptit .recipe-guide .guide-row ol li:not(body).is-normal::before,
.post-type-archive-reseptit .recipe-guide .guide-row ol li:not(body).is-normal::before,
.tax-recipe-tax .recipe-guide .guide-row ol li:not(body).is-normal::before,
.tax-recipe-alg .recipe-guide .guide-row ol li:not(body).is-normal::before {
  font-size: 0.75rem;
}

/* line 84, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body).is-medium,
.pretitle:not(body).is-medium,
.section-leads .lead-title:not(body).is-medium,
.in-stock:not(body).is-medium,
.single-reseptit .recipe-tax .tag.is-success:not(body).is-medium,
.post-type-archive-reseptit .recipe-tax .tag.is-success:not(body).is-medium,
.tax-recipe-tax .recipe-tax .tag.is-success:not(body).is-medium,
.tax-recipe-alg .recipe-tax .tag.is-success:not(body).is-medium,
.single-reseptit .recipe-guide .guide-row ol li:not(body).is-medium::before,
.post-type-archive-reseptit .recipe-guide .guide-row ol li:not(body).is-medium::before,
.tax-recipe-tax .recipe-guide .guide-row ol li:not(body).is-medium::before,
.tax-recipe-alg .recipe-guide .guide-row ol li:not(body).is-medium::before {
  font-size: 1rem;
}

/* line 86, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body).is-large,
.pretitle:not(body).is-large,
.section-leads .lead-title:not(body).is-large,
.in-stock:not(body).is-large,
.single-reseptit .recipe-tax .tag.is-success:not(body).is-large,
.post-type-archive-reseptit .recipe-tax .tag.is-success:not(body).is-large,
.tax-recipe-tax .recipe-tax .tag.is-success:not(body).is-large,
.tax-recipe-alg .recipe-tax .tag.is-success:not(body).is-large,
.single-reseptit .recipe-guide .guide-row ol li:not(body).is-large::before,
.post-type-archive-reseptit .recipe-guide .guide-row ol li:not(body).is-large::before,
.tax-recipe-tax .recipe-guide .guide-row ol li:not(body).is-large::before,
.tax-recipe-alg .recipe-guide .guide-row ol li:not(body).is-large::before {
  font-size: 1.25rem;
}

/* line 89, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body) .icon:first-child:not(:last-child),
.pretitle:not(body) .icon:first-child:not(:last-child),
.section-leads .lead-title:not(body) .icon:first-child:not(:last-child),
.in-stock:not(body) .icon:first-child:not(:last-child),
.single-reseptit .recipe-guide .guide-row ol li:not(body)::before .icon:first-child:not(:last-child),
.post-type-archive-reseptit .recipe-guide .guide-row ol li:not(body)::before .icon:first-child:not(:last-child),
.tax-recipe-tax .recipe-guide .guide-row ol li:not(body)::before .icon:first-child:not(:last-child),
.tax-recipe-alg .recipe-guide .guide-row ol li:not(body)::before .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}

/* line 92, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body) .icon:last-child:not(:first-child),
.pretitle:not(body) .icon:last-child:not(:first-child),
.section-leads .lead-title:not(body) .icon:last-child:not(:first-child),
.in-stock:not(body) .icon:last-child:not(:first-child),
.single-reseptit .recipe-guide .guide-row ol li:not(body)::before .icon:last-child:not(:first-child),
.post-type-archive-reseptit .recipe-guide .guide-row ol li:not(body)::before .icon:last-child:not(:first-child),
.tax-recipe-tax .recipe-guide .guide-row ol li:not(body)::before .icon:last-child:not(:first-child),
.tax-recipe-alg .recipe-guide .guide-row ol li:not(body)::before .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}

/* line 95, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body) .icon:first-child:last-child,
.pretitle:not(body) .icon:first-child:last-child,
.section-leads .lead-title:not(body) .icon:first-child:last-child,
.in-stock:not(body) .icon:first-child:last-child,
.single-reseptit .recipe-guide .guide-row ol li:not(body)::before .icon:first-child:last-child,
.post-type-archive-reseptit .recipe-guide .guide-row ol li:not(body)::before .icon:first-child:last-child,
.tax-recipe-tax .recipe-guide .guide-row ol li:not(body)::before .icon:first-child:last-child,
.tax-recipe-alg .recipe-guide .guide-row ol li:not(body)::before .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}

/* line 99, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body).is-delete,
.pretitle:not(body).is-delete,
.section-leads .lead-title:not(body).is-delete,
.in-stock:not(body).is-delete,
.single-reseptit .recipe-tax .tag.is-success:not(body).is-delete,
.post-type-archive-reseptit .recipe-tax .tag.is-success:not(body).is-delete,
.tax-recipe-tax .recipe-tax .tag.is-success:not(body).is-delete,
.tax-recipe-alg .recipe-tax .tag.is-success:not(body).is-delete,
.single-reseptit .recipe-guide .guide-row ol li:not(body).is-delete::before,
.post-type-archive-reseptit .recipe-guide .guide-row ol li:not(body).is-delete::before,
.tax-recipe-tax .recipe-guide .guide-row ol li:not(body).is-delete::before,
.tax-recipe-alg .recipe-guide .guide-row ol li:not(body).is-delete::before {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}

/* line 104, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body).is-delete::before,
.pretitle:not(body).is-delete::before,
.section-leads .lead-title:not(body).is-delete::before,
.in-stock:not(body).is-delete::before,
.single-reseptit .recipe-tax .tag.is-success:not(body).is-delete::before,
.post-type-archive-reseptit .recipe-tax .tag.is-success:not(body).is-delete::before,
.tax-recipe-tax .recipe-tax .tag.is-success:not(body).is-delete::before,
.tax-recipe-alg .recipe-tax .tag.is-success:not(body).is-delete::before,
.single-reseptit .recipe-guide .guide-row ol li:not(body).is-delete::before,
.post-type-archive-reseptit .recipe-guide .guide-row ol li:not(body).is-delete::before,
.tax-recipe-tax .recipe-guide .guide-row ol li:not(body).is-delete::before,
.tax-recipe-alg .recipe-guide .guide-row ol li:not(body).is-delete::before,
.tag:not(body).is-delete::after,
.pretitle:not(body).is-delete::after,
.section-leads .lead-title:not(body).is-delete::after,
.in-stock:not(body).is-delete::after,
.single-reseptit .recipe-tax .tag.is-success:not(body).is-delete::after,
.post-type-archive-reseptit .recipe-tax .tag.is-success:not(body).is-delete::after,
.tax-recipe-tax .recipe-tax .tag.is-success:not(body).is-delete::after,
.tax-recipe-alg .recipe-tax .tag.is-success:not(body).is-delete::after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
       -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
       -o-transform-origin: center center;
          transform-origin: center center;
}

/* line 114, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body).is-delete::before,
.pretitle:not(body).is-delete::before,
.section-leads .lead-title:not(body).is-delete::before,
.in-stock:not(body).is-delete::before,
.single-reseptit .recipe-tax .tag.is-success:not(body).is-delete::before,
.post-type-archive-reseptit .recipe-tax .tag.is-success:not(body).is-delete::before,
.tax-recipe-tax .recipe-tax .tag.is-success:not(body).is-delete::before,
.tax-recipe-alg .recipe-tax .tag.is-success:not(body).is-delete::before,
.single-reseptit .recipe-guide .guide-row ol li:not(body).is-delete::before,
.post-type-archive-reseptit .recipe-guide .guide-row ol li:not(body).is-delete::before,
.tax-recipe-tax .recipe-guide .guide-row ol li:not(body).is-delete::before,
.tax-recipe-alg .recipe-guide .guide-row ol li:not(body).is-delete::before {
  height: 1px;
  width: 50%;
}

/* line 117, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body).is-delete::after,
.pretitle:not(body).is-delete::after,
.section-leads .lead-title:not(body).is-delete::after,
.in-stock:not(body).is-delete::after,
.single-reseptit .recipe-tax .tag.is-success:not(body).is-delete::after,
.post-type-archive-reseptit .recipe-tax .tag.is-success:not(body).is-delete::after,
.tax-recipe-tax .recipe-tax .tag.is-success:not(body).is-delete::after,
.tax-recipe-alg .recipe-tax .tag.is-success:not(body).is-delete::after {
  height: 50%;
  width: 1px;
}

/* line 120, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body).is-delete:hover,
.pretitle:not(body).is-delete:hover,
.section-leads .lead-title:not(body).is-delete:hover,
.in-stock:not(body).is-delete:hover,
.single-reseptit .recipe-tax .tag.is-success:not(body).is-delete:hover,
.post-type-archive-reseptit .recipe-tax .tag.is-success:not(body).is-delete:hover,
.tax-recipe-tax .recipe-tax .tag.is-success:not(body).is-delete:hover,
.tax-recipe-alg .recipe-tax .tag.is-success:not(body).is-delete:hover,
.single-reseptit .recipe-guide .guide-row ol li:not(body).is-delete:hover::before,
.post-type-archive-reseptit .recipe-guide .guide-row ol li:not(body).is-delete:hover::before,
.tax-recipe-tax .recipe-guide .guide-row ol li:not(body).is-delete:hover::before,
.tax-recipe-alg .recipe-guide .guide-row ol li:not(body).is-delete:hover::before,
.tag:not(body).is-delete:focus,
.pretitle:not(body).is-delete:focus,
.section-leads .lead-title:not(body).is-delete:focus,
.in-stock:not(body).is-delete:focus,
.single-reseptit .recipe-tax .tag.is-success:not(body).is-delete:focus,
.post-type-archive-reseptit .recipe-tax .tag.is-success:not(body).is-delete:focus,
.tax-recipe-tax .recipe-tax .tag.is-success:not(body).is-delete:focus,
.tax-recipe-alg .recipe-tax .tag.is-success:not(body).is-delete:focus,
.single-reseptit .recipe-guide .guide-row ol li:not(body).is-delete:focus::before,
.post-type-archive-reseptit .recipe-guide .guide-row ol li:not(body).is-delete:focus::before,
.tax-recipe-tax .recipe-guide .guide-row ol li:not(body).is-delete:focus::before,
.tax-recipe-alg .recipe-guide .guide-row ol li:not(body).is-delete:focus::before {
  background-color: #e8e8e8;
}

/* line 123, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body).is-delete:active,
.pretitle:not(body).is-delete:active,
.section-leads .lead-title:not(body).is-delete:active,
.in-stock:not(body).is-delete:active,
.single-reseptit .recipe-tax .tag.is-success:not(body).is-delete:active,
.post-type-archive-reseptit .recipe-tax .tag.is-success:not(body).is-delete:active,
.tax-recipe-tax .recipe-tax .tag.is-success:not(body).is-delete:active,
.tax-recipe-alg .recipe-tax .tag.is-success:not(body).is-delete:active,
.single-reseptit .recipe-guide .guide-row ol li:not(body).is-delete:active::before,
.post-type-archive-reseptit .recipe-guide .guide-row ol li:not(body).is-delete:active::before,
.tax-recipe-tax .recipe-guide .guide-row ol li:not(body).is-delete:active::before,
.tax-recipe-alg .recipe-guide .guide-row ol li:not(body).is-delete:active::before {
  background-color: #dbdbdb;
}

/* line 125, node_modules/bulma/sass/elements/tag.sass */

.tag:not(body).is-rounded,
.pretitle:not(body).is-rounded,
.section-leads .lead-title:not(body).is-rounded,
.in-stock:not(body).is-rounded,
.single-reseptit .recipe-tax .tag.is-success:not(body).is-rounded,
.post-type-archive-reseptit .recipe-tax .tag.is-success:not(body).is-rounded,
.tax-recipe-tax .recipe-tax .tag.is-success:not(body).is-rounded,
.tax-recipe-alg .recipe-tax .tag.is-success:not(body).is-rounded,
.single-reseptit .recipe-guide .guide-row ol li:not(body).is-rounded::before,
.post-type-archive-reseptit .recipe-guide .guide-row ol li:not(body).is-rounded::before,
.tax-recipe-tax .recipe-guide .guide-row ol li:not(body).is-rounded::before,
.tax-recipe-alg .recipe-guide .guide-row ol li:not(body).is-rounded::before {
  border-radius: 290486px;
}

/* line 129, node_modules/bulma/sass/elements/tag.sass */

a.tag:hover,
a.pretitle:hover,
.section-leads a.lead-title:hover,
a.in-stock:hover,
.single-reseptit .recipe-tax a.tag.is-success:hover,
.post-type-archive-reseptit .recipe-tax a.tag.is-success:hover,
.tax-recipe-tax .recipe-tax a.tag.is-success:hover,
.tax-recipe-alg .recipe-tax a.tag.is-success:hover {
  text-decoration: underline;
}

/* line 18, node_modules/bulma/sass/elements/title.sass */

.title,
.subtitle {
  word-break: break-word;
}

/* line 22, node_modules/bulma/sass/elements/title.sass */

.title em,
.title span,
.subtitle em,
.subtitle span {
  font-weight: inherit;
}

/* line 25, node_modules/bulma/sass/elements/title.sass */

.title sub,
.subtitle sub {
  font-size: 0.75em;
}

/* line 27, node_modules/bulma/sass/elements/title.sass */

.title sup,
.subtitle sup {
  font-size: 0.75em;
}

/* line 29, node_modules/bulma/sass/elements/title.sass */

.title .tag,
.title .pretitle,
.title .section-leads .lead-title,
.section-leads .title .lead-title,
.title .in-stock,
.title .single-reseptit .recipe-tax .tag.is-success,
.single-reseptit .recipe-tax .title .tag.is-success,
.title .post-type-archive-reseptit .recipe-tax .tag.is-success,
.post-type-archive-reseptit .recipe-tax .title .tag.is-success,
.title .tax-recipe-tax .recipe-tax .tag.is-success,
.tax-recipe-tax .recipe-tax .title .tag.is-success,
.title .tax-recipe-alg .recipe-tax .tag.is-success,
.tax-recipe-alg .recipe-tax .title .tag.is-success,
.title .single-reseptit .recipe-guide .guide-row ol li::before,
.single-reseptit .recipe-guide .guide-row ol .title li::before,
.title .post-type-archive-reseptit .recipe-guide .guide-row ol li::before,
.post-type-archive-reseptit .recipe-guide .guide-row ol .title li::before,
.title .tax-recipe-tax .recipe-guide .guide-row ol li::before,
.tax-recipe-tax .recipe-guide .guide-row ol .title li::before,
.title .tax-recipe-alg .recipe-guide .guide-row ol li::before,
.tax-recipe-alg .recipe-guide .guide-row ol .title li::before,
.subtitle .tag,
.subtitle .pretitle,
.subtitle .section-leads .lead-title,
.section-leads .subtitle .lead-title,
.subtitle .in-stock,
.subtitle .single-reseptit .recipe-tax .tag.is-success,
.single-reseptit .recipe-tax .subtitle .tag.is-success,
.subtitle .post-type-archive-reseptit .recipe-tax .tag.is-success,
.post-type-archive-reseptit .recipe-tax .subtitle .tag.is-success,
.subtitle .tax-recipe-tax .recipe-tax .tag.is-success,
.tax-recipe-tax .recipe-tax .subtitle .tag.is-success,
.subtitle .tax-recipe-alg .recipe-tax .tag.is-success,
.tax-recipe-alg .recipe-tax .subtitle .tag.is-success,
.subtitle .single-reseptit .recipe-guide .guide-row ol li::before,
.single-reseptit .recipe-guide .guide-row ol .subtitle li::before,
.subtitle .post-type-archive-reseptit .recipe-guide .guide-row ol li::before,
.post-type-archive-reseptit .recipe-guide .guide-row ol .subtitle li::before,
.subtitle .tax-recipe-tax .recipe-guide .guide-row ol li::before,
.tax-recipe-tax .recipe-guide .guide-row ol .subtitle li::before,
.subtitle .tax-recipe-alg .recipe-guide .guide-row ol li::before,
.tax-recipe-alg .recipe-guide .guide-row ol .subtitle li::before {
  vertical-align: middle;
}

/* line 32, node_modules/bulma/sass/elements/title.sass */

.title {
  color: #363636;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}

/* line 37, node_modules/bulma/sass/elements/title.sass */

.title strong {
  color: inherit;
  font-weight: inherit;
}

/* line 40, node_modules/bulma/sass/elements/title.sass */

.title + .highlight {
  margin-top: -0.75rem;
}

/* line 42, node_modules/bulma/sass/elements/title.sass */

.title:not(.is-spaced) + .subtitle {
  margin-top: -1.25rem;
}

/* line 47, node_modules/bulma/sass/elements/title.sass */

.title.is-1 {
  font-size: 3rem;
}

/* line 47, node_modules/bulma/sass/elements/title.sass */

.title.is-2 {
  font-size: 2.5rem;
}

/* line 47, node_modules/bulma/sass/elements/title.sass */

.title.is-3 {
  font-size: 2rem;
}

/* line 47, node_modules/bulma/sass/elements/title.sass */

.title.is-4 {
  font-size: 1.5rem;
}

/* line 47, node_modules/bulma/sass/elements/title.sass */

.title.is-5 {
  font-size: 1.25rem;
}

/* line 47, node_modules/bulma/sass/elements/title.sass */

.title.is-6 {
  font-size: 1rem;
}

/* line 47, node_modules/bulma/sass/elements/title.sass */

.title.is-7 {
  font-size: 0.75rem;
}

/* line 50, node_modules/bulma/sass/elements/title.sass */

.subtitle {
  color: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}

/* line 55, node_modules/bulma/sass/elements/title.sass */

.subtitle strong {
  color: #363636;
  font-weight: 600;
}

/* line 58, node_modules/bulma/sass/elements/title.sass */

.subtitle:not(.is-spaced) + .title {
  margin-top: -1.25rem;
}

/* line 63, node_modules/bulma/sass/elements/title.sass */

.subtitle.is-1 {
  font-size: 3rem;
}

/* line 63, node_modules/bulma/sass/elements/title.sass */

.subtitle.is-2 {
  font-size: 2.5rem;
}

/* line 63, node_modules/bulma/sass/elements/title.sass */

.subtitle.is-3 {
  font-size: 2rem;
}

/* line 63, node_modules/bulma/sass/elements/title.sass */

.subtitle.is-4 {
  font-size: 1.5rem;
}

/* line 63, node_modules/bulma/sass/elements/title.sass */

.subtitle.is-5 {
  font-size: 1.25rem;
}

/* line 63, node_modules/bulma/sass/elements/title.sass */

.subtitle.is-6 {
  font-size: 1rem;
}

/* line 63, node_modules/bulma/sass/elements/title.sass */

.subtitle.is-7 {
  font-size: 0.75rem;
}

/* line 7, node_modules/bulma/sass/elements/other.sass */

.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

/* line 14, node_modules/bulma/sass/elements/other.sass */

.highlight {
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
}

/* line 20, node_modules/bulma/sass/elements/other.sass */

.highlight pre {
  overflow: auto;
  max-width: 100%;
}

/* line 27, node_modules/bulma/sass/elements/other.sass */

.number {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: whitesmoke;
  border-radius: 290486px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top;
}

/* line 10, node_modules/bulma/sass/components/breadcrumb.sass */

.breadcrumb {
  font-size: 1rem;
  white-space: nowrap;
}

/* line 15, node_modules/bulma/sass/components/breadcrumb.sass */

.breadcrumb a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3273dc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.75em;
}

/* line 21, node_modules/bulma/sass/components/breadcrumb.sass */

.breadcrumb a:hover {
  color: #363636;
}

/* line 23, node_modules/bulma/sass/components/breadcrumb.sass */

.breadcrumb li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 26, node_modules/bulma/sass/components/breadcrumb.sass */

.breadcrumb li:first-child a {
  padding-left: 0;
}

/* line 29, node_modules/bulma/sass/components/breadcrumb.sass */

.breadcrumb li.is-active a {
  color: #363636;
  cursor: default;
  pointer-events: none;
}

/* line 33, node_modules/bulma/sass/components/breadcrumb.sass */

.breadcrumb li + li::before {
  color: #b5b5b5;
  content: "/";
}

/* line 36, node_modules/bulma/sass/components/breadcrumb.sass */

.breadcrumb ul,
.breadcrumb ol {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 43, node_modules/bulma/sass/components/breadcrumb.sass */

.breadcrumb .icon:first-child {
  margin-right: 0.5em;
}

/* line 45, node_modules/bulma/sass/components/breadcrumb.sass */

.breadcrumb .icon:last-child {
  margin-left: 0.5em;
}

/* line 49, node_modules/bulma/sass/components/breadcrumb.sass */

.breadcrumb.is-centered ol,
.breadcrumb.is-centered ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 53, node_modules/bulma/sass/components/breadcrumb.sass */

.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 57, node_modules/bulma/sass/components/breadcrumb.sass */

.breadcrumb.is-small {
  font-size: 0.75rem;
}

/* line 59, node_modules/bulma/sass/components/breadcrumb.sass */

.breadcrumb.is-medium {
  font-size: 1.25rem;
}

/* line 61, node_modules/bulma/sass/components/breadcrumb.sass */

.breadcrumb.is-large {
  font-size: 1.5rem;
}

/* line 65, node_modules/bulma/sass/components/breadcrumb.sass */

.breadcrumb.has-arrow-separator li + li::before {
  content: "\2192";
}

/* line 68, node_modules/bulma/sass/components/breadcrumb.sass */

.breadcrumb.has-bullet-separator li + li::before {
  content: "\2022";
}

/* line 71, node_modules/bulma/sass/components/breadcrumb.sass */

.breadcrumb.has-dot-separator li + li::before {
  content: "\B7";
}

/* line 74, node_modules/bulma/sass/components/breadcrumb.sass */

.breadcrumb.has-succeeds-separator li + li::before {
  content: "\227B";
}

/* line 15, node_modules/bulma/sass/components/card.sass */

.card {
  background-color: white;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
          box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  color: #4a4a4a;
  max-width: 100%;
  position: relative;
}

/* line 22, node_modules/bulma/sass/components/card.sass */

.card-header {
  background-color: transparent;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 28, node_modules/bulma/sass/components/card.sass */

.card-header-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #363636;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem;
}

/* line 35, node_modules/bulma/sass/components/card.sass */

.card-header-title.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 38, node_modules/bulma/sass/components/card.sass */

.card-header-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75rem;
}

/* line 45, node_modules/bulma/sass/components/card.sass */

.card-image {
  display: block;
  position: relative;
}

/* line 49, node_modules/bulma/sass/components/card.sass */

.card-content {
  background-color: transparent;
  padding: 1.5rem;
}

/* line 53, node_modules/bulma/sass/components/card.sass */

.card-footer {
  background-color: transparent;
  border-top: 1px solid #dbdbdb;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 59, node_modules/bulma/sass/components/card.sass */

.card-footer-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75rem;
}

/* line 67, node_modules/bulma/sass/components/card.sass */

.card-footer-item:not(:last-child) {
  border-right: 1px solid #dbdbdb;
}

/* line 73, node_modules/bulma/sass/components/card.sass */

.card .media:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 16, node_modules/bulma/sass/components/dropdown.sass */

.dropdown {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  vertical-align: top;
}

/* line 22, node_modules/bulma/sass/components/dropdown.sass */

.dropdown.is-active .dropdown-menu,
.dropdown.is-hoverable:hover .dropdown-menu {
  display: block;
}

/* line 25, node_modules/bulma/sass/components/dropdown.sass */

.dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0;
}

/* line 29, node_modules/bulma/sass/components/dropdown.sass */

.dropdown.is-up .dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: initial;
  top: auto;
}

/* line 35, node_modules/bulma/sass/components/dropdown.sass */

.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
}

/* line 44, node_modules/bulma/sass/components/dropdown.sass */

.dropdown-content {
  background-color: white;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
          box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

/* line 51, node_modules/bulma/sass/components/dropdown.sass */

.dropdown-item {
  color: #4a4a4a;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}

/* line 59, node_modules/bulma/sass/components/dropdown.sass */

a.dropdown-item,
button.dropdown-item {
  padding-right: 3rem;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}

/* line 65, node_modules/bulma/sass/components/dropdown.sass */

a.dropdown-item:hover,
button.dropdown-item:hover {
  background-color: whitesmoke;
  color: #0a0a0a;
}

/* line 68, node_modules/bulma/sass/components/dropdown.sass */

a.dropdown-item.is-active,
button.dropdown-item.is-active {
  background-color: #3273dc;
  color: #fff;
}

/* line 72, node_modules/bulma/sass/components/dropdown.sass */

.dropdown-divider {
  background-color: #dbdbdb;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

/* line 1, node_modules/bulma/sass/components/level.sass */

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

/* line 5, node_modules/bulma/sass/components/level.sass */

.level code {
  border-radius: 4px;
}

/* line 7, node_modules/bulma/sass/components/level.sass */

.level img {
  display: inline-block;
  vertical-align: top;
}

/* line 11, node_modules/bulma/sass/components/level.sass */

.level.is-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 13, node_modules/bulma/sass/components/level.sass */

.level.is-mobile .level-left,
.level.is-mobile .level-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 16, node_modules/bulma/sass/components/level.sass */

.level.is-mobile .level-left + .level-right {
  margin-top: 0;
}

/* line 19, node_modules/bulma/sass/components/level.sass */

.level.is-mobile .level-item:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}

/* line 22, node_modules/bulma/sass/components/level.sass */

.level.is-mobile .level-item:not(.is-narrow) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (min-width: 769px), print {
  /* line 1, node_modules/bulma/sass/components/level.sass */

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

  /* line 28, node_modules/bulma/sass/components/level.sass */

  .level > .level-item:not(.is-narrow) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

/* line 31, node_modules/bulma/sass/components/level.sass */

.level-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 38, node_modules/bulma/sass/components/level.sass */

.level-item .title,
.level-item .subtitle {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  /* line 43, node_modules/bulma/sass/components/level.sass */

  .level-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

/* line 46, node_modules/bulma/sass/components/level.sass */

.level-left,
.level-right {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 53, node_modules/bulma/sass/components/level.sass */

.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (min-width: 769px), print {
  /* line 57, node_modules/bulma/sass/components/level.sass */

  .level-left .level-item:not(:last-child),
  .level-right .level-item:not(:last-child) {
    margin-right: 0.75rem;
  }
}

/* line 60, node_modules/bulma/sass/components/level.sass */

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

@media screen and (max-width: 768px) {
  /* line 65, node_modules/bulma/sass/components/level.sass */

  .level-left + .level-right {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 60, node_modules/bulma/sass/components/level.sass */

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

/* line 70, node_modules/bulma/sass/components/level.sass */

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

@media screen and (min-width: 769px), print {
  /* line 70, node_modules/bulma/sass/components/level.sass */

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

/* line 11, node_modules/bulma/sass/components/list.sass */

.list {
  background-color: white;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
          box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}

/* line 20, node_modules/bulma/sass/components/list.sass */

.list-item {
  display: block;
  padding: 0.5em 1em;
}

/* line 23, node_modules/bulma/sass/components/list.sass */

.list-item:not(a) {
  color: #4a4a4a;
}

/* line 25, node_modules/bulma/sass/components/list.sass */

.list-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 28, node_modules/bulma/sass/components/list.sass */

.list-item:last-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 31, node_modules/bulma/sass/components/list.sass */

.list-item:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
}

/* line 33, node_modules/bulma/sass/components/list.sass */

.list-item.is-active {
  background-color: #3273dc;
  color: #fff;
}

/* line 37, node_modules/bulma/sass/components/list.sass */

a.list-item {
  background-color: whitesmoke;
  cursor: pointer;
}

/* line 1, node_modules/bulma/sass/components/media.sass */

.media {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

/* line 5, node_modules/bulma/sass/components/media.sass */

.media .content:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 7, node_modules/bulma/sass/components/media.sass */

.media .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.75rem;
}

/* line 11, node_modules/bulma/sass/components/media.sass */

.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
  margin-bottom: 0.5rem;
}

/* line 14, node_modules/bulma/sass/components/media.sass */

.media .media .media {
  padding-top: 0.5rem;
}

/* line 16, node_modules/bulma/sass/components/media.sass */

.media .media .media + .media {
  margin-top: 0.5rem;
}

/* line 18, node_modules/bulma/sass/components/media.sass */

.media + .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}

/* line 24, node_modules/bulma/sass/components/media.sass */

.media.is-large + .media {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

/* line 28, node_modules/bulma/sass/components/media.sass */

.media-left,
.media-right {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 34, node_modules/bulma/sass/components/media.sass */

.media-left {
  margin-right: 1rem;
}

/* line 37, node_modules/bulma/sass/components/media.sass */

.media-right {
  margin-left: 1rem;
}

/* line 40, node_modules/bulma/sass/components/media.sass */

.media-content {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  text-align: left;
}

@media screen and (max-width: 768px) {
  /* line 47, node_modules/bulma/sass/components/media.sass */

  .media-content {
    overflow-x: auto;
  }
}

/* line 12, node_modules/bulma/sass/components/menu.sass */

.menu {
  font-size: 1rem;
}

/* line 15, node_modules/bulma/sass/components/menu.sass */

.menu.is-small {
  font-size: 0.75rem;
}

/* line 17, node_modules/bulma/sass/components/menu.sass */

.menu.is-medium {
  font-size: 1.25rem;
}

/* line 19, node_modules/bulma/sass/components/menu.sass */

.menu.is-large {
  font-size: 1.5rem;
}

/* line 22, node_modules/bulma/sass/components/menu.sass */

.menu-list {
  line-height: 1.25;
}

/* line 24, node_modules/bulma/sass/components/menu.sass */

.menu-list a {
  border-radius: 2px;
  color: #4a4a4a;
  display: block;
  padding: 0.5em 0.75em;
}

/* line 29, node_modules/bulma/sass/components/menu.sass */

.menu-list a:hover {
  background-color: whitesmoke;
  color: #363636;
}

/* line 33, node_modules/bulma/sass/components/menu.sass */

.menu-list a.is-active {
  background-color: #3273dc;
  color: #fff;
}

/* line 37, node_modules/bulma/sass/components/menu.sass */

.menu-list li ul {
  border-left: 1px solid #dbdbdb;
  margin: 0.75em;
  padding-left: 0.75em;
}

/* line 42, node_modules/bulma/sass/components/menu.sass */

.menu-label {
  color: #7a7a7a;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* line 47, node_modules/bulma/sass/components/menu.sass */

.menu-label:not(:first-child) {
  margin-top: 1em;
}

/* line 49, node_modules/bulma/sass/components/menu.sass */

.menu-label:not(:last-child) {
  margin-bottom: 1em;
}

/* line 21, node_modules/bulma/sass/components/message.sass */

.message {
  background-color: whitesmoke;
  border-radius: 4px;
  font-size: 1rem;
}

/* line 26, node_modules/bulma/sass/components/message.sass */

.message strong {
  color: currentColor;
}

/* line 28, node_modules/bulma/sass/components/message.sass */

.message a:not(.button):not(.tag):not(.pretitle):not(.in-stock):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}

/* line 32, node_modules/bulma/sass/components/message.sass */

.message.is-small {
  font-size: 0.75rem;
}

/* line 34, node_modules/bulma/sass/components/message.sass */

.message.is-medium {
  font-size: 1.25rem;
}

/* line 36, node_modules/bulma/sass/components/message.sass */

.message.is-large {
  font-size: 1.5rem;
}

/* line 46, node_modules/bulma/sass/components/message.sass */

.message.is-white {
  background-color: white;
}

/* line 48, node_modules/bulma/sass/components/message.sass */

.message.is-white .message-header {
  background-color: white;
  color: #0a0a0a;
}

/* line 51, node_modules/bulma/sass/components/message.sass */

.message.is-white .message-body {
  border-color: white;
  color: #4d4d4d;
}

/* line 46, node_modules/bulma/sass/components/message.sass */

.message.is-black {
  background-color: #fafafa;
}

/* line 48, node_modules/bulma/sass/components/message.sass */

.message.is-black .message-header {
  background-color: #0a0a0a;
  color: white;
}

/* line 51, node_modules/bulma/sass/components/message.sass */

.message.is-black .message-body {
  border-color: #0a0a0a;
  color: #090909;
}

/* line 46, node_modules/bulma/sass/components/message.sass */

.message.is-light {
  background-color: #fafafa;
}

/* line 48, node_modules/bulma/sass/components/message.sass */

.message.is-light .message-header {
  background-color: whitesmoke;
  color: #3e3e3e;
}

/* line 51, node_modules/bulma/sass/components/message.sass */

.message.is-light .message-body {
  border-color: whitesmoke;
  color: #505050;
}

/* line 46, node_modules/bulma/sass/components/message.sass */

.message.is-dark {
  background-color: #fafafa;
}

/* line 48, node_modules/bulma/sass/components/message.sass */

.message.is-dark .message-header {
  background-color: #3e3e3e;
  color: whitesmoke;
}

/* line 51, node_modules/bulma/sass/components/message.sass */

.message.is-dark .message-body {
  border-color: #3e3e3e;
  color: #303030;
}

/* line 46, node_modules/bulma/sass/components/message.sass */

.message.is-primary {
  background-color: #f8fcf8;
}

/* line 48, node_modules/bulma/sass/components/message.sass */

.message.is-primary .message-header {
  background-color: #1c4220;
  color: #fff;
}

/* line 51, node_modules/bulma/sass/components/message.sass */

.message.is-primary .message-body {
  border-color: #1c4220;
  color: #153018;
}

/* line 46, node_modules/bulma/sass/components/message.sass */

.message.is-link {
  background-color: #f6f9fe;
}

/* line 48, node_modules/bulma/sass/components/message.sass */

.message.is-link .message-header {
  background-color: #3273dc;
  color: #fff;
}

/* line 51, node_modules/bulma/sass/components/message.sass */

.message.is-link .message-body {
  border-color: #3273dc;
  color: #22509a;
}

/* line 46, node_modules/bulma/sass/components/message.sass */

.message.is-info,
.comment-form input.message[type="submit"] {
  background-color: #f6fbfe;
}

/* line 48, node_modules/bulma/sass/components/message.sass */

.message.is-info .message-header,
.comment-form input.message[type="submit"] .message-header {
  background-color: #209cee;
  color: #fff;
}

/* line 51, node_modules/bulma/sass/components/message.sass */

.message.is-info .message-body,
.comment-form input.message[type="submit"] .message-body {
  border-color: #209cee;
  color: #12537e;
}

/* line 46, node_modules/bulma/sass/components/message.sass */

.message.is-success {
  background-color: #f6fef9;
}

/* line 48, node_modules/bulma/sass/components/message.sass */

.message.is-success .message-header {
  background-color: #23d160;
  color: #fff;
}

/* line 51, node_modules/bulma/sass/components/message.sass */

.message.is-success .message-body {
  border-color: #23d160;
  color: #0e301a;
}

/* line 46, node_modules/bulma/sass/components/message.sass */

.message.is-warning {
  background-color: #fffdf5;
}

/* line 48, node_modules/bulma/sass/components/message.sass */

.message.is-warning .message-header {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

/* line 51, node_modules/bulma/sass/components/message.sass */

.message.is-warning .message-body {
  border-color: #ffdd57;
  color: #3b3108;
}

/* line 46, node_modules/bulma/sass/components/message.sass */

.message.is-danger {
  background-color: #fff5f7;
}

/* line 48, node_modules/bulma/sass/components/message.sass */

.message.is-danger .message-header {
  background-color: #ff3860;
  color: #fff;
}

/* line 51, node_modules/bulma/sass/components/message.sass */

.message.is-danger .message-body {
  border-color: #ff3860;
  color: #cd0930;
}

/* line 55, node_modules/bulma/sass/components/message.sass */

.message-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #4a4a4a;
  border-radius: 4px 4px 0 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.25;
  padding: 0.75em 1em;
  position: relative;
}

/* line 66, node_modules/bulma/sass/components/message.sass */

.message-header .delete {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 0.75em;
}

/* line 70, node_modules/bulma/sass/components/message.sass */

.message-header + .message-body {
  border-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 75, node_modules/bulma/sass/components/message.sass */

.message-body {
  border-color: #dbdbdb;
  border-radius: 4px;
  border-style: solid;
  border-width: 0 0 0 4px;
  color: #4a4a4a;
  padding: 1.25em 1.5em;
}

/* line 82, node_modules/bulma/sass/components/message.sass */

.message-body code,
.message-body pre {
  background-color: white;
}

/* line 85, node_modules/bulma/sass/components/message.sass */

.message-body pre code {
  background-color: transparent;
}

/* line 31, node_modules/bulma/sass/components/modal.sass */

.modal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}

/* line 41, node_modules/bulma/sass/components/modal.sass */

.modal.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 44, node_modules/bulma/sass/components/modal.sass */

.modal-background {
  background-color: rgba(10, 10, 10, 0.86);
}

/* line 48, node_modules/bulma/sass/components/modal.sass */

.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 769px), print {
  /* line 48, node_modules/bulma/sass/components/modal.sass */

  .modal-content,
  .modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

/* line 61, node_modules/bulma/sass/components/modal.sass */

.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

/* line 70, node_modules/bulma/sass/components/modal.sass */

.modal-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
}

/* line 77, node_modules/bulma/sass/components/modal.sass */

.modal-card-head,
.modal-card-foot {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: whitesmoke;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px;
  position: relative;
}

/* line 87, node_modules/bulma/sass/components/modal.sass */

.modal-card-head {
  border-bottom: 1px solid #dbdbdb;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 92, node_modules/bulma/sass/components/modal.sass */

.modal-card-title {
  color: #363636;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}

/* line 99, node_modules/bulma/sass/components/modal.sass */

.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #dbdbdb;
}

/* line 104, node_modules/bulma/sass/components/modal.sass */

.modal-card-foot .button:not(:last-child),
.modal-card-foot .comment-form input:not(:last-child)[type="submit"],
.comment-form .modal-card-foot input:not(:last-child)[type="submit"] {
  margin-right: 10px;
}

/* line 107, node_modules/bulma/sass/components/modal.sass */

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: white;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

/* line 55, node_modules/bulma/sass/components/navbar.sass */

.navbar {
  background-color: white;
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}

/* line 63, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-white {
  background-color: white;
  color: #0a0a0a;
}

/* line 67, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: #0a0a0a;
}

/* line 72, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-white .navbar-brand > a.navbar-item:hover,
.navbar.is-white .navbar-brand > a.navbar-item.is-active,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}

/* line 77, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: #0a0a0a;
}

/* line 79, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-white .navbar-burger {
  color: #0a0a0a;
}

@media screen and (min-width: 1088px) {
  /* line 84, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-white .navbar-start > .navbar-item,
  .navbar.is-white .navbar-start .navbar-link,
  .navbar.is-white .navbar-end > .navbar-item,
  .navbar.is-white .navbar-end .navbar-link {
    color: #0a0a0a;
  }

  /* line 89, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-white .navbar-start > a.navbar-item:hover,
  .navbar.is-white .navbar-start > a.navbar-item.is-active,
  .navbar.is-white .navbar-start .navbar-link:hover,
  .navbar.is-white .navbar-start .navbar-link.is-active,
  .navbar.is-white .navbar-end > a.navbar-item:hover,
  .navbar.is-white .navbar-end > a.navbar-item.is-active,
  .navbar.is-white .navbar-end .navbar-link:hover,
  .navbar.is-white .navbar-end .navbar-link.is-active {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }

  /* line 94, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-white .navbar-start .navbar-link::after,
  .navbar.is-white .navbar-end .navbar-link::after {
    border-color: #0a0a0a;
  }

  /* line 96, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }

  /* line 102, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: white;
    color: #0a0a0a;
  }
}

/* line 63, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-black {
  background-color: #0a0a0a;
  color: white;
}

/* line 67, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
  color: white;
}

/* line 72, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-black .navbar-brand > a.navbar-item:hover,
.navbar.is-black .navbar-brand > a.navbar-item.is-active,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
  background-color: black;
  color: white;
}

/* line 77, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: white;
}

/* line 79, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-black .navbar-burger {
  color: white;
}

@media screen and (min-width: 1088px) {
  /* line 84, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-black .navbar-start > .navbar-item,
  .navbar.is-black .navbar-start .navbar-link,
  .navbar.is-black .navbar-end > .navbar-item,
  .navbar.is-black .navbar-end .navbar-link {
    color: white;
  }

  /* line 89, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-black .navbar-start > a.navbar-item:hover,
  .navbar.is-black .navbar-start > a.navbar-item.is-active,
  .navbar.is-black .navbar-start .navbar-link:hover,
  .navbar.is-black .navbar-start .navbar-link.is-active,
  .navbar.is-black .navbar-end > a.navbar-item:hover,
  .navbar.is-black .navbar-end > a.navbar-item.is-active,
  .navbar.is-black .navbar-end .navbar-link:hover,
  .navbar.is-black .navbar-end .navbar-link.is-active {
    background-color: black;
    color: white;
  }

  /* line 94, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-black .navbar-start .navbar-link::after,
  .navbar.is-black .navbar-end .navbar-link::after {
    border-color: white;
  }

  /* line 96, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: black;
    color: white;
  }

  /* line 102, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: #0a0a0a;
    color: white;
  }
}

/* line 63, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-light {
  background-color: whitesmoke;
  color: #3e3e3e;
}

/* line 67, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
  color: #3e3e3e;
}

/* line 72, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-light .navbar-brand > a.navbar-item:hover,
.navbar.is-light .navbar-brand > a.navbar-item.is-active,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
  background-color: #e8e8e8;
  color: #3e3e3e;
}

/* line 77, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: #3e3e3e;
}

/* line 79, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-light .navbar-burger {
  color: #3e3e3e;
}

@media screen and (min-width: 1088px) {
  /* line 84, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-light .navbar-start > .navbar-item,
  .navbar.is-light .navbar-start .navbar-link,
  .navbar.is-light .navbar-end > .navbar-item,
  .navbar.is-light .navbar-end .navbar-link {
    color: #3e3e3e;
  }

  /* line 89, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-light .navbar-start > a.navbar-item:hover,
  .navbar.is-light .navbar-start > a.navbar-item.is-active,
  .navbar.is-light .navbar-start .navbar-link:hover,
  .navbar.is-light .navbar-start .navbar-link.is-active,
  .navbar.is-light .navbar-end > a.navbar-item:hover,
  .navbar.is-light .navbar-end > a.navbar-item.is-active,
  .navbar.is-light .navbar-end .navbar-link:hover,
  .navbar.is-light .navbar-end .navbar-link.is-active {
    background-color: #e8e8e8;
    color: #3e3e3e;
  }

  /* line 94, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-light .navbar-start .navbar-link::after,
  .navbar.is-light .navbar-end .navbar-link::after {
    border-color: #3e3e3e;
  }

  /* line 96, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #e8e8e8;
    color: #3e3e3e;
  }

  /* line 102, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #3e3e3e;
  }
}

/* line 63, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-dark {
  background-color: #3e3e3e;
  color: whitesmoke;
}

/* line 67, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
  color: whitesmoke;
}

/* line 72, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-dark .navbar-brand > a.navbar-item:hover,
.navbar.is-dark .navbar-brand > a.navbar-item.is-active,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
  background-color: #313131;
  color: whitesmoke;
}

/* line 77, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: whitesmoke;
}

/* line 79, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-dark .navbar-burger {
  color: whitesmoke;
}

@media screen and (min-width: 1088px) {
  /* line 84, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-dark .navbar-start > .navbar-item,
  .navbar.is-dark .navbar-start .navbar-link,
  .navbar.is-dark .navbar-end > .navbar-item,
  .navbar.is-dark .navbar-end .navbar-link {
    color: whitesmoke;
  }

  /* line 89, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-dark .navbar-start > a.navbar-item:hover,
  .navbar.is-dark .navbar-start > a.navbar-item.is-active,
  .navbar.is-dark .navbar-start .navbar-link:hover,
  .navbar.is-dark .navbar-start .navbar-link.is-active,
  .navbar.is-dark .navbar-end > a.navbar-item:hover,
  .navbar.is-dark .navbar-end > a.navbar-item.is-active,
  .navbar.is-dark .navbar-end .navbar-link:hover,
  .navbar.is-dark .navbar-end .navbar-link.is-active {
    background-color: #313131;
    color: whitesmoke;
  }

  /* line 94, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-dark .navbar-start .navbar-link::after,
  .navbar.is-dark .navbar-end .navbar-link::after {
    border-color: whitesmoke;
  }

  /* line 96, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #313131;
    color: whitesmoke;
  }

  /* line 102, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: #3e3e3e;
    color: whitesmoke;
  }
}

/* line 63, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-primary {
  background-color: #1c4220;
  color: #fff;
}

/* line 67, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
  color: #fff;
}

/* line 72, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-primary .navbar-brand > a.navbar-item:hover,
.navbar.is-primary .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
  background-color: #143017;
  color: #fff;
}

/* line 77, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 79, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-primary .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1088px) {
  /* line 84, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-primary .navbar-start > .navbar-item,
  .navbar.is-primary .navbar-start .navbar-link,
  .navbar.is-primary .navbar-end > .navbar-item,
  .navbar.is-primary .navbar-end .navbar-link {
    color: #fff;
  }

  /* line 89, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-primary .navbar-start > a.navbar-item:hover,
  .navbar.is-primary .navbar-start > a.navbar-item.is-active,
  .navbar.is-primary .navbar-start .navbar-link:hover,
  .navbar.is-primary .navbar-start .navbar-link.is-active,
  .navbar.is-primary .navbar-end > a.navbar-item:hover,
  .navbar.is-primary .navbar-end > a.navbar-item.is-active,
  .navbar.is-primary .navbar-end .navbar-link:hover,
  .navbar.is-primary .navbar-end .navbar-link.is-active {
    background-color: #143017;
    color: #fff;
  }

  /* line 94, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-primary .navbar-start .navbar-link::after,
  .navbar.is-primary .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  /* line 96, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #143017;
    color: #fff;
  }

  /* line 102, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: #1c4220;
    color: #fff;
  }
}

/* line 63, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-link {
  background-color: #3273dc;
  color: #fff;
}

/* line 67, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
  color: #fff;
}

/* line 72, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-link .navbar-brand > a.navbar-item:hover,
.navbar.is-link .navbar-brand > a.navbar-item.is-active,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
  background-color: #2366d1;
  color: #fff;
}

/* line 77, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 79, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-link .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1088px) {
  /* line 84, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-link .navbar-start > .navbar-item,
  .navbar.is-link .navbar-start .navbar-link,
  .navbar.is-link .navbar-end > .navbar-item,
  .navbar.is-link .navbar-end .navbar-link {
    color: #fff;
  }

  /* line 89, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-link .navbar-start > a.navbar-item:hover,
  .navbar.is-link .navbar-start > a.navbar-item.is-active,
  .navbar.is-link .navbar-start .navbar-link:hover,
  .navbar.is-link .navbar-start .navbar-link.is-active,
  .navbar.is-link .navbar-end > a.navbar-item:hover,
  .navbar.is-link .navbar-end > a.navbar-item.is-active,
  .navbar.is-link .navbar-end .navbar-link:hover,
  .navbar.is-link .navbar-end .navbar-link.is-active {
    background-color: #2366d1;
    color: #fff;
  }

  /* line 94, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-link .navbar-start .navbar-link::after,
  .navbar.is-link .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  /* line 96, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #2366d1;
    color: #fff;
  }

  /* line 102, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: #3273dc;
    color: #fff;
  }
}

/* line 63, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-info,
.comment-form input.navbar[type="submit"] {
  background-color: #209cee;
  color: #fff;
}

/* line 67, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-info .navbar-brand > .navbar-item,
.comment-form input.navbar[type="submit"] .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link,
.comment-form input.navbar[type="submit"] .navbar-brand .navbar-link {
  color: #fff;
}

/* line 72, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-info .navbar-brand > a.navbar-item:hover,
.comment-form input.navbar[type="submit"] .navbar-brand > a.navbar-item:hover,
.navbar.is-info .navbar-brand > a.navbar-item.is-active,
.comment-form input.navbar[type="submit"] .navbar-brand > a.navbar-item.is-active,
.navbar.is-info .navbar-brand .navbar-link:hover,
.comment-form input.navbar[type="submit"] .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active,
.comment-form input.navbar[type="submit"] .navbar-brand .navbar-link.is-active {
  background-color: #118fe4;
  color: #fff;
}

/* line 77, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-info .navbar-brand .navbar-link::after,
.comment-form input.navbar[type="submit"] .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 79, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-info .navbar-burger,
.comment-form input.navbar[type="submit"] .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1088px) {
  /* line 84, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-info .navbar-start > .navbar-item,
  .comment-form input.navbar[type="submit"] .navbar-start > .navbar-item,
  .navbar.is-info .navbar-start .navbar-link,
  .comment-form input.navbar[type="submit"] .navbar-start .navbar-link,
  .navbar.is-info .navbar-end > .navbar-item,
  .comment-form input.navbar[type="submit"] .navbar-end > .navbar-item,
  .navbar.is-info .navbar-end .navbar-link,
  .comment-form input.navbar[type="submit"] .navbar-end .navbar-link {
    color: #fff;
  }

  /* line 89, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-info .navbar-start > a.navbar-item:hover,
  .comment-form input.navbar[type="submit"] .navbar-start > a.navbar-item:hover,
  .navbar.is-info .navbar-start > a.navbar-item.is-active,
  .comment-form input.navbar[type="submit"] .navbar-start > a.navbar-item.is-active,
  .navbar.is-info .navbar-start .navbar-link:hover,
  .comment-form input.navbar[type="submit"] .navbar-start .navbar-link:hover,
  .navbar.is-info .navbar-start .navbar-link.is-active,
  .comment-form input.navbar[type="submit"] .navbar-start .navbar-link.is-active,
  .navbar.is-info .navbar-end > a.navbar-item:hover,
  .comment-form input.navbar[type="submit"] .navbar-end > a.navbar-item:hover,
  .navbar.is-info .navbar-end > a.navbar-item.is-active,
  .comment-form input.navbar[type="submit"] .navbar-end > a.navbar-item.is-active,
  .navbar.is-info .navbar-end .navbar-link:hover,
  .comment-form input.navbar[type="submit"] .navbar-end .navbar-link:hover,
  .navbar.is-info .navbar-end .navbar-link.is-active,
  .comment-form input.navbar[type="submit"] .navbar-end .navbar-link.is-active {
    background-color: #118fe4;
    color: #fff;
  }

  /* line 94, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-info .navbar-start .navbar-link::after,
  .comment-form input.navbar[type="submit"] .navbar-start .navbar-link::after,
  .navbar.is-info .navbar-end .navbar-link::after,
  .comment-form input.navbar[type="submit"] .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  /* line 96, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
  .comment-form input.navbar[type="submit"] .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link,
  .comment-form input.navbar[type="submit"] .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #118fe4;
    color: #fff;
  }

  /* line 102, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-info .navbar-dropdown a.navbar-item.is-active,
  .comment-form input.navbar[type="submit"] .navbar-dropdown a.navbar-item.is-active {
    background-color: #209cee;
    color: #fff;
  }
}

/* line 63, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-success {
  background-color: #23d160;
  color: #fff;
}

/* line 67, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
  color: #fff;
}

/* line 72, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-success .navbar-brand > a.navbar-item:hover,
.navbar.is-success .navbar-brand > a.navbar-item.is-active,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
  background-color: #20bc56;
  color: #fff;
}

/* line 77, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 79, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-success .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1088px) {
  /* line 84, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-success .navbar-start > .navbar-item,
  .navbar.is-success .navbar-start .navbar-link,
  .navbar.is-success .navbar-end > .navbar-item,
  .navbar.is-success .navbar-end .navbar-link {
    color: #fff;
  }

  /* line 89, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-success .navbar-start > a.navbar-item:hover,
  .navbar.is-success .navbar-start > a.navbar-item.is-active,
  .navbar.is-success .navbar-start .navbar-link:hover,
  .navbar.is-success .navbar-start .navbar-link.is-active,
  .navbar.is-success .navbar-end > a.navbar-item:hover,
  .navbar.is-success .navbar-end > a.navbar-item.is-active,
  .navbar.is-success .navbar-end .navbar-link:hover,
  .navbar.is-success .navbar-end .navbar-link.is-active {
    background-color: #20bc56;
    color: #fff;
  }

  /* line 94, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-success .navbar-start .navbar-link::after,
  .navbar.is-success .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  /* line 96, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #20bc56;
    color: #fff;
  }

  /* line 102, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: #23d160;
    color: #fff;
  }
}

/* line 63, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

/* line 67, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-warning .navbar-brand > .navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

/* line 72, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-warning .navbar-brand > a.navbar-item:hover,
.navbar.is-warning .navbar-brand > a.navbar-item.is-active,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
  background-color: #ffd83d;
  color: rgba(0, 0, 0, 0.7);
}

/* line 77, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}

/* line 79, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-warning .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1088px) {
  /* line 84, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-warning .navbar-start > .navbar-item,
  .navbar.is-warning .navbar-start .navbar-link,
  .navbar.is-warning .navbar-end > .navbar-item,
  .navbar.is-warning .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }

  /* line 89, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-warning .navbar-start > a.navbar-item:hover,
  .navbar.is-warning .navbar-start > a.navbar-item.is-active,
  .navbar.is-warning .navbar-start .navbar-link:hover,
  .navbar.is-warning .navbar-start .navbar-link.is-active,
  .navbar.is-warning .navbar-end > a.navbar-item:hover,
  .navbar.is-warning .navbar-end > a.navbar-item.is-active,
  .navbar.is-warning .navbar-end .navbar-link:hover,
  .navbar.is-warning .navbar-end .navbar-link.is-active {
    background-color: #ffd83d;
    color: rgba(0, 0, 0, 0.7);
  }

  /* line 94, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-warning .navbar-start .navbar-link::after,
  .navbar.is-warning .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }

  /* line 96, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ffd83d;
    color: rgba(0, 0, 0, 0.7);
  }

  /* line 102, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7);
  }
}

/* line 63, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-danger {
  background-color: #ff3860;
  color: #fff;
}

/* line 67, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-danger .navbar-brand > .navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
  color: #fff;
}

/* line 72, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-danger .navbar-brand > a.navbar-item:hover,
.navbar.is-danger .navbar-brand > a.navbar-item.is-active,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
  background-color: #ff1f4b;
  color: #fff;
}

/* line 77, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 79, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-danger .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1088px) {
  /* line 84, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-danger .navbar-start > .navbar-item,
  .navbar.is-danger .navbar-start .navbar-link,
  .navbar.is-danger .navbar-end > .navbar-item,
  .navbar.is-danger .navbar-end .navbar-link {
    color: #fff;
  }

  /* line 89, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-danger .navbar-start > a.navbar-item:hover,
  .navbar.is-danger .navbar-start > a.navbar-item.is-active,
  .navbar.is-danger .navbar-start .navbar-link:hover,
  .navbar.is-danger .navbar-start .navbar-link.is-active,
  .navbar.is-danger .navbar-end > a.navbar-item:hover,
  .navbar.is-danger .navbar-end > a.navbar-item.is-active,
  .navbar.is-danger .navbar-end .navbar-link:hover,
  .navbar.is-danger .navbar-end .navbar-link.is-active {
    background-color: #ff1f4b;
    color: #fff;
  }

  /* line 94, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-danger .navbar-start .navbar-link::after,
  .navbar.is-danger .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  /* line 96, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ff1f4b;
    color: #fff;
  }

  /* line 102, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: #ff3860;
    color: #fff;
  }
}

/* line 105, node_modules/bulma/sass/components/navbar.sass */

.navbar > .container {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}

/* line 110, node_modules/bulma/sass/components/navbar.sass */

.navbar.has-shadow {
  -webkit-box-shadow: 0 2px 0 0 whitesmoke;
          box-shadow: 0 2px 0 0 whitesmoke;
}

/* line 112, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-fixed-bottom,
.navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}

/* line 115, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-fixed-bottom {
  bottom: 0;
}

/* line 117, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-fixed-bottom.has-shadow {
  -webkit-box-shadow: 0 -2px 0 0 whitesmoke;
          box-shadow: 0 -2px 0 0 whitesmoke;
}

/* line 119, node_modules/bulma/sass/components/navbar.sass */

.navbar.is-fixed-top {
  top: 0;
}

/* line 124, node_modules/bulma/sass/components/navbar.sass */

html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 3.25rem;
}

/* line 126, node_modules/bulma/sass/components/navbar.sass */

html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem;
}

/* line 129, node_modules/bulma/sass/components/navbar.sass */

.navbar-brand,
.navbar-tabs {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 3.25rem;
}

/* line 138, node_modules/bulma/sass/components/navbar.sass */

.navbar-brand a.navbar-item:hover {
  background-color: transparent;
}

/* line 141, node_modules/bulma/sass/components/navbar.sass */

.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}

/* line 147, node_modules/bulma/sass/components/navbar.sass */

.navbar-burger {
  color: #4a4a4a;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}

/* line 33, node_modules/bulma/sass/utilities/mixins.sass */

.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transition-duration: 86ms;
       -o-transition-duration: 86ms;
          transition-duration: 86ms;
  -webkit-transition-property: background-color, opacity, -webkit-transform;
  transition-property: background-color, opacity, -webkit-transform;
  -o-transition-property: background-color, opacity, -o-transform;
  transition-property: background-color, opacity, transform;
  transition-property: background-color, opacity, transform, -webkit-transform, -o-transform;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  width: 16px;
}

/* line 44, node_modules/bulma/sass/utilities/mixins.sass */

.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}

/* line 46, node_modules/bulma/sass/utilities/mixins.sass */

.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}

/* line 48, node_modules/bulma/sass/utilities/mixins.sass */

.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}

/* line 50, node_modules/bulma/sass/utilities/mixins.sass */

.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 55, node_modules/bulma/sass/utilities/mixins.sass */

.navbar-burger.is-active span:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(45deg);
       -o-transform: translateY(5px) rotate(45deg);
          transform: translateY(5px) rotate(45deg);
}

/* line 57, node_modules/bulma/sass/utilities/mixins.sass */

.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}

/* line 59, node_modules/bulma/sass/utilities/mixins.sass */

.navbar-burger.is-active span:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(-45deg);
       -o-transform: translateY(-5px) rotate(-45deg);
          transform: translateY(-5px) rotate(-45deg);
}

/* line 152, node_modules/bulma/sass/components/navbar.sass */

.navbar-menu {
  display: none;
}

/* line 155, node_modules/bulma/sass/components/navbar.sass */

.navbar-item,
.navbar-link {
  color: #4a4a4a;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}

/* line 163, node_modules/bulma/sass/components/navbar.sass */

.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

/* line 167, node_modules/bulma/sass/components/navbar.sass */

a.navbar-item,
.navbar-link {
  cursor: pointer;
}

/* line 170, node_modules/bulma/sass/components/navbar.sass */

a.navbar-item:hover,
a.navbar-item.is-active,
.navbar-link:hover,
.navbar-link.is-active {
  background-color: #fafafa;
  color: #3273dc;
}

/* line 175, node_modules/bulma/sass/components/navbar.sass */

.navbar-item {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 179, node_modules/bulma/sass/components/navbar.sass */

.navbar-item img {
  max-height: 1.75rem;
}

/* line 181, node_modules/bulma/sass/components/navbar.sass */

.navbar-item.has-dropdown {
  padding: 0;
}

/* line 183, node_modules/bulma/sass/components/navbar.sass */

.navbar-item.is-expanded {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

/* line 186, node_modules/bulma/sass/components/navbar.sass */

.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.25rem;
  padding-bottom: calc(0.5rem - 1px);
}

/* line 190, node_modules/bulma/sass/components/navbar.sass */

.navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: #3273dc;
}

/* line 193, node_modules/bulma/sass/components/navbar.sass */

.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: #3273dc;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #3273dc;
  padding-bottom: calc(0.5rem - 3px);
}

/* line 201, node_modules/bulma/sass/components/navbar.sass */

.navbar-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

/* line 205, node_modules/bulma/sass/components/navbar.sass */

.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em;
}

/* line 207, node_modules/bulma/sass/components/navbar.sass */

.navbar-link:not(.is-arrowless)::after {
  border-color: #3273dc;
  margin-top: -0.375em;
  right: 1.125em;
}

/* line 213, node_modules/bulma/sass/components/navbar.sass */

.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

/* line 217, node_modules/bulma/sass/components/navbar.sass */

.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 221, node_modules/bulma/sass/components/navbar.sass */

.navbar-divider {
  background-color: whitesmoke;
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0;
}

@media screen and (max-width: 1087px) {
  /* line 229, node_modules/bulma/sass/components/navbar.sass */

  .navbar > .container {
    display: block;
  }

  /* line 233, node_modules/bulma/sass/components/navbar.sass */

  .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 237, node_modules/bulma/sass/components/navbar.sass */

  .navbar-link::after {
    display: none;
  }

  /* line 239, node_modules/bulma/sass/components/navbar.sass */

  .navbar-menu {
    background-color: white;
    -webkit-box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
            box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0;
  }

  /* line 243, node_modules/bulma/sass/components/navbar.sass */

  .navbar-menu.is-active {
    display: block;
  }

  /* line 247, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-fixed-bottom-touch,
  .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }

  /* line 250, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-fixed-bottom-touch {
    bottom: 0;
  }

  /* line 252, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-fixed-bottom-touch.has-shadow {
    -webkit-box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
            box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }

  /* line 254, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-fixed-top-touch {
    top: 0;
  }

  /* line 258, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-fixed-top .navbar-menu,
  .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto;
  }

  /* line 264, node_modules/bulma/sass/components/navbar.sass */

  html.has-navbar-fixed-top-touch,
  body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }

  /* line 266, node_modules/bulma/sass/components/navbar.sass */

  html.has-navbar-fixed-bottom-touch,
  body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem;
  }
}

@media screen and (min-width: 1088px) {
  /* line 270, node_modules/bulma/sass/components/navbar.sass */

  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 276, node_modules/bulma/sass/components/navbar.sass */

  .navbar {
    min-height: 3.25rem;
  }

  /* line 278, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-spaced {
    padding: 1rem 2rem;
  }

  /* line 280, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-spaced .navbar-start,
  .navbar.is-spaced .navbar-end {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  /* line 283, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-spaced a.navbar-item,
  .navbar.is-spaced .navbar-link {
    border-radius: 4px;
  }

  /* line 289, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-transparent a.navbar-item:hover,
  .navbar.is-transparent a.navbar-item.is-active,
  .navbar.is-transparent .navbar-link:hover,
  .navbar.is-transparent .navbar-link.is-active {
    background-color: transparent !important;
  }

  /* line 295, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,
  .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
    background-color: transparent !important;
  }

  /* line 299, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }

  /* line 302, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #3273dc;
  }

  /* line 305, node_modules/bulma/sass/components/navbar.sass */

  .navbar-burger {
    display: none;
  }

  /* line 307, node_modules/bulma/sass/components/navbar.sass */

  .navbar-item,
  .navbar-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 311, node_modules/bulma/sass/components/navbar.sass */

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

  /* line 313, node_modules/bulma/sass/components/navbar.sass */

  .navbar-item.has-dropdown {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  /* line 316, node_modules/bulma/sass/components/navbar.sass */

  .navbar-item.has-dropdown-up .navbar-link::after {
    -webkit-transform: rotate(135deg) translate(0.25em, -0.25em);
         -o-transform: rotate(135deg) translate(0.25em, -0.25em);
            transform: rotate(135deg) translate(0.25em, -0.25em);
  }

  /* line 318, node_modules/bulma/sass/components/navbar.sass */

  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 2px solid #dbdbdb;
    border-radius: 6px 6px 0 0;
    border-top: none;
    bottom: 100%;
    -webkit-box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
            box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
    top: auto;
  }

  /* line 327, node_modules/bulma/sass/components/navbar.sass */

  .navbar-item.is-active .navbar-dropdown,
  .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
  }

  /* line 329, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-spaced .navbar-item.is-active .navbar-dropdown,
  .navbar-item.is-active .navbar-dropdown.is-boxed,
  .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown,
  .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }

  /* line 334, node_modules/bulma/sass/components/navbar.sass */

  .navbar-menu {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  /* line 337, node_modules/bulma/sass/components/navbar.sass */

  .navbar-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: auto;
  }

  /* line 340, node_modules/bulma/sass/components/navbar.sass */

  .navbar-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: auto;
  }

  /* line 343, node_modules/bulma/sass/components/navbar.sass */

  .navbar-dropdown {
    background-color: white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid #dbdbdb;
    -webkit-box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
            box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }

  /* line 356, node_modules/bulma/sass/components/navbar.sass */

  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }

  /* line 359, node_modules/bulma/sass/components/navbar.sass */

  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }

  /* line 361, node_modules/bulma/sass/components/navbar.sass */

  .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }

  /* line 364, node_modules/bulma/sass/components/navbar.sass */

  .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #3273dc;
  }

  /* line 367, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-spaced .navbar-dropdown,
  .navbar-dropdown.is-boxed {
    border-radius: 6px;
    border-top: none;
    -webkit-box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
            box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + (-4px));
    -webkit-transform: translateY(-5px);
         -o-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-transition-duration: 86ms;
         -o-transition-duration: 86ms;
            transition-duration: 86ms;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform, -o-transform;
  }

  /* line 379, node_modules/bulma/sass/components/navbar.sass */

  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }

  /* line 382, node_modules/bulma/sass/components/navbar.sass */

  .navbar-divider {
    display: block;
  }

  /* line 386, node_modules/bulma/sass/components/navbar.sass */

  .navbar > .container .navbar-brand,
  .container > .navbar .navbar-brand {
    margin-left: -.75rem;
  }

  /* line 388, node_modules/bulma/sass/components/navbar.sass */

  .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
    margin-right: -.75rem;
  }

  /* line 392, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-fixed-bottom-desktop,
  .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }

  /* line 395, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-fixed-bottom-desktop {
    bottom: 0;
  }

  /* line 397, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-fixed-bottom-desktop.has-shadow {
    -webkit-box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
            box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }

  /* line 399, node_modules/bulma/sass/components/navbar.sass */

  .navbar.is-fixed-top-desktop {
    top: 0;
  }

  /* line 403, node_modules/bulma/sass/components/navbar.sass */

  html.has-navbar-fixed-top-desktop,
  body.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem;
  }

  /* line 405, node_modules/bulma/sass/components/navbar.sass */

  html.has-navbar-fixed-bottom-desktop,
  body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem;
  }

  /* line 407, node_modules/bulma/sass/components/navbar.sass */

  html.has-spaced-navbar-fixed-top,
  body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem;
  }

  /* line 409, node_modules/bulma/sass/components/navbar.sass */

  html.has-spaced-navbar-fixed-bottom,
  body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem;
  }

  /* line 414, node_modules/bulma/sass/components/navbar.sass */

  a.navbar-item.is-active,
  .navbar-link.is-active {
    color: #0a0a0a;
  }

  /* line 416, node_modules/bulma/sass/components/navbar.sass */

  a.navbar-item.is-active:not(:hover),
  .navbar-link.is-active:not(:hover) {
    background-color: transparent;
  }

  /* line 421, node_modules/bulma/sass/components/navbar.sass */

  .navbar-item.has-dropdown:hover .navbar-link,
  .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #fafafa;
  }
}

/* line 427, node_modules/bulma/sass/components/navbar.sass */

.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem);
}

/* line 27, node_modules/bulma/sass/components/pagination.sass */

.pagination {
  font-size: 1rem;
  margin: -0.25rem;
}

/* line 31, node_modules/bulma/sass/components/pagination.sass */

.pagination.is-small {
  font-size: 0.75rem;
}

/* line 33, node_modules/bulma/sass/components/pagination.sass */

.pagination.is-medium {
  font-size: 1.25rem;
}

/* line 35, node_modules/bulma/sass/components/pagination.sass */

.pagination.is-large {
  font-size: 1.5rem;
}

/* line 38, node_modules/bulma/sass/components/pagination.sass */

.pagination.is-rounded .pagination-previous,
.pagination.is-rounded .pagination-next {
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 290486px;
}

/* line 43, node_modules/bulma/sass/components/pagination.sass */

.pagination.is-rounded .pagination-link {
  border-radius: 290486px;
}

/* line 46, node_modules/bulma/sass/components/pagination.sass */

.pagination,
.pagination-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

/* line 53, node_modules/bulma/sass/components/pagination.sass */

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  font-size: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.25rem;
  text-align: center;
}

/* line 66, node_modules/bulma/sass/components/pagination.sass */

.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: #dbdbdb;
  color: #363636;
  min-width: 2.25em;
}

/* line 72, node_modules/bulma/sass/components/pagination.sass */

.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
  border-color: #b5b5b5;
  color: #363636;
}

/* line 75, node_modules/bulma/sass/components/pagination.sass */

.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: #3273dc;
}

/* line 77, node_modules/bulma/sass/components/pagination.sass */

.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
}

/* line 79, node_modules/bulma/sass/components/pagination.sass */

.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled] {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #7a7a7a;
  opacity: 0.5;
}

/* line 86, node_modules/bulma/sass/components/pagination.sass */

.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

/* line 93, node_modules/bulma/sass/components/pagination.sass */

.pagination-link.is-current {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
}

/* line 98, node_modules/bulma/sass/components/pagination.sass */

.pagination-ellipsis {
  color: #b5b5b5;
  pointer-events: none;
}

/* line 102, node_modules/bulma/sass/components/pagination.sass */

.pagination-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  /* line 106, node_modules/bulma/sass/components/pagination.sass */

  .pagination {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 108, node_modules/bulma/sass/components/pagination.sass */

  .pagination-previous,
  .pagination-next {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  /* line 113, node_modules/bulma/sass/components/pagination.sass */

  .pagination-list li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}

@media screen and (min-width: 769px), print {
  /* line 118, node_modules/bulma/sass/components/pagination.sass */

  .pagination-list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 123, node_modules/bulma/sass/components/pagination.sass */

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

  /* line 125, node_modules/bulma/sass/components/pagination.sass */

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

  /* line 127, node_modules/bulma/sass/components/pagination.sass */

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

  /* line 130, node_modules/bulma/sass/components/pagination.sass */

  .pagination.is-centered .pagination-previous {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 132, node_modules/bulma/sass/components/pagination.sass */

  .pagination.is-centered .pagination-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 135, node_modules/bulma/sass/components/pagination.sass */

  .pagination.is-centered .pagination-next {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  /* line 138, node_modules/bulma/sass/components/pagination.sass */

  .pagination.is-right .pagination-previous {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 140, node_modules/bulma/sass/components/pagination.sass */

  .pagination.is-right .pagination-next {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 142, node_modules/bulma/sass/components/pagination.sass */

  .pagination.is-right .pagination-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

/* line 26, node_modules/bulma/sass/components/panel.sass */

.panel {
  font-size: 1rem;
}

/* line 28, node_modules/bulma/sass/components/panel.sass */

.panel:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 31, node_modules/bulma/sass/components/panel.sass */

.panel-heading,
.panel-tabs,
.panel-block {
  border-bottom: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
}

/* line 37, node_modules/bulma/sass/components/panel.sass */

.panel-heading:first-child,
.panel-tabs:first-child,
.panel-block:first-child {
  border-top: 1px solid #dbdbdb;
}

/* line 40, node_modules/bulma/sass/components/panel.sass */

.panel-heading {
  background-color: whitesmoke;
  border-radius: 4px 4px 0 0;
  color: #363636;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.25;
  padding: 0.5em 0.75em;
}

/* line 49, node_modules/bulma/sass/components/panel.sass */

.panel-tabs {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 54, node_modules/bulma/sass/components/panel.sass */

.panel-tabs a {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: -1px;
  padding: 0.5em;
}

/* line 59, node_modules/bulma/sass/components/panel.sass */

.panel-tabs a.is-active {
  border-bottom-color: #4a4a4a;
  color: #363636;
}

/* line 64, node_modules/bulma/sass/components/panel.sass */

.panel-list a {
  color: #4a4a4a;
}

/* line 66, node_modules/bulma/sass/components/panel.sass */

.panel-list a:hover {
  color: #3273dc;
}

/* line 69, node_modules/bulma/sass/components/panel.sass */

.panel-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #363636;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0.5em 0.75em;
}

/* line 75, node_modules/bulma/sass/components/panel.sass */

.panel-block input[type="checkbox"] {
  margin-right: 0.75em;
}

/* line 77, node_modules/bulma/sass/components/panel.sass */

.panel-block > .control {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
}

/* line 81, node_modules/bulma/sass/components/panel.sass */

.panel-block.is-wrapped {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 83, node_modules/bulma/sass/components/panel.sass */

.panel-block.is-active {
  border-left-color: #3273dc;
  color: #363636;
}

/* line 86, node_modules/bulma/sass/components/panel.sass */

.panel-block.is-active .panel-icon {
  color: #3273dc;
}

/* line 89, node_modules/bulma/sass/components/panel.sass */

a.panel-block,
label.panel-block {
  cursor: pointer;
}

/* line 92, node_modules/bulma/sass/components/panel.sass */

a.panel-block:hover,
label.panel-block:hover {
  background-color: whitesmoke;
}

/* line 95, node_modules/bulma/sass/components/panel.sass */

.panel-icon {
  display: inline-block;
  font-size: 14px;
  height: 1em;
  line-height: 1em;
  text-align: center;
  vertical-align: top;
  width: 1em;
  color: #7a7a7a;
  margin-right: 0.75em;
}

/* line 99, node_modules/bulma/sass/components/panel.sass */

.panel-icon .fa {
  font-size: inherit;
  line-height: inherit;
}

/* line 29, node_modules/bulma/sass/components/tabs.sass */

.tabs {
  -webkit-overflow-scrolling: touch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

/* line 40, node_modules/bulma/sass/components/tabs.sass */

.tabs a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #4a4a4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
}

/* line 51, node_modules/bulma/sass/components/tabs.sass */

.tabs a:hover {
  border-bottom-color: #363636;
  color: #363636;
}

/* line 54, node_modules/bulma/sass/components/tabs.sass */

.tabs li {
  display: block;
}

/* line 57, node_modules/bulma/sass/components/tabs.sass */

.tabs li.is-active a {
  border-bottom-color: #3273dc;
  color: #3273dc;
}

/* line 60, node_modules/bulma/sass/components/tabs.sass */

.tabs ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 69, node_modules/bulma/sass/components/tabs.sass */

.tabs ul.is-left {
  padding-right: 0.75em;
}

/* line 71, node_modules/bulma/sass/components/tabs.sass */

.tabs ul.is-center {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}

/* line 76, node_modules/bulma/sass/components/tabs.sass */

.tabs ul.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 0.75em;
}

/* line 80, node_modules/bulma/sass/components/tabs.sass */

.tabs .icon:first-child {
  margin-right: 0.5em;
}

/* line 82, node_modules/bulma/sass/components/tabs.sass */

.tabs .icon:last-child {
  margin-left: 0.5em;
}

/* line 86, node_modules/bulma/sass/components/tabs.sass */

.tabs.is-centered ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 89, node_modules/bulma/sass/components/tabs.sass */

.tabs.is-right ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 93, node_modules/bulma/sass/components/tabs.sass */

.tabs.is-boxed a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 96, node_modules/bulma/sass/components/tabs.sass */

.tabs.is-boxed a:hover {
  background-color: whitesmoke;
  border-bottom-color: #dbdbdb;
}

/* line 101, node_modules/bulma/sass/components/tabs.sass */

.tabs.is-boxed li.is-active a {
  background-color: white;
  border-color: #dbdbdb;
  border-bottom-color: transparent !important;
}

/* line 106, node_modules/bulma/sass/components/tabs.sass */

.tabs.is-fullwidth li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 110, node_modules/bulma/sass/components/tabs.sass */

.tabs.is-toggle a {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}

/* line 116, node_modules/bulma/sass/components/tabs.sass */

.tabs.is-toggle a:hover {
  background-color: whitesmoke;
  border-color: #b5b5b5;
  z-index: 2;
}

/* line 121, node_modules/bulma/sass/components/tabs.sass */

.tabs.is-toggle li + li {
  margin-left: -1px;
}

/* line 123, node_modules/bulma/sass/components/tabs.sass */

.tabs.is-toggle li:first-child a {
  border-radius: 4px 0 0 4px;
}

/* line 125, node_modules/bulma/sass/components/tabs.sass */

.tabs.is-toggle li:last-child a {
  border-radius: 0 4px 4px 0;
}

/* line 128, node_modules/bulma/sass/components/tabs.sass */

.tabs.is-toggle li.is-active a {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
  z-index: 1;
}

/* line 133, node_modules/bulma/sass/components/tabs.sass */

.tabs.is-toggle ul {
  border-bottom: none;
}

/* line 137, node_modules/bulma/sass/components/tabs.sass */

.tabs.is-toggle.is-toggle-rounded li:first-child a {
  border-bottom-left-radius: 290486px;
  border-top-left-radius: 290486px;
  padding-left: 1.25em;
}

/* line 141, node_modules/bulma/sass/components/tabs.sass */

.tabs.is-toggle.is-toggle-rounded li:last-child a {
  border-bottom-right-radius: 290486px;
  border-top-right-radius: 290486px;
  padding-right: 1.25em;
}

/* line 146, node_modules/bulma/sass/components/tabs.sass */

.tabs.is-small {
  font-size: 0.75rem;
}

/* line 148, node_modules/bulma/sass/components/tabs.sass */

.tabs.is-medium {
  font-size: 1.25rem;
}

/* line 150, node_modules/bulma/sass/components/tabs.sass */

.tabs.is-large {
  font-size: 1.5rem;
}

/* line 3, node_modules/bulma/sass/grid/columns.sass */

.column {
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 0.75rem;
}

/* line 9, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-narrow {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

/* line 11, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-full {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

/* line 14, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-three-quarters {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 75%;
}

/* line 17, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-two-thirds {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 66.6666%;
}

/* line 20, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-half {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}

/* line 23, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-one-third {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.3333%;
}

/* line 26, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-one-quarter {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}

/* line 29, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-one-fifth {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20%;
}

/* line 32, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-two-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 40%;
}

/* line 35, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-three-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 60%;
}

/* line 38, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-four-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 80%;
}

/* line 41, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}

/* line 43, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}

/* line 45, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}

/* line 47, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}

/* line 49, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}

/* line 51, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}

/* line 53, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}

/* line 55, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}

/* line 57, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}

/* line 60, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-1 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 8.33333%;
}

/* line 63, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-2 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 16.66667%;
}

/* line 63, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-3 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}

/* line 63, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}

/* line 60, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-4 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.33333%;
}

/* line 63, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-5 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 41.66667%;
}

/* line 63, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-6 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}

/* line 63, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}

/* line 60, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-7 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 58.33333%;
}

/* line 63, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-8 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 66.66667%;
}

/* line 63, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-9 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 75%;
}

/* line 63, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}

/* line 60, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-10 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 83.33333%;
}

/* line 63, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-11 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 91.66667%;
}

/* line 63, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-12 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

/* line 63, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 768px) {
  /* line 66, node_modules/bulma/sass/grid/columns.sass */

  .column.is-narrow-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  /* line 68, node_modules/bulma/sass/grid/columns.sass */

  .column.is-full-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  /* line 71, node_modules/bulma/sass/grid/columns.sass */

  .column.is-three-quarters-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  /* line 74, node_modules/bulma/sass/grid/columns.sass */

  .column.is-two-thirds-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  /* line 77, node_modules/bulma/sass/grid/columns.sass */

  .column.is-half-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  /* line 80, node_modules/bulma/sass/grid/columns.sass */

  .column.is-one-third-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  /* line 83, node_modules/bulma/sass/grid/columns.sass */

  .column.is-one-quarter-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  /* line 86, node_modules/bulma/sass/grid/columns.sass */

  .column.is-one-fifth-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }

  /* line 89, node_modules/bulma/sass/grid/columns.sass */

  .column.is-two-fifths-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }

  /* line 92, node_modules/bulma/sass/grid/columns.sass */

  .column.is-three-fifths-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }

  /* line 95, node_modules/bulma/sass/grid/columns.sass */

  .column.is-four-fifths-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }

  /* line 98, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }

  /* line 100, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }

  /* line 102, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-half-mobile {
    margin-left: 50%;
  }

  /* line 104, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }

  /* line 106, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }

  /* line 108, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }

  /* line 110, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }

  /* line 112, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }

  /* line 114, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }

  /* line 117, node_modules/bulma/sass/grid/columns.sass */

  .column.is-1-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }

  /* line 120, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-1-mobile {
    margin-left: 8.33333%;
  }

  /* line 117, node_modules/bulma/sass/grid/columns.sass */

  .column.is-2-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }

  /* line 120, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-2-mobile {
    margin-left: 16.66667%;
  }

  /* line 117, node_modules/bulma/sass/grid/columns.sass */

  .column.is-3-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  /* line 120, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-3-mobile {
    margin-left: 25%;
  }

  /* line 117, node_modules/bulma/sass/grid/columns.sass */

  .column.is-4-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }

  /* line 120, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-4-mobile {
    margin-left: 33.33333%;
  }

  /* line 117, node_modules/bulma/sass/grid/columns.sass */

  .column.is-5-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }

  /* line 120, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-5-mobile {
    margin-left: 41.66667%;
  }

  /* line 117, node_modules/bulma/sass/grid/columns.sass */

  .column.is-6-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  /* line 120, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-6-mobile {
    margin-left: 50%;
  }

  /* line 117, node_modules/bulma/sass/grid/columns.sass */

  .column.is-7-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }

  /* line 120, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-7-mobile {
    margin-left: 58.33333%;
  }

  /* line 117, node_modules/bulma/sass/grid/columns.sass */

  .column.is-8-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }

  /* line 120, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-8-mobile {
    margin-left: 66.66667%;
  }

  /* line 117, node_modules/bulma/sass/grid/columns.sass */

  .column.is-9-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  /* line 120, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-9-mobile {
    margin-left: 75%;
  }

  /* line 117, node_modules/bulma/sass/grid/columns.sass */

  .column.is-10-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }

  /* line 120, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-10-mobile {
    margin-left: 83.33333%;
  }

  /* line 117, node_modules/bulma/sass/grid/columns.sass */

  .column.is-11-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }

  /* line 120, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-11-mobile {
    margin-left: 91.66667%;
  }

  /* line 117, node_modules/bulma/sass/grid/columns.sass */

  .column.is-12-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  /* line 120, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (min-width: 769px), print {
  /* line 123, node_modules/bulma/sass/grid/columns.sass */

  .column.is-narrow,
  .column.is-narrow-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  /* line 126, node_modules/bulma/sass/grid/columns.sass */

  .column.is-full,
  .column.is-full-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  /* line 130, node_modules/bulma/sass/grid/columns.sass */

  .column.is-three-quarters,
  .column.is-three-quarters-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  /* line 134, node_modules/bulma/sass/grid/columns.sass */

  .column.is-two-thirds,
  .column.is-two-thirds-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  /* line 138, node_modules/bulma/sass/grid/columns.sass */

  .column.is-half,
  .column.is-half-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  /* line 142, node_modules/bulma/sass/grid/columns.sass */

  .column.is-one-third,
  .column.is-one-third-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  /* line 146, node_modules/bulma/sass/grid/columns.sass */

  .column.is-one-quarter,
  .column.is-one-quarter-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  /* line 150, node_modules/bulma/sass/grid/columns.sass */

  .column.is-one-fifth,
  .column.is-one-fifth-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }

  /* line 154, node_modules/bulma/sass/grid/columns.sass */

  .column.is-two-fifths,
  .column.is-two-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }

  /* line 158, node_modules/bulma/sass/grid/columns.sass */

  .column.is-three-fifths,
  .column.is-three-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }

  /* line 162, node_modules/bulma/sass/grid/columns.sass */

  .column.is-four-fifths,
  .column.is-four-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }

  /* line 166, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-three-quarters,
  .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }

  /* line 169, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-two-thirds,
  .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }

  /* line 172, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-half,
  .column.is-offset-half-tablet {
    margin-left: 50%;
  }

  /* line 175, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-one-third,
  .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }

  /* line 178, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-one-quarter,
  .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }

  /* line 181, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-one-fifth,
  .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }

  /* line 184, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-two-fifths,
  .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }

  /* line 187, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-three-fifths,
  .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }

  /* line 190, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-four-fifths,
  .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }

  /* line 194, node_modules/bulma/sass/grid/columns.sass */

  .column.is-1,
  .column.is-1-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }

  /* line 198, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-1,
  .column.is-offset-1-tablet {
    margin-left: 8.33333%;
  }

  /* line 194, node_modules/bulma/sass/grid/columns.sass */

  .column.is-2,
  .column.is-2-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }

  /* line 198, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-2,
  .column.is-offset-2-tablet {
    margin-left: 16.66667%;
  }

  /* line 194, node_modules/bulma/sass/grid/columns.sass */

  .column.is-3,
  .column.is-3-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  /* line 198, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-3,
  .column.is-offset-3-tablet {
    margin-left: 25%;
  }

  /* line 194, node_modules/bulma/sass/grid/columns.sass */

  .column.is-4,
  .column.is-4-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }

  /* line 198, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-4,
  .column.is-offset-4-tablet {
    margin-left: 33.33333%;
  }

  /* line 194, node_modules/bulma/sass/grid/columns.sass */

  .column.is-5,
  .column.is-5-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }

  /* line 198, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-5,
  .column.is-offset-5-tablet {
    margin-left: 41.66667%;
  }

  /* line 194, node_modules/bulma/sass/grid/columns.sass */

  .column.is-6,
  .column.is-6-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  /* line 198, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-6,
  .column.is-offset-6-tablet {
    margin-left: 50%;
  }

  /* line 194, node_modules/bulma/sass/grid/columns.sass */

  .column.is-7,
  .column.is-7-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }

  /* line 198, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-7,
  .column.is-offset-7-tablet {
    margin-left: 58.33333%;
  }

  /* line 194, node_modules/bulma/sass/grid/columns.sass */

  .column.is-8,
  .column.is-8-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }

  /* line 198, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-8,
  .column.is-offset-8-tablet {
    margin-left: 66.66667%;
  }

  /* line 194, node_modules/bulma/sass/grid/columns.sass */

  .column.is-9,
  .column.is-9-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  /* line 198, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-9,
  .column.is-offset-9-tablet {
    margin-left: 75%;
  }

  /* line 194, node_modules/bulma/sass/grid/columns.sass */

  .column.is-10,
  .column.is-10-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }

  /* line 198, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-10,
  .column.is-offset-10-tablet {
    margin-left: 83.33333%;
  }

  /* line 194, node_modules/bulma/sass/grid/columns.sass */

  .column.is-11,
  .column.is-11-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }

  /* line 198, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-11,
  .column.is-offset-11-tablet {
    margin-left: 91.66667%;
  }

  /* line 194, node_modules/bulma/sass/grid/columns.sass */

  .column.is-12,
  .column.is-12-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  /* line 198, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-12,
  .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (max-width: 1087px) {
  /* line 202, node_modules/bulma/sass/grid/columns.sass */

  .column.is-narrow-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  /* line 204, node_modules/bulma/sass/grid/columns.sass */

  .column.is-full-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  /* line 207, node_modules/bulma/sass/grid/columns.sass */

  .column.is-three-quarters-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  /* line 210, node_modules/bulma/sass/grid/columns.sass */

  .column.is-two-thirds-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  /* line 213, node_modules/bulma/sass/grid/columns.sass */

  .column.is-half-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  /* line 216, node_modules/bulma/sass/grid/columns.sass */

  .column.is-one-third-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  /* line 219, node_modules/bulma/sass/grid/columns.sass */

  .column.is-one-quarter-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  /* line 222, node_modules/bulma/sass/grid/columns.sass */

  .column.is-one-fifth-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }

  /* line 225, node_modules/bulma/sass/grid/columns.sass */

  .column.is-two-fifths-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }

  /* line 228, node_modules/bulma/sass/grid/columns.sass */

  .column.is-three-fifths-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }

  /* line 231, node_modules/bulma/sass/grid/columns.sass */

  .column.is-four-fifths-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }

  /* line 234, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }

  /* line 236, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }

  /* line 238, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-half-touch {
    margin-left: 50%;
  }

  /* line 240, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }

  /* line 242, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }

  /* line 244, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }

  /* line 246, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }

  /* line 248, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }

  /* line 250, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }

  /* line 253, node_modules/bulma/sass/grid/columns.sass */

  .column.is-1-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }

  /* line 256, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-1-touch {
    margin-left: 8.33333%;
  }

  /* line 253, node_modules/bulma/sass/grid/columns.sass */

  .column.is-2-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }

  /* line 256, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-2-touch {
    margin-left: 16.66667%;
  }

  /* line 253, node_modules/bulma/sass/grid/columns.sass */

  .column.is-3-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  /* line 256, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-3-touch {
    margin-left: 25%;
  }

  /* line 253, node_modules/bulma/sass/grid/columns.sass */

  .column.is-4-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }

  /* line 256, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-4-touch {
    margin-left: 33.33333%;
  }

  /* line 253, node_modules/bulma/sass/grid/columns.sass */

  .column.is-5-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }

  /* line 256, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-5-touch {
    margin-left: 41.66667%;
  }

  /* line 253, node_modules/bulma/sass/grid/columns.sass */

  .column.is-6-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  /* line 256, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-6-touch {
    margin-left: 50%;
  }

  /* line 253, node_modules/bulma/sass/grid/columns.sass */

  .column.is-7-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }

  /* line 256, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-7-touch {
    margin-left: 58.33333%;
  }

  /* line 253, node_modules/bulma/sass/grid/columns.sass */

  .column.is-8-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }

  /* line 256, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-8-touch {
    margin-left: 66.66667%;
  }

  /* line 253, node_modules/bulma/sass/grid/columns.sass */

  .column.is-9-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  /* line 256, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-9-touch {
    margin-left: 75%;
  }

  /* line 253, node_modules/bulma/sass/grid/columns.sass */

  .column.is-10-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }

  /* line 256, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-10-touch {
    margin-left: 83.33333%;
  }

  /* line 253, node_modules/bulma/sass/grid/columns.sass */

  .column.is-11-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }

  /* line 256, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-11-touch {
    margin-left: 91.66667%;
  }

  /* line 253, node_modules/bulma/sass/grid/columns.sass */

  .column.is-12-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  /* line 256, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1088px) {
  /* line 259, node_modules/bulma/sass/grid/columns.sass */

  .column.is-narrow-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  /* line 261, node_modules/bulma/sass/grid/columns.sass */

  .column.is-full-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  /* line 264, node_modules/bulma/sass/grid/columns.sass */

  .column.is-three-quarters-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  /* line 267, node_modules/bulma/sass/grid/columns.sass */

  .column.is-two-thirds-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  /* line 270, node_modules/bulma/sass/grid/columns.sass */

  .column.is-half-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  /* line 273, node_modules/bulma/sass/grid/columns.sass */

  .column.is-one-third-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  /* line 276, node_modules/bulma/sass/grid/columns.sass */

  .column.is-one-quarter-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  /* line 279, node_modules/bulma/sass/grid/columns.sass */

  .column.is-one-fifth-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }

  /* line 282, node_modules/bulma/sass/grid/columns.sass */

  .column.is-two-fifths-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }

  /* line 285, node_modules/bulma/sass/grid/columns.sass */

  .column.is-three-fifths-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }

  /* line 288, node_modules/bulma/sass/grid/columns.sass */

  .column.is-four-fifths-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }

  /* line 291, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }

  /* line 293, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }

  /* line 295, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-half-desktop {
    margin-left: 50%;
  }

  /* line 297, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }

  /* line 299, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }

  /* line 301, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }

  /* line 303, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }

  /* line 305, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }

  /* line 307, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }

  /* line 310, node_modules/bulma/sass/grid/columns.sass */

  .column.is-1-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }

  /* line 313, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-1-desktop {
    margin-left: 8.33333%;
  }

  /* line 310, node_modules/bulma/sass/grid/columns.sass */

  .column.is-2-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }

  /* line 313, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-2-desktop {
    margin-left: 16.66667%;
  }

  /* line 310, node_modules/bulma/sass/grid/columns.sass */

  .column.is-3-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  /* line 313, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-3-desktop {
    margin-left: 25%;
  }

  /* line 310, node_modules/bulma/sass/grid/columns.sass */

  .column.is-4-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }

  /* line 313, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-4-desktop {
    margin-left: 33.33333%;
  }

  /* line 310, node_modules/bulma/sass/grid/columns.sass */

  .column.is-5-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }

  /* line 313, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-5-desktop {
    margin-left: 41.66667%;
  }

  /* line 310, node_modules/bulma/sass/grid/columns.sass */

  .column.is-6-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  /* line 313, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-6-desktop {
    margin-left: 50%;
  }

  /* line 310, node_modules/bulma/sass/grid/columns.sass */

  .column.is-7-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }

  /* line 313, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-7-desktop {
    margin-left: 58.33333%;
  }

  /* line 310, node_modules/bulma/sass/grid/columns.sass */

  .column.is-8-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }

  /* line 313, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-8-desktop {
    margin-left: 66.66667%;
  }

  /* line 310, node_modules/bulma/sass/grid/columns.sass */

  .column.is-9-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  /* line 313, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-9-desktop {
    margin-left: 75%;
  }

  /* line 310, node_modules/bulma/sass/grid/columns.sass */

  .column.is-10-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }

  /* line 313, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-10-desktop {
    margin-left: 83.33333%;
  }

  /* line 310, node_modules/bulma/sass/grid/columns.sass */

  .column.is-11-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }

  /* line 313, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-11-desktop {
    margin-left: 91.66667%;
  }

  /* line 310, node_modules/bulma/sass/grid/columns.sass */

  .column.is-12-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  /* line 313, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1280px) {
  /* line 316, node_modules/bulma/sass/grid/columns.sass */

  .column.is-narrow-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  /* line 318, node_modules/bulma/sass/grid/columns.sass */

  .column.is-full-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  /* line 321, node_modules/bulma/sass/grid/columns.sass */

  .column.is-three-quarters-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  /* line 324, node_modules/bulma/sass/grid/columns.sass */

  .column.is-two-thirds-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  /* line 327, node_modules/bulma/sass/grid/columns.sass */

  .column.is-half-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  /* line 330, node_modules/bulma/sass/grid/columns.sass */

  .column.is-one-third-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  /* line 333, node_modules/bulma/sass/grid/columns.sass */

  .column.is-one-quarter-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  /* line 336, node_modules/bulma/sass/grid/columns.sass */

  .column.is-one-fifth-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }

  /* line 339, node_modules/bulma/sass/grid/columns.sass */

  .column.is-two-fifths-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }

  /* line 342, node_modules/bulma/sass/grid/columns.sass */

  .column.is-three-fifths-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }

  /* line 345, node_modules/bulma/sass/grid/columns.sass */

  .column.is-four-fifths-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }

  /* line 348, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }

  /* line 350, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }

  /* line 352, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }

  /* line 354, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }

  /* line 356, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }

  /* line 358, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }

  /* line 360, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }

  /* line 362, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }

  /* line 364, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }

  /* line 367, node_modules/bulma/sass/grid/columns.sass */

  .column.is-1-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }

  /* line 370, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-1-widescreen {
    margin-left: 8.33333%;
  }

  /* line 367, node_modules/bulma/sass/grid/columns.sass */

  .column.is-2-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }

  /* line 370, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-2-widescreen {
    margin-left: 16.66667%;
  }

  /* line 367, node_modules/bulma/sass/grid/columns.sass */

  .column.is-3-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  /* line 370, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }

  /* line 367, node_modules/bulma/sass/grid/columns.sass */

  .column.is-4-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }

  /* line 370, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-4-widescreen {
    margin-left: 33.33333%;
  }

  /* line 367, node_modules/bulma/sass/grid/columns.sass */

  .column.is-5-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }

  /* line 370, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-5-widescreen {
    margin-left: 41.66667%;
  }

  /* line 367, node_modules/bulma/sass/grid/columns.sass */

  .column.is-6-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  /* line 370, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }

  /* line 367, node_modules/bulma/sass/grid/columns.sass */

  .column.is-7-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }

  /* line 370, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-7-widescreen {
    margin-left: 58.33333%;
  }

  /* line 367, node_modules/bulma/sass/grid/columns.sass */

  .column.is-8-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }

  /* line 370, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-8-widescreen {
    margin-left: 66.66667%;
  }

  /* line 367, node_modules/bulma/sass/grid/columns.sass */

  .column.is-9-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  /* line 370, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }

  /* line 367, node_modules/bulma/sass/grid/columns.sass */

  .column.is-10-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }

  /* line 370, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-10-widescreen {
    margin-left: 83.33333%;
  }

  /* line 367, node_modules/bulma/sass/grid/columns.sass */

  .column.is-11-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }

  /* line 370, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-11-widescreen {
    margin-left: 91.66667%;
  }

  /* line 367, node_modules/bulma/sass/grid/columns.sass */

  .column.is-12-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  /* line 370, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1472px) {
  /* line 373, node_modules/bulma/sass/grid/columns.sass */

  .column.is-narrow-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  /* line 375, node_modules/bulma/sass/grid/columns.sass */

  .column.is-full-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  /* line 378, node_modules/bulma/sass/grid/columns.sass */

  .column.is-three-quarters-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  /* line 381, node_modules/bulma/sass/grid/columns.sass */

  .column.is-two-thirds-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  /* line 384, node_modules/bulma/sass/grid/columns.sass */

  .column.is-half-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  /* line 387, node_modules/bulma/sass/grid/columns.sass */

  .column.is-one-third-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  /* line 390, node_modules/bulma/sass/grid/columns.sass */

  .column.is-one-quarter-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  /* line 393, node_modules/bulma/sass/grid/columns.sass */

  .column.is-one-fifth-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }

  /* line 396, node_modules/bulma/sass/grid/columns.sass */

  .column.is-two-fifths-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }

  /* line 399, node_modules/bulma/sass/grid/columns.sass */

  .column.is-three-fifths-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }

  /* line 402, node_modules/bulma/sass/grid/columns.sass */

  .column.is-four-fifths-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }

  /* line 405, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }

  /* line 407, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }

  /* line 409, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }

  /* line 411, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }

  /* line 413, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }

  /* line 415, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }

  /* line 417, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }

  /* line 419, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }

  /* line 421, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }

  /* line 424, node_modules/bulma/sass/grid/columns.sass */

  .column.is-1-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }

  /* line 427, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-1-fullhd {
    margin-left: 8.33333%;
  }

  /* line 424, node_modules/bulma/sass/grid/columns.sass */

  .column.is-2-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }

  /* line 427, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-2-fullhd {
    margin-left: 16.66667%;
  }

  /* line 424, node_modules/bulma/sass/grid/columns.sass */

  .column.is-3-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  /* line 427, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }

  /* line 424, node_modules/bulma/sass/grid/columns.sass */

  .column.is-4-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }

  /* line 427, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-4-fullhd {
    margin-left: 33.33333%;
  }

  /* line 424, node_modules/bulma/sass/grid/columns.sass */

  .column.is-5-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }

  /* line 427, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-5-fullhd {
    margin-left: 41.66667%;
  }

  /* line 424, node_modules/bulma/sass/grid/columns.sass */

  .column.is-6-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  /* line 427, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }

  /* line 424, node_modules/bulma/sass/grid/columns.sass */

  .column.is-7-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }

  /* line 427, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-7-fullhd {
    margin-left: 58.33333%;
  }

  /* line 424, node_modules/bulma/sass/grid/columns.sass */

  .column.is-8-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }

  /* line 427, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-8-fullhd {
    margin-left: 66.66667%;
  }

  /* line 424, node_modules/bulma/sass/grid/columns.sass */

  .column.is-9-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  /* line 427, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }

  /* line 424, node_modules/bulma/sass/grid/columns.sass */

  .column.is-10-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }

  /* line 427, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-10-fullhd {
    margin-left: 83.33333%;
  }

  /* line 424, node_modules/bulma/sass/grid/columns.sass */

  .column.is-11-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }

  /* line 427, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-11-fullhd {
    margin-left: 91.66667%;
  }

  /* line 424, node_modules/bulma/sass/grid/columns.sass */

  .column.is-12-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  /* line 427, node_modules/bulma/sass/grid/columns.sass */

  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

/* line 430, node_modules/bulma/sass/grid/columns.sass */

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

/* line 434, node_modules/bulma/sass/grid/columns.sass */

.columns:last-child {
  margin-bottom: -0.75rem;
}

/* line 436, node_modules/bulma/sass/grid/columns.sass */

.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}

/* line 439, node_modules/bulma/sass/grid/columns.sass */

.columns.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 441, node_modules/bulma/sass/grid/columns.sass */

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

/* line 445, node_modules/bulma/sass/grid/columns.sass */

.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}

/* line 448, node_modules/bulma/sass/grid/columns.sass */

.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 450, node_modules/bulma/sass/grid/columns.sass */

.columns.is-gapless:last-child {
  margin-bottom: 0;
}

/* line 452, node_modules/bulma/sass/grid/columns.sass */

.columns.is-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 454, node_modules/bulma/sass/grid/columns.sass */

.columns.is-multiline {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 456, node_modules/bulma/sass/grid/columns.sass */

.columns.is-vcentered {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px), print {
  /* line 460, node_modules/bulma/sass/grid/columns.sass */

  .columns:not(.is-desktop) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1088px) {
  /* line 464, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 468, node_modules/bulma/sass/grid/columns.sass */

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}

/* line 472, node_modules/bulma/sass/grid/columns.sass */

.columns.is-variable .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}

/* line 476, node_modules/bulma/sass/grid/columns.sass */

.columns.is-variable.is-0 {
  --columnGap: 0rem;
}

@media screen and (max-width: 768px) {
  /* line 479, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 482, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  /* line 485, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}

@media screen and (max-width: 1087px) {
  /* line 488, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1088px) {
  /* line 491, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  /* line 494, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1280px) {
  /* line 497, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  /* line 500, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1472px) {
  /* line 503, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}

/* line 476, node_modules/bulma/sass/grid/columns.sass */

.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}

@media screen and (max-width: 768px) {
  /* line 479, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 482, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  /* line 485, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (max-width: 1087px) {
  /* line 488, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1088px) {
  /* line 491, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  /* line 494, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1280px) {
  /* line 497, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  /* line 500, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1472px) {
  /* line 503, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}

/* line 476, node_modules/bulma/sass/grid/columns.sass */

.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}

@media screen and (max-width: 768px) {
  /* line 479, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 482, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  /* line 485, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (max-width: 1087px) {
  /* line 488, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1088px) {
  /* line 491, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  /* line 494, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1280px) {
  /* line 497, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  /* line 500, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1472px) {
  /* line 503, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}

/* line 476, node_modules/bulma/sass/grid/columns.sass */

.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}

@media screen and (max-width: 768px) {
  /* line 479, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 482, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  /* line 485, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (max-width: 1087px) {
  /* line 488, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1088px) {
  /* line 491, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  /* line 494, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1280px) {
  /* line 497, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  /* line 500, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1472px) {
  /* line 503, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}

/* line 476, node_modules/bulma/sass/grid/columns.sass */

.columns.is-variable.is-4 {
  --columnGap: 1rem;
}

@media screen and (max-width: 768px) {
  /* line 479, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 482, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  /* line 485, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}

@media screen and (max-width: 1087px) {
  /* line 488, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1088px) {
  /* line 491, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  /* line 494, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1280px) {
  /* line 497, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  /* line 500, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1472px) {
  /* line 503, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}

/* line 476, node_modules/bulma/sass/grid/columns.sass */

.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}

@media screen and (max-width: 768px) {
  /* line 479, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 482, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  /* line 485, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (max-width: 1087px) {
  /* line 488, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1088px) {
  /* line 491, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  /* line 494, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1280px) {
  /* line 497, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  /* line 500, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1472px) {
  /* line 503, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}

/* line 476, node_modules/bulma/sass/grid/columns.sass */

.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}

@media screen and (max-width: 768px) {
  /* line 479, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 482, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  /* line 485, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (max-width: 1087px) {
  /* line 488, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1088px) {
  /* line 491, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  /* line 494, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1280px) {
  /* line 497, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  /* line 500, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1472px) {
  /* line 503, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}

/* line 476, node_modules/bulma/sass/grid/columns.sass */

.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}

@media screen and (max-width: 768px) {
  /* line 479, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 482, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  /* line 485, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (max-width: 1087px) {
  /* line 488, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1088px) {
  /* line 491, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  /* line 494, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1280px) {
  /* line 497, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  /* line 500, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1472px) {
  /* line 503, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}

/* line 476, node_modules/bulma/sass/grid/columns.sass */

.columns.is-variable.is-8 {
  --columnGap: 2rem;
}

@media screen and (max-width: 768px) {
  /* line 479, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 482, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  /* line 485, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}

@media screen and (max-width: 1087px) {
  /* line 488, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1088px) {
  /* line 491, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  /* line 494, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1280px) {
  /* line 497, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  /* line 500, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1472px) {
  /* line 503, node_modules/bulma/sass/grid/columns.sass */

  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

/* line 1, node_modules/bulma/sass/grid/tiles.sass */

.tile {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}

/* line 9, node_modules/bulma/sass/grid/tiles.sass */

.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

/* line 13, node_modules/bulma/sass/grid/tiles.sass */

.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}

/* line 15, node_modules/bulma/sass/grid/tiles.sass */

.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 17, node_modules/bulma/sass/grid/tiles.sass */

.tile.is-child {
  margin: 0 !important;
}

/* line 19, node_modules/bulma/sass/grid/tiles.sass */

.tile.is-parent {
  padding: 0.75rem;
}

/* line 21, node_modules/bulma/sass/grid/tiles.sass */

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

/* line 23, node_modules/bulma/sass/grid/tiles.sass */

.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}

@media screen and (min-width: 769px), print {
  /* line 27, node_modules/bulma/sass/grid/tiles.sass */

  .tile:not(.is-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 30, node_modules/bulma/sass/grid/tiles.sass */

  .tile.is-1 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }

  /* line 30, node_modules/bulma/sass/grid/tiles.sass */

  .tile.is-2 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }

  /* line 30, node_modules/bulma/sass/grid/tiles.sass */

  .tile.is-3 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  /* line 30, node_modules/bulma/sass/grid/tiles.sass */

  .tile.is-4 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }

  /* line 30, node_modules/bulma/sass/grid/tiles.sass */

  .tile.is-5 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }

  /* line 30, node_modules/bulma/sass/grid/tiles.sass */

  .tile.is-6 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  /* line 30, node_modules/bulma/sass/grid/tiles.sass */

  .tile.is-7 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }

  /* line 30, node_modules/bulma/sass/grid/tiles.sass */

  .tile.is-8 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }

  /* line 30, node_modules/bulma/sass/grid/tiles.sass */

  .tile.is-9 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  /* line 30, node_modules/bulma/sass/grid/tiles.sass */

  .tile.is-10 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }

  /* line 30, node_modules/bulma/sass/grid/tiles.sass */

  .tile.is-11 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }

  /* line 30, node_modules/bulma/sass/grid/tiles.sass */

  .tile.is-12 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}

/* line 3, node_modules/bulma/sass/layout/hero.sass */

.hero {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 8, node_modules/bulma/sass/layout/hero.sass */

.hero .navbar {
  background: none;
}

/* line 11, node_modules/bulma/sass/layout/hero.sass */

.hero .tabs ul {
  border-bottom: none;
}

/* line 17, node_modules/bulma/sass/layout/hero.sass */

.hero.is-white {
  background-color: white;
  color: #0a0a0a;
}

/* line 20, node_modules/bulma/sass/layout/hero.sass */

.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pretitle):not(.in-stock),
.hero.is-white strong {
  color: inherit;
}

/* line 23, node_modules/bulma/sass/layout/hero.sass */

.hero.is-white .title {
  color: #0a0a0a;
}

/* line 25, node_modules/bulma/sass/layout/hero.sass */

.hero.is-white .subtitle {
  color: rgba(10, 10, 10, 0.9);
}

/* line 27, node_modules/bulma/sass/layout/hero.sass */

.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
  color: #0a0a0a;
}

@media screen and (max-width: 1087px) {
  /* line 30, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-white .navbar-menu {
    background-color: white;
  }
}

/* line 33, node_modules/bulma/sass/layout/hero.sass */

.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
  color: rgba(10, 10, 10, 0.7);
}

/* line 38, node_modules/bulma/sass/layout/hero.sass */

.hero.is-white a.navbar-item:hover,
.hero.is-white a.navbar-item.is-active,
.hero.is-white .navbar-link:hover,
.hero.is-white .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}

/* line 43, node_modules/bulma/sass/layout/hero.sass */

.hero.is-white .tabs a {
  color: #0a0a0a;
  opacity: 0.9;
}

/* line 46, node_modules/bulma/sass/layout/hero.sass */

.hero.is-white .tabs a:hover {
  opacity: 1;
}

/* line 49, node_modules/bulma/sass/layout/hero.sass */

.hero.is-white .tabs li.is-active a {
  opacity: 1;
}

/* line 53, node_modules/bulma/sass/layout/hero.sass */

.hero.is-white .tabs.is-boxed a,
.hero.is-white .tabs.is-toggle a {
  color: #0a0a0a;
}

/* line 55, node_modules/bulma/sass/layout/hero.sass */

.hero.is-white .tabs.is-boxed a:hover,
.hero.is-white .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 58, node_modules/bulma/sass/layout/hero.sass */

.hero.is-white .tabs.is-boxed li.is-active a,
.hero.is-white .tabs.is-boxed li.is-active a:hover,
.hero.is-white .tabs.is-toggle li.is-active a,
.hero.is-white .tabs.is-toggle li.is-active a:hover {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

/* line 64, node_modules/bulma/sass/layout/hero.sass */

.hero.is-white.is-bold {
  background-image: -webkit-linear-gradient(309deg, #e6e6e6 0%, white 71%, white 100%);
  background-image: -o-linear-gradient(309deg, #e6e6e6 0%, white 71%, white 100%);
  background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%);
}

@media screen and (max-width: 768px) {
  /* line 69, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-white.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #e6e6e6 0%, white 71%, white 100%);
    background-image: -o-linear-gradient(309deg, #e6e6e6 0%, white 71%, white 100%);
    background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%);
  }
}

/* line 17, node_modules/bulma/sass/layout/hero.sass */

.hero.is-black {
  background-color: #0a0a0a;
  color: white;
}

/* line 20, node_modules/bulma/sass/layout/hero.sass */

.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pretitle):not(.in-stock),
.hero.is-black strong {
  color: inherit;
}

/* line 23, node_modules/bulma/sass/layout/hero.sass */

.hero.is-black .title {
  color: white;
}

/* line 25, node_modules/bulma/sass/layout/hero.sass */

.hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 27, node_modules/bulma/sass/layout/hero.sass */

.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
  color: white;
}

@media screen and (max-width: 1087px) {
  /* line 30, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-black .navbar-menu {
    background-color: #0a0a0a;
  }
}

/* line 33, node_modules/bulma/sass/layout/hero.sass */

.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 38, node_modules/bulma/sass/layout/hero.sass */

.hero.is-black a.navbar-item:hover,
.hero.is-black a.navbar-item.is-active,
.hero.is-black .navbar-link:hover,
.hero.is-black .navbar-link.is-active {
  background-color: black;
  color: white;
}

/* line 43, node_modules/bulma/sass/layout/hero.sass */

.hero.is-black .tabs a {
  color: white;
  opacity: 0.9;
}

/* line 46, node_modules/bulma/sass/layout/hero.sass */

.hero.is-black .tabs a:hover {
  opacity: 1;
}

/* line 49, node_modules/bulma/sass/layout/hero.sass */

.hero.is-black .tabs li.is-active a {
  opacity: 1;
}

/* line 53, node_modules/bulma/sass/layout/hero.sass */

.hero.is-black .tabs.is-boxed a,
.hero.is-black .tabs.is-toggle a {
  color: white;
}

/* line 55, node_modules/bulma/sass/layout/hero.sass */

.hero.is-black .tabs.is-boxed a:hover,
.hero.is-black .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 58, node_modules/bulma/sass/layout/hero.sass */

.hero.is-black .tabs.is-boxed li.is-active a,
.hero.is-black .tabs.is-boxed li.is-active a:hover,
.hero.is-black .tabs.is-toggle li.is-active a,
.hero.is-black .tabs.is-toggle li.is-active a:hover {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

/* line 64, node_modules/bulma/sass/layout/hero.sass */

.hero.is-black.is-bold {
  background-image: -webkit-linear-gradient(309deg, black 0%, #0a0a0a 71%, #181616 100%);
  background-image: -o-linear-gradient(309deg, black 0%, #0a0a0a 71%, #181616 100%);
  background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
}

@media screen and (max-width: 768px) {
  /* line 69, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-black.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, black 0%, #0a0a0a 71%, #181616 100%);
    background-image: -o-linear-gradient(309deg, black 0%, #0a0a0a 71%, #181616 100%);
    background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
  }
}

/* line 17, node_modules/bulma/sass/layout/hero.sass */

.hero.is-light {
  background-color: whitesmoke;
  color: #3e3e3e;
}

/* line 20, node_modules/bulma/sass/layout/hero.sass */

.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pretitle):not(.in-stock),
.hero.is-light strong {
  color: inherit;
}

/* line 23, node_modules/bulma/sass/layout/hero.sass */

.hero.is-light .title {
  color: #3e3e3e;
}

/* line 25, node_modules/bulma/sass/layout/hero.sass */

.hero.is-light .subtitle {
  color: rgba(62, 62, 62, 0.9);
}

/* line 27, node_modules/bulma/sass/layout/hero.sass */

.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
  color: #3e3e3e;
}

@media screen and (max-width: 1087px) {
  /* line 30, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-light .navbar-menu {
    background-color: whitesmoke;
  }
}

/* line 33, node_modules/bulma/sass/layout/hero.sass */

.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
  color: rgba(62, 62, 62, 0.7);
}

/* line 38, node_modules/bulma/sass/layout/hero.sass */

.hero.is-light a.navbar-item:hover,
.hero.is-light a.navbar-item.is-active,
.hero.is-light .navbar-link:hover,
.hero.is-light .navbar-link.is-active {
  background-color: #e8e8e8;
  color: #3e3e3e;
}

/* line 43, node_modules/bulma/sass/layout/hero.sass */

.hero.is-light .tabs a {
  color: #3e3e3e;
  opacity: 0.9;
}

/* line 46, node_modules/bulma/sass/layout/hero.sass */

.hero.is-light .tabs a:hover {
  opacity: 1;
}

/* line 49, node_modules/bulma/sass/layout/hero.sass */

.hero.is-light .tabs li.is-active a {
  opacity: 1;
}

/* line 53, node_modules/bulma/sass/layout/hero.sass */

.hero.is-light .tabs.is-boxed a,
.hero.is-light .tabs.is-toggle a {
  color: #3e3e3e;
}

/* line 55, node_modules/bulma/sass/layout/hero.sass */

.hero.is-light .tabs.is-boxed a:hover,
.hero.is-light .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 58, node_modules/bulma/sass/layout/hero.sass */

.hero.is-light .tabs.is-boxed li.is-active a,
.hero.is-light .tabs.is-boxed li.is-active a:hover,
.hero.is-light .tabs.is-toggle li.is-active a,
.hero.is-light .tabs.is-toggle li.is-active a:hover {
  background-color: #3e3e3e;
  border-color: #3e3e3e;
  color: whitesmoke;
}

/* line 64, node_modules/bulma/sass/layout/hero.sass */

.hero.is-light.is-bold {
  background-image: -webkit-linear-gradient(309deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
  background-image: -o-linear-gradient(309deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
  background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
}

@media screen and (max-width: 768px) {
  /* line 69, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-light.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
    background-image: -o-linear-gradient(309deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
    background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
  }
}

/* line 17, node_modules/bulma/sass/layout/hero.sass */

.hero.is-dark {
  background-color: #3e3e3e;
  color: whitesmoke;
}

/* line 20, node_modules/bulma/sass/layout/hero.sass */

.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pretitle):not(.in-stock),
.hero.is-dark strong {
  color: inherit;
}

/* line 23, node_modules/bulma/sass/layout/hero.sass */

.hero.is-dark .title {
  color: whitesmoke;
}

/* line 25, node_modules/bulma/sass/layout/hero.sass */

.hero.is-dark .subtitle {
  color: rgba(245, 245, 245, 0.9);
}

/* line 27, node_modules/bulma/sass/layout/hero.sass */

.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
  color: whitesmoke;
}

@media screen and (max-width: 1087px) {
  /* line 30, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-dark .navbar-menu {
    background-color: #3e3e3e;
  }
}

/* line 33, node_modules/bulma/sass/layout/hero.sass */

.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
  color: rgba(245, 245, 245, 0.7);
}

/* line 38, node_modules/bulma/sass/layout/hero.sass */

.hero.is-dark a.navbar-item:hover,
.hero.is-dark a.navbar-item.is-active,
.hero.is-dark .navbar-link:hover,
.hero.is-dark .navbar-link.is-active {
  background-color: #313131;
  color: whitesmoke;
}

/* line 43, node_modules/bulma/sass/layout/hero.sass */

.hero.is-dark .tabs a {
  color: whitesmoke;
  opacity: 0.9;
}

/* line 46, node_modules/bulma/sass/layout/hero.sass */

.hero.is-dark .tabs a:hover {
  opacity: 1;
}

/* line 49, node_modules/bulma/sass/layout/hero.sass */

.hero.is-dark .tabs li.is-active a {
  opacity: 1;
}

/* line 53, node_modules/bulma/sass/layout/hero.sass */

.hero.is-dark .tabs.is-boxed a,
.hero.is-dark .tabs.is-toggle a {
  color: whitesmoke;
}

/* line 55, node_modules/bulma/sass/layout/hero.sass */

.hero.is-dark .tabs.is-boxed a:hover,
.hero.is-dark .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 58, node_modules/bulma/sass/layout/hero.sass */

.hero.is-dark .tabs.is-boxed li.is-active a,
.hero.is-dark .tabs.is-boxed li.is-active a:hover,
.hero.is-dark .tabs.is-toggle li.is-active a,
.hero.is-dark .tabs.is-toggle li.is-active a:hover {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #3e3e3e;
}

/* line 64, node_modules/bulma/sass/layout/hero.sass */

.hero.is-dark.is-bold {
  background-image: -webkit-linear-gradient(309deg, #282122 0%, #3e3e3e 71%, #4e4847 100%);
  background-image: -o-linear-gradient(309deg, #282122 0%, #3e3e3e 71%, #4e4847 100%);
  background-image: linear-gradient(141deg, #282122 0%, #3e3e3e 71%, #4e4847 100%);
}

@media screen and (max-width: 768px) {
  /* line 69, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-dark.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #282122 0%, #3e3e3e 71%, #4e4847 100%);
    background-image: -o-linear-gradient(309deg, #282122 0%, #3e3e3e 71%, #4e4847 100%);
    background-image: linear-gradient(141deg, #282122 0%, #3e3e3e 71%, #4e4847 100%);
  }
}

/* line 17, node_modules/bulma/sass/layout/hero.sass */

.hero.is-primary {
  background-color: #1c4220;
  color: #fff;
}

/* line 20, node_modules/bulma/sass/layout/hero.sass */

.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pretitle):not(.in-stock),
.hero.is-primary strong {
  color: inherit;
}

/* line 23, node_modules/bulma/sass/layout/hero.sass */

.hero.is-primary .title {
  color: #fff;
}

/* line 25, node_modules/bulma/sass/layout/hero.sass */

.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 27, node_modules/bulma/sass/layout/hero.sass */

.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1087px) {
  /* line 30, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-primary .navbar-menu {
    background-color: #1c4220;
  }
}

/* line 33, node_modules/bulma/sass/layout/hero.sass */

.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 38, node_modules/bulma/sass/layout/hero.sass */

.hero.is-primary a.navbar-item:hover,
.hero.is-primary a.navbar-item.is-active,
.hero.is-primary .navbar-link:hover,
.hero.is-primary .navbar-link.is-active {
  background-color: #143017;
  color: #fff;
}

/* line 43, node_modules/bulma/sass/layout/hero.sass */

.hero.is-primary .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 46, node_modules/bulma/sass/layout/hero.sass */

.hero.is-primary .tabs a:hover {
  opacity: 1;
}

/* line 49, node_modules/bulma/sass/layout/hero.sass */

.hero.is-primary .tabs li.is-active a {
  opacity: 1;
}

/* line 53, node_modules/bulma/sass/layout/hero.sass */

.hero.is-primary .tabs.is-boxed a,
.hero.is-primary .tabs.is-toggle a {
  color: #fff;
}

/* line 55, node_modules/bulma/sass/layout/hero.sass */

.hero.is-primary .tabs.is-boxed a:hover,
.hero.is-primary .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 58, node_modules/bulma/sass/layout/hero.sass */

.hero.is-primary .tabs.is-boxed li.is-active a,
.hero.is-primary .tabs.is-boxed li.is-active a:hover,
.hero.is-primary .tabs.is-toggle li.is-active a,
.hero.is-primary .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #1c4220;
}

/* line 64, node_modules/bulma/sass/layout/hero.sass */

.hero.is-primary.is-bold {
  background-image: -webkit-linear-gradient(309deg, #0c200b 0%, #1c4220 71%, #21572f 100%);
  background-image: -o-linear-gradient(309deg, #0c200b 0%, #1c4220 71%, #21572f 100%);
  background-image: linear-gradient(141deg, #0c200b 0%, #1c4220 71%, #21572f 100%);
}

@media screen and (max-width: 768px) {
  /* line 69, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-primary.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #0c200b 0%, #1c4220 71%, #21572f 100%);
    background-image: -o-linear-gradient(309deg, #0c200b 0%, #1c4220 71%, #21572f 100%);
    background-image: linear-gradient(141deg, #0c200b 0%, #1c4220 71%, #21572f 100%);
  }
}

/* line 17, node_modules/bulma/sass/layout/hero.sass */

.hero.is-link {
  background-color: #3273dc;
  color: #fff;
}

/* line 20, node_modules/bulma/sass/layout/hero.sass */

.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pretitle):not(.in-stock),
.hero.is-link strong {
  color: inherit;
}

/* line 23, node_modules/bulma/sass/layout/hero.sass */

.hero.is-link .title {
  color: #fff;
}

/* line 25, node_modules/bulma/sass/layout/hero.sass */

.hero.is-link .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 27, node_modules/bulma/sass/layout/hero.sass */

.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1087px) {
  /* line 30, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-link .navbar-menu {
    background-color: #3273dc;
  }
}

/* line 33, node_modules/bulma/sass/layout/hero.sass */

.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 38, node_modules/bulma/sass/layout/hero.sass */

.hero.is-link a.navbar-item:hover,
.hero.is-link a.navbar-item.is-active,
.hero.is-link .navbar-link:hover,
.hero.is-link .navbar-link.is-active {
  background-color: #2366d1;
  color: #fff;
}

/* line 43, node_modules/bulma/sass/layout/hero.sass */

.hero.is-link .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 46, node_modules/bulma/sass/layout/hero.sass */

.hero.is-link .tabs a:hover {
  opacity: 1;
}

/* line 49, node_modules/bulma/sass/layout/hero.sass */

.hero.is-link .tabs li.is-active a {
  opacity: 1;
}

/* line 53, node_modules/bulma/sass/layout/hero.sass */

.hero.is-link .tabs.is-boxed a,
.hero.is-link .tabs.is-toggle a {
  color: #fff;
}

/* line 55, node_modules/bulma/sass/layout/hero.sass */

.hero.is-link .tabs.is-boxed a:hover,
.hero.is-link .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 58, node_modules/bulma/sass/layout/hero.sass */

.hero.is-link .tabs.is-boxed li.is-active a,
.hero.is-link .tabs.is-boxed li.is-active a:hover,
.hero.is-link .tabs.is-toggle li.is-active a,
.hero.is-link .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #3273dc;
}

/* line 64, node_modules/bulma/sass/layout/hero.sass */

.hero.is-link.is-bold {
  background-image: -webkit-linear-gradient(309deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
  background-image: -o-linear-gradient(309deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
  background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
}

@media screen and (max-width: 768px) {
  /* line 69, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-link.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
    background-image: -o-linear-gradient(309deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
    background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
  }
}

/* line 17, node_modules/bulma/sass/layout/hero.sass */

.hero.is-info,
.comment-form input.hero[type="submit"] {
  background-color: #209cee;
  color: #fff;
}

/* line 20, node_modules/bulma/sass/layout/hero.sass */

.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pretitle):not(.in-stock),
.comment-form input.hero[type="submit"] a:not(.button):not(.dropdown-item):not(.tag):not(.pretitle):not(.in-stock),
.hero.is-info strong,
.comment-form input.hero[type="submit"] strong {
  color: inherit;
}

/* line 23, node_modules/bulma/sass/layout/hero.sass */

.hero.is-info .title,
.comment-form input.hero[type="submit"] .title {
  color: #fff;
}

/* line 25, node_modules/bulma/sass/layout/hero.sass */

.hero.is-info .subtitle,
.comment-form input.hero[type="submit"] .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 27, node_modules/bulma/sass/layout/hero.sass */

.hero.is-info .subtitle a:not(.button),
.comment-form input.hero[type="submit"] .subtitle a:not(.button),
.hero.is-info .subtitle strong,
.comment-form input.hero[type="submit"] .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1087px) {
  /* line 30, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-info .navbar-menu,
  .comment-form input.hero[type="submit"] .navbar-menu {
    background-color: #209cee;
  }
}

/* line 33, node_modules/bulma/sass/layout/hero.sass */

.hero.is-info .navbar-item,
.comment-form input.hero[type="submit"] .navbar-item,
.hero.is-info .navbar-link,
.comment-form input.hero[type="submit"] .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 38, node_modules/bulma/sass/layout/hero.sass */

.hero.is-info a.navbar-item:hover,
.comment-form input.hero[type="submit"] a.navbar-item:hover,
.hero.is-info a.navbar-item.is-active,
.comment-form input.hero[type="submit"] a.navbar-item.is-active,
.hero.is-info .navbar-link:hover,
.comment-form input.hero[type="submit"] .navbar-link:hover,
.hero.is-info .navbar-link.is-active,
.comment-form input.hero[type="submit"] .navbar-link.is-active {
  background-color: #118fe4;
  color: #fff;
}

/* line 43, node_modules/bulma/sass/layout/hero.sass */

.hero.is-info .tabs a,
.comment-form input.hero[type="submit"] .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 46, node_modules/bulma/sass/layout/hero.sass */

.hero.is-info .tabs a:hover,
.comment-form input.hero[type="submit"] .tabs a:hover {
  opacity: 1;
}

/* line 49, node_modules/bulma/sass/layout/hero.sass */

.hero.is-info .tabs li.is-active a,
.comment-form input.hero[type="submit"] .tabs li.is-active a {
  opacity: 1;
}

/* line 53, node_modules/bulma/sass/layout/hero.sass */

.hero.is-info .tabs.is-boxed a,
.comment-form input.hero[type="submit"] .tabs.is-boxed a,
.hero.is-info .tabs.is-toggle a,
.comment-form input.hero[type="submit"] .tabs.is-toggle a {
  color: #fff;
}

/* line 55, node_modules/bulma/sass/layout/hero.sass */

.hero.is-info .tabs.is-boxed a:hover,
.comment-form input.hero[type="submit"] .tabs.is-boxed a:hover,
.hero.is-info .tabs.is-toggle a:hover,
.comment-form input.hero[type="submit"] .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 58, node_modules/bulma/sass/layout/hero.sass */

.hero.is-info .tabs.is-boxed li.is-active a,
.comment-form input.hero[type="submit"] .tabs.is-boxed li.is-active a,
.hero.is-info .tabs.is-boxed li.is-active a:hover,
.comment-form input.hero[type="submit"] .tabs.is-boxed li.is-active a:hover,
.hero.is-info .tabs.is-toggle li.is-active a,
.comment-form input.hero[type="submit"] .tabs.is-toggle li.is-active a,
.hero.is-info .tabs.is-toggle li.is-active a:hover,
.comment-form input.hero[type="submit"] .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #209cee;
}

/* line 64, node_modules/bulma/sass/layout/hero.sass */

.hero.is-info.is-bold,
.comment-form input.hero.is-bold[type="submit"] {
  background-image: -webkit-linear-gradient(309deg, #04a6d7 0%, #209cee 71%, #3287f5 100%);
  background-image: -o-linear-gradient(309deg, #04a6d7 0%, #209cee 71%, #3287f5 100%);
  background-image: linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%);
}

@media screen and (max-width: 768px) {
  /* line 69, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-info.is-bold .navbar-menu,
  .comment-form input.hero.is-bold[type="submit"] .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #04a6d7 0%, #209cee 71%, #3287f5 100%);
    background-image: -o-linear-gradient(309deg, #04a6d7 0%, #209cee 71%, #3287f5 100%);
    background-image: linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%);
  }
}

/* line 17, node_modules/bulma/sass/layout/hero.sass */

.hero.is-success {
  background-color: #23d160;
  color: #fff;
}

/* line 20, node_modules/bulma/sass/layout/hero.sass */

.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pretitle):not(.in-stock),
.hero.is-success strong {
  color: inherit;
}

/* line 23, node_modules/bulma/sass/layout/hero.sass */

.hero.is-success .title {
  color: #fff;
}

/* line 25, node_modules/bulma/sass/layout/hero.sass */

.hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 27, node_modules/bulma/sass/layout/hero.sass */

.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1087px) {
  /* line 30, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-success .navbar-menu {
    background-color: #23d160;
  }
}

/* line 33, node_modules/bulma/sass/layout/hero.sass */

.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 38, node_modules/bulma/sass/layout/hero.sass */

.hero.is-success a.navbar-item:hover,
.hero.is-success a.navbar-item.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success .navbar-link.is-active {
  background-color: #20bc56;
  color: #fff;
}

/* line 43, node_modules/bulma/sass/layout/hero.sass */

.hero.is-success .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 46, node_modules/bulma/sass/layout/hero.sass */

.hero.is-success .tabs a:hover {
  opacity: 1;
}

/* line 49, node_modules/bulma/sass/layout/hero.sass */

.hero.is-success .tabs li.is-active a {
  opacity: 1;
}

/* line 53, node_modules/bulma/sass/layout/hero.sass */

.hero.is-success .tabs.is-boxed a,
.hero.is-success .tabs.is-toggle a {
  color: #fff;
}

/* line 55, node_modules/bulma/sass/layout/hero.sass */

.hero.is-success .tabs.is-boxed a:hover,
.hero.is-success .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 58, node_modules/bulma/sass/layout/hero.sass */

.hero.is-success .tabs.is-boxed li.is-active a,
.hero.is-success .tabs.is-boxed li.is-active a:hover,
.hero.is-success .tabs.is-toggle li.is-active a,
.hero.is-success .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #23d160;
}

/* line 64, node_modules/bulma/sass/layout/hero.sass */

.hero.is-success.is-bold {
  background-image: -webkit-linear-gradient(309deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
  background-image: -o-linear-gradient(309deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
  background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
}

@media screen and (max-width: 768px) {
  /* line 69, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-success.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
    background-image: -o-linear-gradient(309deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
    background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
  }
}

/* line 17, node_modules/bulma/sass/layout/hero.sass */

.hero.is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

/* line 20, node_modules/bulma/sass/layout/hero.sass */

.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pretitle):not(.in-stock),
.hero.is-warning strong {
  color: inherit;
}

/* line 23, node_modules/bulma/sass/layout/hero.sass */

.hero.is-warning .title {
  color: rgba(0, 0, 0, 0.7);
}

/* line 25, node_modules/bulma/sass/layout/hero.sass */

.hero.is-warning .subtitle {
  color: rgba(0, 0, 0, 0.9);
}

/* line 27, node_modules/bulma/sass/layout/hero.sass */

.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1087px) {
  /* line 30, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-warning .navbar-menu {
    background-color: #ffdd57;
  }
}

/* line 33, node_modules/bulma/sass/layout/hero.sass */

.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

/* line 38, node_modules/bulma/sass/layout/hero.sass */

.hero.is-warning a.navbar-item:hover,
.hero.is-warning a.navbar-item.is-active,
.hero.is-warning .navbar-link:hover,
.hero.is-warning .navbar-link.is-active {
  background-color: #ffd83d;
  color: rgba(0, 0, 0, 0.7);
}

/* line 43, node_modules/bulma/sass/layout/hero.sass */

.hero.is-warning .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

/* line 46, node_modules/bulma/sass/layout/hero.sass */

.hero.is-warning .tabs a:hover {
  opacity: 1;
}

/* line 49, node_modules/bulma/sass/layout/hero.sass */

.hero.is-warning .tabs li.is-active a {
  opacity: 1;
}

/* line 53, node_modules/bulma/sass/layout/hero.sass */

.hero.is-warning .tabs.is-boxed a,
.hero.is-warning .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}

/* line 55, node_modules/bulma/sass/layout/hero.sass */

.hero.is-warning .tabs.is-boxed a:hover,
.hero.is-warning .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 58, node_modules/bulma/sass/layout/hero.sass */

.hero.is-warning .tabs.is-boxed li.is-active a,
.hero.is-warning .tabs.is-boxed li.is-active a:hover,
.hero.is-warning .tabs.is-toggle li.is-active a,
.hero.is-warning .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: #ffdd57;
}

/* line 64, node_modules/bulma/sass/layout/hero.sass */

.hero.is-warning.is-bold {
  background-image: -webkit-linear-gradient(309deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
  background-image: -o-linear-gradient(309deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
  background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
}

@media screen and (max-width: 768px) {
  /* line 69, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-warning.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
    background-image: -o-linear-gradient(309deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
    background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
  }
}

/* line 17, node_modules/bulma/sass/layout/hero.sass */

.hero.is-danger {
  background-color: #ff3860;
  color: #fff;
}

/* line 20, node_modules/bulma/sass/layout/hero.sass */

.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pretitle):not(.in-stock),
.hero.is-danger strong {
  color: inherit;
}

/* line 23, node_modules/bulma/sass/layout/hero.sass */

.hero.is-danger .title {
  color: #fff;
}

/* line 25, node_modules/bulma/sass/layout/hero.sass */

.hero.is-danger .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 27, node_modules/bulma/sass/layout/hero.sass */

.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1087px) {
  /* line 30, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-danger .navbar-menu {
    background-color: #ff3860;
  }
}

/* line 33, node_modules/bulma/sass/layout/hero.sass */

.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 38, node_modules/bulma/sass/layout/hero.sass */

.hero.is-danger a.navbar-item:hover,
.hero.is-danger a.navbar-item.is-active,
.hero.is-danger .navbar-link:hover,
.hero.is-danger .navbar-link.is-active {
  background-color: #ff1f4b;
  color: #fff;
}

/* line 43, node_modules/bulma/sass/layout/hero.sass */

.hero.is-danger .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 46, node_modules/bulma/sass/layout/hero.sass */

.hero.is-danger .tabs a:hover {
  opacity: 1;
}

/* line 49, node_modules/bulma/sass/layout/hero.sass */

.hero.is-danger .tabs li.is-active a {
  opacity: 1;
}

/* line 53, node_modules/bulma/sass/layout/hero.sass */

.hero.is-danger .tabs.is-boxed a,
.hero.is-danger .tabs.is-toggle a {
  color: #fff;
}

/* line 55, node_modules/bulma/sass/layout/hero.sass */

.hero.is-danger .tabs.is-boxed a:hover,
.hero.is-danger .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 58, node_modules/bulma/sass/layout/hero.sass */

.hero.is-danger .tabs.is-boxed li.is-active a,
.hero.is-danger .tabs.is-boxed li.is-active a:hover,
.hero.is-danger .tabs.is-toggle li.is-active a,
.hero.is-danger .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #ff3860;
}

/* line 64, node_modules/bulma/sass/layout/hero.sass */

.hero.is-danger.is-bold {
  background-image: -webkit-linear-gradient(309deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
  background-image: -o-linear-gradient(309deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
  background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
}

@media screen and (max-width: 768px) {
  /* line 69, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-danger.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
    background-image: -o-linear-gradient(309deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
    background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
  }
}

/* line 86, node_modules/bulma/sass/layout/hero.sass */

.hero.is-small .hero-body {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

@media screen and (min-width: 769px), print {
  /* line 91, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-medium .hero-body {
    padding-bottom: 9rem;
    padding-top: 9rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 96, node_modules/bulma/sass/layout/hero.sass */

  .hero.is-large .hero-body {
    padding-bottom: 18rem;
    padding-top: 18rem;
  }
}

/* line 102, node_modules/bulma/sass/layout/hero.sass */

.hero.is-halfheight .hero-body,
.hero.is-fullheight .hero-body,
.hero.is-fullheight-with-navbar .hero-body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 105, node_modules/bulma/sass/layout/hero.sass */

.hero.is-halfheight .hero-body > .container,
.hero.is-fullheight .hero-body > .container,
.hero.is-fullheight-with-navbar .hero-body > .container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

/* line 108, node_modules/bulma/sass/layout/hero.sass */

.hero.is-halfheight {
  min-height: 50vh;
}

/* line 110, node_modules/bulma/sass/layout/hero.sass */

.hero.is-fullheight {
  min-height: 100vh;
}

/* line 115, node_modules/bulma/sass/layout/hero.sass */

.hero-video {
  overflow: hidden;
}

/* line 118, node_modules/bulma/sass/layout/hero.sass */

.hero-video video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

/* line 126, node_modules/bulma/sass/layout/hero.sass */

.hero-video.is-transparent {
  opacity: 0.3;
}

@media screen and (max-width: 768px) {
  /* line 115, node_modules/bulma/sass/layout/hero.sass */

  .hero-video {
    display: none;
  }
}

/* line 132, node_modules/bulma/sass/layout/hero.sass */

.hero-buttons {
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  /* line 136, node_modules/bulma/sass/layout/hero.sass */

  .hero-buttons .button,
  .hero-buttons .comment-form input[type="submit"],
  .comment-form .hero-buttons input[type="submit"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 138, node_modules/bulma/sass/layout/hero.sass */

  .hero-buttons .button:not(:last-child),
  .hero-buttons .comment-form input:not(:last-child)[type="submit"],
  .comment-form .hero-buttons input:not(:last-child)[type="submit"] {
    margin-bottom: 0.75rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 132, node_modules/bulma/sass/layout/hero.sass */

  .hero-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  /* line 143, node_modules/bulma/sass/layout/hero.sass */

  .hero-buttons .button:not(:last-child),
  .hero-buttons .comment-form input:not(:last-child)[type="submit"],
  .comment-form .hero-buttons input:not(:last-child)[type="submit"] {
    margin-right: 1.5rem;
  }
}

/* line 148, node_modules/bulma/sass/layout/hero.sass */

.hero-head,
.hero-foot {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 153, node_modules/bulma/sass/layout/hero.sass */

.hero-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 3rem 1.5rem;
}

/* line 5, node_modules/bulma/sass/layout/section.sass */

.section {
  padding: 3rem 1.5rem;
}

@media screen and (min-width: 1088px) {
  /* line 10, node_modules/bulma/sass/layout/section.sass */

  .section.is-medium {
    padding: 9rem 1.5rem;
  }

  /* line 12, node_modules/bulma/sass/layout/section.sass */

  .section.is-large {
    padding: 18rem 1.5rem;
  }
}

/* line 4, node_modules/bulma/sass/layout/footer.sass */

.footer {
  background-color: #fafafa;
  padding: 3rem 1.5rem 6rem;
}

@media screen and (max-width: 768px) {
  /* line 6, resources/assets/styles/autoload/_bulma.scss */

  .column.is-full {
    padding: 0;
  }
}

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/* line 19, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: whitesmoke;
  border-radius: 4px;
  font-size: 1rem;
}

/* line 163, node_modules/bulma/sass/utilities/mixins.sass */

.accordions .accordion:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 26, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion strong {
  color: currentColor;
}

/* line 28, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion a:not(.button):not(.tag):not(.pretitle):not(.in-stock) {
  color: currentColor;
  text-decoration: underline;
}

/* line 32, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion.is-small {
  font-size: 0.75rem;
}

/* line 34, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion.is-medium {
  font-size: 1.25rem;
}

/* line 36, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion.is-large {
  font-size: 1.5rem;
}

/* line 40, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion:not(:first-child) .accordion-header {
  border-radius: 0;
}

/* line 42, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion:not(:last-child) {
  margin-bottom: 0;
}

/* line 44, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion:not(:last-child) .accordion-content {
  border-radius: 0;
}

/* line 47, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion .toggle,
.accordions .accordion [data-action="toggle"] {
  cursor: pointer;
}

/* line 51, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion .accordion-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #4a4a4a;
  border-radius: 4px 4px 0 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.25;
  padding: 0.5em 0.75em;
  position: relative;
}

/* line 61, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion .accordion-header .toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 0.75em;
  height: 20px;
  width: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
}

/* line 85, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion .accordion-header .toggle::before {
  color: white;
  display: block;
  left: 0;
  position: absolute;
  top: -.1em;
  right: 0;
  bottom: 0;
  content: '+';
}

/* line 94, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion .accordion-header .toggle::after {
  display: none;
}

/* line 96, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion .accordion-header + .accordion-body {
  overflow-y: hidden;
  max-height: 0;
  color: #4a4a4a;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
  -webkit-transition: max-height .2s ease;
  -o-transition: max-height .2s ease;
  transition: max-height .2s ease;
}

/* line 109, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion .accordion-header + .accordion-body .accordion-content {
  padding: 1em 1.25em;
}

/* line 111, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion .accordion-header + .accordion-body .accordion-content code,
.accordions .accordion .accordion-header + .accordion-body .accordion-content pre {
  background-color: white;
}

/* line 114, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion .accordion-header + .accordion-body .accordion-content pre code {
  background-color: transparent;
}

/* line 119, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion.is-active .accordion-header .toggle::before {
  content: '-';
}

/* line 121, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion.is-active .accordion-body {
  max-height: 100em;
}

/* line 132, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion.is-white {
  background-color: white;
}

/* line 134, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion.is-white .accordion-header {
  background-color: white;
  color: #0a0a0a;
}

/* line 137, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion.is-white .accordion-content {
  border-color: white;
  color: #4d4d4d;
}

/* line 132, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion.is-black {
  background-color: #fafafa;
}

/* line 134, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion.is-black .accordion-header {
  background-color: #0a0a0a;
  color: white;
}

/* line 137, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion.is-black .accordion-content {
  border-color: #0a0a0a;
  color: #090909;
}

/* line 132, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion.is-light {
  background-color: #fafafa;
}

/* line 134, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion.is-light .accordion-header {
  background-color: whitesmoke;
  color: #3e3e3e;
}

/* line 137, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion.is-light .accordion-content {
  border-color: whitesmoke;
  color: #505050;
}

/* line 132, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion.is-dark {
  background-color: #fafafa;
}

/* line 134, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion.is-dark .accordion-header {
  background-color: #3e3e3e;
  color: whitesmoke;
}

/* line 137, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion.is-dark .accordion-content {
  border-color: #3e3e3e;
  color: #303030;
}

/* line 132, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion.is-primary {
  background-color: #f8fcf8;
}

/* line 134, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion.is-primary .accordion-header {
  background-color: #1c4220;
  color: #fff;
}

/* line 137, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion.is-primary .accordion-content {
  border-color: #1c4220;
  color: #153018;
}

/* line 132, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion.is-link {
  background-color: #f6f9fe;
}

/* line 134, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion.is-link .accordion-header {
  background-color: #3273dc;
  color: #fff;
}

/* line 137, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion.is-link .accordion-content {
  border-color: #3273dc;
  color: #22509a;
}

/* line 132, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion.is-info,
.accordions .comment-form input.accordion[type="submit"],
.comment-form .accordions input.accordion[type="submit"] {
  background-color: #f6fbfe;
}

/* line 134, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion.is-info .accordion-header,
.accordions .comment-form input.accordion[type="submit"] .accordion-header,
.comment-form .accordions input.accordion[type="submit"] .accordion-header {
  background-color: #209cee;
  color: #fff;
}

/* line 137, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion.is-info .accordion-content,
.accordions .comment-form input.accordion[type="submit"] .accordion-content,
.comment-form .accordions input.accordion[type="submit"] .accordion-content {
  border-color: #209cee;
  color: #12537e;
}

/* line 132, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion.is-success {
  background-color: #f6fef9;
}

/* line 134, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion.is-success .accordion-header {
  background-color: #23d160;
  color: #fff;
}

/* line 137, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion.is-success .accordion-content {
  border-color: #23d160;
  color: #0e301a;
}

/* line 132, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion.is-warning {
  background-color: #fffdf5;
}

/* line 134, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion.is-warning .accordion-header {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

/* line 137, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion.is-warning .accordion-content {
  border-color: #ffdd57;
  color: #3b3108;
}

/* line 132, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion.is-danger {
  background-color: #fff5f7;
}

/* line 134, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion.is-danger .accordion-header {
  background-color: #ff3860;
  color: #fff;
}

/* line 137, node_modules/bulma-accordion/dist/css/bulma-accordion.sass */

.accordions .accordion.is-danger .accordion-content {
  border-color: #ff3860;
  color: #cd0930;
}

/** Import theme styles */

/* stylelint-disable */

@font-face {
  font-family: 'Apercu Pro';
  src: url(/wp-content/themes/biokia/dist/fonts/ApercuPro-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Apercu Pro';
  src: url(/wp-content/themes/biokia/dist/fonts/ApercuPro-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SohneSchmal';
  src: url(/wp-content/themes/biokia/dist/fonts/SöhneSchmal-Kräftig.otf) format("opentype");
  font-style: normal;
}

/* DONT CHANGE THIS, change p mixin, look down */

/* Extendable class for typography usage */

/* line 220, resources/assets/styles/common/_typography-variables.scss */

.theme-typography,
body:not(.wp-admin) {
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: “liga” on;
  font-size: 16px;
  letter-spacing: -.01rem;
  font-family: "Apercu Pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #292929;
  line-height: 1.5em;
  /* PARAGRAPH STYLES */
}

/* line 234, resources/assets/styles/common/_typography-variables.scss */

.theme-typography a,
body:not(.wp-admin) a {
  text-decoration: none;
}

/* line 238, resources/assets/styles/common/_typography-variables.scss */

.theme-typography ul,
body:not(.wp-admin) ul {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  list-style: inherit;
  margin: 30px 20px;
}

@media screen and (max-width: 768px) {
  /* line 238, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography ul,
  body:not(.wp-admin) ul {
    font-size: calc( calc( 1 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 238, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography ul,
  body:not(.wp-admin) ul {
    font-size: calc( calc( 1 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 238, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography ul,
  body:not(.wp-admin) ul {
    font-size: calc( calc( 1 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 238, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography ul,
  body:not(.wp-admin) ul {
    font-size: calc( calc( 1 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.theme-typography ul a,
body:not(.wp-admin) ul a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 244, resources/assets/styles/common/_typography-variables.scss */

.theme-typography ul li,
body:not(.wp-admin) ul li {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
}

@media screen and (max-width: 768px) {
  /* line 244, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography ul li,
  body:not(.wp-admin) ul li {
    font-size: calc( calc( 1 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 244, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography ul li,
  body:not(.wp-admin) ul li {
    font-size: calc( calc( 1 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 244, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography ul li,
  body:not(.wp-admin) ul li {
    font-size: calc( calc( 1 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 244, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography ul li,
  body:not(.wp-admin) ul li {
    font-size: calc( calc( 1 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.theme-typography ul li a,
body:not(.wp-admin) ul li a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 247, resources/assets/styles/common/_typography-variables.scss */

.theme-typography ul li a,
body:not(.wp-admin) ul li a {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
}

@media screen and (max-width: 768px) {
  /* line 247, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography ul li a,
  body:not(.wp-admin) ul li a {
    font-size: calc( calc( 1 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 247, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography ul li a,
  body:not(.wp-admin) ul li a {
    font-size: calc( calc( 1 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 247, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography ul li a,
  body:not(.wp-admin) ul li a {
    font-size: calc( calc( 1 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 247, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography ul li a,
  body:not(.wp-admin) ul li a {
    font-size: calc( calc( 1 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.theme-typography ul li a a,
body:not(.wp-admin) ul li a a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 253, resources/assets/styles/common/_typography-variables.scss */

.theme-typography table,
body:not(.wp-admin) table {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  width: 100%;
}

@media screen and (max-width: 768px) {
  /* line 253, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography table,
  body:not(.wp-admin) table {
    font-size: calc( calc( 1 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 253, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography table,
  body:not(.wp-admin) table {
    font-size: calc( calc( 1 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 253, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography table,
  body:not(.wp-admin) table {
    font-size: calc( calc( 1 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 253, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography table,
  body:not(.wp-admin) table {
    font-size: calc( calc( 1 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.theme-typography table a,
body:not(.wp-admin) table a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 258, resources/assets/styles/common/_typography-variables.scss */

.theme-typography table tr,
body:not(.wp-admin) table tr {
  border-bottom: 1px solid #fff;
}

/* line 261, resources/assets/styles/common/_typography-variables.scss */

.theme-typography table th,
body:not(.wp-admin) table th,
.theme-typography table td,
body:not(.wp-admin) table td {
  padding: 10px;
}

/* line 267, resources/assets/styles/common/_typography-variables.scss */

.theme-typography p,
body:not(.wp-admin) p {
  padding-bottom: 1em;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
}

/* line 271, resources/assets/styles/common/_typography-variables.scss */

.theme-typography p:not(:last-child),
body:not(.wp-admin) p:not(:last-child) {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  /* line 267, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography p,
  body:not(.wp-admin) p {
    font-size: calc( calc( 1 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 267, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography p,
  body:not(.wp-admin) p {
    font-size: calc( calc( 1 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 267, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography p,
  body:not(.wp-admin) p {
    font-size: calc( calc( 1 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 267, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography p,
  body:not(.wp-admin) p {
    font-size: calc( calc( 1 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.theme-typography p a,
body:not(.wp-admin) p a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 279, resources/assets/styles/common/_typography-variables.scss */

.theme-typography h1,
body:not(.wp-admin) h1,
.theme-typography h2,
body:not(.wp-admin) h2,
.theme-typography h3,
body:not(.wp-admin) h3,
.theme-typography .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .theme-typography bdi.varainh,
body:not(.wp-admin) .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount body:not(.wp-admin) bdi.varainh,
.theme-typography .tt-block-banner-normal .banner-inner-container h2,
.tt-block-banner-normal .banner-inner-container .theme-typography h2,
body:not(.wp-admin) .tt-block-banner-normal .banner-inner-container h2,
.tt-block-banner-normal .banner-inner-container body:not(.wp-admin) h2,
.theme-typography .tt-block-banner-normal .banner-inner-container h3,
.tt-block-banner-normal .banner-inner-container .theme-typography h3,
body:not(.wp-admin) .tt-block-banner-normal .banner-inner-container h3,
.tt-block-banner-normal .banner-inner-container body:not(.wp-admin) h3,
.theme-typography h4,
body:not(.wp-admin) h4,
.theme-typography .product .wc-tabs-wrapper h3,
.product .wc-tabs-wrapper .theme-typography h3,
body:not(.wp-admin) .product .wc-tabs-wrapper h3,
.product .wc-tabs-wrapper body:not(.wp-admin) h3,
.theme-typography .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
.product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .theme-typography bdi.varainh,
body:not(.wp-admin) .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
.product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount body:not(.wp-admin) bdi.varainh,
.theme-typography .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper .theme-typography bdi.varainh,
body:not(.wp-admin) .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper body:not(.wp-admin) bdi.varainh,
.theme-typography .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2,
.product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container .theme-typography h2,
body:not(.wp-admin) .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2,
.product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container body:not(.wp-admin) h2,
.theme-typography .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2,
.tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper .theme-typography h2,
body:not(.wp-admin) .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2,
.tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper body:not(.wp-admin) h2,
.theme-typography h5,
body:not(.wp-admin) h5,
.theme-typography h6,
body:not(.wp-admin) h6 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
      hyphens: manual;
  word-break: keep-all;
}

@media screen and (max-width: 768px) {
  /* line 279, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography h1,
  body:not(.wp-admin) h1,
  .theme-typography h2,
  body:not(.wp-admin) h2,
  .theme-typography h3,
  body:not(.wp-admin) h3,
  .theme-typography .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
  .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .theme-typography bdi.varainh,
  body:not(.wp-admin) .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
  .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount body:not(.wp-admin) bdi.varainh,
  .theme-typography .tt-block-banner-normal .banner-inner-container h2,
  .tt-block-banner-normal .banner-inner-container .theme-typography h2,
  body:not(.wp-admin) .tt-block-banner-normal .banner-inner-container h2,
  .tt-block-banner-normal .banner-inner-container body:not(.wp-admin) h2,
  .theme-typography .tt-block-banner-normal .banner-inner-container h3,
  .tt-block-banner-normal .banner-inner-container .theme-typography h3,
  body:not(.wp-admin) .tt-block-banner-normal .banner-inner-container h3,
  .tt-block-banner-normal .banner-inner-container body:not(.wp-admin) h3,
  .theme-typography h4,
  body:not(.wp-admin) h4,
  .theme-typography .product .wc-tabs-wrapper h3,
  .product .wc-tabs-wrapper .theme-typography h3,
  body:not(.wp-admin) .product .wc-tabs-wrapper h3,
  .product .wc-tabs-wrapper body:not(.wp-admin) h3,
  .theme-typography .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
  .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .theme-typography bdi.varainh,
  body:not(.wp-admin) .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
  .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount body:not(.wp-admin) bdi.varainh,
  .theme-typography .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh,
  .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper .theme-typography bdi.varainh,
  body:not(.wp-admin) .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh,
  .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper body:not(.wp-admin) bdi.varainh,
  .theme-typography .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2,
  .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container .theme-typography h2,
  body:not(.wp-admin) .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2,
  .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container body:not(.wp-admin) h2,
  .theme-typography .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2,
  .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper .theme-typography h2,
  body:not(.wp-admin) .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2,
  .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper body:not(.wp-admin) h2,
  .theme-typography h5,
  body:not(.wp-admin) h5,
  .theme-typography h6,
  body:not(.wp-admin) h6 {
    padding-bottom: 15px;
  }
}

/* line 292, resources/assets/styles/common/_typography-variables.scss */

.theme-typography h1:not(:first-child),
body:not(.wp-admin) h1:not(:first-child),
.theme-typography h2:not(:first-child),
body:not(.wp-admin) h2:not(:first-child),
.theme-typography h3:not(:first-child),
body:not(.wp-admin) h3:not(:first-child),
.theme-typography .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh:not(:first-child),
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .theme-typography bdi.varainh:not(:first-child),
body:not(.wp-admin) .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh:not(:first-child),
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount body:not(.wp-admin) bdi.varainh:not(:first-child),
.theme-typography .tt-block-banner-normal .banner-inner-container h2:not(:first-child),
.tt-block-banner-normal .banner-inner-container .theme-typography h2:not(:first-child),
body:not(.wp-admin) .tt-block-banner-normal .banner-inner-container h2:not(:first-child),
.tt-block-banner-normal .banner-inner-container body:not(.wp-admin) h2:not(:first-child),
.theme-typography h4:not(:first-child),
body:not(.wp-admin) h4:not(:first-child),
.theme-typography .product .wc-tabs-wrapper h3:not(:first-child),
.product .wc-tabs-wrapper .theme-typography h3:not(:first-child),
body:not(.wp-admin) .product .wc-tabs-wrapper h3:not(:first-child),
.product .wc-tabs-wrapper body:not(.wp-admin) h3:not(:first-child),
.theme-typography .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh:not(:first-child),
.product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .theme-typography bdi.varainh:not(:first-child),
body:not(.wp-admin) .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh:not(:first-child),
.product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount body:not(.wp-admin) bdi.varainh:not(:first-child),
.theme-typography .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh:not(:first-child),
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper .theme-typography bdi.varainh:not(:first-child),
body:not(.wp-admin) .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh:not(:first-child),
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper body:not(.wp-admin) bdi.varainh:not(:first-child),
.theme-typography .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2:not(:first-child),
.product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container .theme-typography h2:not(:first-child),
body:not(.wp-admin) .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2:not(:first-child),
.product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container body:not(.wp-admin) h2:not(:first-child),
.theme-typography .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2:not(:first-child),
.tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper .theme-typography h2:not(:first-child),
body:not(.wp-admin) .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2:not(:first-child),
.tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper body:not(.wp-admin) h2:not(:first-child),
.theme-typography h5:not(:first-child),
body:not(.wp-admin) h5:not(:first-child),
.theme-typography h6:not(:first-child),
body:not(.wp-admin) h6:not(:first-child) {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 297, resources/assets/styles/common/_typography-variables.scss */

.theme-typography h1 mark,
body:not(.wp-admin) h1 mark,
.theme-typography h2 mark,
body:not(.wp-admin) h2 mark,
.theme-typography h3 mark,
body:not(.wp-admin) h3 mark,
.theme-typography .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh mark,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .theme-typography bdi.varainh mark,
body:not(.wp-admin) .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh mark,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount body:not(.wp-admin) bdi.varainh mark,
.theme-typography .tt-block-banner-normal .banner-inner-container h2 mark,
.tt-block-banner-normal .banner-inner-container .theme-typography h2 mark,
body:not(.wp-admin) .tt-block-banner-normal .banner-inner-container h2 mark,
.tt-block-banner-normal .banner-inner-container body:not(.wp-admin) h2 mark,
.theme-typography .tt-block-banner-normal .banner-inner-container h3 mark,
.tt-block-banner-normal .banner-inner-container .theme-typography h3 mark,
body:not(.wp-admin) .tt-block-banner-normal .banner-inner-container h3 mark,
.tt-block-banner-normal .banner-inner-container body:not(.wp-admin) h3 mark,
.theme-typography h4 mark,
body:not(.wp-admin) h4 mark,
.theme-typography .product .wc-tabs-wrapper h3 mark,
.product .wc-tabs-wrapper .theme-typography h3 mark,
body:not(.wp-admin) .product .wc-tabs-wrapper h3 mark,
.product .wc-tabs-wrapper body:not(.wp-admin) h3 mark,
.theme-typography .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh mark,
.product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .theme-typography bdi.varainh mark,
body:not(.wp-admin) .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh mark,
.product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount body:not(.wp-admin) bdi.varainh mark,
.theme-typography .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh mark,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper .theme-typography bdi.varainh mark,
body:not(.wp-admin) .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh mark,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper body:not(.wp-admin) bdi.varainh mark,
.theme-typography .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2 mark,
.product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container .theme-typography h2 mark,
body:not(.wp-admin) .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2 mark,
.product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container body:not(.wp-admin) h2 mark,
.theme-typography .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2 mark,
.tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper .theme-typography h2 mark,
body:not(.wp-admin) .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2 mark,
.tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper body:not(.wp-admin) h2 mark,
.theme-typography h5 mark,
body:not(.wp-admin) h5 mark,
.theme-typography h6 mark,
body:not(.wp-admin) h6 mark {
  font-weight: 400;
  background-color: transparent;
}

/* line 303, resources/assets/styles/common/_typography-variables.scss */

.theme-typography h1,
body:not(.wp-admin) h1 {
  line-height: calc( 1.2em * 1);
  letter-spacing: calc( 1.2em * 0.1);
  color: #1c4220;
  text-transform: uppercase;
  font-family: "SohneSchmal", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  /* line 303, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography h1,
  body:not(.wp-admin) h1 {
    font-size: calc( 1.1 * 2.7em);
  }
}

@media screen and (min-width: 769px) {
  /* line 303, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography h1,
  body:not(.wp-admin) h1 {
    font-size: calc( 1.1 * 3.24em);
  }
}

@media screen and (min-width: 1088px) {
  /* line 303, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography h1,
  body:not(.wp-admin) h1 {
    font-size: calc( 1.1 * 3.78em);
  }
}

@media screen and (min-width: 1280px) {
  /* line 303, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography h1,
  body:not(.wp-admin) h1 {
    font-size: calc( 1.1 * 3.915em);
  }
}

/* line 304, resources/assets/styles/common/_typography-variables.scss */

.theme-typography h2,
body:not(.wp-admin) h2 {
  line-height: calc( 1.3em * 1);
  font-family: "SohneSchmal", sans-serif;
  font-weight: 300;
  letter-spacing: 1.4px;
}

@media screen and (max-width: 768px) {
  /* line 304, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography h2,
  body:not(.wp-admin) h2 {
    font-size: calc( 1 * 2em);
  }
}

@media screen and (min-width: 769px) {
  /* line 304, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography h2,
  body:not(.wp-admin) h2 {
    font-size: calc( 1 * 2.5em);
  }
}

@media screen and (min-width: 1088px) {
  /* line 304, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography h2,
  body:not(.wp-admin) h2 {
    font-size: calc( 1 * 2.94em);
  }
}

@media screen and (min-width: 1280px) {
  /* line 304, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography h2,
  body:not(.wp-admin) h2 {
    font-size: calc( 1 * 3.045em);
  }
}

/* line 305, resources/assets/styles/common/_typography-variables.scss */

.theme-typography h3,
body:not(.wp-admin) h3,
.theme-typography .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .theme-typography bdi.varainh,
body:not(.wp-admin) .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount body:not(.wp-admin) bdi.varainh,
.theme-typography .tt-block-banner-normal .banner-inner-container h2,
.tt-block-banner-normal .banner-inner-container .theme-typography h2,
body:not(.wp-admin) .tt-block-banner-normal .banner-inner-container h2,
.tt-block-banner-normal .banner-inner-container body:not(.wp-admin) h2,
.theme-typography .tt-block-banner-normal .banner-inner-container h3,
.tt-block-banner-normal .banner-inner-container .theme-typography h3,
body:not(.wp-admin) .tt-block-banner-normal .banner-inner-container h3,
.tt-block-banner-normal .banner-inner-container body:not(.wp-admin) h3 {
  line-height: calc( 1.2em * 1);
  text-transform: none;
  font-family: "Apercu Pro", sans-serif;
  letter-spacing: 0px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  /* line 305, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography h3,
  body:not(.wp-admin) h3,
  .theme-typography .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
  .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .theme-typography bdi.varainh,
  body:not(.wp-admin) .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
  .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount body:not(.wp-admin) bdi.varainh,
  .theme-typography .tt-block-banner-normal .banner-inner-container h2,
  .tt-block-banner-normal .banner-inner-container .theme-typography h2,
  body:not(.wp-admin) .tt-block-banner-normal .banner-inner-container h2,
  .tt-block-banner-normal .banner-inner-container body:not(.wp-admin) h2,
  .theme-typography .tt-block-banner-normal .banner-inner-container h3,
  .tt-block-banner-normal .banner-inner-container .theme-typography h3,
  body:not(.wp-admin) .tt-block-banner-normal .banner-inner-container h3,
  .tt-block-banner-normal .banner-inner-container body:not(.wp-admin) h3 {
    font-size: calc( 0.6 * 2em);
  }
}

@media screen and (min-width: 769px) {
  /* line 305, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography h3,
  body:not(.wp-admin) h3,
  .theme-typography .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
  .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .theme-typography bdi.varainh,
  body:not(.wp-admin) .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
  .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount body:not(.wp-admin) bdi.varainh,
  .theme-typography .tt-block-banner-normal .banner-inner-container h2,
  .tt-block-banner-normal .banner-inner-container .theme-typography h2,
  body:not(.wp-admin) .tt-block-banner-normal .banner-inner-container h2,
  .tt-block-banner-normal .banner-inner-container body:not(.wp-admin) h2,
  .theme-typography .tt-block-banner-normal .banner-inner-container h3,
  .tt-block-banner-normal .banner-inner-container .theme-typography h3,
  body:not(.wp-admin) .tt-block-banner-normal .banner-inner-container h3,
  .tt-block-banner-normal .banner-inner-container body:not(.wp-admin) h3 {
    font-size: calc( 0.6 * 2.16em);
  }
}

@media screen and (min-width: 1088px) {
  /* line 305, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography h3,
  body:not(.wp-admin) h3,
  .theme-typography .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
  .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .theme-typography bdi.varainh,
  body:not(.wp-admin) .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
  .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount body:not(.wp-admin) bdi.varainh,
  .theme-typography .tt-block-banner-normal .banner-inner-container h2,
  .tt-block-banner-normal .banner-inner-container .theme-typography h2,
  body:not(.wp-admin) .tt-block-banner-normal .banner-inner-container h2,
  .tt-block-banner-normal .banner-inner-container body:not(.wp-admin) h2,
  .theme-typography .tt-block-banner-normal .banner-inner-container h3,
  .tt-block-banner-normal .banner-inner-container .theme-typography h3,
  body:not(.wp-admin) .tt-block-banner-normal .banner-inner-container h3,
  .tt-block-banner-normal .banner-inner-container body:not(.wp-admin) h3 {
    font-size: calc( 0.6 * 2.52em);
  }
}

@media screen and (min-width: 1280px) {
  /* line 305, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography h3,
  body:not(.wp-admin) h3,
  .theme-typography .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
  .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .theme-typography bdi.varainh,
  body:not(.wp-admin) .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
  .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount body:not(.wp-admin) bdi.varainh,
  .theme-typography .tt-block-banner-normal .banner-inner-container h2,
  .tt-block-banner-normal .banner-inner-container .theme-typography h2,
  body:not(.wp-admin) .tt-block-banner-normal .banner-inner-container h2,
  .tt-block-banner-normal .banner-inner-container body:not(.wp-admin) h2,
  .theme-typography .tt-block-banner-normal .banner-inner-container h3,
  .tt-block-banner-normal .banner-inner-container .theme-typography h3,
  body:not(.wp-admin) .tt-block-banner-normal .banner-inner-container h3,
  .tt-block-banner-normal .banner-inner-container body:not(.wp-admin) h3 {
    font-size: calc( 0.6 * 2.61em);
  }
}

/* line 306, resources/assets/styles/common/_typography-variables.scss */

.theme-typography h4,
body:not(.wp-admin) h4,
.theme-typography .product .wc-tabs-wrapper h3,
.product .wc-tabs-wrapper .theme-typography h3,
body:not(.wp-admin) .product .wc-tabs-wrapper h3,
.product .wc-tabs-wrapper body:not(.wp-admin) h3,
.theme-typography .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
.product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .theme-typography bdi.varainh,
body:not(.wp-admin) .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
.product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount body:not(.wp-admin) bdi.varainh,
.theme-typography .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper .theme-typography bdi.varainh,
body:not(.wp-admin) .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper body:not(.wp-admin) bdi.varainh,
.theme-typography .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2,
.product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container .theme-typography h2,
body:not(.wp-admin) .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2,
.product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container body:not(.wp-admin) h2,
.theme-typography .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2,
.tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper .theme-typography h2,
body:not(.wp-admin) .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2,
.tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper body:not(.wp-admin) h2 {
  line-height: calc( 1.2em * 1);
  font-family: "SohneSchmal", sans-serif;
  letter-spacing: 0.75px;
  color: #1c4220;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  /* line 306, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography h4,
  body:not(.wp-admin) h4,
  .theme-typography .product .wc-tabs-wrapper h3,
  .product .wc-tabs-wrapper .theme-typography h3,
  body:not(.wp-admin) .product .wc-tabs-wrapper h3,
  .product .wc-tabs-wrapper body:not(.wp-admin) h3,
  .theme-typography .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
  .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .theme-typography bdi.varainh,
  body:not(.wp-admin) .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
  .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount body:not(.wp-admin) bdi.varainh,
  .theme-typography .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh,
  .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper .theme-typography bdi.varainh,
  body:not(.wp-admin) .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh,
  .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper body:not(.wp-admin) bdi.varainh,
  .theme-typography .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2,
  .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container .theme-typography h2,
  body:not(.wp-admin) .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2,
  .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container body:not(.wp-admin) h2,
  .theme-typography .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2,
  .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper .theme-typography h2,
  body:not(.wp-admin) .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2,
  .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper body:not(.wp-admin) h2 {
    font-size: calc( 1 * 1.6em);
  }
}

@media screen and (min-width: 769px) {
  /* line 306, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography h4,
  body:not(.wp-admin) h4,
  .theme-typography .product .wc-tabs-wrapper h3,
  .product .wc-tabs-wrapper .theme-typography h3,
  body:not(.wp-admin) .product .wc-tabs-wrapper h3,
  .product .wc-tabs-wrapper body:not(.wp-admin) h3,
  .theme-typography .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
  .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .theme-typography bdi.varainh,
  body:not(.wp-admin) .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
  .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount body:not(.wp-admin) bdi.varainh,
  .theme-typography .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh,
  .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper .theme-typography bdi.varainh,
  body:not(.wp-admin) .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh,
  .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper body:not(.wp-admin) bdi.varainh,
  .theme-typography .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2,
  .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container .theme-typography h2,
  body:not(.wp-admin) .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2,
  .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container body:not(.wp-admin) h2,
  .theme-typography .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2,
  .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper .theme-typography h2,
  body:not(.wp-admin) .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2,
  .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper body:not(.wp-admin) h2 {
    font-size: calc( 1 * 1.68em);
  }
}

@media screen and (min-width: 1088px) {
  /* line 306, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography h4,
  body:not(.wp-admin) h4,
  .theme-typography .product .wc-tabs-wrapper h3,
  .product .wc-tabs-wrapper .theme-typography h3,
  body:not(.wp-admin) .product .wc-tabs-wrapper h3,
  .product .wc-tabs-wrapper body:not(.wp-admin) h3,
  .theme-typography .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
  .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .theme-typography bdi.varainh,
  body:not(.wp-admin) .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
  .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount body:not(.wp-admin) bdi.varainh,
  .theme-typography .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh,
  .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper .theme-typography bdi.varainh,
  body:not(.wp-admin) .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh,
  .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper body:not(.wp-admin) bdi.varainh,
  .theme-typography .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2,
  .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container .theme-typography h2,
  body:not(.wp-admin) .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2,
  .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container body:not(.wp-admin) h2,
  .theme-typography .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2,
  .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper .theme-typography h2,
  body:not(.wp-admin) .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2,
  .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper body:not(.wp-admin) h2 {
    font-size: calc( 1 * 2.0em);
  }
}

@media screen and (min-width: 1280px) {
  /* line 306, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography h4,
  body:not(.wp-admin) h4,
  .theme-typography .product .wc-tabs-wrapper h3,
  .product .wc-tabs-wrapper .theme-typography h3,
  body:not(.wp-admin) .product .wc-tabs-wrapper h3,
  .product .wc-tabs-wrapper body:not(.wp-admin) h3,
  .theme-typography .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
  .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .theme-typography bdi.varainh,
  body:not(.wp-admin) .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
  .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount body:not(.wp-admin) bdi.varainh,
  .theme-typography .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh,
  .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper .theme-typography bdi.varainh,
  body:not(.wp-admin) .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh,
  .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper body:not(.wp-admin) bdi.varainh,
  .theme-typography .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2,
  .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container .theme-typography h2,
  body:not(.wp-admin) .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2,
  .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container body:not(.wp-admin) h2,
  .theme-typography .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2,
  .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper .theme-typography h2,
  body:not(.wp-admin) .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2,
  .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper body:not(.wp-admin) h2 {
    font-size: calc( 1 * 2.0em);
  }
}

/* line 307, resources/assets/styles/common/_typography-variables.scss */

.theme-typography h5,
body:not(.wp-admin) h5 {
  line-height: calc( 1.2em * 1);
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  /* line 307, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography h5,
  body:not(.wp-admin) h5 {
    font-size: calc( 0.9 * 1.2em);
  }
}

@media screen and (min-width: 769px) {
  /* line 307, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography h5,
  body:not(.wp-admin) h5 {
    font-size: calc( 0.9 * 1.3em);
  }
}

@media screen and (min-width: 1088px) {
  /* line 307, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography h5,
  body:not(.wp-admin) h5 {
    font-size: calc( 0.9 * 1.3em);
  }
}

@media screen and (min-width: 1280px) {
  /* line 307, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography h5,
  body:not(.wp-admin) h5 {
    font-size: calc( 0.9 * 1.5em);
  }
}

/* line 308, resources/assets/styles/common/_typography-variables.scss */

.theme-typography h6,
body:not(.wp-admin) h6 {
  line-height: calc( 1.2em * 1);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  /* line 308, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography h6,
  body:not(.wp-admin) h6 {
    font-size: calc( 0.6 * 1.6em);
  }
}

@media screen and (min-width: 769px) {
  /* line 308, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography h6,
  body:not(.wp-admin) h6 {
    font-size: calc( 0.6 * 1.6em);
  }
}

@media screen and (min-width: 1088px) {
  /* line 308, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography h6,
  body:not(.wp-admin) h6 {
    font-size: calc( 0.6 * 1.6em);
  }
}

@media screen and (min-width: 1280px) {
  /* line 308, resources/assets/styles/common/_typography-variables.scss */

  .theme-typography h6,
  body:not(.wp-admin) h6 {
    font-size: calc( 0.6 * 1.6em);
  }
}

/* line 310, resources/assets/styles/common/_typography-variables.scss */

.theme-typography p + h2,
body:not(.wp-admin) p + h2,
.theme-typography p + h3,
body:not(.wp-admin) p + h3,
.theme-typography .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount p + bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .theme-typography p + bdi.varainh,
body:not(.wp-admin) .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount p + bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount body:not(.wp-admin) p + bdi.varainh,
.theme-typography .tt-block-banner-normal .banner-inner-container p + h2,
.tt-block-banner-normal .banner-inner-container .theme-typography p + h2,
body:not(.wp-admin) .tt-block-banner-normal .banner-inner-container p + h2,
.tt-block-banner-normal .banner-inner-container body:not(.wp-admin) p + h2,
.theme-typography .tt-block-banner-normal .banner-inner-container p + h3,
.tt-block-banner-normal .banner-inner-container .theme-typography p + h3,
body:not(.wp-admin) .tt-block-banner-normal .banner-inner-container p + h3,
.tt-block-banner-normal .banner-inner-container body:not(.wp-admin) p + h3,
.theme-typography p + h4,
body:not(.wp-admin) p + h4,
.theme-typography .product .wc-tabs-wrapper p + h3,
.product .wc-tabs-wrapper .theme-typography p + h3,
body:not(.wp-admin) .product .wc-tabs-wrapper p + h3,
.product .wc-tabs-wrapper body:not(.wp-admin) p + h3,
.theme-typography .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount p + bdi.varainh,
.product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .theme-typography p + bdi.varainh,
body:not(.wp-admin) .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount p + bdi.varainh,
.product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount body:not(.wp-admin) p + bdi.varainh,
.theme-typography .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper p + bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper .theme-typography p + bdi.varainh,
body:not(.wp-admin) .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper p + bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper body:not(.wp-admin) p + bdi.varainh,
.theme-typography .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container p + h2,
.product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container .theme-typography p + h2,
body:not(.wp-admin) .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container p + h2,
.product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container body:not(.wp-admin) p + h2,
.theme-typography .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper p + h2,
.tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper .theme-typography p + h2,
body:not(.wp-admin) .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper p + h2,
.tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper body:not(.wp-admin) p + h2,
.theme-typography p + h5,
body:not(.wp-admin) p + h5,
.theme-typography p + h6,
body:not(.wp-admin) p + h6 {
  padding-top: 40px;
}

/* line 312, resources/assets/styles/common/_typography-variables.scss */

.theme-typography p + ul,
body:not(.wp-admin) p + ul,
.theme-typography h2 + ul,
body:not(.wp-admin) h2 + ul,
.theme-typography h3 + ul,
body:not(.wp-admin) h3 + ul,
.theme-typography .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh + ul,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .theme-typography bdi.varainh + ul,
body:not(.wp-admin) .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh + ul,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount body:not(.wp-admin) bdi.varainh + ul,
.theme-typography .tt-block-banner-normal .banner-inner-container h2 + ul,
.tt-block-banner-normal .banner-inner-container .theme-typography h2 + ul,
body:not(.wp-admin) .tt-block-banner-normal .banner-inner-container h2 + ul,
.tt-block-banner-normal .banner-inner-container body:not(.wp-admin) h2 + ul,
.theme-typography .tt-block-banner-normal .banner-inner-container h3 + ul,
.tt-block-banner-normal .banner-inner-container .theme-typography h3 + ul,
body:not(.wp-admin) .tt-block-banner-normal .banner-inner-container h3 + ul,
.tt-block-banner-normal .banner-inner-container body:not(.wp-admin) h3 + ul,
.theme-typography h4 + ul,
body:not(.wp-admin) h4 + ul,
.theme-typography .product .wc-tabs-wrapper h3 + ul,
.product .wc-tabs-wrapper .theme-typography h3 + ul,
body:not(.wp-admin) .product .wc-tabs-wrapper h3 + ul,
.product .wc-tabs-wrapper body:not(.wp-admin) h3 + ul,
.theme-typography .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh + ul,
.product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .theme-typography bdi.varainh + ul,
body:not(.wp-admin) .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh + ul,
.product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount body:not(.wp-admin) bdi.varainh + ul,
.theme-typography .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh + ul,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper .theme-typography bdi.varainh + ul,
body:not(.wp-admin) .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh + ul,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper body:not(.wp-admin) bdi.varainh + ul,
.theme-typography .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2 + ul,
.product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container .theme-typography h2 + ul,
body:not(.wp-admin) .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2 + ul,
.product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container body:not(.wp-admin) h2 + ul,
.theme-typography .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2 + ul,
.tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper .theme-typography h2 + ul,
body:not(.wp-admin) .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2 + ul,
.tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper body:not(.wp-admin) h2 + ul,
.theme-typography h5 + ul,
body:not(.wp-admin) h5 + ul,
.theme-typography h6 + ul,
body:not(.wp-admin) h6 + ul {
  margin-top: 0 !important;
}

/* line 317, resources/assets/styles/common/_typography-variables.scss */

.light-text,
.ota-yhteytta .section-text {
  color: #fff !important;
}

/* line 320, resources/assets/styles/common/_typography-variables.scss */

.light-text h1,
.ota-yhteytta .section-text h1,
.light-text h2,
.ota-yhteytta .section-text h2,
.light-text h3,
.ota-yhteytta .section-text h3,
.light-text .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .light-text bdi.varainh,
.ota-yhteytta .section-text .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .ota-yhteytta .section-text bdi.varainh,
.light-text .tt-block-banner-normal .banner-inner-container h2,
.tt-block-banner-normal .banner-inner-container .light-text h2,
.ota-yhteytta .section-text .tt-block-banner-normal .banner-inner-container h2,
.tt-block-banner-normal .banner-inner-container .ota-yhteytta .section-text h2,
.light-text .tt-block-banner-normal .banner-inner-container h3,
.tt-block-banner-normal .banner-inner-container .light-text h3,
.light-text h4,
.ota-yhteytta .section-text h4,
.light-text .product .wc-tabs-wrapper h3,
.product .wc-tabs-wrapper .light-text h3,
.ota-yhteytta .section-text .product .wc-tabs-wrapper h3,
.product .wc-tabs-wrapper .ota-yhteytta .section-text h3,
.light-text .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
.product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .light-text bdi.varainh,
.ota-yhteytta .section-text .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
.product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .ota-yhteytta .section-text bdi.varainh,
.light-text .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper .light-text bdi.varainh,
.ota-yhteytta .section-text .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper .ota-yhteytta .section-text bdi.varainh,
.light-text .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2,
.product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container .light-text h2,
.ota-yhteytta .section-text .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2,
.product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container .ota-yhteytta .section-text h2,
.light-text .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2,
.tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper .light-text h2,
.ota-yhteytta .section-text .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2,
.tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper .ota-yhteytta .section-text h2,
.light-text h5,
.ota-yhteytta .section-text h5,
.light-text h6,
.ota-yhteytta .section-text h6 {
  color: #fff !important;
}

/* line 329, resources/assets/styles/common/_typography-variables.scss */

.light-text div,
.ota-yhteytta .section-text div,
.light-text p,
.ota-yhteytta .section-text p,
.light-text a:not(.cta):not(.button):not(.lead-title-link),
.ota-yhteytta .section-text a:not(.cta):not(.button):not(.lead-title-link),
.light-text p a:not(.cta):not(.button):not(.lead-title-link),
.ota-yhteytta .section-text p a:not(.cta):not(.button):not(.lead-title-link),
.light-text strong,
.ota-yhteytta .section-text strong,
.light-text ul li,
.ota-yhteytta .section-text ul li,
.light-text ul li a:not(.cta):not(.button):not(.lead-title-link),
.ota-yhteytta .section-text ul li a:not(.cta):not(.button):not(.lead-title-link),
.light-text pre,
.ota-yhteytta .section-text pre,
.light-text bdi,
.ota-yhteytta .section-text bdi {
  color: #fff !important;
}

/* line 342, resources/assets/styles/common/_typography-variables.scss */

.light-text form input,
.ota-yhteytta .section-text form input,
.light-text form textarea,
.ota-yhteytta .section-text form textarea,
.light-text form ::-webkit-input-placeholder,
.ota-yhteytta .section-text form ::-webkit-input-placeholder,
.light-text form .ginput_container_select,
.ota-yhteytta .section-text form .ginput_container_select {
  color: #fff;
  border-color: #fff;
  background: transparent;
}

.light-text form input,
.ota-yhteytta .section-text form input,
.light-text form textarea,
.ota-yhteytta .section-text form textarea,
.light-text form ::-ms-input-placeholder,
.ota-yhteytta .section-text form ::-ms-input-placeholder,
.light-text form .ginput_container_select,
.ota-yhteytta .section-text form .ginput_container_select {
  color: #fff;
  border-color: #fff;
  background: transparent;
}

.light-text form input,
.ota-yhteytta .section-text form input,
.light-text form textarea,
.ota-yhteytta .section-text form textarea,
.light-text form ::placeholder,
.ota-yhteytta .section-text form ::placeholder,
.light-text form .ginput_container_select,
.ota-yhteytta .section-text form .ginput_container_select {
  color: #fff;
  border-color: #fff;
  background: transparent;
}

/* line 351, resources/assets/styles/common/_typography-variables.scss */

.light-text form input[type="text"],
.ota-yhteytta .section-text form input[type="text"],
.light-text form input[type="password"],
.ota-yhteytta .section-text form input[type="password"],
.light-text form input[type="email"],
.ota-yhteytta .section-text form input[type="email"] {
  border-bottom: 1px solid #fff;
}

/* line 357, resources/assets/styles/common/_typography-variables.scss */

.light-text form select,
.ota-yhteytta .section-text form select {
  color: #fff;
  border: 1px solid #fff;
}

/* line 362, resources/assets/styles/common/_typography-variables.scss */

.light-text form label,
.ota-yhteytta .section-text form label {
  color: #fff;
}

/* line 365, resources/assets/styles/common/_typography-variables.scss */

.light-text form label a,
.ota-yhteytta .section-text form label a {
  color: #fff;
}

/* line 370, resources/assets/styles/common/_typography-variables.scss */

.light-text form a,
.ota-yhteytta .section-text form a {
  color: #fff;
}

/* line 375, resources/assets/styles/common/_typography-variables.scss */

.light-text form .gfield_required_asterisk,
.ota-yhteytta .section-text form .gfield_required_asterisk {
  color: #fff;
}

/* line 387, resources/assets/styles/common/_typography-variables.scss */

.dark-text {
  color: #292929 !important;
}

/* line 390, resources/assets/styles/common/_typography-variables.scss */

.dark-text h1,
.dark-text h2,
.dark-text h3,
.dark-text .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .dark-text bdi.varainh,
.dark-text .tt-block-banner-normal .banner-inner-container h2,
.tt-block-banner-normal .banner-inner-container .dark-text h2,
.dark-text .tt-block-banner-normal .banner-inner-container h3,
.tt-block-banner-normal .banner-inner-container .dark-text h3,
.dark-text h4,
.dark-text .product .wc-tabs-wrapper h3,
.product .wc-tabs-wrapper .dark-text h3,
.dark-text .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
.product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .dark-text bdi.varainh,
.dark-text .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper .dark-text bdi.varainh,
.dark-text .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2,
.product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container .dark-text h2,
.dark-text .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2,
.tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper .dark-text h2,
.dark-text h5,
.dark-text h6 {
  color: #292929 !important;
}

/* line 399, resources/assets/styles/common/_typography-variables.scss */

.dark-text div,
.dark-text p,
.dark-text a:not(.cta):not(.button):not(.lead-title-link),
.dark-text p a:not(.cta):not(.button):not(.lead-title-link),
.dark-text strong,
.dark-text ul li,
.dark-text ul li a:not(.cta):not(.button):not(.lead-title-link),
.dark-text bdi {
  color: #292929 !important;
}

/* line 411, resources/assets/styles/common/_typography-variables.scss */

.dark-text form input,
.dark-text form textarea,
.dark-text form ::-webkit-input-placeholder,
.dark-text form .ginput_container_select {
  color: #292929;
  border-color: #292929;
}

.dark-text form input,
.dark-text form textarea,
.dark-text form ::-ms-input-placeholder,
.dark-text form .ginput_container_select {
  color: #292929;
  border-color: #292929;
}

.dark-text form input,
.dark-text form textarea,
.dark-text form ::placeholder,
.dark-text form .ginput_container_select {
  color: #292929;
  border-color: #292929;
}

/* line 419, resources/assets/styles/common/_typography-variables.scss */

.dark-text form input[type="text"],
.dark-text form input[type="password"],
.dark-text form input[type="email"] {
  border-bottom: 1px solid #292929;
}

/* line 425, resources/assets/styles/common/_typography-variables.scss */

.dark-text form select {
  color: #292929;
}

/* line 429, resources/assets/styles/common/_typography-variables.scss */

.dark-text form label {
  color: #292929;
}

/* line 433, resources/assets/styles/common/_typography-variables.scss */

.dark-text form .gfield_required_asterisk {
  color: #292929;
}

/* line 445, resources/assets/styles/common/_typography-variables.scss */

.green-text {
  color: #1c4220 !important;
}

/* line 448, resources/assets/styles/common/_typography-variables.scss */

.green-text h1,
.green-text h2,
.green-text h3,
.green-text .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .green-text bdi.varainh,
.green-text .tt-block-banner-normal .banner-inner-container h2,
.tt-block-banner-normal .banner-inner-container .green-text h2,
.green-text .tt-block-banner-normal .banner-inner-container h3,
.tt-block-banner-normal .banner-inner-container .green-text h3,
.green-text h4,
.green-text .product .wc-tabs-wrapper h3,
.product .wc-tabs-wrapper .green-text h3,
.green-text .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
.product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .green-text bdi.varainh,
.green-text .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper .green-text bdi.varainh,
.green-text .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2,
.product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container .green-text h2,
.green-text .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2,
.tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper .green-text h2,
.green-text h5,
.green-text h6 {
  color: #1c4220 !important;
}

/* line 457, resources/assets/styles/common/_typography-variables.scss */

.green-text div,
.green-text p,
.green-text a:not(.cta):not(.button):not(.lead-title-link),
.green-text p a:not(.cta):not(.button):not(.lead-title-link),
.green-text strong,
.green-text ul li,
.green-text ul li a:not(.cta):not(.button):not(.lead-title-link),
.green-text bdi {
  color: #1c4220 !important;
}

/* line 469, resources/assets/styles/common/_typography-variables.scss */

.small-caps,
p#breadcrumbs,
.small-title,
.page-etusivu-data pre,
.product .related.products pre,
.product-lift-block ul.products li.product pre,
.woocommerce ul.products li.product pre,
.product-lift-block pre,
.module-50-50-image-text pre,
form label,
.biokia-form label,
.ota-yhteytta .section-text .block-text label,
.page-etusivu-data form label,
.product-lift-block form label,
.module-50-50-image-text form label,
.theme-button-primary,
.light-text form button,
.ota-yhteytta .section-text form button,
.light-text form .button,
.ota-yhteytta .section-text form .button,
.light-text form input[type="submit"],
.ota-yhteytta .section-text form input[type="submit"],
.tt-block-banner-normal .banner-inner-container .cta,
header.header .header-container a.nav-link-button,
.theme-button-primary a,
.light-text form button a,
.ota-yhteytta .section-text form button a,
.light-text form .button a,
.ota-yhteytta .section-text form .button a,
.light-text form input[type="submit"] a,
.ota-yhteytta .section-text form input[type="submit"] a,
.tt-block-banner-normal .banner-inner-container .cta a,
header.header .header-container a.nav-link-button a,
.theme-button-secondary,
.button-secondary,
a.button-secondary,
.\--secondary,
.product-lift-block ul.products li.product a.added_to_cart,
.woocommerce ul.products li.product a.added_to_cart,
.theme-button-secondary a,
.button-secondary a,
.\--secondary a,
.product-lift-block ul.products li.product a.added_to_cart a,
.woocommerce ul.products li.product a.added_to_cart a,
.theme-button-fortiary,
.dark-text form button,
.dark-text form .button,
.dark-text form input[type="submit"],
.button-fortiary,
a.button-fortiary,
.\--fortiary,
.product-lift-block ul.products li.product a.more-info,
.woocommerce ul.products li.product a.more-info,
.product .wc-tabs-wrapper ul.tabs.wc-tabs li,
header.header .nav-second-container .nav-cart-contents .nav-cart-buttons .btn.add-to-cart,
.theme-button-fortiary a,
.dark-text form button a,
.dark-text form .button a,
.dark-text form input[type="submit"] a,
.button-fortiary a,
.\--fortiary a,
.product-lift-block ul.products li.product a.more-info a,
.woocommerce ul.products li.product a.more-info a,
.product .wc-tabs-wrapper ul.tabs.wc-tabs li a,
header.header .nav-second-container .nav-cart-contents .nav-cart-buttons .btn.add-to-cart a,
.section-leads .lead-title a,
.block-color-bg span,
.ota-yhteytta .section-text span,
.news-blogs-lifts .updated,
.news-blogs-lifts .read-more,
.recipe-lifts .updated,
.recipe-lifts .read-more,
.berries-lifts .updated,
.berries-lifts .read-more,
footer.page-footer .footer h4,
footer.page-footer .footer .product .wc-tabs-wrapper h3,
.product .wc-tabs-wrapper footer.page-footer .footer h3,
footer.page-footer .footer .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
.product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount footer.page-footer .footer bdi.varainh,
footer.page-footer .footer .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper footer.page-footer .footer bdi.varainh,
footer.page-footer .footer .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2,
.product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container footer.page-footer .footer h2,
footer.page-footer .footer .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2,
.tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper footer.page-footer .footer h2,
.single-reseptit .recipe-rate span,
.post-type-archive-reseptit .recipe-rate span,
.tax-recipe-tax .recipe-rate span,
.tax-recipe-alg .recipe-rate span,
.single-reseptit .post-ratings span,
.single-reseptit .post-ratings-loading,
.post-type-archive-reseptit .post-ratings span,
.post-type-archive-reseptit .post-ratings-loading,
.tax-recipe-tax .post-ratings span,
.tax-recipe-tax .post-ratings-loading,
.tax-recipe-alg .post-ratings span,
.tax-recipe-alg .post-ratings-loading {
  text-transform: uppercase !important;
  letter-spacing: 1.4px !important;
  font-weight: 600;
}

/* line 475, resources/assets/styles/common/_typography-variables.scss */

.pretitle {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  height: auto;
  margin-bottom: 1em !important;
  color: #fff;
  line-height: 1;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  /* line 475, resources/assets/styles/common/_typography-variables.scss */

  .pretitle {
    font-size: calc( calc( 1 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 475, resources/assets/styles/common/_typography-variables.scss */

  .pretitle {
    font-size: calc( calc( 1 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 475, resources/assets/styles/common/_typography-variables.scss */

  .pretitle {
    font-size: calc( calc( 1 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 475, resources/assets/styles/common/_typography-variables.scss */

  .pretitle {
    font-size: calc( calc( 1 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.pretitle a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 486, resources/assets/styles/common/_typography-variables.scss */

h1 b,
h1 strong,
h2 b,
h2 strong,
h3 b,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh b,
.tt-block-banner-normal .banner-inner-container h2 b,
.tt-block-banner-normal .banner-inner-container h3 b,
h3 strong,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh strong,
.tt-block-banner-normal .banner-inner-container h2 strong,
.tt-block-banner-normal .banner-inner-container h3 strong,
h4 b,
.product .wc-tabs-wrapper h3 b,
.product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh b,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh b,
.product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2 b,
.tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2 b,
h4 strong,
.product .wc-tabs-wrapper h3 strong,
.product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh strong,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh strong,
.product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2 strong,
.tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2 strong,
h5 b,
h5 strong {
  font-weight: 300;
}

/* line 499, resources/assets/styles/common/_typography-variables.scss */

blockquote {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #1c4220;
  opacity: 1;
  background: none !important;
  border: 0 !important;
  padding: 0 !important;
}

@media screen and (max-width: 768px) {
  /* line 499, resources/assets/styles/common/_typography-variables.scss */

  blockquote {
    font-size: calc( calc( 1 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 499, resources/assets/styles/common/_typography-variables.scss */

  blockquote {
    font-size: calc( calc( 1 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 499, resources/assets/styles/common/_typography-variables.scss */

  blockquote {
    font-size: calc( calc( 1 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 499, resources/assets/styles/common/_typography-variables.scss */

  blockquote {
    font-size: calc( calc( 1 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

blockquote a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* stylelint-enable */

/* stylelint-disable */

/* stylelint-enable */

/* stylelint-disable */

/* stylelint-enable */

/* line 1, resources/assets/styles/common/_global.scss */

body {
  color: #292929;
  font-family: "Apercu Pro", sans-serif;
}

/* line 6, resources/assets/styles/common/_global.scss */

a {
  color: #292929;
  opacity: 1;
  -webkit-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}

/* line 11, resources/assets/styles/common/_global.scss */

a:hover {
  color: #1c4220;
  opacity: 1;
  -webkit-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}

/* line 18, resources/assets/styles/common/_global.scss */

.__centered {
  text-align: center;
}

/* line 32, resources/assets/styles/common/_global.scss */

button:disabled,
.button:disabled,
.comment-form input:disabled[type="submit"],
a.button:disabled,
input[type=button]:disabled,
input[type=submit]:disabled,
input[type=reset]:disabled {
  pointer-events: none;
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}

/* line 61, resources/assets/styles/common/_global.scss */

p#breadcrumbs {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: auto;
  text-decoration: none;
  letter-spacing: 1px !important;
}

@media screen and (max-width: 768px) {
  /* line 61, resources/assets/styles/common/_global.scss */

  p#breadcrumbs {
    font-size: calc( calc( 0.9 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 61, resources/assets/styles/common/_global.scss */

  p#breadcrumbs {
    font-size: calc( calc( 0.9 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 61, resources/assets/styles/common/_global.scss */

  p#breadcrumbs {
    font-size: calc( calc( 0.9 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 61, resources/assets/styles/common/_global.scss */

  p#breadcrumbs {
    font-size: calc( calc( 0.9 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

p#breadcrumbs a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

@media screen and (min-width: 769px) {
  /* line 61, resources/assets/styles/common/_global.scss */

  p#breadcrumbs {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 1088px) {
  /* line 61, resources/assets/styles/common/_global.scss */

  p#breadcrumbs {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* line 71, resources/assets/styles/common/_global.scss */

p#breadcrumbs a {
  text-decoration: none;
  color: #3e3e3e;
  margin: 0 0.7rem;
}

/* line 77, resources/assets/styles/common/_global.scss */

p#breadcrumbs span.breadcrumb_last {
  margin-left: 1rem;
}

/* line 81, resources/assets/styles/common/_global.scss */

p#breadcrumbs > span > span > a {
  margin-left: 0;
}

@media screen and (min-width: 1088px) {
  /* line 61, resources/assets/styles/common/_global.scss */

  p#breadcrumbs {
    margin: auto;
    max-width: 1200px;
    width: calc( 100% * 0.8);
  }
}

@media screen and (min-width: 769px) {
  /* line 61, resources/assets/styles/common/_global.scss */

  p#breadcrumbs {
    margin: auto;
    max-width: 1200px;
    width: calc( 100% * 0.8);
  }
}

@media screen and (max-width: 768px) {
  /* line 61, resources/assets/styles/common/_global.scss */

  p#breadcrumbs {
    margin-right: 2em;
    margin-left: 2em;
  }
}

/* line 99, resources/assets/styles/common/_global.scss */

.__space_h {
  margin: auto;
  max-width: 1410px;
  width: calc( 100% * 0.9);
}

/* line 102, resources/assets/styles/common/_global.scss */

.__space_h.\--xxs {
  margin: auto;
  max-width: 600px;
  width: calc( 100% * 0.4);
}

/* line 106, resources/assets/styles/common/_global.scss */

.__space_h.\--xs {
  margin: auto;
  max-width: 700px;
  width: calc( 100% * 0.8);
}

/* line 110, resources/assets/styles/common/_global.scss */

.__space_h.\--s {
  margin: auto;
  max-width: 1200px;
  width: calc( 100% * 0.8);
}

/* line 114, resources/assets/styles/common/_global.scss */

.__space_h.\--m {
  margin: auto;
  max-width: 1410px;
  width: calc( 100% * 0.9);
}

/* line 118, resources/assets/styles/common/_global.scss */

.__space_h.\--l {
  margin: auto;
  max-width: 1600px;
  width: calc( 100% * 0.95);
}

/* line 122, resources/assets/styles/common/_global.scss */

.__space_h.\--xl {
  margin: auto;
  max-width: none;
  width: calc( 100% * 1);
}

/* line 127, resources/assets/styles/common/_global.scss */

.__space_v {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 769px) {
  /* line 127, resources/assets/styles/common/_global.scss */

  .__space_v {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 1088px) {
  /* line 127, resources/assets/styles/common/_global.scss */

  .__space_v {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* line 130, resources/assets/styles/common/_global.scss */

.__space_v.no_space_v {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 135, resources/assets/styles/common/_global.scss */

.__space_v.\--xs-v {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 769px) {
  /* line 135, resources/assets/styles/common/_global.scss */

  .__space_v.\--xs-v {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 1088px) {
  /* line 135, resources/assets/styles/common/_global.scss */

  .__space_v.\--xs-v {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* line 139, resources/assets/styles/common/_global.scss */

.__space_v.\--s-v {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 769px) {
  /* line 139, resources/assets/styles/common/_global.scss */

  .__space_v.\--s-v {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 1088px) {
  /* line 139, resources/assets/styles/common/_global.scss */

  .__space_v.\--s-v {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* line 143, resources/assets/styles/common/_global.scss */

.__space_v.\--m-v {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 1087px) {
  /* line 143, resources/assets/styles/common/_global.scss */

  .__space_v.\--m-v {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media screen and (min-width: 1088px) {
  /* line 143, resources/assets/styles/common/_global.scss */

  .__space_v.\--m-v {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

/* line 147, resources/assets/styles/common/_global.scss */

.__space_v.\--l-v {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 769px) {
  /* line 147, resources/assets/styles/common/_global.scss */

  .__space_v.\--l-v {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 1088px) {
  /* line 147, resources/assets/styles/common/_global.scss */

  .__space_v.\--l-v {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/* line 151, resources/assets/styles/common/_global.scss */

.__space_v.\--xl-v {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 769px) {
  /* line 151, resources/assets/styles/common/_global.scss */

  .__space_v.\--xl-v {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 1088px) {
  /* line 151, resources/assets/styles/common/_global.scss */

  .__space_v.\--xl-v {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

/* line 156, resources/assets/styles/common/_global.scss */

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

/* line 161, resources/assets/styles/common/_global.scss */

.float-right {
  float: right;
}

/* line 165, resources/assets/styles/common/_global.scss */

.float-left {
  float: left;
}

/* line 169, resources/assets/styles/common/_global.scss */

.center {
  margin: auto !important;
  text-align: center !important;
}

/* line 174, resources/assets/styles/common/_global.scss */

.float-center {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* line 179, resources/assets/styles/common/_global.scss */

.small-title,
.page-etusivu-data pre,
.product .related.products pre,
.product-lift-block ul.products li.product pre,
.woocommerce ul.products li.product pre,
.product-lift-block pre,
.module-50-50-image-text pre {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  padding: 0;
  background-color: transparent;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  /* line 179, resources/assets/styles/common/_global.scss */

  .small-title,
  .page-etusivu-data pre,
  .product .related.products pre,
  .product-lift-block ul.products li.product pre,
  .woocommerce ul.products li.product pre,
  .product-lift-block pre,
  .module-50-50-image-text pre {
    font-size: calc( calc( 0.7 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 179, resources/assets/styles/common/_global.scss */

  .small-title,
  .page-etusivu-data pre,
  .product .related.products pre,
  .product-lift-block ul.products li.product pre,
  .woocommerce ul.products li.product pre,
  .product-lift-block pre,
  .module-50-50-image-text pre {
    font-size: calc( calc( 0.7 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 179, resources/assets/styles/common/_global.scss */

  .small-title,
  .page-etusivu-data pre,
  .product .related.products pre,
  .product-lift-block ul.products li.product pre,
  .woocommerce ul.products li.product pre,
  .product-lift-block pre,
  .module-50-50-image-text pre {
    font-size: calc( calc( 0.7 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 179, resources/assets/styles/common/_global.scss */

  .small-title,
  .page-etusivu-data pre,
  .product .related.products pre,
  .product-lift-block ul.products li.product pre,
  .woocommerce ul.products li.product pre,
  .product-lift-block pre,
  .module-50-50-image-text pre {
    font-size: calc( calc( 0.7 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.small-title a,
.page-etusivu-data pre a,
.product .related.products pre a,
.product-lift-block ul.products li.product pre a,
.woocommerce ul.products li.product pre a,
.product-lift-block pre a,
.module-50-50-image-text pre a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 189, resources/assets/styles/common/_global.scss */

.xdebug-var-dump {
  all: unset;
  background-color: transparent !important;
  border: 0 !important;
  color: #000 !important;
  overflow: scroll !important;
}

/* line 1, resources/assets/styles/components/_buttons.scss */

a.common-button,
.common-button,
button.button,
a.button,
.gform_button,
button {
  display: block;
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
}

@media screen and (max-width: 768px) {
  /* line 1, resources/assets/styles/components/_buttons.scss */

  a.common-button,
  .common-button,
  button.button,
  a.button,
  .gform_button,
  button {
    font-size: calc( calc( 0.8 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 1, resources/assets/styles/components/_buttons.scss */

  a.common-button,
  .common-button,
  button.button,
  a.button,
  .gform_button,
  button {
    font-size: calc( calc( 0.8 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 1, resources/assets/styles/components/_buttons.scss */

  a.common-button,
  .common-button,
  button.button,
  a.button,
  .gform_button,
  button {
    font-size: calc( calc( 0.8 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 1, resources/assets/styles/components/_buttons.scss */

  a.common-button,
  .common-button,
  button.button,
  a.button,
  .gform_button,
  button {
    font-size: calc( calc( 0.8 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

a.common-button a,
.common-button a,
button.button a,
a.button a,
.gform_button a,
button a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 14, resources/assets/styles/components/_buttons.scss */

.woocommerce .outofstock a.button.product_type_simple {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5em 0.5em;
  margin: 5px !important;
  -webkit-box-flex: 30%;
      -ms-flex: 30%;
          flex: 30%;
  background-color: #152a16 !important;
  opacity: 0.5 !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  /* line 14, resources/assets/styles/components/_buttons.scss */

  .woocommerce .outofstock a.button.product_type_simple {
    font-size: calc( calc( 0.7 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 14, resources/assets/styles/components/_buttons.scss */

  .woocommerce .outofstock a.button.product_type_simple {
    font-size: calc( calc( 0.7 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 14, resources/assets/styles/components/_buttons.scss */

  .woocommerce .outofstock a.button.product_type_simple {
    font-size: calc( calc( 0.7 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 14, resources/assets/styles/components/_buttons.scss */

  .woocommerce .outofstock a.button.product_type_simple {
    font-size: calc( calc( 0.7 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.woocommerce .outofstock a.button.product_type_simple a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 27, resources/assets/styles/components/_buttons.scss */

.woocommerce .outofstock a.button.product_type_simple:hover {
  background-color: #152a16;
  color: #fff !important;
}

/* line 33, resources/assets/styles/components/_buttons.scss */

button.js-ajax-php-json-sz {
  display: inline-block;
}

/* line 39, resources/assets/styles/components/_buttons.scss */

a.section-link {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  display: inline-block;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  /* line 39, resources/assets/styles/components/_buttons.scss */

  a.section-link {
    font-size: calc( calc( 0.8 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 39, resources/assets/styles/components/_buttons.scss */

  a.section-link {
    font-size: calc( calc( 0.8 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 39, resources/assets/styles/components/_buttons.scss */

  a.section-link {
    font-size: calc( calc( 0.8 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 39, resources/assets/styles/components/_buttons.scss */

  a.section-link {
    font-size: calc( calc( 0.8 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

a.section-link a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 48, resources/assets/styles/components/_buttons.scss */

button.single_add_to_cart_button {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
}

@media screen and (max-width: 768px) {
  /* line 48, resources/assets/styles/components/_buttons.scss */

  button.single_add_to_cart_button {
    font-size: calc( calc( 0.8 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 48, resources/assets/styles/components/_buttons.scss */

  button.single_add_to_cart_button {
    font-size: calc( calc( 0.8 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 48, resources/assets/styles/components/_buttons.scss */

  button.single_add_to_cart_button {
    font-size: calc( calc( 0.8 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 48, resources/assets/styles/components/_buttons.scss */

  button.single_add_to_cart_button {
    font-size: calc( calc( 0.8 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

button.single_add_to_cart_button a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 53, resources/assets/styles/components/_buttons.scss */

button.single_add_to_cart_button:hover,
button.single_add_to_cart_button:focus {
  border-color: #152a16 !important;
  background-color: #152a16 !important;
  color: #fff !important;
}

/* line 59, resources/assets/styles/components/_buttons.scss */

button.single_add_to_cart_button:hover a,
button.single_add_to_cart_button:focus a {
  color: #fff !important;
}

/* line 67, resources/assets/styles/components/_buttons.scss */

.cart-collaterals .wc-proceed-to-checkout a.checkout-button {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
}

@media screen and (max-width: 768px) {
  /* line 67, resources/assets/styles/components/_buttons.scss */

  .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
    font-size: calc( calc( 0.8 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 67, resources/assets/styles/components/_buttons.scss */

  .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
    font-size: calc( calc( 0.8 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 67, resources/assets/styles/components/_buttons.scss */

  .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
    font-size: calc( calc( 0.8 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 67, resources/assets/styles/components/_buttons.scss */

  .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
    font-size: calc( calc( 0.8 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.cart-collaterals .wc-proceed-to-checkout a.checkout-button a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 75, resources/assets/styles/components/_buttons.scss */

.kissa .halookissa {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
}

@media screen and (max-width: 768px) {
  /* line 75, resources/assets/styles/components/_buttons.scss */

  .kissa .halookissa {
    font-size: calc( calc( 0.1 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 75, resources/assets/styles/components/_buttons.scss */

  .kissa .halookissa {
    font-size: calc( calc( 0.1 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 75, resources/assets/styles/components/_buttons.scss */

  .kissa .halookissa {
    font-size: calc( calc( 0.1 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 75, resources/assets/styles/components/_buttons.scss */

  .kissa .halookissa {
    font-size: calc( calc( 0.1 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.kissa .halookissa a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 1, resources/assets/styles/components/_comments.scss */

.comment-list {
  padding-left: 0;
  list-style: none;
}

/* line 6, resources/assets/styles/components/_comments.scss */

.comment-list ol {
  list-style: none;
}

/** stylelint-disable */

/* line 3, resources/assets/styles/components/_forms.scss */

form,
.biokia-form,
.ota-yhteytta .section-text .block-text,
.page-etusivu-data form,
.product-lift-block form,
.module-50-50-image-text form {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
}

@media screen and (max-width: 768px) {
  /* line 3, resources/assets/styles/components/_forms.scss */

  form,
  .biokia-form,
  .ota-yhteytta .section-text .block-text,
  .page-etusivu-data form,
  .product-lift-block form,
  .module-50-50-image-text form {
    font-size: calc( calc( 1 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 3, resources/assets/styles/components/_forms.scss */

  form,
  .biokia-form,
  .ota-yhteytta .section-text .block-text,
  .page-etusivu-data form,
  .product-lift-block form,
  .module-50-50-image-text form {
    font-size: calc( calc( 1 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 3, resources/assets/styles/components/_forms.scss */

  form,
  .biokia-form,
  .ota-yhteytta .section-text .block-text,
  .page-etusivu-data form,
  .product-lift-block form,
  .module-50-50-image-text form {
    font-size: calc( calc( 1 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 3, resources/assets/styles/components/_forms.scss */

  form,
  .biokia-form,
  .ota-yhteytta .section-text .block-text,
  .page-etusivu-data form,
  .product-lift-block form,
  .module-50-50-image-text form {
    font-size: calc( calc( 1 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

form a,
.biokia-form a,
.ota-yhteytta .section-text .block-text a,
.page-etusivu-data form a,
.product-lift-block form a,
.module-50-50-image-text form a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 7, resources/assets/styles/components/_forms.scss */

form br,
.biokia-form br,
.ota-yhteytta .section-text .block-text br,
.page-etusivu-data form br,
.product-lift-block form br,
.module-50-50-image-text form br {
  content: " ";
  display: none;
}

/* line 12, resources/assets/styles/components/_forms.scss */

form input,
form textarea,
form ::-webkit-input-placeholder,
.biokia-form input,
.ota-yhteytta .section-text .block-text input,
.page-etusivu-data form input,
.product-lift-block form input,
.module-50-50-image-text form input,
.biokia-form textarea,
.ota-yhteytta .section-text .block-text textarea,
.page-etusivu-data form textarea,
.product-lift-block form textarea,
.module-50-50-image-text form textarea,
.biokia-form ::-webkit-input-placeholder,
.ota-yhteytta .section-text .block-text ::-webkit-input-placeholder,
.page-etusivu-data form ::-webkit-input-placeholder,
.product-lift-block form ::-webkit-input-placeholder,
.module-50-50-image-text form ::-webkit-input-placeholder {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  background: none;
  background-color: transparent;
  border-radius: 0;
}

form input,
form textarea,
form ::-ms-input-placeholder,
.biokia-form input,
.ota-yhteytta .section-text .block-text input,
.page-etusivu-data form input,
.product-lift-block form input,
.module-50-50-image-text form input,
.biokia-form textarea,
.ota-yhteytta .section-text .block-text textarea,
.page-etusivu-data form textarea,
.product-lift-block form textarea,
.module-50-50-image-text form textarea,
.biokia-form ::-ms-input-placeholder,
.ota-yhteytta .section-text .block-text ::-ms-input-placeholder,
.page-etusivu-data form ::-ms-input-placeholder,
.product-lift-block form ::-ms-input-placeholder,
.module-50-50-image-text form ::-ms-input-placeholder {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  background: none;
  background-color: transparent;
  border-radius: 0;
}

form input,
form textarea,
form ::placeholder,
.biokia-form input,
.ota-yhteytta .section-text .block-text input,
.page-etusivu-data form input,
.product-lift-block form input,
.module-50-50-image-text form input,
.biokia-form textarea,
.ota-yhteytta .section-text .block-text textarea,
.page-etusivu-data form textarea,
.product-lift-block form textarea,
.module-50-50-image-text form textarea,
.biokia-form ::placeholder,
.ota-yhteytta .section-text .block-text ::placeholder,
.page-etusivu-data form ::placeholder,
.product-lift-block form ::placeholder,
.module-50-50-image-text form ::placeholder {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  background: none;
  background-color: transparent;
  border-radius: 0;
}

@media screen and (max-width: 768px) {
  /* line 12, resources/assets/styles/components/_forms.scss */

  form input,
  form textarea,
  form ::-webkit-input-placeholder,
  .biokia-form input,
  .ota-yhteytta .section-text .block-text input,
  .page-etusivu-data form input,
  .product-lift-block form input,
  .module-50-50-image-text form input,
  .biokia-form textarea,
  .ota-yhteytta .section-text .block-text textarea,
  .page-etusivu-data form textarea,
  .product-lift-block form textarea,
  .module-50-50-image-text form textarea,
  .biokia-form ::-webkit-input-placeholder,
  .ota-yhteytta .section-text .block-text ::-webkit-input-placeholder,
  .page-etusivu-data form ::-webkit-input-placeholder,
  .product-lift-block form ::-webkit-input-placeholder,
  .module-50-50-image-text form ::-webkit-input-placeholder {
    font-size: calc( calc( 1 * 16px) * 0.9);
  }

  form input,
  form textarea,
  form ::-ms-input-placeholder,
  .biokia-form input,
  .ota-yhteytta .section-text .block-text input,
  .page-etusivu-data form input,
  .product-lift-block form input,
  .module-50-50-image-text form input,
  .biokia-form textarea,
  .ota-yhteytta .section-text .block-text textarea,
  .page-etusivu-data form textarea,
  .product-lift-block form textarea,
  .module-50-50-image-text form textarea,
  .biokia-form ::-ms-input-placeholder,
  .ota-yhteytta .section-text .block-text ::-ms-input-placeholder,
  .page-etusivu-data form ::-ms-input-placeholder,
  .product-lift-block form ::-ms-input-placeholder,
  .module-50-50-image-text form ::-ms-input-placeholder {
    font-size: calc( calc( 1 * 16px) * 0.9);
  }

  form input,
  form textarea,
  form ::placeholder,
  .biokia-form input,
  .ota-yhteytta .section-text .block-text input,
  .page-etusivu-data form input,
  .product-lift-block form input,
  .module-50-50-image-text form input,
  .biokia-form textarea,
  .ota-yhteytta .section-text .block-text textarea,
  .page-etusivu-data form textarea,
  .product-lift-block form textarea,
  .module-50-50-image-text form textarea,
  .biokia-form ::placeholder,
  .ota-yhteytta .section-text .block-text ::placeholder,
  .page-etusivu-data form ::placeholder,
  .product-lift-block form ::placeholder,
  .module-50-50-image-text form ::placeholder {
    font-size: calc( calc( 1 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 12, resources/assets/styles/components/_forms.scss */

  form input,
  form textarea,
  form ::-webkit-input-placeholder,
  .biokia-form input,
  .ota-yhteytta .section-text .block-text input,
  .page-etusivu-data form input,
  .product-lift-block form input,
  .module-50-50-image-text form input,
  .biokia-form textarea,
  .ota-yhteytta .section-text .block-text textarea,
  .page-etusivu-data form textarea,
  .product-lift-block form textarea,
  .module-50-50-image-text form textarea,
  .biokia-form ::-webkit-input-placeholder,
  .ota-yhteytta .section-text .block-text ::-webkit-input-placeholder,
  .page-etusivu-data form ::-webkit-input-placeholder,
  .product-lift-block form ::-webkit-input-placeholder,
  .module-50-50-image-text form ::-webkit-input-placeholder {
    font-size: calc( calc( 1 * 16px) * 0.8);
  }

  form input,
  form textarea,
  form ::-ms-input-placeholder,
  .biokia-form input,
  .ota-yhteytta .section-text .block-text input,
  .page-etusivu-data form input,
  .product-lift-block form input,
  .module-50-50-image-text form input,
  .biokia-form textarea,
  .ota-yhteytta .section-text .block-text textarea,
  .page-etusivu-data form textarea,
  .product-lift-block form textarea,
  .module-50-50-image-text form textarea,
  .biokia-form ::-ms-input-placeholder,
  .ota-yhteytta .section-text .block-text ::-ms-input-placeholder,
  .page-etusivu-data form ::-ms-input-placeholder,
  .product-lift-block form ::-ms-input-placeholder,
  .module-50-50-image-text form ::-ms-input-placeholder {
    font-size: calc( calc( 1 * 16px) * 0.8);
  }

  form input,
  form textarea,
  form ::placeholder,
  .biokia-form input,
  .ota-yhteytta .section-text .block-text input,
  .page-etusivu-data form input,
  .product-lift-block form input,
  .module-50-50-image-text form input,
  .biokia-form textarea,
  .ota-yhteytta .section-text .block-text textarea,
  .page-etusivu-data form textarea,
  .product-lift-block form textarea,
  .module-50-50-image-text form textarea,
  .biokia-form ::placeholder,
  .ota-yhteytta .section-text .block-text ::placeholder,
  .page-etusivu-data form ::placeholder,
  .product-lift-block form ::placeholder,
  .module-50-50-image-text form ::placeholder {
    font-size: calc( calc( 1 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 12, resources/assets/styles/components/_forms.scss */

  form input,
  form textarea,
  form ::-webkit-input-placeholder,
  .biokia-form input,
  .ota-yhteytta .section-text .block-text input,
  .page-etusivu-data form input,
  .product-lift-block form input,
  .module-50-50-image-text form input,
  .biokia-form textarea,
  .ota-yhteytta .section-text .block-text textarea,
  .page-etusivu-data form textarea,
  .product-lift-block form textarea,
  .module-50-50-image-text form textarea,
  .biokia-form ::-webkit-input-placeholder,
  .ota-yhteytta .section-text .block-text ::-webkit-input-placeholder,
  .page-etusivu-data form ::-webkit-input-placeholder,
  .product-lift-block form ::-webkit-input-placeholder,
  .module-50-50-image-text form ::-webkit-input-placeholder {
    font-size: calc( calc( 1 * 16px) * 1);
  }

  form input,
  form textarea,
  form ::-ms-input-placeholder,
  .biokia-form input,
  .ota-yhteytta .section-text .block-text input,
  .page-etusivu-data form input,
  .product-lift-block form input,
  .module-50-50-image-text form input,
  .biokia-form textarea,
  .ota-yhteytta .section-text .block-text textarea,
  .page-etusivu-data form textarea,
  .product-lift-block form textarea,
  .module-50-50-image-text form textarea,
  .biokia-form ::-ms-input-placeholder,
  .ota-yhteytta .section-text .block-text ::-ms-input-placeholder,
  .page-etusivu-data form ::-ms-input-placeholder,
  .product-lift-block form ::-ms-input-placeholder,
  .module-50-50-image-text form ::-ms-input-placeholder {
    font-size: calc( calc( 1 * 16px) * 1);
  }

  form input,
  form textarea,
  form ::placeholder,
  .biokia-form input,
  .ota-yhteytta .section-text .block-text input,
  .page-etusivu-data form input,
  .product-lift-block form input,
  .module-50-50-image-text form input,
  .biokia-form textarea,
  .ota-yhteytta .section-text .block-text textarea,
  .page-etusivu-data form textarea,
  .product-lift-block form textarea,
  .module-50-50-image-text form textarea,
  .biokia-form ::placeholder,
  .ota-yhteytta .section-text .block-text ::placeholder,
  .page-etusivu-data form ::placeholder,
  .product-lift-block form ::placeholder,
  .module-50-50-image-text form ::placeholder {
    font-size: calc( calc( 1 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 12, resources/assets/styles/components/_forms.scss */

  form input,
  form textarea,
  form ::-webkit-input-placeholder,
  .biokia-form input,
  .ota-yhteytta .section-text .block-text input,
  .page-etusivu-data form input,
  .product-lift-block form input,
  .module-50-50-image-text form input,
  .biokia-form textarea,
  .ota-yhteytta .section-text .block-text textarea,
  .page-etusivu-data form textarea,
  .product-lift-block form textarea,
  .module-50-50-image-text form textarea,
  .biokia-form ::-webkit-input-placeholder,
  .ota-yhteytta .section-text .block-text ::-webkit-input-placeholder,
  .page-etusivu-data form ::-webkit-input-placeholder,
  .product-lift-block form ::-webkit-input-placeholder,
  .module-50-50-image-text form ::-webkit-input-placeholder {
    font-size: calc( calc( 1 * 16px) * 1);
  }

  form input,
  form textarea,
  form ::-ms-input-placeholder,
  .biokia-form input,
  .ota-yhteytta .section-text .block-text input,
  .page-etusivu-data form input,
  .product-lift-block form input,
  .module-50-50-image-text form input,
  .biokia-form textarea,
  .ota-yhteytta .section-text .block-text textarea,
  .page-etusivu-data form textarea,
  .product-lift-block form textarea,
  .module-50-50-image-text form textarea,
  .biokia-form ::-ms-input-placeholder,
  .ota-yhteytta .section-text .block-text ::-ms-input-placeholder,
  .page-etusivu-data form ::-ms-input-placeholder,
  .product-lift-block form ::-ms-input-placeholder,
  .module-50-50-image-text form ::-ms-input-placeholder {
    font-size: calc( calc( 1 * 16px) * 1);
  }

  form input,
  form textarea,
  form ::placeholder,
  .biokia-form input,
  .ota-yhteytta .section-text .block-text input,
  .page-etusivu-data form input,
  .product-lift-block form input,
  .module-50-50-image-text form input,
  .biokia-form textarea,
  .ota-yhteytta .section-text .block-text textarea,
  .page-etusivu-data form textarea,
  .product-lift-block form textarea,
  .module-50-50-image-text form textarea,
  .biokia-form ::placeholder,
  .ota-yhteytta .section-text .block-text ::placeholder,
  .page-etusivu-data form ::placeholder,
  .product-lift-block form ::placeholder,
  .module-50-50-image-text form ::placeholder {
    font-size: calc( calc( 1 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

form input a,
form textarea a,
form ::-webkit-input-placeholder a,
.biokia-form input a,
.ota-yhteytta .section-text .block-text input a,
.page-etusivu-data form input a,
.product-lift-block form input a,
.module-50-50-image-text form input a,
.biokia-form textarea a,
.ota-yhteytta .section-text .block-text textarea a,
.page-etusivu-data form textarea a,
.product-lift-block form textarea a,
.module-50-50-image-text form textarea a,
.biokia-form ::-webkit-input-placeholder a,
.ota-yhteytta .section-text .block-text ::-webkit-input-placeholder a,
.page-etusivu-data form ::-webkit-input-placeholder a,
.product-lift-block form ::-webkit-input-placeholder a,
.module-50-50-image-text form ::-webkit-input-placeholder a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

form input a,
form textarea a,
form ::-ms-input-placeholder a,
.biokia-form input a,
.ota-yhteytta .section-text .block-text input a,
.page-etusivu-data form input a,
.product-lift-block form input a,
.module-50-50-image-text form input a,
.biokia-form textarea a,
.ota-yhteytta .section-text .block-text textarea a,
.page-etusivu-data form textarea a,
.product-lift-block form textarea a,
.module-50-50-image-text form textarea a,
.biokia-form ::-ms-input-placeholder a,
.ota-yhteytta .section-text .block-text ::-ms-input-placeholder a,
.page-etusivu-data form ::-ms-input-placeholder a,
.product-lift-block form ::-ms-input-placeholder a,
.module-50-50-image-text form ::-ms-input-placeholder a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

form input a,
form textarea a,
form ::placeholder a,
.biokia-form input a,
.ota-yhteytta .section-text .block-text input a,
.page-etusivu-data form input a,
.product-lift-block form input a,
.module-50-50-image-text form input a,
.biokia-form textarea a,
.ota-yhteytta .section-text .block-text textarea a,
.page-etusivu-data form textarea a,
.product-lift-block form textarea a,
.module-50-50-image-text form textarea a,
.biokia-form ::placeholder a,
.ota-yhteytta .section-text .block-text ::placeholder a,
.page-etusivu-data form ::placeholder a,
.product-lift-block form ::placeholder a,
.module-50-50-image-text form ::placeholder a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 22, resources/assets/styles/components/_forms.scss */

form label,
.biokia-form label,
.ota-yhteytta .section-text .block-text label,
.page-etusivu-data form label,
.product-lift-block form label,
.module-50-50-image-text form label {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  display: inline;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  /* line 22, resources/assets/styles/components/_forms.scss */

  form label,
  .biokia-form label,
  .ota-yhteytta .section-text .block-text label,
  .page-etusivu-data form label,
  .product-lift-block form label,
  .module-50-50-image-text form label {
    font-size: calc( calc( 0.8 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 22, resources/assets/styles/components/_forms.scss */

  form label,
  .biokia-form label,
  .ota-yhteytta .section-text .block-text label,
  .page-etusivu-data form label,
  .product-lift-block form label,
  .module-50-50-image-text form label {
    font-size: calc( calc( 0.8 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 22, resources/assets/styles/components/_forms.scss */

  form label,
  .biokia-form label,
  .ota-yhteytta .section-text .block-text label,
  .page-etusivu-data form label,
  .product-lift-block form label,
  .module-50-50-image-text form label {
    font-size: calc( calc( 0.8 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 22, resources/assets/styles/components/_forms.scss */

  form label,
  .biokia-form label,
  .ota-yhteytta .section-text .block-text label,
  .page-etusivu-data form label,
  .product-lift-block form label,
  .module-50-50-image-text form label {
    font-size: calc( calc( 0.8 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

form label a,
.biokia-form label a,
.ota-yhteytta .section-text .block-text label a,
.page-etusivu-data form label a,
.product-lift-block form label a,
.module-50-50-image-text form label a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 31, resources/assets/styles/components/_forms.scss */

form input[type="text"],
form input[type="password"],
form input[type="email"],
.biokia-form input[type="text"],
.ota-yhteytta .section-text .block-text input[type="text"],
.page-etusivu-data form input[type="text"],
.product-lift-block form input[type="text"],
.module-50-50-image-text form input[type="text"],
.biokia-form input[type="password"],
.ota-yhteytta .section-text .block-text input[type="password"],
.page-etusivu-data form input[type="password"],
.product-lift-block form input[type="password"],
.module-50-50-image-text form input[type="password"],
.biokia-form input[type="email"],
.ota-yhteytta .section-text .block-text input[type="email"],
.page-etusivu-data form input[type="email"],
.product-lift-block form input[type="email"],
.module-50-50-image-text form input[type="email"] {
  height: 46px;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-bottom-width: 1px;
  margin: 1em 0;
  width: 100%;
  max-width: 400px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 45, resources/assets/styles/components/_forms.scss */

form .ginput_container_consent,
.biokia-form .ginput_container_consent,
.ota-yhteytta .section-text .block-text .ginput_container_consent,
.page-etusivu-data form .ginput_container_consent,
.product-lift-block form .ginput_container_consent,
.module-50-50-image-text form .ginput_container_consent {
  text-align: left;
}

/* line 49, resources/assets/styles/components/_forms.scss */

form select,
.biokia-form select,
.ota-yhteytta .section-text .block-text select,
.page-etusivu-data form select,
.product-lift-block form select,
.module-50-50-image-text form select {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  color: #292929;
  font-weight: 300;
  text-transform: none;
  min-height: 30px;
}

@media screen and (max-width: 768px) {
  /* line 49, resources/assets/styles/components/_forms.scss */

  form select,
  .biokia-form select,
  .ota-yhteytta .section-text .block-text select,
  .page-etusivu-data form select,
  .product-lift-block form select,
  .module-50-50-image-text form select {
    font-size: calc( calc( 1 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 49, resources/assets/styles/components/_forms.scss */

  form select,
  .biokia-form select,
  .ota-yhteytta .section-text .block-text select,
  .page-etusivu-data form select,
  .product-lift-block form select,
  .module-50-50-image-text form select {
    font-size: calc( calc( 1 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 49, resources/assets/styles/components/_forms.scss */

  form select,
  .biokia-form select,
  .ota-yhteytta .section-text .block-text select,
  .page-etusivu-data form select,
  .product-lift-block form select,
  .module-50-50-image-text form select {
    font-size: calc( calc( 1 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 49, resources/assets/styles/components/_forms.scss */

  form select,
  .biokia-form select,
  .ota-yhteytta .section-text .block-text select,
  .page-etusivu-data form select,
  .product-lift-block form select,
  .module-50-50-image-text form select {
    font-size: calc( calc( 1 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

form select a,
.biokia-form select a,
.ota-yhteytta .section-text .block-text select a,
.page-etusivu-data form select a,
.product-lift-block form select a,
.module-50-50-image-text form select a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 58, resources/assets/styles/components/_forms.scss */

form .ginput_container_select,
.biokia-form .ginput_container_select,
.ota-yhteytta .section-text .block-text .ginput_container_select,
.page-etusivu-data form .ginput_container_select,
.product-lift-block form .ginput_container_select,
.module-50-50-image-text form .ginput_container_select {
  width: 100%;
  overflow: hidden;
  border-radius: 0;
  content: "&darr;";
}

/* line 65, resources/assets/styles/components/_forms.scss */

form .ginput_container_select select,
.biokia-form .ginput_container_select select,
.ota-yhteytta .section-text .block-text .ginput_container_select select,
.page-etusivu-data form .ginput_container_select select,
.product-lift-block form .ginput_container_select select,
.module-50-50-image-text form .ginput_container_select select {
  height: 46px;
  line-height: 46px;
  padding: 0 15px !important;
  background: transparent;
}

/* line 74, resources/assets/styles/components/_forms.scss */

form .gfield_required_asterisk,
.biokia-form .gfield_required_asterisk,
.ota-yhteytta .section-text .block-text .gfield_required_asterisk,
.page-etusivu-data form .gfield_required_asterisk,
.product-lift-block form .gfield_required_asterisk,
.module-50-50-image-text form .gfield_required_asterisk {
  color: #fff;
}

/* line 82, resources/assets/styles/components/_forms.scss */

form .eu_consent,
.biokia-form .eu_consent,
.ota-yhteytta .section-text .block-text .eu_consent,
.page-etusivu-data form .eu_consent,
.product-lift-block form .eu_consent,
.module-50-50-image-text form .eu_consent {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  /* line 82, resources/assets/styles/components/_forms.scss */

  form .eu_consent,
  .biokia-form .eu_consent,
  .ota-yhteytta .section-text .block-text .eu_consent,
  .page-etusivu-data form .eu_consent,
  .product-lift-block form .eu_consent,
  .module-50-50-image-text form .eu_consent {
    font-size: calc( calc( 0.9 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 82, resources/assets/styles/components/_forms.scss */

  form .eu_consent,
  .biokia-form .eu_consent,
  .ota-yhteytta .section-text .block-text .eu_consent,
  .page-etusivu-data form .eu_consent,
  .product-lift-block form .eu_consent,
  .module-50-50-image-text form .eu_consent {
    font-size: calc( calc( 0.9 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 82, resources/assets/styles/components/_forms.scss */

  form .eu_consent,
  .biokia-form .eu_consent,
  .ota-yhteytta .section-text .block-text .eu_consent,
  .page-etusivu-data form .eu_consent,
  .product-lift-block form .eu_consent,
  .module-50-50-image-text form .eu_consent {
    font-size: calc( calc( 0.9 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 82, resources/assets/styles/components/_forms.scss */

  form .eu_consent,
  .biokia-form .eu_consent,
  .ota-yhteytta .section-text .block-text .eu_consent,
  .page-etusivu-data form .eu_consent,
  .product-lift-block form .eu_consent,
  .module-50-50-image-text form .eu_consent {
    font-size: calc( calc( 0.9 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

form .eu_consent a,
.biokia-form .eu_consent a,
.ota-yhteytta .section-text .block-text .eu_consent a,
.page-etusivu-data form .eu_consent a,
.product-lift-block form .eu_consent a,
.module-50-50-image-text form .eu_consent a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 89, resources/assets/styles/components/_forms.scss */

form.borders input[type="text"],
form.borders input[type="password"],
form.borders input[type="email"],
.biokia-form.borders input[type="text"],
.ota-yhteytta .section-text .borders.block-text input[type="text"],
.page-etusivu-data form.borders input[type="text"],
.product-lift-block form.borders input[type="text"],
.module-50-50-image-text form.borders input[type="text"],
.biokia-form.borders input[type="password"],
.ota-yhteytta .section-text .borders.block-text input[type="password"],
.page-etusivu-data form.borders input[type="password"],
.product-lift-block form.borders input[type="password"],
.module-50-50-image-text form.borders input[type="password"],
.biokia-form.borders input[type="email"],
.ota-yhteytta .section-text .borders.block-text input[type="email"],
.page-etusivu-data form.borders input[type="email"],
.product-lift-block form.borders input[type="email"],
.module-50-50-image-text form.borders input[type="email"] {
  border-right-width: 1px !important;
  border-left-width: 1px !important;
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
}

/* stylelint-disable */

/* line 102, resources/assets/styles/components/_forms.scss */

.varainhankkija .wp-recaptcha {
  margin: auto;
}

/* line 105, resources/assets/styles/components/_forms.scss */

.varainhankkija .wp-recaptcha > div {
  width: auto !important;
}

/* line 111, resources/assets/styles/components/_forms.scss */

.varainhankkija #loginform label[for="user_login"] {
  display: none;
}

/* line 115, resources/assets/styles/components/_forms.scss */

.varainhankkija #loginform input[type="submit"] {
  height: auto;
}

/* line 126, resources/assets/styles/components/_forms.scss */

.ota-yhteytta .section-text .block-text {
  padding-top: 30px;
  padding-bottom: 30px;
  margin: auto;
  max-width: 1410px;
  width: calc( 100% * 0.8);
}

@media screen and (min-width: 769px) {
  /* line 126, resources/assets/styles/components/_forms.scss */

  .ota-yhteytta .section-text .block-text {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 1088px) {
  /* line 126, resources/assets/styles/components/_forms.scss */

  .ota-yhteytta .section-text .block-text {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* line 135, resources/assets/styles/components/_forms.scss */

.biokia-form textarea:focus,
.ota-yhteytta .section-text .block-text textarea:focus,
.page-etusivu-data form textarea:focus,
.product-lift-block form textarea:focus,
.module-50-50-image-text form textarea:focus,
.biokia-form input:focus,
.ota-yhteytta .section-text .block-text input:focus,
.page-etusivu-data form input:focus,
.product-lift-block form input:focus,
.module-50-50-image-text form input:focus {
  background: none;
  background-color: transparent;
}

/* line 142, resources/assets/styles/components/_forms.scss */

.biokia-form input[type="checkbox"],
.ota-yhteytta .section-text .block-text input[type="checkbox"],
.page-etusivu-data form input[type="checkbox"],
.product-lift-block form input[type="checkbox"],
.module-50-50-image-text form input[type="checkbox"] {
  display: inline;
  vertical-align: middle;
  margin-right: 0.5em;
}

/* line 148, resources/assets/styles/components/_forms.scss */

.biokia-form input:focus::-webkit-input-placeholder,
.ota-yhteytta .section-text .block-text input:focus::-webkit-input-placeholder,
.page-etusivu-data form input:focus::-webkit-input-placeholder,
.product-lift-block form input:focus::-webkit-input-placeholder,
.module-50-50-image-text form input:focus::-webkit-input-placeholder {
  color: transparent;
}

.biokia-form input:focus::-ms-input-placeholder,
.ota-yhteytta .section-text .block-text input:focus::-ms-input-placeholder,
.page-etusivu-data form input:focus::-ms-input-placeholder,
.product-lift-block form input:focus::-ms-input-placeholder,
.module-50-50-image-text form input:focus::-ms-input-placeholder {
  color: transparent;
}

.biokia-form input:focus::placeholder,
.ota-yhteytta .section-text .block-text input:focus::placeholder,
.page-etusivu-data form input:focus::placeholder,
.product-lift-block form input:focus::placeholder,
.module-50-50-image-text form input:focus::placeholder {
  color: transparent;
}

/** stylelint-enable */

/* line 154, resources/assets/styles/components/_forms.scss */

.mh_noutopiste-sz {
  margin-bottom: 10px;
}

/* line 160, resources/assets/styles/components/_forms.scss */

fieldset {
  margin-top: 20px;
}

/* line 163, resources/assets/styles/components/_forms.scss */

fieldset legend {
  line-height: calc( 1.2em * 1);
  text-transform: none;
  font-family: "Apercu Pro", sans-serif;
  letter-spacing: 0px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  /* line 163, resources/assets/styles/components/_forms.scss */

  fieldset legend {
    font-size: calc( 0.6 * 2em);
  }
}

@media screen and (min-width: 769px) {
  /* line 163, resources/assets/styles/components/_forms.scss */

  fieldset legend {
    font-size: calc( 0.6 * 2.16em);
  }
}

@media screen and (min-width: 1088px) {
  /* line 163, resources/assets/styles/components/_forms.scss */

  fieldset legend {
    font-size: calc( 0.6 * 2.52em);
  }
}

@media screen and (min-width: 1280px) {
  /* line 163, resources/assets/styles/components/_forms.scss */

  fieldset legend {
    font-size: calc( 0.6 * 2.61em);
  }
}

/* line 171, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gsection {
  border-bottom: 0 !important;
}

/* line 175, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gfield_radio {
  text-align: left;
}

/* line 180, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gchoice label {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  display: inline;
  vertical-align: middle;
  text-transform: none !important;
  font-size: calc( calc( 0.8 * 16px) * 0.8);
}

@media screen and (max-width: 768px) {
  /* line 180, resources/assets/styles/components/_forms.scss */

  .gform_wrapper .gchoice label {
    font-size: calc( calc( 0.8 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 180, resources/assets/styles/components/_forms.scss */

  .gform_wrapper .gchoice label {
    font-size: calc( calc( 0.8 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 180, resources/assets/styles/components/_forms.scss */

  .gform_wrapper .gchoice label {
    font-size: calc( calc( 0.8 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 180, resources/assets/styles/components/_forms.scss */

  .gform_wrapper .gchoice label {
    font-size: calc( calc( 0.8 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.gform_wrapper .gchoice label a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 190, resources/assets/styles/components/_forms.scss */

.gform_wrapper h2.gsection_title {
  font-size: 27px !important;
  font-weight: 600 !important;
  margin: 2rem 0 !important;
}

/* line 197, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gfield_price .ginput_container_select {
  max-width: 220px;
}

/* line 202, resources/assets/styles/components/_forms.scss */

.gform_wrapper .label-green label.gfield_label {
  color: #1c4220;
}

/* line 206, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_wrapper.gravity-theme .gfield_label {
  font-weight: 300;
}

/* line 210, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer .comment-form input[type="submit"],
.comment-form .gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer .comment-form input[type="submit"],
.comment-form .gform_wrapper .gform_page_footer input[type="submit"],
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_page_footer input[type="submit"] {
  font-size: 14px !important;
  font-weight: 400 !important;
  padding: 1rem 4rem !important;
  font-style: normal;
  height: auto;
  opacity: 1;
}

/* line 221, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer .comment-form input:hover[type="submit"],
.comment-form .gform_wrapper .gform_footer input:hover[type="submit"],
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer .comment-form input:hover[type="submit"],
.comment-form .gform_wrapper .gform_page_footer input:hover[type="submit"],
.gform_wrapper .gform_footer input[type="submit"]:hover,
.gform_wrapper .gform_page_footer input[type="submit"]:hover {
  opacity: 0.5;
}

/* line 226, resources/assets/styles/components/_forms.scss */

.gform_wrapper .top_label input.small.datepicker,
.gform_wrapper .top_label input.medium.datepicker,
.gform_wrapper .top_label input.large.datepicker {
  width: 100%;
}

/* line 232, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gfmc-row-2-col-1-of-2 {
  padding-right: 2rem;
}

@media (max-width: 600px) {
  /* line 232, resources/assets/styles/components/_forms.scss */

  .gform_wrapper .gfmc-row-2-col-1-of-2 {
    padding-right: 0;
  }
}

/* line 240, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gfmc-row-2-col-2-of-2 {
  padding-left: 2rem;
}

@media (max-width: 600px) {
  /* line 240, resources/assets/styles/components/_forms.scss */

  .gform_wrapper .gfmc-row-2-col-2-of-2 {
    padding-left: 0;
  }
}

/* line 248, resources/assets/styles/components/_forms.scss */

.gform_wrapper input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

/* line 253, resources/assets/styles/components/_forms.scss */

.gform_wrapper input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  padding: 4px 0 0 0 !important;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

/* line 260, resources/assets/styles/components/_forms.scss */

.gform_wrapper input[type="checkbox"] + label::before {
  content: "";
  margin-right: 10px;
  margin-top: -4px;
  display: inline-block;
  vertical-align: text-top;
  width: 22px;
  height: 22px;
  border: 1px solid #292929;
  border-radius: 3px;
  background: white;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

/* line 274, resources/assets/styles/components/_forms.scss */

.gform_wrapper input[type="checkbox"]:hover + label::before {
  opacity: 0.75;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

/* line 279, resources/assets/styles/components/_forms.scss */

.gform_wrapper input[type="checkbox"]:checked + label {
  font-weight: 400 !important;
}

/* line 283, resources/assets/styles/components/_forms.scss */

.gform_wrapper input[type="checkbox"]:checked + label::before {
  background: #292929;
}

/* line 287, resources/assets/styles/components/_forms.scss */

.gform_wrapper input[type="checkbox"]:checked + label::after {
  content: "\2713   ";
  position: absolute;
  left: 3px;
  top: 0;
  color: white;
  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  font-family: "Lucida Sans Unicode", "Arial Unicode MS", serif;
}

/* line 303, resources/assets/styles/components/_forms.scss */

.fund-raising-form h2.gsection_title {
  margin: 3rem 0 0 !important;
}

/* line 308, resources/assets/styles/components/_forms.scss */

.fund-raising-form .ginput_container_singleproduct .ginput_product_price_label,
.fund-raising-form .ginput_container_singleproduct .ginput_product_price {
  display: none;
}

/* stylelint-enable */

/* line 1, resources/assets/styles/common/_extendables.scss */

.theme-wc-table {
  text-align: left;
  border-collapse: collapse;
}

/* line 5, resources/assets/styles/common/_extendables.scss */

.theme-wc-table th,
.theme-wc-table td {
  border: 1px solid black;
}

/* line 10, resources/assets/styles/common/_extendables.scss */

.theme-wc-table a {
  text-decoration: none;
}

/* line 14, resources/assets/styles/common/_extendables.scss */

.theme-wc-table thead {
  background-color: #e4e3e3;
}

/* line 23, resources/assets/styles/common/_extendables.scss */

.theme-wc-table tfoot tr {
  text-align: left;
}

/* line 26, resources/assets/styles/common/_extendables.scss */

.theme-wc-table tfoot tr th {
  background-color: #e4e3e3;
}

/* line 33, resources/assets/styles/common/_extendables.scss */

.theme-button,
.theme-button-primary,
.light-text form button,
.ota-yhteytta .section-text form button,
.light-text form .button,
.ota-yhteytta .section-text form .button,
.light-text form input[type="submit"],
.ota-yhteytta .section-text form input[type="submit"],
.tt-block-banner-normal .banner-inner-container .cta,
header.header .header-container a.nav-link-button,
.theme-button-secondary,
.button-secondary,
a.button-secondary,
.\--secondary,
.product-lift-block ul.products li.product a.added_to_cart,
.woocommerce ul.products li.product a.added_to_cart,
.theme-button-tertiary,
button:not(.tab),
.button:not(.tab),
.comment-form input:not(.tab)[type="submit"],
a.button:not(.tab),
input[type=button],
input[type=submit],
input[type=reset],
.\--primary,
.button-tertiary,
a.button-tertiary,
.\--tertiary,
a.common-button,
.common-button,
button.button,
a.button,
.gform_button,
button,
a.section-link,
button.single_add_to_cart_button,
.cart-collaterals .wc-proceed-to-checkout a.checkout-button,
form button,
.biokia-form button,
.ota-yhteytta .section-text .block-text button,
.page-etusivu-data form button,
.product-lift-block form button,
.module-50-50-image-text form button,
.product-lift-block ul.products li.product a.add_to_cart_button,
.woocommerce ul.products li.product a.add_to_cart_button,
.ywgc_enter_code .form-row button.button.ywgc_apply_gift_card_button,
.page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form td.actions button,
.woocommerce-checkout form.woocommerce-form-coupon .form-row button.button,
.woocommerce-Addresses .edit,
.product button,
.product .wc-tabs-wrapper ul.tabs.wc-tabs li.active,
header.header .nav-second-container .nav-cart-contents .nav-cart-buttons .btn.checkout,
.theme-button-fortiary,
.dark-text form button,
.dark-text form .button,
.dark-text form input[type="submit"],
.button-fortiary,
a.button-fortiary,
.\--fortiary,
.product-lift-block ul.products li.product a.more-info,
.woocommerce ul.products li.product a.more-info,
.product .wc-tabs-wrapper ul.tabs.wc-tabs li,
header.header .nav-second-container .nav-cart-contents .nav-cart-buttons .btn.add-to-cart {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  line-height: 1.5;
  font-family: "Apercu Pro", sans-serif;
  text-transform: uppercase;
  font-weight: 600 !important;
  background-color: transparent !important;
  letter-spacing: 1.32px;
  border: 1px solid !important;
  border-radius: 0 !important;
  padding: 15px 20px;
  max-width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  /* line 33, resources/assets/styles/common/_extendables.scss */

  .theme-button,
  .theme-button-primary,
  .light-text form button,
  .ota-yhteytta .section-text form button,
  .light-text form .button,
  .ota-yhteytta .section-text form .button,
  .light-text form input[type="submit"],
  .ota-yhteytta .section-text form input[type="submit"],
  .tt-block-banner-normal .banner-inner-container .cta,
  header.header .header-container a.nav-link-button,
  .theme-button-secondary,
  .button-secondary,
  a.button-secondary,
  .\--secondary,
  .product-lift-block ul.products li.product a.added_to_cart,
  .woocommerce ul.products li.product a.added_to_cart,
  .theme-button-tertiary,
  button:not(.tab),
  .button:not(.tab),
  .comment-form input:not(.tab)[type="submit"],
  a.button:not(.tab),
  input[type=button],
  input[type=submit],
  input[type=reset],
  .\--primary,
  .button-tertiary,
  a.button-tertiary,
  .\--tertiary,
  a.common-button,
  .common-button,
  button.button,
  a.button,
  .gform_button,
  button,
  a.section-link,
  button.single_add_to_cart_button,
  .cart-collaterals .wc-proceed-to-checkout a.checkout-button,
  form button,
  .biokia-form button,
  .ota-yhteytta .section-text .block-text button,
  .page-etusivu-data form button,
  .product-lift-block form button,
  .module-50-50-image-text form button,
  .product-lift-block ul.products li.product a.add_to_cart_button,
  .woocommerce ul.products li.product a.add_to_cart_button,
  .ywgc_enter_code .form-row button.button.ywgc_apply_gift_card_button,
  .page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form td.actions button,
  .woocommerce-checkout form.woocommerce-form-coupon .form-row button.button,
  .woocommerce-Addresses .edit,
  .product button,
  .product .wc-tabs-wrapper ul.tabs.wc-tabs li.active,
  header.header .nav-second-container .nav-cart-contents .nav-cart-buttons .btn.checkout,
  .theme-button-fortiary,
  .dark-text form button,
  .dark-text form .button,
  .dark-text form input[type="submit"],
  .button-fortiary,
  a.button-fortiary,
  .\--fortiary,
  .product-lift-block ul.products li.product a.more-info,
  .woocommerce ul.products li.product a.more-info,
  .product .wc-tabs-wrapper ul.tabs.wc-tabs li,
  header.header .nav-second-container .nav-cart-contents .nav-cart-buttons .btn.add-to-cart {
    font-size: calc( calc( 0.9 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 33, resources/assets/styles/common/_extendables.scss */

  .theme-button,
  .theme-button-primary,
  .light-text form button,
  .ota-yhteytta .section-text form button,
  .light-text form .button,
  .ota-yhteytta .section-text form .button,
  .light-text form input[type="submit"],
  .ota-yhteytta .section-text form input[type="submit"],
  .tt-block-banner-normal .banner-inner-container .cta,
  header.header .header-container a.nav-link-button,
  .theme-button-secondary,
  .button-secondary,
  a.button-secondary,
  .\--secondary,
  .product-lift-block ul.products li.product a.added_to_cart,
  .woocommerce ul.products li.product a.added_to_cart,
  .theme-button-tertiary,
  button:not(.tab),
  .button:not(.tab),
  .comment-form input:not(.tab)[type="submit"],
  a.button:not(.tab),
  input[type=button],
  input[type=submit],
  input[type=reset],
  .\--primary,
  .button-tertiary,
  a.button-tertiary,
  .\--tertiary,
  a.common-button,
  .common-button,
  button.button,
  a.button,
  .gform_button,
  button,
  a.section-link,
  button.single_add_to_cart_button,
  .cart-collaterals .wc-proceed-to-checkout a.checkout-button,
  form button,
  .biokia-form button,
  .ota-yhteytta .section-text .block-text button,
  .page-etusivu-data form button,
  .product-lift-block form button,
  .module-50-50-image-text form button,
  .product-lift-block ul.products li.product a.add_to_cart_button,
  .woocommerce ul.products li.product a.add_to_cart_button,
  .ywgc_enter_code .form-row button.button.ywgc_apply_gift_card_button,
  .page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form td.actions button,
  .woocommerce-checkout form.woocommerce-form-coupon .form-row button.button,
  .woocommerce-Addresses .edit,
  .product button,
  .product .wc-tabs-wrapper ul.tabs.wc-tabs li.active,
  header.header .nav-second-container .nav-cart-contents .nav-cart-buttons .btn.checkout,
  .theme-button-fortiary,
  .dark-text form button,
  .dark-text form .button,
  .dark-text form input[type="submit"],
  .button-fortiary,
  a.button-fortiary,
  .\--fortiary,
  .product-lift-block ul.products li.product a.more-info,
  .woocommerce ul.products li.product a.more-info,
  .product .wc-tabs-wrapper ul.tabs.wc-tabs li,
  header.header .nav-second-container .nav-cart-contents .nav-cart-buttons .btn.add-to-cart {
    font-size: calc( calc( 0.9 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 33, resources/assets/styles/common/_extendables.scss */

  .theme-button,
  .theme-button-primary,
  .light-text form button,
  .ota-yhteytta .section-text form button,
  .light-text form .button,
  .ota-yhteytta .section-text form .button,
  .light-text form input[type="submit"],
  .ota-yhteytta .section-text form input[type="submit"],
  .tt-block-banner-normal .banner-inner-container .cta,
  header.header .header-container a.nav-link-button,
  .theme-button-secondary,
  .button-secondary,
  a.button-secondary,
  .\--secondary,
  .product-lift-block ul.products li.product a.added_to_cart,
  .woocommerce ul.products li.product a.added_to_cart,
  .theme-button-tertiary,
  button:not(.tab),
  .button:not(.tab),
  .comment-form input:not(.tab)[type="submit"],
  a.button:not(.tab),
  input[type=button],
  input[type=submit],
  input[type=reset],
  .\--primary,
  .button-tertiary,
  a.button-tertiary,
  .\--tertiary,
  a.common-button,
  .common-button,
  button.button,
  a.button,
  .gform_button,
  button,
  a.section-link,
  button.single_add_to_cart_button,
  .cart-collaterals .wc-proceed-to-checkout a.checkout-button,
  form button,
  .biokia-form button,
  .ota-yhteytta .section-text .block-text button,
  .page-etusivu-data form button,
  .product-lift-block form button,
  .module-50-50-image-text form button,
  .product-lift-block ul.products li.product a.add_to_cart_button,
  .woocommerce ul.products li.product a.add_to_cart_button,
  .ywgc_enter_code .form-row button.button.ywgc_apply_gift_card_button,
  .page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form td.actions button,
  .woocommerce-checkout form.woocommerce-form-coupon .form-row button.button,
  .woocommerce-Addresses .edit,
  .product button,
  .product .wc-tabs-wrapper ul.tabs.wc-tabs li.active,
  header.header .nav-second-container .nav-cart-contents .nav-cart-buttons .btn.checkout,
  .theme-button-fortiary,
  .dark-text form button,
  .dark-text form .button,
  .dark-text form input[type="submit"],
  .button-fortiary,
  a.button-fortiary,
  .\--fortiary,
  .product-lift-block ul.products li.product a.more-info,
  .woocommerce ul.products li.product a.more-info,
  .product .wc-tabs-wrapper ul.tabs.wc-tabs li,
  header.header .nav-second-container .nav-cart-contents .nav-cart-buttons .btn.add-to-cart {
    font-size: calc( calc( 0.9 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 33, resources/assets/styles/common/_extendables.scss */

  .theme-button,
  .theme-button-primary,
  .light-text form button,
  .ota-yhteytta .section-text form button,
  .light-text form .button,
  .ota-yhteytta .section-text form .button,
  .light-text form input[type="submit"],
  .ota-yhteytta .section-text form input[type="submit"],
  .tt-block-banner-normal .banner-inner-container .cta,
  header.header .header-container a.nav-link-button,
  .theme-button-secondary,
  .button-secondary,
  a.button-secondary,
  .\--secondary,
  .product-lift-block ul.products li.product a.added_to_cart,
  .woocommerce ul.products li.product a.added_to_cart,
  .theme-button-tertiary,
  button:not(.tab),
  .button:not(.tab),
  .comment-form input:not(.tab)[type="submit"],
  a.button:not(.tab),
  input[type=button],
  input[type=submit],
  input[type=reset],
  .\--primary,
  .button-tertiary,
  a.button-tertiary,
  .\--tertiary,
  a.common-button,
  .common-button,
  button.button,
  a.button,
  .gform_button,
  button,
  a.section-link,
  button.single_add_to_cart_button,
  .cart-collaterals .wc-proceed-to-checkout a.checkout-button,
  form button,
  .biokia-form button,
  .ota-yhteytta .section-text .block-text button,
  .page-etusivu-data form button,
  .product-lift-block form button,
  .module-50-50-image-text form button,
  .product-lift-block ul.products li.product a.add_to_cart_button,
  .woocommerce ul.products li.product a.add_to_cart_button,
  .ywgc_enter_code .form-row button.button.ywgc_apply_gift_card_button,
  .page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form td.actions button,
  .woocommerce-checkout form.woocommerce-form-coupon .form-row button.button,
  .woocommerce-Addresses .edit,
  .product button,
  .product .wc-tabs-wrapper ul.tabs.wc-tabs li.active,
  header.header .nav-second-container .nav-cart-contents .nav-cart-buttons .btn.checkout,
  .theme-button-fortiary,
  .dark-text form button,
  .dark-text form .button,
  .dark-text form input[type="submit"],
  .button-fortiary,
  a.button-fortiary,
  .\--fortiary,
  .product-lift-block ul.products li.product a.more-info,
  .woocommerce ul.products li.product a.more-info,
  .product .wc-tabs-wrapper ul.tabs.wc-tabs li,
  header.header .nav-second-container .nav-cart-contents .nav-cart-buttons .btn.add-to-cart {
    font-size: calc( calc( 0.9 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.theme-button a,
.theme-button-primary a,
.light-text form button a,
.ota-yhteytta .section-text form button a,
.light-text form .button a,
.ota-yhteytta .section-text form .button a,
.light-text form input[type="submit"] a,
.ota-yhteytta .section-text form input[type="submit"] a,
.tt-block-banner-normal .banner-inner-container .cta a,
header.header .header-container a.nav-link-button a,
.theme-button-secondary a,
.button-secondary a,
.\--secondary a,
.product-lift-block ul.products li.product a.added_to_cart a,
.woocommerce ul.products li.product a.added_to_cart a,
.theme-button-tertiary a,
button:not(.tab) a,
.button:not(.tab) a,
.comment-form input:not(.tab)[type="submit"] a,
input[type=button] a,
input[type=submit] a,
input[type=reset] a,
.\--primary a,
.button-tertiary a,
.\--tertiary a,
.common-button a,
button.button a,
a.button a,
.gform_button a,
button a,
a.section-link a,
button.single_add_to_cart_button a,
.cart-collaterals .wc-proceed-to-checkout a.checkout-button a,
form button a,
.biokia-form button a,
.ota-yhteytta .section-text .block-text button a,
.page-etusivu-data form button a,
.product-lift-block form button a,
.module-50-50-image-text form button a,
.product-lift-block ul.products li.product a.add_to_cart_button a,
.woocommerce ul.products li.product a.add_to_cart_button a,
.ywgc_enter_code .form-row button.button.ywgc_apply_gift_card_button a,
.page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form td.actions button a,
.woocommerce-checkout form.woocommerce-form-coupon .form-row button.button a,
.woocommerce-Addresses .edit a,
.product button a,
.product .wc-tabs-wrapper ul.tabs.wc-tabs li.active a,
header.header .nav-second-container .nav-cart-contents .nav-cart-buttons .btn.checkout a,
.theme-button-fortiary a,
.dark-text form button a,
.dark-text form .button a,
.dark-text form input[type="submit"] a,
.button-fortiary a,
.\--fortiary a,
.product-lift-block ul.products li.product a.more-info a,
.woocommerce ul.products li.product a.more-info a,
.product .wc-tabs-wrapper ul.tabs.wc-tabs li a,
header.header .nav-second-container .nav-cart-contents .nav-cart-buttons .btn.add-to-cart a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 53, resources/assets/styles/common/_extendables.scss */

.theme-button a,
.theme-button-primary a,
.light-text form button a,
.ota-yhteytta .section-text form button a,
.light-text form .button a,
.ota-yhteytta .section-text form .button a,
.light-text form input[type="submit"] a,
.ota-yhteytta .section-text form input[type="submit"] a,
.tt-block-banner-normal .banner-inner-container .cta a,
header.header .header-container a.nav-link-button a,
.theme-button-secondary a,
.button-secondary a,
.\--secondary a,
.product-lift-block ul.products li.product a.added_to_cart a,
.woocommerce ul.products li.product a.added_to_cart a,
.theme-button-tertiary a,
button:not(.tab) a,
.button:not(.tab) a,
.comment-form input:not(.tab)[type="submit"] a,
input[type=button] a,
input[type=submit] a,
input[type=reset] a,
.\--primary a,
.button-tertiary a,
.\--tertiary a,
.common-button a,
button.button a,
a.button a,
.gform_button a,
button a,
a.section-link a,
button.single_add_to_cart_button a,
.cart-collaterals .wc-proceed-to-checkout a.checkout-button a,
form button a,
.biokia-form button a,
.ota-yhteytta .section-text .block-text button a,
.page-etusivu-data form button a,
.product-lift-block form button a,
.module-50-50-image-text form button a,
.product-lift-block ul.products li.product a.add_to_cart_button a,
.woocommerce ul.products li.product a.add_to_cart_button a,
.ywgc_enter_code .form-row button.button.ywgc_apply_gift_card_button a,
.page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form td.actions button a,
.woocommerce-checkout form.woocommerce-form-coupon .form-row button.button a,
.woocommerce-Addresses .edit a,
.product button a,
.product .wc-tabs-wrapper ul.tabs.wc-tabs li.active a,
header.header .nav-second-container .nav-cart-contents .nav-cart-buttons .btn.checkout a,
.theme-button-fortiary a,
.dark-text form button a,
.dark-text form .button a,
.dark-text form input[type="submit"] a,
.button-fortiary a,
.\--fortiary a,
.product-lift-block ul.products li.product a.more-info a,
.woocommerce ul.products li.product a.more-info a,
.product .wc-tabs-wrapper ul.tabs.wc-tabs li a,
header.header .nav-second-container .nav-cart-contents .nav-cart-buttons .btn.add-to-cart a {
  border: 0;
}

/* line 57, resources/assets/styles/common/_extendables.scss */

.theme-button:hover,
.theme-button-primary:hover,
.light-text form button:hover,
.ota-yhteytta .section-text form button:hover,
.light-text form .button:hover,
.ota-yhteytta .section-text form .button:hover,
.light-text form input:hover[type="submit"],
.ota-yhteytta .section-text form input:hover[type="submit"],
.tt-block-banner-normal .banner-inner-container .cta:hover,
header.header .header-container a.nav-link-button:hover,
.theme-button-secondary:hover,
.button-secondary:hover,
.\--secondary:hover,
.product-lift-block ul.products li.product a.added_to_cart:hover,
.woocommerce ul.products li.product a.added_to_cart:hover,
.theme-button-tertiary:hover,
.button:hover:not(.tab),
.comment-form input:hover:not(.tab)[type="submit"],
input:hover[type=button],
input:hover[type=submit],
input:hover[type=reset],
.\--primary:hover,
.button-tertiary:hover,
.\--tertiary:hover,
.common-button:hover,
a.button:hover,
.gform_button:hover,
button:hover,
a.section-link:hover,
.cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover,
.ota-yhteytta .section-text .block-text button:hover,
.product-lift-block ul.products li.product a.add_to_cart_button:hover,
.woocommerce ul.products li.product a.add_to_cart_button:hover,
.ywgc_enter_code .form-row button.button.ywgc_apply_gift_card_button:hover,
.page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form td.actions button:hover,
.woocommerce-checkout form.woocommerce-form-coupon .form-row button.button:hover,
.woocommerce-Addresses .edit:hover,
header.header .nav-second-container .nav-cart-contents .nav-cart-buttons .btn.checkout:hover,
.theme-button-fortiary:hover,
.dark-text form button:hover,
.dark-text form .button:hover,
.dark-text form input:hover[type="submit"],
.button-fortiary:hover,
.\--fortiary:hover,
.product-lift-block ul.products li.product a.more-info:hover,
.woocommerce ul.products li.product a.more-info:hover,
.product .wc-tabs-wrapper ul.tabs.wc-tabs li:hover,
header.header .nav-second-container .nav-cart-contents .nav-cart-buttons .btn.add-to-cart:hover {
  opacity: 1 !important;
  border: 1px solid !important;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  /* line 33, resources/assets/styles/common/_extendables.scss */

  .theme-button,
  .theme-button-primary,
  .light-text form button,
  .ota-yhteytta .section-text form button,
  .light-text form .button,
  .ota-yhteytta .section-text form .button,
  .light-text form input[type="submit"],
  .ota-yhteytta .section-text form input[type="submit"],
  .tt-block-banner-normal .banner-inner-container .cta,
  header.header .header-container a.nav-link-button,
  .theme-button-secondary,
  .button-secondary,
  a.button-secondary,
  .\--secondary,
  .product-lift-block ul.products li.product a.added_to_cart,
  .woocommerce ul.products li.product a.added_to_cart,
  .theme-button-tertiary,
  button:not(.tab),
  .button:not(.tab),
  .comment-form input:not(.tab)[type="submit"],
  a.button:not(.tab),
  input[type=button],
  input[type=submit],
  input[type=reset],
  .\--primary,
  .button-tertiary,
  a.button-tertiary,
  .\--tertiary,
  a.common-button,
  .common-button,
  button.button,
  a.button,
  .gform_button,
  button,
  a.section-link,
  button.single_add_to_cart_button,
  .cart-collaterals .wc-proceed-to-checkout a.checkout-button,
  form button,
  .biokia-form button,
  .ota-yhteytta .section-text .block-text button,
  .page-etusivu-data form button,
  .product-lift-block form button,
  .module-50-50-image-text form button,
  .product-lift-block ul.products li.product a.add_to_cart_button,
  .woocommerce ul.products li.product a.add_to_cart_button,
  .ywgc_enter_code .form-row button.button.ywgc_apply_gift_card_button,
  .page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form td.actions button,
  .woocommerce-checkout form.woocommerce-form-coupon .form-row button.button,
  .woocommerce-Addresses .edit,
  .product button,
  .product .wc-tabs-wrapper ul.tabs.wc-tabs li.active,
  header.header .nav-second-container .nav-cart-contents .nav-cart-buttons .btn.checkout,
  .theme-button-fortiary,
  .dark-text form button,
  .dark-text form .button,
  .dark-text form input[type="submit"],
  .button-fortiary,
  a.button-fortiary,
  .\--fortiary,
  .product-lift-block ul.products li.product a.more-info,
  .woocommerce ul.products li.product a.more-info,
  .product .wc-tabs-wrapper ul.tabs.wc-tabs li,
  header.header .nav-second-container .nav-cart-contents .nav-cart-buttons .btn.add-to-cart {
    font-size: 70%;
    padding: 12px 15px;
  }
}

/* line 70, resources/assets/styles/common/_extendables.scss */

.theme-button-primary,
.light-text form button,
.ota-yhteytta .section-text form button,
.light-text form .button,
.ota-yhteytta .section-text form .button,
.light-text form input[type="submit"],
.ota-yhteytta .section-text form input[type="submit"],
.tt-block-banner-normal .banner-inner-container .cta,
header.header .header-container a.nav-link-button,
.theme-button-primary a,
.light-text form button a,
.ota-yhteytta .section-text form button a,
.light-text form .button a,
.ota-yhteytta .section-text form .button a,
.light-text form input[type="submit"] a,
.ota-yhteytta .section-text form input[type="submit"] a,
.tt-block-banner-normal .banner-inner-container .cta a,
header.header .header-container a.nav-link-button a {
  color: #fff !important;
  text-decoration: none !important;
  opacity: 1 !important;
}

/* line 80, resources/assets/styles/common/_extendables.scss */

.theme-button-secondary,
.button-secondary,
a.button-secondary,
.\--secondary,
.product-lift-block ul.products li.product a.added_to_cart,
.woocommerce ul.products li.product a.added_to_cart,
.theme-button-secondary a,
.button-secondary a,
.\--secondary a,
.product-lift-block ul.products li.product a.added_to_cart a,
.woocommerce ul.products li.product a.added_to_cart a {
  color: #292929 !important;
  text-decoration: none !important;
  opacity: 1 !important;
}

/* line 89, resources/assets/styles/common/_extendables.scss */

.theme-button-tertiary,
button:not(.tab),
.button:not(.tab),
.comment-form input:not(.tab)[type="submit"],
a.button:not(.tab),
input[type=button],
input[type=submit],
input[type=reset],
.\--primary,
.button-tertiary,
a.button-tertiary,
.\--tertiary,
a.common-button,
.common-button,
button.button,
a.button,
.gform_button,
button,
a.section-link,
button.single_add_to_cart_button,
.cart-collaterals .wc-proceed-to-checkout a.checkout-button,
form button,
.biokia-form button,
.ota-yhteytta .section-text .block-text button,
.page-etusivu-data form button,
.product-lift-block form button,
.module-50-50-image-text form button,
.product-lift-block ul.products li.product a.add_to_cart_button,
.woocommerce ul.products li.product a.add_to_cart_button,
.ywgc_enter_code .form-row button.button.ywgc_apply_gift_card_button,
.page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form td.actions button,
.woocommerce-checkout form.woocommerce-form-coupon .form-row button.button,
.woocommerce-Addresses .edit,
.product button,
.product .wc-tabs-wrapper ul.tabs.wc-tabs li.active,
header.header .nav-second-container .nav-cart-contents .nav-cart-buttons .btn.checkout,
.theme-button-tertiary a,
button:not(.tab) a,
.button:not(.tab) a,
.comment-form input:not(.tab)[type="submit"] a,
input[type=button] a,
input[type=submit] a,
input[type=reset] a,
.\--primary a,
.button-tertiary a,
.\--tertiary a,
.common-button a,
button.button a,
a.button a,
.gform_button a,
button a,
a.section-link a,
button.single_add_to_cart_button a,
.cart-collaterals .wc-proceed-to-checkout a.checkout-button a,
form button a,
.biokia-form button a,
.ota-yhteytta .section-text .block-text button a,
.page-etusivu-data form button a,
.product-lift-block form button a,
.module-50-50-image-text form button a,
.product-lift-block ul.products li.product a.add_to_cart_button a,
.woocommerce ul.products li.product a.add_to_cart_button a,
.ywgc_enter_code .form-row button.button.ywgc_apply_gift_card_button a,
.page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form td.actions button a,
.woocommerce-checkout form.woocommerce-form-coupon .form-row button.button a,
.woocommerce-Addresses .edit a,
.product button a,
.product .wc-tabs-wrapper ul.tabs.wc-tabs li.active a,
header.header .nav-second-container .nav-cart-contents .nav-cart-buttons .btn.checkout a {
  color: #fff !important;
  text-decoration: none !important;
  opacity: 1 !important;
}

/* line 98, resources/assets/styles/common/_extendables.scss */

.theme-button-fortiary,
.dark-text form button,
.dark-text form .button,
.dark-text form input[type="submit"],
.button-fortiary,
a.button-fortiary,
.\--fortiary,
.product-lift-block ul.products li.product a.more-info,
.woocommerce ul.products li.product a.more-info,
.product .wc-tabs-wrapper ul.tabs.wc-tabs li,
header.header .nav-second-container .nav-cart-contents .nav-cart-buttons .btn.add-to-cart,
.theme-button-fortiary a,
.dark-text form button a,
.dark-text form .button a,
.dark-text form input[type="submit"] a,
.button-fortiary a,
.\--fortiary a,
.product-lift-block ul.products li.product a.more-info a,
.woocommerce ul.products li.product a.more-info a,
.product .wc-tabs-wrapper ul.tabs.wc-tabs li a,
header.header .nav-second-container .nav-cart-contents .nav-cart-buttons .btn.add-to-cart a {
  color: #1c4220 !important;
  text-decoration: none !important;
  opacity: 1 !important;
}

/** Läpinäkyvä button valkeilla reunoilla ja tekstillä (hover valkea vihreällä reuna+teksti) */

/* line 108, resources/assets/styles/common/_extendables.scss */

.theme-button-primary,
.light-text form button,
.ota-yhteytta .section-text form button,
.light-text form .button,
.ota-yhteytta .section-text form .button,
.light-text form input[type="submit"],
.ota-yhteytta .section-text form input[type="submit"],
.tt-block-banner-normal .banner-inner-container .cta,
header.header .header-container a.nav-link-button {
  background-color: transparent !important;
  border-color: #fff !important;
}

/* line 114, resources/assets/styles/common/_extendables.scss */

.theme-button-primary:hover,
.light-text form button:hover,
.ota-yhteytta .section-text form button:hover,
.light-text form .button:hover,
.ota-yhteytta .section-text form .button:hover,
.light-text form input:hover[type="submit"],
.ota-yhteytta .section-text form input:hover[type="submit"],
.tt-block-banner-normal .banner-inner-container .cta:hover,
header.header .header-container a.nav-link-button:hover,
.theme-button-primary:focus,
.light-text form button:focus,
.ota-yhteytta .section-text form button:focus,
.light-text form .button:focus,
.ota-yhteytta .section-text form .button:focus,
.light-text form input:focus[type="submit"],
.ota-yhteytta .section-text form input:focus[type="submit"],
.tt-block-banner-normal .banner-inner-container .cta:focus,
header.header .header-container a.nav-link-button:focus {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #1c4220 !important;
}

/* line 120, resources/assets/styles/common/_extendables.scss */

.theme-button-primary:hover a,
.light-text form button:hover a,
.ota-yhteytta .section-text form button:hover a,
.light-text form .button:hover a,
.ota-yhteytta .section-text form .button:hover a,
.light-text form input:hover[type="submit"] a,
.ota-yhteytta .section-text form input:hover[type="submit"] a,
.tt-block-banner-normal .banner-inner-container .cta:hover a,
header.header .header-container a.nav-link-button:hover a,
.theme-button-primary:focus a,
.light-text form button:focus a,
.ota-yhteytta .section-text form button:focus a,
.light-text form .button:focus a,
.ota-yhteytta .section-text form .button:focus a,
.light-text form input:focus[type="submit"] a,
.ota-yhteytta .section-text form input:focus[type="submit"] a,
.tt-block-banner-normal .banner-inner-container .cta:focus a,
header.header .header-container a.nav-link-button:focus a {
  color: #fff !important;
  text-decoration: none;
  opacity: 1 !important;
}

/** Valkea button vihreillä reunoilla ja tekstillä (hover vihreä tausta, valkea teksti) */

/* line 129, resources/assets/styles/common/_extendables.scss */

.theme-button-secondary,
.button-secondary,
a.button-secondary,
.\--secondary,
.product-lift-block ul.products li.product a.added_to_cart,
.woocommerce ul.products li.product a.added_to_cart {
  background-color: #fff !important;
  border-color: #1c4220 !important;
}

/* line 135, resources/assets/styles/common/_extendables.scss */

.theme-button-secondary:hover,
.button-secondary:hover,
.\--secondary:hover,
.product-lift-block ul.products li.product a.added_to_cart:hover,
.woocommerce ul.products li.product a.added_to_cart:hover,
.theme-button-secondary:focus,
.button-secondary:focus,
.\--secondary:focus,
.product-lift-block ul.products li.product a.added_to_cart:focus,
.woocommerce ul.products li.product a.added_to_cart:focus {
  border-color: #1c4220 !important;
  background-color: #1c4220 !important;
  color: #fff !important;
}

/* line 141, resources/assets/styles/common/_extendables.scss */

.theme-button-secondary:hover a,
.button-secondary:hover a,
.\--secondary:hover a,
.product-lift-block ul.products li.product a.added_to_cart:hover a,
.woocommerce ul.products li.product a.added_to_cart:hover a,
.theme-button-secondary:focus a,
.button-secondary:focus a,
.\--secondary:focus a,
.product-lift-block ul.products li.product a.added_to_cart:focus a,
.woocommerce ul.products li.product a.added_to_cart:focus a {
  color: #fff !important;
}

/** Vihreä button joka tummenee */

/* line 148, resources/assets/styles/common/_extendables.scss */

.theme-button-tertiary,
button:not(.tab),
.button:not(.tab),
.comment-form input:not(.tab)[type="submit"],
a.button:not(.tab),
input[type=button],
input[type=submit],
input[type=reset],
.\--primary,
.button-tertiary,
a.button-tertiary,
.\--tertiary,
a.common-button,
.common-button,
button.button,
a.button,
.gform_button,
button,
a.section-link,
button.single_add_to_cart_button,
.cart-collaterals .wc-proceed-to-checkout a.checkout-button,
form button,
.biokia-form button,
.ota-yhteytta .section-text .block-text button,
.page-etusivu-data form button,
.product-lift-block form button,
.module-50-50-image-text form button,
.product-lift-block ul.products li.product a.add_to_cart_button,
.woocommerce ul.products li.product a.add_to_cart_button,
.ywgc_enter_code .form-row button.button.ywgc_apply_gift_card_button,
.page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form td.actions button,
.woocommerce-checkout form.woocommerce-form-coupon .form-row button.button,
.woocommerce-Addresses .edit,
.product button,
.product .wc-tabs-wrapper ul.tabs.wc-tabs li.active,
header.header .nav-second-container .nav-cart-contents .nav-cart-buttons .btn.checkout {
  background-color: #1c4220 !important;
  border-color: #1c4220 !important;
}

/* line 154, resources/assets/styles/common/_extendables.scss */

.theme-button-tertiary:hover,
.button:hover:not(.tab),
.comment-form input:hover:not(.tab)[type="submit"],
input:hover[type=button],
input:hover[type=submit],
input:hover[type=reset],
.\--primary:hover,
.button-tertiary:hover,
.\--tertiary:hover,
.common-button:hover,
a.button:hover,
.gform_button:hover,
button:hover,
a.section-link:hover,
.cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover,
.ota-yhteytta .section-text .block-text button:hover,
.product-lift-block ul.products li.product a.add_to_cart_button:hover,
.woocommerce ul.products li.product a.add_to_cart_button:hover,
.ywgc_enter_code .form-row button.button.ywgc_apply_gift_card_button:hover,
.page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form td.actions button:hover,
.woocommerce-checkout form.woocommerce-form-coupon .form-row button.button:hover,
.woocommerce-Addresses .edit:hover,
.product .wc-tabs-wrapper ul.tabs.wc-tabs li.active:hover,
header.header .nav-second-container .nav-cart-contents .nav-cart-buttons .btn.checkout:hover,
.theme-button-tertiary:focus,
.button:focus:not(.tab),
.comment-form input:focus:not(.tab)[type="submit"],
input:focus[type=button],
input:focus[type=submit],
input:focus[type=reset],
.\--primary:focus,
.button-tertiary:focus,
.\--tertiary:focus,
.common-button:focus,
a.button:focus,
.gform_button:focus,
button:focus,
a.section-link:focus,
.cart-collaterals .wc-proceed-to-checkout a.checkout-button:focus,
.ota-yhteytta .section-text .block-text button:focus,
.product-lift-block ul.products li.product a.add_to_cart_button:focus,
.woocommerce ul.products li.product a.add_to_cart_button:focus,
.ywgc_enter_code .form-row button.button.ywgc_apply_gift_card_button:focus,
.page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form td.actions button:focus,
.woocommerce-checkout form.woocommerce-form-coupon .form-row button.button:focus,
.woocommerce-Addresses .edit:focus,
.product .wc-tabs-wrapper ul.tabs.wc-tabs li.active:focus,
header.header .nav-second-container .nav-cart-contents .nav-cart-buttons .btn.checkout:focus {
  border-color: #152a16 !important;
  background-color: #152a16 !important;
  color: #fff !important;
}

/* line 160, resources/assets/styles/common/_extendables.scss */

.theme-button-tertiary:hover a,
button:hover:not(.tab) a,
.button:hover:not(.tab) a,
.comment-form input:hover:not(.tab)[type="submit"] a,
input:hover[type=button] a,
input:hover[type=submit] a,
input:hover[type=reset] a,
.\--primary:hover a,
.button-tertiary:hover a,
.\--tertiary:hover a,
.common-button:hover a,
button.button:hover a,
a.button:hover a,
.gform_button:hover a,
button:hover a,
a.section-link:hover a,
button.single_add_to_cart_button:hover a,
.cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover a,
form button:hover a,
.biokia-form button:hover a,
.ota-yhteytta .section-text .block-text button:hover a,
.page-etusivu-data form button:hover a,
.product-lift-block form button:hover a,
.module-50-50-image-text form button:hover a,
.product-lift-block ul.products li.product a.add_to_cart_button:hover a,
.woocommerce ul.products li.product a.add_to_cart_button:hover a,
.ywgc_enter_code .form-row button.button.ywgc_apply_gift_card_button:hover a,
.page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form td.actions button:hover a,
.woocommerce-checkout form.woocommerce-form-coupon .form-row button.button:hover a,
.woocommerce-Addresses .edit:hover a,
.product button:hover a,
.product .wc-tabs-wrapper ul.tabs.wc-tabs li.active:hover a,
header.header .nav-second-container .nav-cart-contents .nav-cart-buttons .btn.checkout:hover a,
.theme-button-tertiary:focus a,
button:focus:not(.tab) a,
.button:focus:not(.tab) a,
.comment-form input:focus:not(.tab)[type="submit"] a,
input:focus[type=button] a,
input:focus[type=submit] a,
input:focus[type=reset] a,
.\--primary:focus a,
.button-tertiary:focus a,
.\--tertiary:focus a,
.common-button:focus a,
button.button:focus a,
a.button:focus a,
.gform_button:focus a,
button:focus a,
a.section-link:focus a,
button.single_add_to_cart_button:focus a,
.cart-collaterals .wc-proceed-to-checkout a.checkout-button:focus a,
form button:focus a,
.biokia-form button:focus a,
.ota-yhteytta .section-text .block-text button:focus a,
.page-etusivu-data form button:focus a,
.product-lift-block form button:focus a,
.module-50-50-image-text form button:focus a,
.product-lift-block ul.products li.product a.add_to_cart_button:focus a,
.woocommerce ul.products li.product a.add_to_cart_button:focus a,
.ywgc_enter_code .form-row button.button.ywgc_apply_gift_card_button:focus a,
.page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form td.actions button:focus a,
.woocommerce-checkout form.woocommerce-form-coupon .form-row button.button:focus a,
.woocommerce-Addresses .edit:focus a,
.product button:focus a,
.product .wc-tabs-wrapper ul.tabs.wc-tabs li.active:focus a,
header.header .nav-second-container .nav-cart-contents .nav-cart-buttons .btn.checkout:focus a {
  color: #fff !important;
}

/** Läpinäkyvä button vihreillä reunoilla ja tekstillä */

/* line 167, resources/assets/styles/common/_extendables.scss */

.theme-button-fortiary,
.dark-text form button,
.dark-text form .button,
.dark-text form input[type="submit"],
.button-fortiary,
a.button-fortiary,
.\--fortiary,
.product-lift-block ul.products li.product a.more-info,
.woocommerce ul.products li.product a.more-info,
.product .wc-tabs-wrapper ul.tabs.wc-tabs li,
header.header .nav-second-container .nav-cart-contents .nav-cart-buttons .btn.add-to-cart {
  background-color: transparent !important;
  border-color: #1c4220 !important;
}

/* line 173, resources/assets/styles/common/_extendables.scss */

.theme-button-fortiary:hover,
.dark-text form button:hover,
.dark-text form .button:hover,
.dark-text form input:hover[type="submit"],
.button-fortiary:hover,
.\--fortiary:hover,
.product-lift-block ul.products li.product a.more-info:hover,
.woocommerce ul.products li.product a.more-info:hover,
.product .wc-tabs-wrapper ul.tabs.wc-tabs li:hover,
header.header .nav-second-container .nav-cart-contents .nav-cart-buttons .btn.add-to-cart:hover,
.theme-button-fortiary:focus,
.dark-text form button:focus,
.dark-text form .button:focus,
.dark-text form input:focus[type="submit"],
.button-fortiary:focus,
.\--fortiary:focus,
.product-lift-block ul.products li.product a.more-info:focus,
.woocommerce ul.products li.product a.more-info:focus,
.product .wc-tabs-wrapper ul.tabs.wc-tabs li:focus,
header.header .nav-second-container .nav-cart-contents .nav-cart-buttons .btn.add-to-cart:focus {
  border-color: #fff !important;
  background-color: #1c4220 !important;
  color: #fff !important;
}

/* line 179, resources/assets/styles/common/_extendables.scss */

.theme-button-fortiary:hover a,
.dark-text form button:hover a,
.dark-text form .button:hover a,
.dark-text form input:hover[type="submit"] a,
.button-fortiary:hover a,
.\--fortiary:hover a,
.product-lift-block ul.products li.product a.more-info:hover a,
.woocommerce ul.products li.product a.more-info:hover a,
.product .wc-tabs-wrapper ul.tabs.wc-tabs li:hover a,
header.header .nav-second-container .nav-cart-contents .nav-cart-buttons .btn.add-to-cart:hover a,
.theme-button-fortiary:focus a,
.dark-text form button:focus a,
.dark-text form .button:focus a,
.dark-text form input:focus[type="submit"] a,
.button-fortiary:focus a,
.\--fortiary:focus a,
.product-lift-block ul.products li.product a.more-info:focus a,
.woocommerce ul.products li.product a.more-info:focus a,
.product .wc-tabs-wrapper ul.tabs.wc-tabs li:focus a,
header.header .nav-second-container .nav-cart-contents .nav-cart-buttons .btn.add-to-cart:focus a {
  color: #fff !important;
}

/* line 185, resources/assets/styles/common/_extendables.scss */

.theme-input,
.salescounter .column input {
  border-radius: 0;
  border: 1px solid black;
  padding: 5px;
  width: calc(100% - 10px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* stylelint-disable */

/* line 193, resources/assets/styles/common/_extendables.scss */

input:focus-visible,
select:focus-visible {
  outline-width: 0;
}

/* stylelint-enable */

/* line 199, resources/assets/styles/common/_extendables.scss */

input:focus::-webkit-input-placeholder {
  color: transparent;
}

/* FF 19+ */

/* line 204, resources/assets/styles/common/_extendables.scss */

input:focus::-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */

/* line 209, resources/assets/styles/common/_extendables.scss */

input:focus:-moz-placeholder {
  color: transparent;
}

/* IE 10+ */

/* line 214, resources/assets/styles/common/_extendables.scss */

input:focus:-ms-input-placeholder {
  color: transparent;
}

/* line 218, resources/assets/styles/common/_extendables.scss */

.theme-select {
  margin: 0;
  width: 100%;
  border: 2px solid #1c4220;
  height: 40px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 15px;
  padding-left: 12px;
  color: #1c4220;
  background-color: #fff;
  /* stylelint-disable */
  background-position: calc(100% - 19px) calc(1em + 0px), calc(100% - 9px) calc(1em + 0px), calc(100% - 2.5em) 0.5em;
  background-size: 10px 10px, 10px 10px, 2px 1.5em;
  background-repeat: no-repeat;
  /* stylelint-enable */
}

/* stylelint-disable */

/* line 241, resources/assets/styles/common/_extendables.scss */

.strong-underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 9px;
  text-decoration-thickness: 3px;
  color: #fff;
  opacity: 1;
}

/* stylelint-enable */

/* line 250, resources/assets/styles/common/_extendables.scss */

.tag,
.pretitle,
.section-leads .lead-title,
.in-stock,
.single-reseptit .recipe-tax .tag.is-success,
.post-type-archive-reseptit .recipe-tax .tag.is-success,
.tax-recipe-tax .recipe-tax .tag.is-success,
.tax-recipe-alg .recipe-tax .tag.is-success,
.single-reseptit .recipe-guide .guide-row ol li::before,
.post-type-archive-reseptit .recipe-guide .guide-row ol li::before,
.tax-recipe-tax .recipe-guide .guide-row ol li::before,
.tax-recipe-alg .recipe-guide .guide-row ol li::before {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  background-color: #e57202 !important;
  border: 1px solid #e57202 !important;
  margin-right: 0.5rem;
  text-transform: uppercase;
  padding: 1.4em 1.2em 1.2em 1.2em !important;
  border-radius: 0 !important;
  -webkit-border-top-left-radius: 10px !important;
  -webkit-border-bottom-right-radius: 10px !important;
  -moz-border-radius-topleft: 10px !important;
  -moz-border-radius-bottomright: 10px !important;
  border-top-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  color: #fff !important;
  height: auto;
}

@media screen and (max-width: 768px) {
  /* line 250, resources/assets/styles/common/_extendables.scss */

  .tag,
  .pretitle,
  .section-leads .lead-title,
  .in-stock,
  .single-reseptit .recipe-tax .tag.is-success,
  .post-type-archive-reseptit .recipe-tax .tag.is-success,
  .tax-recipe-tax .recipe-tax .tag.is-success,
  .tax-recipe-alg .recipe-tax .tag.is-success,
  .single-reseptit .recipe-guide .guide-row ol li::before,
  .post-type-archive-reseptit .recipe-guide .guide-row ol li::before,
  .tax-recipe-tax .recipe-guide .guide-row ol li::before,
  .tax-recipe-alg .recipe-guide .guide-row ol li::before {
    font-size: calc( calc( 0.7 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 250, resources/assets/styles/common/_extendables.scss */

  .tag,
  .pretitle,
  .section-leads .lead-title,
  .in-stock,
  .single-reseptit .recipe-tax .tag.is-success,
  .post-type-archive-reseptit .recipe-tax .tag.is-success,
  .tax-recipe-tax .recipe-tax .tag.is-success,
  .tax-recipe-alg .recipe-tax .tag.is-success,
  .single-reseptit .recipe-guide .guide-row ol li::before,
  .post-type-archive-reseptit .recipe-guide .guide-row ol li::before,
  .tax-recipe-tax .recipe-guide .guide-row ol li::before,
  .tax-recipe-alg .recipe-guide .guide-row ol li::before {
    font-size: calc( calc( 0.7 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 250, resources/assets/styles/common/_extendables.scss */

  .tag,
  .pretitle,
  .section-leads .lead-title,
  .in-stock,
  .single-reseptit .recipe-tax .tag.is-success,
  .post-type-archive-reseptit .recipe-tax .tag.is-success,
  .tax-recipe-tax .recipe-tax .tag.is-success,
  .tax-recipe-alg .recipe-tax .tag.is-success,
  .single-reseptit .recipe-guide .guide-row ol li::before,
  .post-type-archive-reseptit .recipe-guide .guide-row ol li::before,
  .tax-recipe-tax .recipe-guide .guide-row ol li::before,
  .tax-recipe-alg .recipe-guide .guide-row ol li::before {
    font-size: calc( calc( 0.7 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 250, resources/assets/styles/common/_extendables.scss */

  .tag,
  .pretitle,
  .section-leads .lead-title,
  .in-stock,
  .single-reseptit .recipe-tax .tag.is-success,
  .post-type-archive-reseptit .recipe-tax .tag.is-success,
  .tax-recipe-tax .recipe-tax .tag.is-success,
  .tax-recipe-alg .recipe-tax .tag.is-success,
  .single-reseptit .recipe-guide .guide-row ol li::before,
  .post-type-archive-reseptit .recipe-guide .guide-row ol li::before,
  .tax-recipe-tax .recipe-guide .guide-row ol li::before,
  .tax-recipe-alg .recipe-guide .guide-row ol li::before {
    font-size: calc( calc( 0.7 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.tag a,
.pretitle a,
.section-leads .lead-title a,
.in-stock a,
.single-reseptit .recipe-tax .tag.is-success a,
.post-type-archive-reseptit .recipe-tax .tag.is-success a,
.tax-recipe-tax .recipe-tax .tag.is-success a,
.tax-recipe-alg .recipe-tax .tag.is-success a,
.single-reseptit .recipe-guide .guide-row ol li::before a,
.post-type-archive-reseptit .recipe-guide .guide-row ol li::before a,
.tax-recipe-tax .recipe-guide .guide-row ol li::before a,
.tax-recipe-alg .recipe-guide .guide-row ol li::before a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 270, resources/assets/styles/common/_extendables.scss */

.tag:hover,
.pretitle:hover,
.section-leads .lead-title:hover,
.in-stock:hover,
.single-reseptit .recipe-tax .tag.is-success:hover,
.post-type-archive-reseptit .recipe-tax .tag.is-success:hover,
.tax-recipe-tax .recipe-tax .tag.is-success:hover,
.tax-recipe-alg .recipe-tax .tag.is-success:hover,
.single-reseptit .recipe-guide .guide-row ol li:hover::before,
.post-type-archive-reseptit .recipe-guide .guide-row ol li:hover::before,
.tax-recipe-tax .recipe-guide .guide-row ol li:hover::before,
.tax-recipe-alg .recipe-guide .guide-row ol li:hover::before {
  text-decoration: none !important;
}

/* line 275, resources/assets/styles/common/_extendables.scss */

.tint,
.product-lift-block.\--tint .__tint,
.module-50-50-image-text.\--tint .__tint,
.tt-block-banner-normal.\--tint .__tint {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

/* line 1, resources/assets/styles/components/_section-accordion.scss */

.section-accordion {
  margin: 4rem 0 !important;
}

/* line 4, resources/assets/styles/components/_section-accordion.scss */

.section-accordion .accordion {
  margin-bottom: 10px !important;
  background: #fff;
  border-radius: 0;
}

/* line 9, resources/assets/styles/components/_section-accordion.scss */

.section-accordion .accordion .accordion-header {
  padding: 1.5rem 2.5rem 1.5rem 4rem;
  background: #fff;
  border-radius: 0;
  color: inherit;
  font-size: 18px;
  font-weight: 700;
  border-right: 10px solid #1c4220;
  border-bottom: 3px solid #1c4220;
}

/* line 19, resources/assets/styles/components/_section-accordion.scss */

.section-accordion .accordion .accordion-header svg {
  color: #1c4220;
  width: 2rem;
  height: 2rem;
  -webkit-transition: -webkit-transform 250ms linear;
  transition: -webkit-transform 250ms linear;
  -o-transition: -o-transform 250ms linear;
  transition: transform 250ms linear;
  transition: transform 250ms linear, -webkit-transform 250ms linear, -o-transform 250ms linear;
}

@media (max-width: 769px) {
  /* line 19, resources/assets/styles/components/_section-accordion.scss */

  .section-accordion .accordion .accordion-header svg {
    width: 1.2rem;
    height: 1.2rem;
  }
}

@media (max-width: 1088px) {
  /* line 9, resources/assets/styles/components/_section-accordion.scss */

  .section-accordion .accordion .accordion-header {
    padding: 1.5rem;
    font-size: 16px;
  }
}

@media (max-width: 769px) {
  /* line 9, resources/assets/styles/components/_section-accordion.scss */

  .section-accordion .accordion .accordion-header {
    padding: 1rem;
    font-size: 14px;
  }
}

/* line 42, resources/assets/styles/components/_section-accordion.scss */

.section-accordion .accordion .accordion-body {
  border: 0 !important;
  border-radius: 0 !important;
}

/* line 46, resources/assets/styles/components/_section-accordion.scss */

.section-accordion .accordion .accordion-body .accordion-content {
  padding: 2rem 4rem !important;
}

@media (max-width: 1088px) {
  /* line 46, resources/assets/styles/components/_section-accordion.scss */

  .section-accordion .accordion .accordion-body .accordion-content {
    padding: 1.5rem !important;
  }
}

@media (max-width: 769px) {
  /* line 46, resources/assets/styles/components/_section-accordion.scss */

  .section-accordion .accordion .accordion-body .accordion-content {
    padding: 1rem !important;
  }
}

/* line 60, resources/assets/styles/components/_section-accordion.scss */

.section-accordion .accordion.is-active svg {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 250ms linear;
  transition: -webkit-transform 250ms linear;
  -o-transition: -o-transform 250ms linear;
  transition: transform 250ms linear;
  transition: transform 250ms linear, -webkit-transform 250ms linear, -o-transform 250ms linear;
}

@media (max-width: 1280px) {
  /* line 1, resources/assets/styles/components/_section-accordion.scss */

  .section-accordion {
    margin: 3rem 0 !important;
  }
}

@media (max-width: 1088px) {
  /* line 1, resources/assets/styles/components/_section-accordion.scss */

  .section-accordion {
    margin: 2rem 0 !important;
  }
}

/* line 2, resources/assets/styles/components/_section-leads.scss */

.section-leads .lead-box {
  float: left;
  width: 25%;
  position: relative;
}

/* line 7, resources/assets/styles/components/_section-leads.scss */

.section-leads .lead-box .lead-box-img {
  width: 230px;
  height: 230px;
  position: relative;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  background-size: cover;
  background-position: 50% 50%;
}

/* line 19, resources/assets/styles/components/_section-leads.scss */

.section-leads .lead-title {
  background-color: #fff !important;
  border-color: #fff !important;
  width: 210px;
  padding: 20px 10px !important;
  text-align: center;
  letter-spacing: 1px !important;
  position: absolute;
  top: 90%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  word-break: break-all;
  word-wrap: normal;
  display: inline-block;
}

/* line 38, resources/assets/styles/components/_section-leads.scss */

.section-leads .lead-title a {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  color: #1c4220 !important;
}

@media screen and (max-width: 768px) {
  /* line 38, resources/assets/styles/components/_section-leads.scss */

  .section-leads .lead-title a {
    font-size: calc( calc( 0.7 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 38, resources/assets/styles/components/_section-leads.scss */

  .section-leads .lead-title a {
    font-size: calc( calc( 0.7 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 38, resources/assets/styles/components/_section-leads.scss */

  .section-leads .lead-title a {
    font-size: calc( calc( 0.7 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 38, resources/assets/styles/components/_section-leads.scss */

  .section-leads .lead-title a {
    font-size: calc( calc( 0.7 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.section-leads .lead-title a a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

@media screen and (max-width: 1087px) {
  /* line 49, resources/assets/styles/components/_section-leads.scss */

  .section-leads .lead-box .lead-box-img {
    width: 170px;
    height: 170px;
  }

  /* line 54, resources/assets/styles/components/_section-leads.scss */

  .section-leads .lead-box .lead-title {
    width: 170px;
  }

  /* line 57, resources/assets/styles/components/_section-leads.scss */

  .section-leads .lead-box .lead-title a {
    font-size: 70%;
  }
}

@media screen and (max-width: 768px) {
  /* line 65, resources/assets/styles/components/_section-leads.scss */

  .section-leads .lead-box {
    width: 100%;
    margin-bottom: 40px;
  }

  /* line 66, resources/assets/styles/components/_section-leads.scss */

  .section-leads .lead-box .lead-box-img {
    width: 230px;
    height: 230px;
  }

  /* line 74, resources/assets/styles/components/_section-leads.scss */

  .section-leads .lead-box .lead-title {
    width: 250px;
  }

  /* line 77, resources/assets/styles/components/_section-leads.scss */

  .section-leads .lead-box .lead-title a {
    font-size: 90%;
  }
}

/*
.section-text {
  margin: 4rem 0 !important;

  @media (max-width: $widescreen) {
    margin: 3rem 0 !important;
  }

  @media (max-width: $desktop) {
    margin: 2rem 0 !important;
  }
}
*/

/* line 17, resources/assets/styles/components/_section-text.scss */

.page-etusivu-data .section-text {
  margin: auto;
  max-width: 1600px;
  width: calc( 100% * 0.95);
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  /* line 17, resources/assets/styles/components/_section-text.scss */

  .page-etusivu-data .section-text {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 1088px) {
  /* line 17, resources/assets/styles/components/_section-text.scss */

  .page-etusivu-data .section-text {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* line 32, resources/assets/styles/components/_section-text.scss */

.page-etusivu-data .block-text h6 {
  padding-bottom: 0 !important;
}

/* line 36, resources/assets/styles/components/_section-text.scss */

.page-etusivu-data h3,
.page-etusivu-data .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .page-etusivu-data bdi.varainh,
.page-etusivu-data .tt-block-banner-normal .banner-inner-container h2,
.tt-block-banner-normal .banner-inner-container .page-etusivu-data h2,
.page-etusivu-data .tt-block-banner-normal .banner-inner-container h3,
.tt-block-banner-normal .banner-inner-container .page-etusivu-data h3 {
  color: #1c4220;
}

/* line 40, resources/assets/styles/components/_section-text.scss */

.page-etusivu-data .biokia-form,
.page-etusivu-data .ota-yhteytta .section-text .block-text,
.ota-yhteytta .section-text .page-etusivu-data .block-text,
.page-etusivu-data form,
.page-etusivu-data .product-lift-block form,
.product-lift-block .page-etusivu-data form,
.page-etusivu-data .module-50-50-image-text form,
.module-50-50-image-text .page-etusivu-data form {
  text-align: center;
}

/* line 46, resources/assets/styles/components/_section-text.scss */

.page-template-default .post-content {
  margin: auto;
  max-width: 1200px;
  width: calc( 100% * 0.8);
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 769px) {
  /* line 46, resources/assets/styles/components/_section-text.scss */

  .page-template-default .post-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 1088px) {
  /* line 46, resources/assets/styles/components/_section-text.scss */

  .page-template-default .post-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1087px) {
  /* line 46, resources/assets/styles/components/_section-text.scss */

  .page-template-default .post-content {
    margin: auto;
    max-width: 1200px;
    width: calc( 100% * 0.8);
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1087px) and (min-width: 769px) {
  /* line 46, resources/assets/styles/components/_section-text.scss */

  .page-template-default .post-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 1087px) and (min-width: 1088px) {
  /* line 46, resources/assets/styles/components/_section-text.scss */

  .page-template-default .post-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* line 56, resources/assets/styles/components/_section-text.scss */

.page-template-default .block-text {
  margin: auto;
  max-width: 1200px;
  width: calc( 100% * 0.8);
}

@media screen and (max-width: 1087px) {
  /* line 56, resources/assets/styles/components/_section-text.scss */

  .page-template-default .block-text {
    margin: auto;
    max-width: 1200px;
    width: calc( 100% * 0.8);
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1087px) and (min-width: 769px) {
  /* line 56, resources/assets/styles/components/_section-text.scss */

  .page-template-default .block-text {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 1087px) and (min-width: 1088px) {
  /* line 56, resources/assets/styles/components/_section-text.scss */

  .page-template-default .block-text {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* line 1, resources/assets/styles/components/_section-video.scss */

.section-video {
  margin: 4rem 0 !important;
}

/* line 4, resources/assets/styles/components/_section-video.scss */

.section-video .video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

/* line 11, resources/assets/styles/components/_section-video.scss */

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

@media (max-width: 1280px) {
  /* line 1, resources/assets/styles/components/_section-video.scss */

  .section-video {
    margin: 3rem 0 !important;
  }
}

@media (max-width: 1088px) {
  /* line 1, resources/assets/styles/components/_section-video.scss */

  .section-video {
    margin: 2rem 0 !important;
  }
}

/* line 1, resources/assets/styles/components/_section-materials.scss */

.section-materials {
  padding-top: 30px;
  padding-bottom: 30px;
  margin: auto;
  max-width: 1410px;
  width: calc( 100% * 0.8);
}

@media screen and (min-width: 769px) {
  /* line 1, resources/assets/styles/components/_section-materials.scss */

  .section-materials {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 1088px) {
  /* line 1, resources/assets/styles/components/_section-materials.scss */

  .section-materials {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* line 5, resources/assets/styles/components/_section-materials.scss */

.section-materials .single-material {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #eaeaea;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

/* line 11, resources/assets/styles/components/_section-materials.scss */

.section-materials .single-material .single-material-left {
  width: 40%;
}

/* line 14, resources/assets/styles/components/_section-materials.scss */

.section-materials .single-material .single-material-left .single-material-preview {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: relative;
}

/* line 20, resources/assets/styles/components/_section-materials.scss */

.section-materials .single-material .single-material-left .single-material-preview::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

/* line 29, resources/assets/styles/components/_section-materials.scss */

.section-materials .single-material .single-material-right {
  width: 60%;
}

/* line 32, resources/assets/styles/components/_section-materials.scss */

.section-materials .single-material .single-material-right p {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  margin-bottom: 5px;
}

/* line 36, resources/assets/styles/components/_section-materials.scss */

.section-materials .single-material .single-material-right p:first-child {
  padding-top: 10px;
}

/* line 2, resources/assets/styles/components/_short-salescounter.scss */

.salescounter.hidden {
  display: none;
}

/* line 6, resources/assets/styles/components/_short-salescounter.scss */

.salescounter .column {
  padding: 0.75rem;
  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 12, resources/assets/styles/components/_short-salescounter.scss */

.salescounter .column::after {
  display: none;
}

/* line 16, resources/assets/styles/components/_short-salescounter.scss */

.salescounter .column input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  text-align: center;
  width: calc(100% - 90px);
  border: 1px solid #1c4220;
}

/* line 25, resources/assets/styles/components/_short-salescounter.scss */

.salescounter .column input.center-box-no-borders {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

/* line 32, resources/assets/styles/components/_short-salescounter.scss */

.salescounter .column span {
  width: 26px;
  height: 36px;
  text-align: center;
  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;
  color: #1c4220;
  border: 1px solid #1c4220;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  font-size: 110%;
}

/* line 44, resources/assets/styles/components/_short-salescounter.scss */

.salescounter .column span.calc-minus {
  border-right: 0;
}

/* line 48, resources/assets/styles/components/_short-salescounter.scss */

.salescounter .column span.calc-plus {
  border-left: 0;
}

/* line 52, resources/assets/styles/components/_short-salescounter.scss */

.salescounter .column span.no-bg {
  background: transparent;
  border: 0;
}

/* line 56, resources/assets/styles/components/_short-salescounter.scss */

.salescounter .column span.no-bg svg {
  color: #1c4220;
}

/* line 61, resources/assets/styles/components/_short-salescounter.scss */

.salescounter .column span:hover {
  cursor: pointer;
  font-weight: 600;
  background-color: #1c4220;
  color: #fff;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

/* line 7, resources/assets/styles/components/_wp-classes.scss */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

/* line 14, resources/assets/styles/components/_wp-classes.scss */

.aligncenter {
  display: block;
  margin: 1rem auto;
  height: auto;
}

/* line 20, resources/assets/styles/components/_wp-classes.scss */

.alignleft,
.alignright {
  margin-bottom: 1rem;
  height: auto;
}

/* line 27, resources/assets/styles/components/_wp-classes.scss */

+ tablet .alignleft {
  float: left;
  margin-right: 1rem;
}

/* line 32, resources/assets/styles/components/_wp-classes.scss */

+ tablet .alignright {
  float: right;
  margin-left: 1rem;
}

/** Captions */

/** Text meant only for screen readers */

/* line 45, resources/assets/styles/components/_wp-classes.scss */

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #000;
  background: #fff;
}

/* line 1, resources/assets/styles/components/_block_base.scss */

.block-color-bg,
.ota-yhteytta .section-text {
  background-color: #1c4220;
}

/* line 1, resources/assets/styles/components/_woocommerce.scss */

.product span.onsale {
  position: absolute;
  border-radius: 0;
  width: auto;
  height: unset;
  line-height: unset;
  margin: 10px;
  min-height: unset;
  min-width: unset;
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 10px;
}

/* CHECKOUT PAGE */

/* line 19, resources/assets/styles/components/_woocommerce.scss */

.woocommerce-checkout h3,
.woocommerce-checkout .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .woocommerce-checkout bdi.varainh,
.woocommerce-checkout .tt-block-banner-normal .banner-inner-container h2,
.tt-block-banner-normal .banner-inner-container .woocommerce-checkout h2,
.woocommerce-checkout .tt-block-banner-normal .banner-inner-container h3,
.tt-block-banner-normal .banner-inner-container .woocommerce-checkout h3,
.edit-account h3,
.edit-account .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .edit-account bdi.varainh,
.edit-account .tt-block-banner-normal .banner-inner-container h2,
.tt-block-banner-normal .banner-inner-container .edit-account h2,
.edit-account .tt-block-banner-normal .banner-inner-container h3,
.tt-block-banner-normal .banner-inner-container .edit-account h3 {
  text-align: left;
}

/* line 23, resources/assets/styles/components/_woocommerce.scss */

.woocommerce-checkout h3#carrier-agent-heading,
.woocommerce-checkout .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi#carrier-agent-heading.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .woocommerce-checkout bdi#carrier-agent-heading.varainh,
.woocommerce-checkout .tt-block-banner-normal .banner-inner-container h2#carrier-agent-heading,
.tt-block-banner-normal .banner-inner-container .woocommerce-checkout h2#carrier-agent-heading,
.edit-account h3#carrier-agent-heading,
.edit-account .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi#carrier-agent-heading.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .edit-account bdi#carrier-agent-heading.varainh,
.edit-account .tt-block-banner-normal .banner-inner-container h2#carrier-agent-heading,
.tt-block-banner-normal .banner-inner-container .edit-account h2#carrier-agent-heading {
  padding-bottom: 0;
}

/* line 28, resources/assets/styles/components/_woocommerce.scss */

.woocommerce-checkout .form-row label,
.edit-account .form-row label {
  text-align: left;
}

/* line 41, resources/assets/styles/components/_woocommerce.scss */

.woocommerce-checkout .select2-selection,
.edit-account .select2-selection {
  border: none;
}

/* line 50, resources/assets/styles/components/_woocommerce.scss */

.woocommerce-checkout .carrier-agents-postcode-search input,
.edit-account .carrier-agents-postcode-search input {
  margin: 0;
  margin-right: 0.25em;
}

/* line 56, resources/assets/styles/components/_woocommerce.scss */

.woocommerce-checkout .lahipaketti-wrap-sz,
.edit-account .lahipaketti-wrap-sz {
  padding: 30px;
  border: 3px solid #58ab27;
}

/* line 60, resources/assets/styles/components/_woocommerce.scss */

.woocommerce-checkout .lahipaketti-wrap-sz .js-ajax-php-json2-sz,
.woocommerce-checkout .lahipaketti-wrap-sz .required-pickup-point-sz,
.edit-account .lahipaketti-wrap-sz .js-ajax-php-json2-sz,
.edit-account .lahipaketti-wrap-sz .required-pickup-point-sz {
  font-weight: 600;
}

/* line 67, resources/assets/styles/components/_woocommerce.scss */

.woocommerce-checkout .woocommerce-account-fields .create-account,
.edit-account .woocommerce-account-fields .create-account {
  display: block;
  border: dashed 3px #1c4220;
  padding: 20px;
  margin: 30px 0 0 0;
}

/* line 76, resources/assets/styles/components/_woocommerce.scss */

form.woocommerce-checkout {
  margin: 50px 0;
}

/* line 79, resources/assets/styles/components/_woocommerce.scss */

form.woocommerce-checkout .col-1 {
  background: #fafafa;
  padding: 30px;
}

/* line 84, resources/assets/styles/components/_woocommerce.scss */

form.woocommerce-checkout .col-2 {
  padding: 30px;
}

/* line 88, resources/assets/styles/components/_woocommerce.scss */

form.woocommerce-checkout #order_comments_field {
  padding-top: 1em;
}

/* line 92, resources/assets/styles/components/_woocommerce.scss */

form.woocommerce-checkout p#varainhakkijan_nimi_field {
  padding-bottom: 1em;
}

/* line 96, resources/assets/styles/components/_woocommerce.scss */

form.woocommerce-checkout #checkout-varainhankkijako {
  float: left;
}

/* line 99, resources/assets/styles/components/_woocommerce.scss */

form.woocommerce-checkout #checkout-varainhankkijako input {
  height: auto;
}

/* line 103, resources/assets/styles/components/_woocommerce.scss */

form.woocommerce-checkout #checkout-varainhankkijako span {
  padding-left: 0.3em;
}

/* line 107, resources/assets/styles/components/_woocommerce.scss */

form.woocommerce-checkout #checkout-varainhankkijako h3,
form.woocommerce-checkout #checkout-varainhankkijako .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount form.woocommerce-checkout #checkout-varainhankkijako bdi.varainh,
form.woocommerce-checkout #checkout-varainhankkijako .tt-block-banner-normal .banner-inner-container h2,
.tt-block-banner-normal .banner-inner-container form.woocommerce-checkout #checkout-varainhankkijako h2 {
  padding-bottom: 0;
}

/* -------- woocommerce-MyAccount-navigation ------- */

/* line 116, resources/assets/styles/components/_woocommerce.scss */

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 121, resources/assets/styles/components/_woocommerce.scss */

.woocommerce-MyAccount-navigation ul li {
  display: block;
  text-align: left;
}

/* line 125, resources/assets/styles/components/_woocommerce.scss */

.woocommerce-MyAccount-navigation ul li a {
  display: block;
  background-color: #f9f9f9;
  padding: 10px 10px 10px 30px;
  border-left: 7px solid #1c4220;
}

/* line 133, resources/assets/styles/components/_woocommerce.scss */

.woocommerce-MyAccount-navigation ul li.is-active a {
  background: #1c4220;
  color: #fff;
  border-left: 7px solid #1c4220;
}

/* -------- woocommerce-MyAccount-page ------- */

/* line 145, resources/assets/styles/components/_woocommerce.scss */

.woocommerce-MyAccount-content {
  display: block;
}

/* PRODUCT PAGE */

/* line 159, resources/assets/styles/components/_woocommerce.scss */

.product .summary.entry-summary {
  /*
    form.cart {
      height: 45px;

      .quantity {
        display: inline-block;
        width: 48%;
        height: 100%;

        &.hidden {
          display: none;
        }

        input {
          //width: 100%;
          //height: 100%;
          //font-size: 13px;
          //border-radius: 4px;
          //border: 1px solid $biogreen;
        }
      }
    }
    */
  /* stylelint-disable */
  /* stylelint-enable */
}

/* line 195, resources/assets/styles/components/_woocommerce.scss */

.product .summary.entry-summary .ywgc-preview .ywgc-logo-shop {
  display: none;
}

/* line 201, resources/assets/styles/components/_woocommerce.scss */

.product .summary.entry-summary .gift-cards_form label {
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-size: 18px;
}

/* line 208, resources/assets/styles/components/_woocommerce.scss */

.product .summary.entry-summary .gift-cards_form select {
  width: 100%;
  height: 40px;
  font-size: 18px;
}

/* line 216, resources/assets/styles/components/_woocommerce.scss */

.product .summary.entry-summary .gift-card-content-editor input,
.product .summary.entry-summary .gift-card-content-editor textarea {
  border: 1px solid #e0e0e0;
}

/* line 227, resources/assets/styles/components/_woocommerce.scss */

.product .summary.entry-summary .gift-card-content-editor .ywgc-single-recipient .ywgc-recipient-name,
.product .summary.entry-summary .gift-card-content-editor .ywgc-single-recipient .ywgc-recipient-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

/* line 233, resources/assets/styles/components/_woocommerce.scss */

.product .summary.entry-summary .gift-card-content-editor .ywgc-single-recipient .ywgc-recipient-name label,
.product .summary.entry-summary .gift-card-content-editor .ywgc-single-recipient .ywgc-recipient-email label {
  text-align: left;
}

/* line 237, resources/assets/styles/components/_woocommerce.scss */

.product .summary.entry-summary .gift-card-content-editor .ywgc-single-recipient .ywgc-recipient-name input,
.product .summary.entry-summary .gift-card-content-editor .ywgc-single-recipient .ywgc-recipient-email input {
  padding: 10px;
  font-size: 18px;
  float: left;
}

/* line 245, resources/assets/styles/components/_woocommerce.scss */

.product .summary.entry-summary .gift-card-content-editor .ywgc-sender-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

/* line 250, resources/assets/styles/components/_woocommerce.scss */

.product .summary.entry-summary .gift-card-content-editor .ywgc-sender-name label {
  text-align: left;
}

/* line 254, resources/assets/styles/components/_woocommerce.scss */

.product .summary.entry-summary .gift-card-content-editor .ywgc-sender-name input {
  padding: 10px;
  font-size: 18px;
  float: left;
}

/* line 261, resources/assets/styles/components/_woocommerce.scss */

.product .summary.entry-summary .gift-card-content-editor .ywgc-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

/* line 266, resources/assets/styles/components/_woocommerce.scss */

.product .summary.entry-summary .gift-card-content-editor .ywgc-message label {
  text-align: left;
}

/* line 270, resources/assets/styles/components/_woocommerce.scss */

.product .summary.entry-summary .gift-card-content-editor .ywgc-message textarea {
  font-size: 15px;
  padding: 5px;
}

/* line 285, resources/assets/styles/components/_woocommerce.scss */

.product .related.products {
  display: block;
  text-align: center;
}

/* line 293, resources/assets/styles/components/_woocommerce.scss */

.product .related.products h2.woocommerce-loop-product__title {
  line-height: calc( 1.2em * 1);
  text-transform: none;
  font-family: "Apercu Pro", sans-serif;
  letter-spacing: 0px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  /* line 293, resources/assets/styles/components/_woocommerce.scss */

  .product .related.products h2.woocommerce-loop-product__title {
    font-size: calc( 0.6 * 2em);
  }
}

@media screen and (min-width: 769px) {
  /* line 293, resources/assets/styles/components/_woocommerce.scss */

  .product .related.products h2.woocommerce-loop-product__title {
    font-size: calc( 0.6 * 2.16em);
  }
}

@media screen and (min-width: 1088px) {
  /* line 293, resources/assets/styles/components/_woocommerce.scss */

  .product .related.products h2.woocommerce-loop-product__title {
    font-size: calc( 0.6 * 2.52em);
  }
}

@media screen and (min-width: 1280px) {
  /* line 293, resources/assets/styles/components/_woocommerce.scss */

  .product .related.products h2.woocommerce-loop-product__title {
    font-size: calc( 0.6 * 2.61em);
  }
}

/* line 297, resources/assets/styles/components/_woocommerce.scss */

.product .related.products .woocommerce-Price-amount.amount bdi {
  color: #292929;
  font-weight: 600;
}

/* line 307, resources/assets/styles/components/_woocommerce.scss */

.product .wc-tabs-wrapper {
  /* ul.wc-tabs {
      justify-content: flex-start;

      &::before {
        border-bottom: 5px solid #57ab27 !important;
      }

      li {
        background-color: transparent;
        border: none !important;

        a {
          border: none !important;
          font-size: 80%;
          padding: 15px 20px !important;
        }

        &::before {
          display: none;
        }

        &::after {
          display: none;
        }

        &.active {
          background: $biogreen !important;
          border: none !important;

          a {
            color: #fff !important;
          }
        }
      }
    }

    /*
    .ingredients {
      .wrapper {
        .row {
          padding: 10px;

          &:nth-child(even) {
            background-color: #eaeaea;
          }

          span.infotitle,
          span.infotitle {
            display: inline-block;
            width: 48%;
          }
        }
      }
    }
    */
}

/* line 374, resources/assets/styles/components/_woocommerce.scss */

.product_cat-varainhankinta .price > del > .woocommerce-Price-amount,
.product_cat-varainhankinta .price > del > .priceWeightRatio {
  display: none;
}

/* line 380, resources/assets/styles/components/_woocommerce.scss */

.product-lift-block.varainh {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
}

@media screen and (max-width: 768px) {
  /* line 380, resources/assets/styles/components/_woocommerce.scss */

  .product-lift-block.varainh {
    font-size: calc( calc( 1 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 380, resources/assets/styles/components/_woocommerce.scss */

  .product-lift-block.varainh {
    font-size: calc( calc( 1 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 380, resources/assets/styles/components/_woocommerce.scss */

  .product-lift-block.varainh {
    font-size: calc( calc( 1 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 380, resources/assets/styles/components/_woocommerce.scss */

  .product-lift-block.varainh {
    font-size: calc( calc( 1 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.product-lift-block.varainh a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 383, resources/assets/styles/components/_woocommerce.scss */

.product-lift-block.varainh button {
  padding: 20px 20px !important;
  line-height: 0.5;
  border: 0 !important;
}

/* line 389, resources/assets/styles/components/_woocommerce.scss */

.product-lift-block.varainh button:hover {
  background-color: #152a16 !important;
  color: #fff !important;
  border: 0 !important;
  padding: 20px 20px !important;
}

/* line 396, resources/assets/styles/components/_woocommerce.scss */

.product-lift-block.varainh li.product-varainh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

/* line 400, resources/assets/styles/components/_woocommerce.scss */

.product-lift-block.varainh li.product-varainh .woocommerce-loop-product__title {
  min-height: 60px;
}

/* line 408, resources/assets/styles/components/_woocommerce.scss */

.product-lift-block.varainh li.product-varainh .hinta-area {
  margin-bottom: 1em;
}

/* line 413, resources/assets/styles/components/_woocommerce.scss */

.product-lift-block.varainh .login-first {
  text-align: center;
}

/* line 416, resources/assets/styles/components/_woocommerce.scss */

.product-lift-block.varainh .login-first input[type="submit"] {
  margin-left: auto;
  margin-right: auto;
}

/* PRODUCT TILE */

/* line 427, resources/assets/styles/components/_woocommerce.scss */

.product-lift-block ul.products,
.woocommerce ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 432, resources/assets/styles/components/_woocommerce.scss */

.product-lift-block ul.products li.product,
.woocommerce ul.products li.product {
  padding: 25px;
  position: relative;
  float: none;
  text-align: center;
  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;
  width: 100%;
  max-width: calc(25% - 50px);
}

@media screen and (max-width: 768px) {
  /* line 432, resources/assets/styles/components/_woocommerce.scss */

  .product-lift-block ul.products li.product,
  .woocommerce ul.products li.product {
    padding: 10px;
    max-width: calc(50% - 10px) !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 432, resources/assets/styles/components/_woocommerce.scss */

  .product-lift-block ul.products li.product,
  .woocommerce ul.products li.product {
    padding: 10px;
    max-width: calc(23% - 20px) !important;
  }
}

@media screen and (min-width: 1088px) {
  /* line 432, resources/assets/styles/components/_woocommerce.scss */

  .product-lift-block ul.products li.product,
  .woocommerce ul.products li.product {
    padding: 10px;
    max-width: calc(23% - 20px) !important;
  }
}

/* line 457, resources/assets/styles/components/_woocommerce.scss */

.product-lift-block ul.products li.product a.add_to_cart_button,
.woocommerce ul.products li.product a.add_to_cart_button {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  padding: 1.5em 0.5em;
  margin: 5px !important;
  -webkit-box-flex: 30%;
      -ms-flex: 30%;
          flex: 30%;
}

@media screen and (max-width: 768px) {
  /* line 457, resources/assets/styles/components/_woocommerce.scss */

  .product-lift-block ul.products li.product a.add_to_cart_button,
  .woocommerce ul.products li.product a.add_to_cart_button {
    font-size: calc( calc( 0.7 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 457, resources/assets/styles/components/_woocommerce.scss */

  .product-lift-block ul.products li.product a.add_to_cart_button,
  .woocommerce ul.products li.product a.add_to_cart_button {
    font-size: calc( calc( 0.7 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 457, resources/assets/styles/components/_woocommerce.scss */

  .product-lift-block ul.products li.product a.add_to_cart_button,
  .woocommerce ul.products li.product a.add_to_cart_button {
    font-size: calc( calc( 0.7 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 457, resources/assets/styles/components/_woocommerce.scss */

  .product-lift-block ul.products li.product a.add_to_cart_button,
  .woocommerce ul.products li.product a.add_to_cart_button {
    font-size: calc( calc( 0.7 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.product-lift-block ul.products li.product a.add_to_cart_button a,
.woocommerce ul.products li.product a.add_to_cart_button a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 468, resources/assets/styles/components/_woocommerce.scss */

.product-lift-block ul.products li.product a.added_to_cart,
.woocommerce ul.products li.product a.added_to_cart {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  padding: 1.5em 0.5em;
  margin: 5px !important;
  -webkit-box-flex: 30%;
      -ms-flex: 30%;
          flex: 30%;
}

@media screen and (max-width: 768px) {
  /* line 468, resources/assets/styles/components/_woocommerce.scss */

  .product-lift-block ul.products li.product a.added_to_cart,
  .woocommerce ul.products li.product a.added_to_cart {
    font-size: calc( calc( 0.7 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 468, resources/assets/styles/components/_woocommerce.scss */

  .product-lift-block ul.products li.product a.added_to_cart,
  .woocommerce ul.products li.product a.added_to_cart {
    font-size: calc( calc( 0.7 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 468, resources/assets/styles/components/_woocommerce.scss */

  .product-lift-block ul.products li.product a.added_to_cart,
  .woocommerce ul.products li.product a.added_to_cart {
    font-size: calc( calc( 0.7 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 468, resources/assets/styles/components/_woocommerce.scss */

  .product-lift-block ul.products li.product a.added_to_cart,
  .woocommerce ul.products li.product a.added_to_cart {
    font-size: calc( calc( 0.7 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.product-lift-block ul.products li.product a.added_to_cart a,
.woocommerce ul.products li.product a.added_to_cart a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 479, resources/assets/styles/components/_woocommerce.scss */

.product-lift-block ul.products li.product a.more-info,
.woocommerce ul.products li.product a.more-info {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  padding: 1.5em 0.5em;
  margin: 5px !important;
  line-height: 1.5 !important;
  -webkit-box-flex: 30%;
      -ms-flex: 30%;
          flex: 30%;
}

@media screen and (max-width: 768px) {
  /* line 479, resources/assets/styles/components/_woocommerce.scss */

  .product-lift-block ul.products li.product a.more-info,
  .woocommerce ul.products li.product a.more-info {
    font-size: calc( calc( 0.7 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 479, resources/assets/styles/components/_woocommerce.scss */

  .product-lift-block ul.products li.product a.more-info,
  .woocommerce ul.products li.product a.more-info {
    font-size: calc( calc( 0.7 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 479, resources/assets/styles/components/_woocommerce.scss */

  .product-lift-block ul.products li.product a.more-info,
  .woocommerce ul.products li.product a.more-info {
    font-size: calc( calc( 0.7 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 479, resources/assets/styles/components/_woocommerce.scss */

  .product-lift-block ul.products li.product a.more-info,
  .woocommerce ul.products li.product a.more-info {
    font-size: calc( calc( 0.7 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.product-lift-block ul.products li.product a.more-info a,
.woocommerce ul.products li.product a.more-info a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 490, resources/assets/styles/components/_woocommerce.scss */

.product-lift-block ul.products li.product .attachment-woocommerce_thumbnail,
.woocommerce ul.products li.product .attachment-woocommerce_thumbnail {
  margin: 0;
}

/* line 498, resources/assets/styles/components/_woocommerce.scss */

.product-lift-block ul.products li.product h2.woocommerce-loop-product__title,
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
  line-height: calc( 1.2em * 1);
  text-transform: none;
  font-family: "Apercu Pro", sans-serif;
  letter-spacing: 0px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  /* line 498, resources/assets/styles/components/_woocommerce.scss */

  .product-lift-block ul.products li.product h2.woocommerce-loop-product__title,
  .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    font-size: calc( 0.42 * 2em);
  }
}

@media screen and (min-width: 769px) {
  /* line 498, resources/assets/styles/components/_woocommerce.scss */

  .product-lift-block ul.products li.product h2.woocommerce-loop-product__title,
  .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    font-size: calc( 0.42 * 2.16em);
  }
}

@media screen and (min-width: 1088px) {
  /* line 498, resources/assets/styles/components/_woocommerce.scss */

  .product-lift-block ul.products li.product h2.woocommerce-loop-product__title,
  .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    font-size: calc( 0.42 * 2.52em);
  }
}

@media screen and (min-width: 1280px) {
  /* line 498, resources/assets/styles/components/_woocommerce.scss */

  .product-lift-block ul.products li.product h2.woocommerce-loop-product__title,
  .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    font-size: calc( 0.42 * 2.61em);
  }
}

/* line 502, resources/assets/styles/components/_woocommerce.scss */

.product-lift-block ul.products li.product .woocommerce-Price-amount.amount bdi,
.woocommerce ul.products li.product .woocommerce-Price-amount.amount bdi {
  color: #292929;
  font-weight: 600;
}

/* line 507, resources/assets/styles/components/_woocommerce.scss */

.product-lift-block ul.products li.product .priceWeightRatio,
.woocommerce ul.products li.product .priceWeightRatio {
  color: #292929;
}

/* line 512, resources/assets/styles/components/_woocommerce.scss */

.product-lift-block ul.products li.product:nth-child(4n),
.woocommerce ul.products li.product:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  /* line 517, resources/assets/styles/components/_woocommerce.scss */

  .product-lift-block ul.products li.product:nth-child(2n),
  .woocommerce ul.products li.product:nth-child(2n) {
    margin-left: 10px;
  }
}

/* line 524, resources/assets/styles/components/_woocommerce.scss */

.product .product-lift-block {
  float: left;
}

/* CART PAGE */

/* line 533, resources/assets/styles/components/_woocommerce.scss */

.woocommerce-cart-form table,
.cart_totals table,
.woocommerce-checkout-review-order table {
  background-color: #fbfbfb;
}

/* line 537, resources/assets/styles/components/_woocommerce.scss */

.woocommerce-cart-form table thead th,
.cart_totals table thead th,
.woocommerce-checkout-review-order table thead th {
  border-bottom: 1px solid #dedede;
}

/* line 544, resources/assets/styles/components/_woocommerce.scss */

.woocommerce-cart-form table tbody tr td,
.cart_totals table tbody tr td,
.woocommerce-checkout-review-order table tbody tr td {
  border-top: none !important;
  border-bottom: 1px solid #dedede;
}

/* ORDER RECEIVED */

/* line 555, resources/assets/styles/components/_woocommerce.scss */

.woocommerce-thankyou-order-received {
  font-size: 150%;
  text-align: center;
  padding: 40px 0;
}

/* line 561, resources/assets/styles/components/_woocommerce.scss */

.woocommerce-thankyou-order-details.order_details {
  padding: 30px 40px;
}

/* line 1, resources/assets/styles/components/_wc.scss */

.woocommerce-info::before {
  color: #1c4220;
}

/* line 6, resources/assets/styles/components/_wc.scss */

.ywgc_enter_code .form-row {
  width: auto;
}

/* line 9, resources/assets/styles/components/_wc.scss */

.ywgc_enter_code .form-row button.button.ywgc_apply_gift_card_button {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  height: 30px;
}

@media screen and (max-width: 768px) {
  /* line 9, resources/assets/styles/components/_wc.scss */

  .ywgc_enter_code .form-row button.button.ywgc_apply_gift_card_button {
    font-size: calc( calc( 0.7 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 9, resources/assets/styles/components/_wc.scss */

  .ywgc_enter_code .form-row button.button.ywgc_apply_gift_card_button {
    font-size: calc( calc( 0.7 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 9, resources/assets/styles/components/_wc.scss */

  .ywgc_enter_code .form-row button.button.ywgc_apply_gift_card_button {
    font-size: calc( calc( 0.7 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 9, resources/assets/styles/components/_wc.scss */

  .ywgc_enter_code .form-row button.button.ywgc_apply_gift_card_button {
    font-size: calc( calc( 0.7 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.ywgc_enter_code .form-row button.button.ywgc_apply_gift_card_button a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 18, resources/assets/styles/components/_wc.scss */

.ywgc_enter_code input#giftcard_code {
  border-radius: 0;
  border: 1px solid #1c4220;
  height: 30px;
}

/* line 24, resources/assets/styles/components/_wc.scss */

.ywgc_enter_code ::-webkit-input-placeholder {
  padding-left: 1em;
}

.ywgc_enter_code ::-ms-input-placeholder {
  padding-left: 1em;
}

.ywgc_enter_code ::placeholder {
  padding-left: 1em;
}

/* line 29, resources/assets/styles/components/_wc.scss */

.woocommerce-message,
.woocommerce-Message,
.woocommerce-info {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  border-top: 1px solid #1c4220;
  color: #292929;
}

@media screen and (max-width: 768px) {
  /* line 29, resources/assets/styles/components/_wc.scss */

  .woocommerce-message,
  .woocommerce-Message,
  .woocommerce-info {
    font-size: calc( calc( 0.9 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 29, resources/assets/styles/components/_wc.scss */

  .woocommerce-message,
  .woocommerce-Message,
  .woocommerce-info {
    font-size: calc( calc( 0.9 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 29, resources/assets/styles/components/_wc.scss */

  .woocommerce-message,
  .woocommerce-Message,
  .woocommerce-info {
    font-size: calc( calc( 0.9 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 29, resources/assets/styles/components/_wc.scss */

  .woocommerce-message,
  .woocommerce-Message,
  .woocommerce-info {
    font-size: calc( calc( 0.9 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.woocommerce-message a,
.woocommerce-Message a,
.woocommerce-info a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 38, resources/assets/styles/components/_wc.scss */

.woocommerce-message::before {
  color: #1c4220;
}

@media screen and (min-width: 769px) {
  /* line 42, resources/assets/styles/components/_wc.scss */

  .post-content .woocommerce {
    margin: auto;
    max-width: 1200px;
    width: calc( 100% * 0.8);
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {
  /* line 42, resources/assets/styles/components/_wc.scss */

  .post-content .woocommerce {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1088px) {
  /* line 42, resources/assets/styles/components/_wc.scss */

  .post-content .woocommerce {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* line 48, resources/assets/styles/components/_wc.scss */

.post-content .woocommerce ::-webkit-input-placeholder {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
}

.post-content .woocommerce ::-ms-input-placeholder {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
}

.post-content .woocommerce ::placeholder {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
}

@media screen and (max-width: 768px) {
  /* line 48, resources/assets/styles/components/_wc.scss */

  .post-content .woocommerce ::-webkit-input-placeholder {
    font-size: calc( calc( 1 * 16px) * 0.9);
  }

  .post-content .woocommerce ::-ms-input-placeholder {
    font-size: calc( calc( 1 * 16px) * 0.9);
  }

  .post-content .woocommerce ::placeholder {
    font-size: calc( calc( 1 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 48, resources/assets/styles/components/_wc.scss */

  .post-content .woocommerce ::-webkit-input-placeholder {
    font-size: calc( calc( 1 * 16px) * 0.8);
  }

  .post-content .woocommerce ::-ms-input-placeholder {
    font-size: calc( calc( 1 * 16px) * 0.8);
  }

  .post-content .woocommerce ::placeholder {
    font-size: calc( calc( 1 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 48, resources/assets/styles/components/_wc.scss */

  .post-content .woocommerce ::-webkit-input-placeholder {
    font-size: calc( calc( 1 * 16px) * 1);
  }

  .post-content .woocommerce ::-ms-input-placeholder {
    font-size: calc( calc( 1 * 16px) * 1);
  }

  .post-content .woocommerce ::placeholder {
    font-size: calc( calc( 1 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 48, resources/assets/styles/components/_wc.scss */

  .post-content .woocommerce ::-webkit-input-placeholder {
    font-size: calc( calc( 1 * 16px) * 1);
  }

  .post-content .woocommerce ::-ms-input-placeholder {
    font-size: calc( calc( 1 * 16px) * 1);
  }

  .post-content .woocommerce ::placeholder {
    font-size: calc( calc( 1 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.post-content .woocommerce ::-webkit-input-placeholder a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

.post-content .woocommerce ::-ms-input-placeholder a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

.post-content .woocommerce ::placeholder a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 52, resources/assets/styles/components/_wc.scss */

.post-content .woocommerce input,
.post-content .woocommerce textarea {
  border-radius: 0;
  border: 1px solid #1c4220;
  height: 30px;
}

/* line 59, resources/assets/styles/components/_wc.scss */

.post-content .woocommerce input.shipping_method {
  height: auto;
}

/* line 64, resources/assets/styles/components/_wc.scss */

.post-content .woocommerce .cross-sells h2.woocommerce-loop-product__title {
  line-height: calc( 1.2em * 1);
  text-transform: none;
  font-family: "Apercu Pro", sans-serif;
  letter-spacing: 0px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  /* line 64, resources/assets/styles/components/_wc.scss */

  .post-content .woocommerce .cross-sells h2.woocommerce-loop-product__title {
    font-size: calc( 0.6 * 2em);
  }
}

@media screen and (min-width: 769px) {
  /* line 64, resources/assets/styles/components/_wc.scss */

  .post-content .woocommerce .cross-sells h2.woocommerce-loop-product__title {
    font-size: calc( 0.6 * 2.16em);
  }
}

@media screen and (min-width: 1088px) {
  /* line 64, resources/assets/styles/components/_wc.scss */

  .post-content .woocommerce .cross-sells h2.woocommerce-loop-product__title {
    font-size: calc( 0.6 * 2.52em);
  }
}

@media screen and (min-width: 1280px) {
  /* line 64, resources/assets/styles/components/_wc.scss */

  .post-content .woocommerce .cross-sells h2.woocommerce-loop-product__title {
    font-size: calc( 0.6 * 2.61em);
  }
}

/* line 68, resources/assets/styles/components/_wc.scss */

.post-content .woocommerce .cross-sells .woocommerce-Price-amount.amount bdi {
  color: #292929;
  font-weight: 600;
}

/* line 74, resources/assets/styles/components/_wc.scss */

.post-content .woocommerce ul.woocommerce-error {
  border-top: 1px solid #a54570;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 79, resources/assets/styles/components/_wc.scss */

.post-content .woocommerce ul.woocommerce-error li {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
}

@media screen and (max-width: 768px) {
  /* line 79, resources/assets/styles/components/_wc.scss */

  .post-content .woocommerce ul.woocommerce-error li {
    font-size: calc( calc( 0.9 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 79, resources/assets/styles/components/_wc.scss */

  .post-content .woocommerce ul.woocommerce-error li {
    font-size: calc( calc( 0.9 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 79, resources/assets/styles/components/_wc.scss */

  .post-content .woocommerce ul.woocommerce-error li {
    font-size: calc( calc( 0.9 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 79, resources/assets/styles/components/_wc.scss */

  .post-content .woocommerce ul.woocommerce-error li {
    font-size: calc( calc( 0.9 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.post-content .woocommerce ul.woocommerce-error li a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 84, resources/assets/styles/components/_wc.scss */

.post-content .woocommerce ul.woocommerce-error::before {
  color: #a54570;
}

/** Ostoskori */

/* stylelint-disable */

/* line 93, resources/assets/styles/components/_wc.scss */

.page-template-default.woocommerce-cart.woocommerce-page .cross-sells li.product {
  padding: 0;
  max-width: calc(46%) !important;
}

/* line 100, resources/assets/styles/components/_wc.scss */

.page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form input.input-text#coupon_code {
  width: 120px;
}

/* line 103, resources/assets/styles/components/_wc.scss */

.page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form input.input-text#coupon_code::-webkit-input-placeholder {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
}

.page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form input.input-text#coupon_code::-ms-input-placeholder {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
}

.page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form input.input-text#coupon_code::placeholder {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
}

@media screen and (max-width: 768px) {
  /* line 103, resources/assets/styles/components/_wc.scss */

  .page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form input.input-text#coupon_code::-webkit-input-placeholder {
    font-size: calc( calc( 0.9 * 16px) * 0.9);
  }

  .page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form input.input-text#coupon_code::-ms-input-placeholder {
    font-size: calc( calc( 0.9 * 16px) * 0.9);
  }

  .page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form input.input-text#coupon_code::placeholder {
    font-size: calc( calc( 0.9 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 103, resources/assets/styles/components/_wc.scss */

  .page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form input.input-text#coupon_code::-webkit-input-placeholder {
    font-size: calc( calc( 0.9 * 16px) * 0.8);
  }

  .page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form input.input-text#coupon_code::-ms-input-placeholder {
    font-size: calc( calc( 0.9 * 16px) * 0.8);
  }

  .page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form input.input-text#coupon_code::placeholder {
    font-size: calc( calc( 0.9 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 103, resources/assets/styles/components/_wc.scss */

  .page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form input.input-text#coupon_code::-webkit-input-placeholder {
    font-size: calc( calc( 0.9 * 16px) * 1);
  }

  .page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form input.input-text#coupon_code::-ms-input-placeholder {
    font-size: calc( calc( 0.9 * 16px) * 1);
  }

  .page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form input.input-text#coupon_code::placeholder {
    font-size: calc( calc( 0.9 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 103, resources/assets/styles/components/_wc.scss */

  .page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form input.input-text#coupon_code::-webkit-input-placeholder {
    font-size: calc( calc( 0.9 * 16px) * 1);
  }

  .page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form input.input-text#coupon_code::-ms-input-placeholder {
    font-size: calc( calc( 0.9 * 16px) * 1);
  }

  .page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form input.input-text#coupon_code::placeholder {
    font-size: calc( calc( 0.9 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form input.input-text#coupon_code::-webkit-input-placeholder a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

.page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form input.input-text#coupon_code::-ms-input-placeholder a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

.page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form input.input-text#coupon_code::placeholder a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 108, resources/assets/styles/components/_wc.scss */

.page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form td.actions button {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.6em 0.6em;
  margin: 0 1em;
  float: right;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  /* line 108, resources/assets/styles/components/_wc.scss */

  .page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form td.actions button {
    font-size: calc( calc( 0.7 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 108, resources/assets/styles/components/_wc.scss */

  .page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form td.actions button {
    font-size: calc( calc( 0.7 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 108, resources/assets/styles/components/_wc.scss */

  .page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form td.actions button {
    font-size: calc( calc( 0.7 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 108, resources/assets/styles/components/_wc.scss */

  .page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form td.actions button {
    font-size: calc( calc( 0.7 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form td.actions button a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  /* line 108, resources/assets/styles/components/_wc.scss */

  .page-template-default.woocommerce-cart.woocommerce-page .woocommerce-cart-form td.actions button {
    margin: 0;
    float: none;
  }
}

/* line 127, resources/assets/styles/components/_wc.scss */

.page-template-default.woocommerce-cart.woocommerce-page .cart-collaterals {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 769px) {
  /* line 127, resources/assets/styles/components/_wc.scss */

  .page-template-default.woocommerce-cart.woocommerce-page .cart-collaterals {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 1088px) {
  /* line 127, resources/assets/styles/components/_wc.scss */

  .page-template-default.woocommerce-cart.woocommerce-page .cart-collaterals {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/** Toimitus/maksu */

/* line 135, resources/assets/styles/components/_wc.scss */

.woocommerce-checkout-review-order input#wb_matkahuoltonoutopiste {
  border-radius: 0;
  border: 1px solid #1c4220;
  height: 30px;
}

/* line 141, resources/assets/styles/components/_wc.scss */

.woocommerce-checkout-review-order select {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  border-radius: 0;
  border: 1px solid #1c4220;
  height: 30px;
  color: #292929;
}

@media screen and (max-width: 768px) {
  /* line 141, resources/assets/styles/components/_wc.scss */

  .woocommerce-checkout-review-order select {
    font-size: calc( calc( 1 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 141, resources/assets/styles/components/_wc.scss */

  .woocommerce-checkout-review-order select {
    font-size: calc( calc( 1 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 141, resources/assets/styles/components/_wc.scss */

  .woocommerce-checkout-review-order select {
    font-size: calc( calc( 1 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 141, resources/assets/styles/components/_wc.scss */

  .woocommerce-checkout-review-order select {
    font-size: calc( calc( 1 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.woocommerce-checkout-review-order select a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/** KASSA */

/* line 156, resources/assets/styles/components/_wc.scss */

.woocommerce-checkout form.woocommerce-form-coupon .form-row button.button {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
}

@media screen and (max-width: 768px) {
  /* line 156, resources/assets/styles/components/_wc.scss */

  .woocommerce-checkout form.woocommerce-form-coupon .form-row button.button {
    font-size: calc( calc( 0.7 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 156, resources/assets/styles/components/_wc.scss */

  .woocommerce-checkout form.woocommerce-form-coupon .form-row button.button {
    font-size: calc( calc( 0.7 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 156, resources/assets/styles/components/_wc.scss */

  .woocommerce-checkout form.woocommerce-form-coupon .form-row button.button {
    font-size: calc( calc( 0.7 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 156, resources/assets/styles/components/_wc.scss */

  .woocommerce-checkout form.woocommerce-form-coupon .form-row button.button {
    font-size: calc( calc( 0.7 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.woocommerce-checkout form.woocommerce-form-coupon .form-row button.button a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 166, resources/assets/styles/components/_wc.scss */

.woocommerce-checkout .woocommerce-billing-fields input.input-text::-webkit-input-placeholder,
.woocommerce-checkout .woocommerce-shipping-fields input.input-text::-webkit-input-placeholder {
  padding-left: 0.25em;
}

.woocommerce-checkout .woocommerce-billing-fields input.input-text::-ms-input-placeholder,
.woocommerce-checkout .woocommerce-shipping-fields input.input-text::-ms-input-placeholder {
  padding-left: 0.25em;
}

.woocommerce-checkout .woocommerce-billing-fields input.input-text::placeholder,
.woocommerce-checkout .woocommerce-shipping-fields input.input-text::placeholder {
  padding-left: 0.25em;
}

/* line 171, resources/assets/styles/components/_wc.scss */

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-input-wrapper textarea.input-text,
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-input-wrapper select,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-input-wrapper textarea.input-text,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-input-wrapper select {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  border-radius: 0;
  border: 1px solid #1c4220;
  height: 30px;
  color: #292929;
}

@media screen and (max-width: 768px) {
  /* line 171, resources/assets/styles/components/_wc.scss */

  .woocommerce-checkout .woocommerce-billing-fields .woocommerce-input-wrapper textarea.input-text,
  .woocommerce-checkout .woocommerce-billing-fields .woocommerce-input-wrapper select,
  .woocommerce-checkout .woocommerce-shipping-fields .woocommerce-input-wrapper textarea.input-text,
  .woocommerce-checkout .woocommerce-shipping-fields .woocommerce-input-wrapper select {
    font-size: calc( calc( 1 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 171, resources/assets/styles/components/_wc.scss */

  .woocommerce-checkout .woocommerce-billing-fields .woocommerce-input-wrapper textarea.input-text,
  .woocommerce-checkout .woocommerce-billing-fields .woocommerce-input-wrapper select,
  .woocommerce-checkout .woocommerce-shipping-fields .woocommerce-input-wrapper textarea.input-text,
  .woocommerce-checkout .woocommerce-shipping-fields .woocommerce-input-wrapper select {
    font-size: calc( calc( 1 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 171, resources/assets/styles/components/_wc.scss */

  .woocommerce-checkout .woocommerce-billing-fields .woocommerce-input-wrapper textarea.input-text,
  .woocommerce-checkout .woocommerce-billing-fields .woocommerce-input-wrapper select,
  .woocommerce-checkout .woocommerce-shipping-fields .woocommerce-input-wrapper textarea.input-text,
  .woocommerce-checkout .woocommerce-shipping-fields .woocommerce-input-wrapper select {
    font-size: calc( calc( 1 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 171, resources/assets/styles/components/_wc.scss */

  .woocommerce-checkout .woocommerce-billing-fields .woocommerce-input-wrapper textarea.input-text,
  .woocommerce-checkout .woocommerce-billing-fields .woocommerce-input-wrapper select,
  .woocommerce-checkout .woocommerce-shipping-fields .woocommerce-input-wrapper textarea.input-text,
  .woocommerce-checkout .woocommerce-shipping-fields .woocommerce-input-wrapper select {
    font-size: calc( calc( 1 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-input-wrapper textarea.input-text a,
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-input-wrapper select a,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-input-wrapper textarea.input-text a,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-input-wrapper select a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 184, resources/assets/styles/components/_wc.scss */

.woocommerce-checkout .woocommerce-account-fields .create-account {
  border: 1px solid #1c4220;
}

/* line 189, resources/assets/styles/components/_wc.scss */

.woocommerce-checkout input#ship-to-different-address-checkbox {
  height: auto;
}

/* line 193, resources/assets/styles/components/_wc.scss */

.woocommerce-checkout h3#ship-to-different-address-checkbox,
.woocommerce-checkout .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi#ship-to-different-address-checkbox.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .woocommerce-checkout bdi#ship-to-different-address-checkbox.varainh,
.woocommerce-checkout .tt-block-banner-normal .banner-inner-container h2#ship-to-different-address-checkbox,
.tt-block-banner-normal .banner-inner-container .woocommerce-checkout h2#ship-to-different-address-checkbox {
  padding-bottom: 0.5em;
}

/* line 197, resources/assets/styles/components/_wc.scss */

.woocommerce-checkout textarea#order_comments::-webkit-input-placeholder {
  padding: 0.25em;
}

.woocommerce-checkout textarea#order_comments::-ms-input-placeholder {
  padding: 0.25em;
}

.woocommerce-checkout textarea#order_comments::placeholder {
  padding: 0.25em;
}

/* line 201, resources/assets/styles/components/_wc.scss */

.woocommerce-checkout ul#shipping_method li input {
  height: auto;
  vertical-align: middle;
}

/* line 207, resources/assets/styles/components/_wc.scss */

.woocommerce-checkout #wb-smartship-wrap button#wb_smartshipnoutopiste_btn {
  padding: 7px 15px;
}

/* line 212, resources/assets/styles/components/_wc.scss */

.woocommerce-checkout #wb-smartship-wrap #wb-smartship-return select#wb_smartship_select {
  color: #292929;
}

/** Oma account */

/* line 221, resources/assets/styles/components/_wc.scss */

.woocommerce-MyAccount-navigation ul li a {
  border-left: 7px solid #1c4220;
  text-decoration: none !important;
}

/* line 226, resources/assets/styles/components/_wc.scss */

.woocommerce-MyAccount-navigation ul li.is-active a {
  border-left: 7px solid #1c4220;
  background: #e57202;
}

/* line 231, resources/assets/styles/components/_wc.scss */

.woocommerce-MyAccount-content {
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
}

@media screen and (min-width: 769px) {
  /* line 231, resources/assets/styles/components/_wc.scss */

  .woocommerce-MyAccount-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 1088px) {
  /* line 231, resources/assets/styles/components/_wc.scss */

  .woocommerce-MyAccount-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  /* line 231, resources/assets/styles/components/_wc.scss */

  .woocommerce-MyAccount-content {
    font-size: calc( calc( 1 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 231, resources/assets/styles/components/_wc.scss */

  .woocommerce-MyAccount-content {
    font-size: calc( calc( 1 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 231, resources/assets/styles/components/_wc.scss */

  .woocommerce-MyAccount-content {
    font-size: calc( calc( 1 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 231, resources/assets/styles/components/_wc.scss */

  .woocommerce-MyAccount-content {
    font-size: calc( calc( 1 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.woocommerce-MyAccount-content a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 237, resources/assets/styles/components/_wc.scss */

.form-link-gift-card-to-user fieldset {
  padding: 2em;
  width: 100%;
}

/* line 244, resources/assets/styles/components/_wc.scss */

.ywgc_select_amount_title {
  display: none;
}

/* line 250, resources/assets/styles/components/_wc.scss */

.summary form.gift-cards_form button.ywgc-amount-buttons.selected_button,
.summary form.gift-cards_form button.ywgc-amount-buttons.selected_button:hover,
.summary form.gift-cards_form button.ywgc-amount-buttons.selected_button:active,
.summary form.gift-cards_form button.ywgc-amount-buttons.selected_button:focus {
  background-color: #fff !important;
  border: 1px solid #1c4220 !important;
  color: #1c4220 !important;
}

/* line 258, resources/assets/styles/components/_wc.scss */

.summary form.gift-cards_form button.ywgc-amount-buttons.selected_button span,
.summary form.gift-cards_form button.ywgc-amount-buttons.selected_button:hover span,
.summary form.gift-cards_form button.ywgc-amount-buttons.selected_button:active span,
.summary form.gift-cards_form button.ywgc-amount-buttons.selected_button:focus span {
  border: 0;
}

/* line 266, resources/assets/styles/components/_wc.scss */

.woocommerce-Addresses h3,
.woocommerce-Addresses .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .woocommerce-Addresses bdi.varainh,
.woocommerce-Addresses .tt-block-banner-normal .banner-inner-container h2,
.tt-block-banner-normal .banner-inner-container .woocommerce-Addresses h2,
.woocommerce-Addresses .tt-block-banner-normal .banner-inner-container h3,
.tt-block-banner-normal .banner-inner-container .woocommerce-Addresses h3 {
  font-size: 60% !important;
}

/* stylelint-enable */

/* line 2, resources/assets/styles/layouts/_product_page.scss */

.price ins {
  text-decoration: none;
}

/* line 7, resources/assets/styles/layouts/_product_page.scss */

.woocommerce-tabs ul.tabs li {
  margin: 0 !important;
}

/* line 13, resources/assets/styles/layouts/_product_page.scss */

.related.products h2,
.upsells.products h2 {
  text-align: center;
}

@media screen and (min-width: 769px) {
  /* line 19, resources/assets/styles/layouts/_product_page.scss */

  .product-template-default.single .woocommerce-notices-wrapper {
    margin: auto;
    max-width: 1200px;
    width: calc( 100% * 0.8);
  }
}

/* line 24, resources/assets/styles/layouts/_product_page.scss */

.product {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  margin: auto;
  max-width: 1200px;
  width: calc( 100% * 0.8);
}

@media screen and (max-width: 768px) {
  /* line 24, resources/assets/styles/layouts/_product_page.scss */

  .product {
    font-size: calc( calc( 1 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 24, resources/assets/styles/layouts/_product_page.scss */

  .product {
    font-size: calc( calc( 1 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 24, resources/assets/styles/layouts/_product_page.scss */

  .product {
    font-size: calc( calc( 1 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 24, resources/assets/styles/layouts/_product_page.scss */

  .product {
    font-size: calc( calc( 1 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.product a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  /* line 24, resources/assets/styles/layouts/_product_page.scss */

  .product {
    margin: auto;
    max-width: 1600px;
    width: calc( 100% * 0.95);
  }
}

/* line 33, resources/assets/styles/layouts/_product_page.scss */

.product h1.product_title {
  line-height: calc( 1.3em * 1);
  font-family: "SohneSchmal", sans-serif;
  font-weight: 300;
  letter-spacing: 1.4px;
  padding-bottom: 30px !important;
}

@media screen and (max-width: 768px) {
  /* line 33, resources/assets/styles/layouts/_product_page.scss */

  .product h1.product_title {
    font-size: calc( 1 * 2em);
  }
}

@media screen and (min-width: 769px) {
  /* line 33, resources/assets/styles/layouts/_product_page.scss */

  .product h1.product_title {
    font-size: calc( 1 * 2.5em);
  }
}

@media screen and (min-width: 1088px) {
  /* line 33, resources/assets/styles/layouts/_product_page.scss */

  .product h1.product_title {
    font-size: calc( 1 * 2.94em);
  }
}

@media screen and (min-width: 1280px) {
  /* line 33, resources/assets/styles/layouts/_product_page.scss */

  .product h1.product_title {
    font-size: calc( 1 * 3.045em);
  }
}

/* line 39, resources/assets/styles/layouts/_product_page.scss */

.product #breadcrumbs {
  margin-left: 0;
  margin-right: 0;
}

/* line 50, resources/assets/styles/layouts/_product_page.scss */

.product .woocommerce-product-gallery ol.flex-control-thumbs li {
  padding: 0.5em;
}

/* line 57, resources/assets/styles/layouts/_product_page.scss */

.product .wc-tabs-wrapper h2,
.product .wc-tabs-wrapper h3,
.product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh,
.product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2,
.tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2,
.product .wc-tabs-wrapper h4,
.product .wc-tabs-wrapper h3,
.product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh,
.product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2,
.tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2,
.product .wc-tabs-wrapper h5,
.product .wc-tabs-wrapper h6 {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 66, resources/assets/styles/layouts/_product_page.scss */

.product .wc-tabs-wrapper h3,
.product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh,
.product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2,
.tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2 {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

/* line 73, resources/assets/styles/layouts/_product_page.scss */

.product .wc-tabs-wrapper ul.tabs.wc-tabs {
  padding: 0 !important;
  float: left;
  display: inline;
  width: 100%;
  margin-left: 0;
}

/* line 80, resources/assets/styles/layouts/_product_page.scss */

.product .wc-tabs-wrapper ul.tabs.wc-tabs li {
  padding: 0 !important;
  float: left;
}

/* line 86, resources/assets/styles/layouts/_product_page.scss */

.product .wc-tabs-wrapper ul.tabs.wc-tabs li a {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  padding: 0.9em 2.5em !important;
  margin: 0 !important;
}

@media screen and (max-width: 768px) {
  /* line 86, resources/assets/styles/layouts/_product_page.scss */

  .product .wc-tabs-wrapper ul.tabs.wc-tabs li a {
    font-size: calc( calc( 0.8 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 86, resources/assets/styles/layouts/_product_page.scss */

  .product .wc-tabs-wrapper ul.tabs.wc-tabs li a {
    font-size: calc( calc( 0.8 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 86, resources/assets/styles/layouts/_product_page.scss */

  .product .wc-tabs-wrapper ul.tabs.wc-tabs li a {
    font-size: calc( calc( 0.8 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 86, resources/assets/styles/layouts/_product_page.scss */

  .product .wc-tabs-wrapper ul.tabs.wc-tabs li a {
    font-size: calc( calc( 0.8 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.product .wc-tabs-wrapper ul.tabs.wc-tabs li a a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 93, resources/assets/styles/layouts/_product_page.scss */

.product .wc-tabs-wrapper ul.tabs.wc-tabs li:hover {
  border-color: #1c4220 !important;
}

/* line 103, resources/assets/styles/layouts/_product_page.scss */

.product .wc-tabs-wrapper li:not(#tab-title-description) {
  margin-left: -1px !important;
}

/* line 107, resources/assets/styles/layouts/_product_page.scss */

.product .wc-tabs-wrapper ul.wc-tabs::before {
  border-bottom: 1px solid #1c4220 !important;
}

/* line 112, resources/assets/styles/layouts/_product_page.scss */

.product .woocommerce-tabs ul.tabs li.active::after,
.product .woocommerce-tabs ul.tabs li.active::before {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0 !important;
  width: 0;
  height: 0;
  content: "";
}

/* line 121, resources/assets/styles/layouts/_product_page.scss */

.product .woocommerce-tabs ul.tabs li::after,
.product .woocommerce-tabs ul.tabs li::before {
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  width: 0;
  height: 0;
  content: "";
}

/* line 131, resources/assets/styles/layouts/_product_page.scss */

.ingredients.columns {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  display: -webkit-box !important;
}

@media screen and (max-width: 768px) {
  /* line 131, resources/assets/styles/layouts/_product_page.scss */

  .ingredients.columns {
    font-size: calc( calc( 0.9 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 131, resources/assets/styles/layouts/_product_page.scss */

  .ingredients.columns {
    font-size: calc( calc( 0.9 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 131, resources/assets/styles/layouts/_product_page.scss */

  .ingredients.columns {
    font-size: calc( calc( 0.9 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 131, resources/assets/styles/layouts/_product_page.scss */

  .ingredients.columns {
    font-size: calc( calc( 0.9 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.ingredients.columns a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 136, resources/assets/styles/layouts/_product_page.scss */

.ingredients.columns .wrapper {
  margin-bottom: 2em;
}

/* line 139, resources/assets/styles/layouts/_product_page.scss */

.ingredients.columns .wrapper .row {
  padding: 10px;
}

/* line 142, resources/assets/styles/layouts/_product_page.scss */

.ingredients.columns .wrapper .row:nth-child(even) {
  background-color: #eaeaea;
}

/* line 146, resources/assets/styles/layouts/_product_page.scss */

.ingredients.columns .wrapper .row span.infotitle,
.ingredients.columns .wrapper .row span.infotitle {
  display: inline-block;
  width: 48%;
}

@media screen and (max-width: 1087px) {
  /* line 136, resources/assets/styles/layouts/_product_page.scss */

  .ingredients.columns .wrapper {
    display: inline-block;
    width: 100%;
  }
}

/* line 160, resources/assets/styles/layouts/_product_page.scss */

.in-stock {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  margin: 2em 0 !important;
}

@media screen and (max-width: 768px) {
  /* line 160, resources/assets/styles/layouts/_product_page.scss */

  .in-stock {
    font-size: calc( calc( 1 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 160, resources/assets/styles/layouts/_product_page.scss */

  .in-stock {
    font-size: calc( calc( 1 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 160, resources/assets/styles/layouts/_product_page.scss */

  .in-stock {
    font-size: calc( calc( 1 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 160, resources/assets/styles/layouts/_product_page.scss */

  .in-stock {
    font-size: calc( calc( 1 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.in-stock a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 170, resources/assets/styles/layouts/_product_page.scss */

.woocommerce div.product div.summary .woocommerce-product-details__short-description h2,
.woocommerce div.product div.summary .woocommerce-product-details__short-description h3,
.woocommerce div.product div.summary .woocommerce-product-details__short-description .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .woocommerce div.product div.summary .woocommerce-product-details__short-description bdi.varainh,
.woocommerce div.product div.summary .woocommerce-product-details__short-description .tt-block-banner-normal .banner-inner-container h2,
.tt-block-banner-normal .banner-inner-container .woocommerce div.product div.summary .woocommerce-product-details__short-description h2,
.woocommerce div.product div.summary .woocommerce-product-details__short-description h4,
.woocommerce div.product div.summary .woocommerce-product-details__short-description .wc-tabs-wrapper h3,
.woocommerce div.product .wc-tabs-wrapper div.summary .woocommerce-product-details__short-description h3,
.woocommerce div.product div.summary .woocommerce-product-details__short-description .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
.woocommerce div.product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount div.summary .woocommerce-product-details__short-description bdi.varainh,
.woocommerce .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount div.product div.summary .woocommerce-product-details__short-description .wc-tabs-wrapper bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .woocommerce div.product div.summary .woocommerce-product-details__short-description .wc-tabs-wrapper bdi.varainh,
.woocommerce .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount div.product .wc-tabs-wrapper div.summary .woocommerce-product-details__short-description bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .woocommerce div.product .wc-tabs-wrapper div.summary .woocommerce-product-details__short-description bdi.varainh,
.woocommerce div.product div.summary .woocommerce-product-details__short-description .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2,
.woocommerce div.product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container div.summary .woocommerce-product-details__short-description h2,
.woocommerce .tt-block-banner-normal .banner-inner-container div.product div.summary .woocommerce-product-details__short-description .wc-tabs-wrapper h2,
.tt-block-banner-normal .banner-inner-container .woocommerce div.product div.summary .woocommerce-product-details__short-description .wc-tabs-wrapper h2,
.woocommerce .tt-block-banner-normal .banner-inner-container div.product .wc-tabs-wrapper div.summary .woocommerce-product-details__short-description h2,
.tt-block-banner-normal .banner-inner-container .woocommerce div.product .wc-tabs-wrapper div.summary .woocommerce-product-details__short-description h2,
.woocommerce div.product div.summary .woocommerce-product-details__short-description h5,
.woocommerce div.product div.summary .woocommerce-product-details__short-description h6 {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 181, resources/assets/styles/layouts/_product_page.scss */

.woocommerce div.product div.summary .single_add_to_cart_button {
  height: 50px;
  min-width: 100px;
}

/* line 186, resources/assets/styles/layouts/_product_page.scss */

.woocommerce div.product div.summary form.cart div.quantity {
  width: auto;
  margin: 0;
}

/* line 190, resources/assets/styles/layouts/_product_page.scss */

.woocommerce div.product div.summary form.cart div.quantity input {
  border-radius: 0;
  border: 1px solid #1c4220;
  height: 50px;
}

/* line 197, resources/assets/styles/layouts/_product_page.scss */

.woocommerce div.product div.summary .price {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  font-weight: 600;
  color: #1c4220;
  border-bottom: 0;
}

@media screen and (max-width: 768px) {
  /* line 197, resources/assets/styles/layouts/_product_page.scss */

  .woocommerce div.product div.summary .price {
    font-size: calc( calc( 1.5 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 197, resources/assets/styles/layouts/_product_page.scss */

  .woocommerce div.product div.summary .price {
    font-size: calc( calc( 1.5 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 197, resources/assets/styles/layouts/_product_page.scss */

  .woocommerce div.product div.summary .price {
    font-size: calc( calc( 1.5 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 197, resources/assets/styles/layouts/_product_page.scss */

  .woocommerce div.product div.summary .price {
    font-size: calc( calc( 1.5 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.woocommerce div.product div.summary .price a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 205, resources/assets/styles/layouts/_product_page.scss */

.woocommerce div.product div.summary .priceWeightRatio {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  color: #292929;
}

@media screen and (max-width: 768px) {
  /* line 205, resources/assets/styles/layouts/_product_page.scss */

  .woocommerce div.product div.summary .priceWeightRatio {
    font-size: calc( calc( 0.9 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 205, resources/assets/styles/layouts/_product_page.scss */

  .woocommerce div.product div.summary .priceWeightRatio {
    font-size: calc( calc( 0.9 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 205, resources/assets/styles/layouts/_product_page.scss */

  .woocommerce div.product div.summary .priceWeightRatio {
    font-size: calc( calc( 0.9 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 205, resources/assets/styles/layouts/_product_page.scss */

  .woocommerce div.product div.summary .priceWeightRatio {
    font-size: calc( calc( 0.9 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.woocommerce div.product div.summary .priceWeightRatio a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 212, resources/assets/styles/layouts/_product_page.scss */

.panel {
  font-size: 100%;
}

/* line 216, resources/assets/styles/layouts/_product_page.scss */

.product_usage_icons {
  width: 100%;
  max-width: 600px;
  padding-top: 1em;
  padding-bottom: 1em;
}

/* line 222, resources/assets/styles/layouts/_product_page.scss */

.product_usage_icons .usage-icon {
  float: left;
  width: 20%;
}

/* line 226, resources/assets/styles/layouts/_product_page.scss */

.product_usage_icons .usage-icon img {
  width: 100%;
  padding: 0.5em;
}

/* line 234, resources/assets/styles/layouts/_product_page.scss */

.pswp button {
  border: 0 !important;
}

@media screen and (max-width: 1087px) {
  /* line 239, resources/assets/styles/layouts/_product_page.scss */

  .tuoteikoni {
    height: 80px !important;
    width: auto !important;
  }
}

@media screen and (min-width: 1088px) {
  /* line 239, resources/assets/styles/layouts/_product_page.scss */

  .tuoteikoni {
    height: 100px !important;
    width: auto !important;
  }
}

/* line 2, resources/assets/styles/components/_module-fifty-fifty.scss */

.product-lift-block,
.module-50-50-image-text {
  margin: auto;
  background-position: 50% 50%;
  z-index: 0;
  position: relative;
  background-size: cover;
}

/* line 16, resources/assets/styles/components/_module-fifty-fifty.scss */

.product-lift-block h6,
.module-50-50-image-text h6 {
  padding-bottom: 0 !important;
  font-size: 80%;
}

/* line 21, resources/assets/styles/components/_module-fifty-fifty.scss */

.product-lift-block .inner-container,
.module-50-50-image-text .inner-container {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  /* line 21, resources/assets/styles/components/_module-fifty-fifty.scss */

  .product-lift-block .inner-container,
  .module-50-50-image-text .inner-container {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

/* line 32, resources/assets/styles/components/_module-fifty-fifty.scss */

.product-lift-block .float-right.inner-container,
.module-50-50-image-text .float-right.inner-container {
  float: none;
}

@media screen and (min-width: 769px) {
  /* line 32, resources/assets/styles/components/_module-fifty-fifty.scss */

  .product-lift-block .float-right.inner-container,
  .module-50-50-image-text .float-right.inner-container {
    margin-right: 50px;
  }
}

/* line 40, resources/assets/styles/components/_module-fifty-fifty.scss */

.product-lift-block .float-left.inner-container,
.module-50-50-image-text .float-left.inner-container {
  float: none;
}

@media screen and (min-width: 769px) {
  /* line 40, resources/assets/styles/components/_module-fifty-fifty.scss */

  .product-lift-block .float-left.inner-container,
  .module-50-50-image-text .float-left.inner-container {
    margin-left: 50px;
  }
}

/* line 48, resources/assets/styles/components/_module-fifty-fifty.scss */

.product-lift-block .cta,
.module-50-50-image-text .cta {
  margin-bottom: 20px;
}

/* line 52, resources/assets/styles/components/_module-fifty-fifty.scss */

.product-lift-block .cta.float-right,
.module-50-50-image-text .cta.float-right {
  float: right;
}

/* line 56, resources/assets/styles/components/_module-fifty-fifty.scss */

.product-lift-block .cta.float-left,
.module-50-50-image-text .cta.float-left {
  float: left;
}

/* line 68, resources/assets/styles/components/_module-fifty-fifty.scss */

.product-lift-block .row-wrap,
.module-50-50-image-text .row-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 1, resources/assets/styles/components/_section-offer-block.scss */

.module-50-50-image-text.section-offer-block {
  margin: auto;
}

/* line 4, resources/assets/styles/components/_section-offer-block.scss */

.module-50-50-image-text.section-offer-block .inner-container {
  overflow: hidden;
}

/* line 9, resources/assets/styles/components/_section-offer-block.scss */

.module-50-50-image-text.section-offer-block .half {
  width: 50%;
  float: left;
}

@media screen and (max-width: 768px) {
  /* line 9, resources/assets/styles/components/_section-offer-block.scss */

  .module-50-50-image-text.section-offer-block .half {
    width: 100%;
    float: none;
  }
}

/* line 19, resources/assets/styles/components/_section-offer-block.scss */

.module-50-50-image-text.section-offer-block h3,
.module-50-50-image-text.section-offer-block .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .module-50-50-image-text.section-offer-block bdi.varainh,
.module-50-50-image-text.section-offer-block .tt-block-banner-normal .banner-inner-container h2,
.tt-block-banner-normal .banner-inner-container .module-50-50-image-text.section-offer-block h2 {
  padding-bottom: 15px;
}

/* line 23, resources/assets/styles/components/_section-offer-block.scss */

.module-50-50-image-text.section-offer-block strong {
  color: #1c4220 !important;
}

/* line 27, resources/assets/styles/components/_section-offer-block.scss */

.module-50-50-image-text.section-offer-block em,
.module-50-50-image-text.section-offer-block .offer-price {
  color: #1c4220 !important;
  text-decoration: line-through;
  opacity: 0.5;
  font-style: normal;
  font-weight: 600;
}

/* line 36, resources/assets/styles/components/_section-offer-block.scss */

.module-50-50-image-text.section-offer-block .offer-block-image {
  text-align: center;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 42, resources/assets/styles/components/_section-offer-block.scss */

.module-50-50-image-text.section-offer-block .offer-image {
  padding: 2em;
  max-height: 450px;
}

@media screen and (max-width: 768px) {
  /* line 42, resources/assets/styles/components/_section-offer-block.scss */

  .module-50-50-image-text.section-offer-block .offer-image {
    padding: 1em;
    max-height: 400px;
  }
}

/* line 51, resources/assets/styles/components/_section-offer-block.scss */

.module-50-50-image-text.section-offer-block .offer-image.float-right {
  float: right;
}

/* line 55, resources/assets/styles/components/_section-offer-block.scss */

.module-50-50-image-text.section-offer-block .offer-image.float-left {
  float: left;
}

/* line 59, resources/assets/styles/components/_section-offer-block.scss */

.module-50-50-image-text.section-offer-block .offer-image.float-center {
  margin: auto;
  float: none;
}

/* line 65, resources/assets/styles/components/_section-offer-block.scss */

.module-50-50-image-text.section-offer-block .cta {
  margin-bottom: 2em !important;
}

/* line 1, resources/assets/styles/components/_news-blogs-lifts.scss */

.news-blogs-lifts {
  margin: auto;
  color: #292929 !important;
  text-align: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  /* line 1, resources/assets/styles/components/_news-blogs-lifts.scss */

  .news-blogs-lifts {
    display: block;
  }
}

/* line 12, resources/assets/styles/components/_news-blogs-lifts.scss */

.news-blogs-lifts p,
.news-blogs-lifts a {
  color: #292929 !important;
}

/* line 17, resources/assets/styles/components/_news-blogs-lifts.scss */

.news-blogs-lifts .single-post-lift {
  width: 25%;
  float: left;
  padding: 0.5em;
}

/* line 22, resources/assets/styles/components/_news-blogs-lifts.scss */

.news-blogs-lifts .single-post-lift img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 230px;
  height: 230px;
  background-color: #1c4220;
}

@media screen and (max-width: 768px) {
  /* line 17, resources/assets/styles/components/_news-blogs-lifts.scss */

  .news-blogs-lifts .single-post-lift {
    width: 80%;
    float: none;
    margin: auto;
  }
}

/* line 37, resources/assets/styles/components/_news-blogs-lifts.scss */

.news-blogs-lifts h4 a,
.news-blogs-lifts .product .wc-tabs-wrapper h3 a,
.product .wc-tabs-wrapper .news-blogs-lifts h3 a,
.news-blogs-lifts .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh a,
.product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .news-blogs-lifts bdi.varainh a,
.news-blogs-lifts .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh a,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper .news-blogs-lifts bdi.varainh a,
.news-blogs-lifts .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2 a,
.product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container .news-blogs-lifts h2 a,
.news-blogs-lifts .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2 a,
.tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper .news-blogs-lifts h2 a {
  padding-bottom: 0.5em !important;
  color: #292929 !important;
}

/* line 43, resources/assets/styles/components/_news-blogs-lifts.scss */

.news-blogs-lifts .updated {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  padding-top: 1em;
}

@media screen and (max-width: 768px) {
  /* line 43, resources/assets/styles/components/_news-blogs-lifts.scss */

  .news-blogs-lifts .updated {
    font-size: calc( calc( 0.8 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 43, resources/assets/styles/components/_news-blogs-lifts.scss */

  .news-blogs-lifts .updated {
    font-size: calc( calc( 0.8 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 43, resources/assets/styles/components/_news-blogs-lifts.scss */

  .news-blogs-lifts .updated {
    font-size: calc( calc( 0.8 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 43, resources/assets/styles/components/_news-blogs-lifts.scss */

  .news-blogs-lifts .updated {
    font-size: calc( calc( 0.8 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.news-blogs-lifts .updated a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 51, resources/assets/styles/components/_news-blogs-lifts.scss */

.news-blogs-lifts .read-more {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  letter-spacing: 1.4px;
}

@media screen and (max-width: 768px) {
  /* line 51, resources/assets/styles/components/_news-blogs-lifts.scss */

  .news-blogs-lifts .read-more {
    font-size: calc( calc( 0.9 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 51, resources/assets/styles/components/_news-blogs-lifts.scss */

  .news-blogs-lifts .read-more {
    font-size: calc( calc( 0.9 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 51, resources/assets/styles/components/_news-blogs-lifts.scss */

  .news-blogs-lifts .read-more {
    font-size: calc( calc( 0.9 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 51, resources/assets/styles/components/_news-blogs-lifts.scss */

  .news-blogs-lifts .read-more {
    font-size: calc( calc( 0.9 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.news-blogs-lifts .read-more a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 59, resources/assets/styles/components/_news-blogs-lifts.scss */

.news-blogs-lifts .read-more::after {
  content: "\2192";
}

/* line 1, resources/assets/styles/components/_recipe-lifts.scss */

.recipe-lifts {
  margin: auto;
  color: #292929 !important;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  /* line 1, resources/assets/styles/components/_recipe-lifts.scss */

  .recipe-lifts {
    display: block;
  }
}

/* line 13, resources/assets/styles/components/_recipe-lifts.scss */

.recipe-lifts p,
.recipe-lifts a {
  color: #292929 !important;
}

/* line 18, resources/assets/styles/components/_recipe-lifts.scss */

.recipe-lifts .single-post-lift {
  width: 33%;
  float: left;
  padding: 0.5em;
}

/* line 23, resources/assets/styles/components/_recipe-lifts.scss */

.recipe-lifts .single-post-lift img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 230px;
  height: 230px;
  background-color: #1c4220;
}

@media screen and (max-width: 768px) {
  /* line 18, resources/assets/styles/components/_recipe-lifts.scss */

  .recipe-lifts .single-post-lift {
    width: 80%;
    float: none;
    margin: auto;
  }
}

/* line 38, resources/assets/styles/components/_recipe-lifts.scss */

.recipe-lifts h4 a,
.recipe-lifts .product .wc-tabs-wrapper h3 a,
.product .wc-tabs-wrapper .recipe-lifts h3 a,
.recipe-lifts .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh a,
.product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .recipe-lifts bdi.varainh a,
.recipe-lifts .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh a,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper .recipe-lifts bdi.varainh a,
.recipe-lifts .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2 a,
.product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container .recipe-lifts h2 a,
.recipe-lifts .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2 a,
.tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper .recipe-lifts h2 a {
  padding-bottom: 0.5em !important;
  color: #292929 !important;
  font-weight: 300;
}

/* line 45, resources/assets/styles/components/_recipe-lifts.scss */

.recipe-lifts .updated {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  padding-top: 1em;
}

@media screen and (max-width: 768px) {
  /* line 45, resources/assets/styles/components/_recipe-lifts.scss */

  .recipe-lifts .updated {
    font-size: calc( calc( 0.8 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 45, resources/assets/styles/components/_recipe-lifts.scss */

  .recipe-lifts .updated {
    font-size: calc( calc( 0.8 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 45, resources/assets/styles/components/_recipe-lifts.scss */

  .recipe-lifts .updated {
    font-size: calc( calc( 0.8 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 45, resources/assets/styles/components/_recipe-lifts.scss */

  .recipe-lifts .updated {
    font-size: calc( calc( 0.8 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.recipe-lifts .updated a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 53, resources/assets/styles/components/_recipe-lifts.scss */

.recipe-lifts .read-more {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  letter-spacing: 1.4px;
}

@media screen and (max-width: 768px) {
  /* line 53, resources/assets/styles/components/_recipe-lifts.scss */

  .recipe-lifts .read-more {
    font-size: calc( calc( 0.9 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 53, resources/assets/styles/components/_recipe-lifts.scss */

  .recipe-lifts .read-more {
    font-size: calc( calc( 0.9 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 53, resources/assets/styles/components/_recipe-lifts.scss */

  .recipe-lifts .read-more {
    font-size: calc( calc( 0.9 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 53, resources/assets/styles/components/_recipe-lifts.scss */

  .recipe-lifts .read-more {
    font-size: calc( calc( 0.9 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.recipe-lifts .read-more a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 61, resources/assets/styles/components/_recipe-lifts.scss */

.recipe-lifts .read-more::after {
  content: "\2192";
}

/* line 1, resources/assets/styles/components/_berry-lifts.scss */

.berries-lifts {
  margin: auto;
  color: #292929 !important;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  /* line 1, resources/assets/styles/components/_berry-lifts.scss */

  .berries-lifts {
    display: block;
  }
}

/* line 14, resources/assets/styles/components/_berry-lifts.scss */

.berries-lifts p,
.berries-lifts a {
  color: #292929 !important;
  font-weight: 300;
}

/* line 20, resources/assets/styles/components/_berry-lifts.scss */

.berries-lifts .single-post-lift {
  padding: 0.5em;
  width: calc(100% * (1 / 4) - 0.5em * 2);
}

/* line 24, resources/assets/styles/components/_berry-lifts.scss */

.berries-lifts .single-post-lift img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 230px;
  height: 230px;
  background-color: #1c4220;
}

@media screen and (max-width: 768px) {
  /* line 20, resources/assets/styles/components/_berry-lifts.scss */

  .berries-lifts .single-post-lift {
    width: 80%;
    float: none;
    margin: auto;
  }
}

/* line 39, resources/assets/styles/components/_berry-lifts.scss */

.berries-lifts h4 a,
.berries-lifts .product .wc-tabs-wrapper h3 a,
.product .wc-tabs-wrapper .berries-lifts h3 a,
.berries-lifts .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh a,
.product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .berries-lifts bdi.varainh a,
.berries-lifts .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh a,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper .berries-lifts bdi.varainh a,
.berries-lifts .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2 a,
.product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container .berries-lifts h2 a,
.berries-lifts .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2 a,
.tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper .berries-lifts h2 a {
  padding-bottom: 0.5em !important;
  color: #292929 !important;
  font-weight: 300;
}

/* line 46, resources/assets/styles/components/_berry-lifts.scss */

.berries-lifts .updated {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  padding-top: 1em;
}

@media screen and (max-width: 768px) {
  /* line 46, resources/assets/styles/components/_berry-lifts.scss */

  .berries-lifts .updated {
    font-size: calc( calc( 0.8 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 46, resources/assets/styles/components/_berry-lifts.scss */

  .berries-lifts .updated {
    font-size: calc( calc( 0.8 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 46, resources/assets/styles/components/_berry-lifts.scss */

  .berries-lifts .updated {
    font-size: calc( calc( 0.8 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 46, resources/assets/styles/components/_berry-lifts.scss */

  .berries-lifts .updated {
    font-size: calc( calc( 0.8 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.berries-lifts .updated a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 54, resources/assets/styles/components/_berry-lifts.scss */

.berries-lifts .read-more {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  letter-spacing: 1.4px;
}

@media screen and (max-width: 768px) {
  /* line 54, resources/assets/styles/components/_berry-lifts.scss */

  .berries-lifts .read-more {
    font-size: calc( calc( 0.9 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 54, resources/assets/styles/components/_berry-lifts.scss */

  .berries-lifts .read-more {
    font-size: calc( calc( 0.9 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 54, resources/assets/styles/components/_berry-lifts.scss */

  .berries-lifts .read-more {
    font-size: calc( calc( 0.9 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 54, resources/assets/styles/components/_berry-lifts.scss */

  .berries-lifts .read-more {
    font-size: calc( calc( 0.9 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.berries-lifts .read-more a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 62, resources/assets/styles/components/_berry-lifts.scss */

.berries-lifts .read-more::after {
  content: "\2192";
}

/* line 2, resources/assets/styles/components/drip.scss */

.drip-tab .drip-header h2 {
  font-family: "Apercu Pro", sans-serif;
}

/* line 1, resources/assets/styles/layouts/_error.scss */

.error-page-content {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: auto;
  max-width: 1200px;
  width: calc( 100% * 0.8);
}

@media screen and (max-width: 768px) {
  /* line 1, resources/assets/styles/layouts/_error.scss */

  .error-page-content {
    font-size: calc( calc( 1 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 1, resources/assets/styles/layouts/_error.scss */

  .error-page-content {
    font-size: calc( calc( 1 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 1, resources/assets/styles/layouts/_error.scss */

  .error-page-content {
    font-size: calc( calc( 1 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 1, resources/assets/styles/layouts/_error.scss */

  .error-page-content {
    font-size: calc( calc( 1 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.error-page-content a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

@media screen and (min-width: 769px) {
  /* line 1, resources/assets/styles/layouts/_error.scss */

  .error-page-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 1088px) {
  /* line 1, resources/assets/styles/layouts/_error.scss */

  .error-page-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* stylelint-disable */

/* line 3, resources/assets/styles/layouts/_header_desktop.scss */

.freeShipping-header {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  background-color: #e57202;
  color: #fff;
  text-align: center;
  padding: 12px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  /* line 3, resources/assets/styles/layouts/_header_desktop.scss */

  .freeShipping-header {
    font-size: calc( calc( 0.9 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 3, resources/assets/styles/layouts/_header_desktop.scss */

  .freeShipping-header {
    font-size: calc( calc( 0.9 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 3, resources/assets/styles/layouts/_header_desktop.scss */

  .freeShipping-header {
    font-size: calc( calc( 0.9 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 3, resources/assets/styles/layouts/_header_desktop.scss */

  .freeShipping-header {
    font-size: calc( calc( 0.9 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.freeShipping-header a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 15, resources/assets/styles/layouts/_header_desktop.scss */

.tt-block-banner-normal {
  position: relative;
  height: 500px;
  z-index: 0;
  background-size: cover;
  background-position: 50% 50%;
}

/* line 23, resources/assets/styles/layouts/_header_desktop.scss */

.tt-block-banner-normal .banner-inner-container {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: auto;
  max-width: 700px;
  width: calc( 100% * 0.8);
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  /* line 23, resources/assets/styles/layouts/_header_desktop.scss */

  .tt-block-banner-normal .banner-inner-container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 1088px) {
  /* line 23, resources/assets/styles/layouts/_header_desktop.scss */

  .tt-block-banner-normal .banner-inner-container {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

/* line 33, resources/assets/styles/layouts/_header_desktop.scss */

.tt-block-banner-normal .banner-inner-container h1 {
  line-height: calc( 1.2em * 1);
  letter-spacing: calc( 1.2em * 0.1);
  color: #1c4220;
  text-transform: uppercase;
  font-family: "SohneSchmal", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  /* line 33, resources/assets/styles/layouts/_header_desktop.scss */

  .tt-block-banner-normal .banner-inner-container h1 {
    font-size: calc( 1.1 * 2.7em);
  }
}

@media screen and (min-width: 769px) {
  /* line 33, resources/assets/styles/layouts/_header_desktop.scss */

  .tt-block-banner-normal .banner-inner-container h1 {
    font-size: calc( 1.1 * 3.24em);
  }
}

@media screen and (min-width: 1088px) {
  /* line 33, resources/assets/styles/layouts/_header_desktop.scss */

  .tt-block-banner-normal .banner-inner-container h1 {
    font-size: calc( 1.1 * 3.78em);
  }
}

@media screen and (min-width: 1280px) {
  /* line 33, resources/assets/styles/layouts/_header_desktop.scss */

  .tt-block-banner-normal .banner-inner-container h1 {
    font-size: calc( 1.1 * 3.915em);
  }
}

@media screen and (max-width: 768px) {
  /* line 43, resources/assets/styles/layouts/_header_desktop.scss */

  .tt-block-banner-normal .banner-inner-container h1 {
    line-height: calc( 1.2em * 1);
    letter-spacing: calc( 1.2em * 0.1);
    color: #1c4220;
    text-transform: uppercase;
    font-family: "SohneSchmal", sans-serif;
    font-weight: 500;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  /* line 43, resources/assets/styles/layouts/_header_desktop.scss */

  .tt-block-banner-normal .banner-inner-container h1 {
    font-size: calc( 0.77 * 2.7em);
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  /* line 43, resources/assets/styles/layouts/_header_desktop.scss */

  .tt-block-banner-normal .banner-inner-container h1 {
    font-size: calc( 0.77 * 3.24em);
  }
}

@media screen and (max-width: 768px) and (min-width: 1088px) {
  /* line 43, resources/assets/styles/layouts/_header_desktop.scss */

  .tt-block-banner-normal .banner-inner-container h1 {
    font-size: calc( 0.77 * 3.78em);
  }
}

@media screen and (max-width: 768px) and (min-width: 1280px) {
  /* line 43, resources/assets/styles/layouts/_header_desktop.scss */

  .tt-block-banner-normal .banner-inner-container h1 {
    font-size: calc( 0.77 * 3.915em);
  }
}

/* line 56, resources/assets/styles/layouts/_header_desktop.scss */

header.header {
  background: none;
  background-color: transparent;
  background-image: none;
}

/* line 61, resources/assets/styles/layouts/_header_desktop.scss */

header.header .hidden-link {
  left: 50%;
  position: fixed;
  opacity: 0;
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
  height: 30px;
  left: 50%;
  padding: 8px;
}

/* line 70, resources/assets/styles/layouts/_header_desktop.scss */

header.header .hidden-link:focus {
  -webkit-transform: translateY(0%);
       -o-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

/* line 78, resources/assets/styles/layouts/_header_desktop.scss */

header.header .menu-item:focus-within .sub-menu {
  display: block !important;
}

/* line 84, resources/assets/styles/layouts/_header_desktop.scss */

header.header .menu-btn {
  opacity: 0;
}

@media screen and (max-width: 1087px) {
  /* line 56, resources/assets/styles/layouts/_header_desktop.scss */

  header.header {
    position: fixed;
    z-index: 10;
    width: 100%;
  }
}

/* line 94, resources/assets/styles/layouts/_header_desktop.scss */

header.header .header-container {
  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;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 1088px) {
  /* line 94, resources/assets/styles/layouts/_header_desktop.scss */

  header.header .header-container {
    margin: auto;
    max-width: 1600px;
    width: calc( 100% * 0.95);
  }

  /* line 98, resources/assets/styles/layouts/_header_desktop.scss */

  header.header .header-container .mobile {
    display: none;
  }

  /* line 102, resources/assets/styles/layouts/_header_desktop.scss */

  header.header .header-container .desktop {
    display: block;
  }
}

/* line 115, resources/assets/styles/layouts/_header_desktop.scss */

header.header .header-container a.site-logo {
  margin: 20px 20px;
}

@media screen and (min-width: 1088px) {
  /* line 118, resources/assets/styles/layouts/_header_desktop.scss */

  header.header .header-container a.site-logo img {
    height: 40px;
  }
}

/* line 129, resources/assets/styles/layouts/_header_desktop.scss */

header.header .header-container .nav-link-myaccount.text {
  padding: 15px 10px;
}

/* line 133, resources/assets/styles/layouts/_header_desktop.scss */

header.header .header-container .menu-btn {
  opacity: 0;
  display: none;
}

/* line 138, resources/assets/styles/layouts/_header_desktop.scss */

header.header .header-container a.nav-icon-link {
  line-height: calc( 1.2em * 1);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  position: relative;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media screen and (max-width: 768px) {
  /* line 138, resources/assets/styles/layouts/_header_desktop.scss */

  header.header .header-container a.nav-icon-link {
    font-size: calc( 0.6 * 1.6em);
  }
}

@media screen and (min-width: 769px) {
  /* line 138, resources/assets/styles/layouts/_header_desktop.scss */

  header.header .header-container a.nav-icon-link {
    font-size: calc( 0.6 * 1.6em);
  }
}

@media screen and (min-width: 1088px) {
  /* line 138, resources/assets/styles/layouts/_header_desktop.scss */

  header.header .header-container a.nav-icon-link {
    font-size: calc( 0.6 * 1.6em);
  }
}

@media screen and (min-width: 1280px) {
  /* line 138, resources/assets/styles/layouts/_header_desktop.scss */

  header.header .header-container a.nav-icon-link {
    font-size: calc( 0.6 * 1.6em);
  }
}

/* line 151, resources/assets/styles/layouts/_header_desktop.scss */

header.header .header-container a.nav-icon-link img,
header.header .header-container a.nav-icon-link svg {
  height: 30px;
}

/* line 156, resources/assets/styles/layouts/_header_desktop.scss */

header.header .header-container a.nav-icon-link :visited {
  color: #fff !important;
}

/* line 160, resources/assets/styles/layouts/_header_desktop.scss */

header.header .header-container a.nav-icon-link .nav-icon {
  height: 25px;
  padding-top: 0;
}

/* line 166, resources/assets/styles/layouts/_header_desktop.scss */

header.header .header-container ul.__languages {
  margin: 0;
  list-style: none;
  padding: 0;
  text-indent: 0;
  list-style-type: none;
}

/* line 173, resources/assets/styles/layouts/_header_desktop.scss */

header.header .header-container ul.__languages li a {
  line-height: calc( 1.2em * 1);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  list-style: none;
  padding: 0;
  text-indent: 0;
  list-style-type: none;
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 15px 10px;
  float: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media screen and (max-width: 768px) {
  /* line 173, resources/assets/styles/layouts/_header_desktop.scss */

  header.header .header-container ul.__languages li a {
    font-size: calc( 0.6 * 1.6em);
  }
}

@media screen and (min-width: 769px) {
  /* line 173, resources/assets/styles/layouts/_header_desktop.scss */

  header.header .header-container ul.__languages li a {
    font-size: calc( 0.6 * 1.6em);
  }
}

@media screen and (min-width: 1088px) {
  /* line 173, resources/assets/styles/layouts/_header_desktop.scss */

  header.header .header-container ul.__languages li a {
    font-size: calc( 0.6 * 1.6em);
  }
}

@media screen and (min-width: 1280px) {
  /* line 173, resources/assets/styles/layouts/_header_desktop.scss */

  header.header .header-container ul.__languages li a {
    font-size: calc( 0.6 * 1.6em);
  }
}

/* line 194, resources/assets/styles/layouts/_header_desktop.scss */

header.header .header-container ul.__languages li a :visited {
  color: #fff !important;
}

@media screen and (min-width: 1088px) {
  /* line 201, resources/assets/styles/layouts/_header_desktop.scss */

  header.header .header-container ul.__languages li a::before,
  header.header .header-container a.nav-icon-link:not(.nav-link-cart)::before {
    content: '|';
    padding-right: 1em;
  }

  /* line 207, resources/assets/styles/layouts/_header_desktop.scss */

  header.header .header-container nav.main-menu-container {
    -webkit-transition: max-height 0.2s ease-out;
    -o-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 212, resources/assets/styles/layouts/_header_desktop.scss */

  header.header .header-container nav.main-menu-container ul.main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0px;
  }

  /* line 217, resources/assets/styles/layouts/_header_desktop.scss */

  header.header .header-container nav.main-menu-container ul.main-nav li {
    padding-left: 20px;
  }

  /* line 219, resources/assets/styles/layouts/_header_desktop.scss */

  header.header .header-container nav.main-menu-container ul.main-nav li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    line-height: calc( 1.2em * 1);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
  }
}

@media screen and (min-width: 1088px) and (max-width: 768px) {
  /* line 219, resources/assets/styles/layouts/_header_desktop.scss */

  header.header .header-container nav.main-menu-container ul.main-nav li a {
    font-size: calc( 0.6 * 1.6em);
  }
}

@media screen and (min-width: 1088px) and (min-width: 769px) {
  /* line 219, resources/assets/styles/layouts/_header_desktop.scss */

  header.header .header-container nav.main-menu-container ul.main-nav li a {
    font-size: calc( 0.6 * 1.6em);
  }
}

@media screen and (min-width: 1088px) and (min-width: 1088px) {
  /* line 219, resources/assets/styles/layouts/_header_desktop.scss */

  header.header .header-container nav.main-menu-container ul.main-nav li a {
    font-size: calc( 0.6 * 1.6em);
  }
}

@media screen and (min-width: 1088px) and (min-width: 1280px) {
  /* line 219, resources/assets/styles/layouts/_header_desktop.scss */

  header.header .header-container nav.main-menu-container ul.main-nav li a {
    font-size: calc( 0.6 * 1.6em);
  }
}

@media screen and (min-width: 1088px) {
  /* line 225, resources/assets/styles/layouts/_header_desktop.scss */

  header.header .header-container nav.main-menu-container ul.main-nav li a:hover {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    text-underline-offset: 9px;
    text-decoration-thickness: 2px;
    color: #fff;
    opacity: 1;
  }

  /* line 234, resources/assets/styles/layouts/_header_desktop.scss */

  header.header .header-container nav.main-menu-container ul.main-nav li.current-menu-item > a,
  header.header .header-container nav.main-menu-container ul.main-nav li.current-menu-ancestor > a {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    text-underline-offset: 9px;
    text-decoration-thickness: 2px;
    color: #fff;
    opacity: 1;
  }

  /* line 243, resources/assets/styles/layouts/_header_desktop.scss */

  header.header .header-container nav.main-menu-container ul.main-nav li.menu-item-has-children {
    position: relative;
  }

  /* line 247, resources/assets/styles/layouts/_header_desktop.scss */

  header.header .header-container nav.main-menu-container ul.main-nav li.menu-item-has-children:hover ul.sub-menu {
    display: block;
    max-height: 1000px;
    -webkit-transition: max-height 0.8s ease-in-out;
    -o-transition: max-height 0.8s ease-in-out;
    transition: max-height 0.8s ease-in-out;
    margin-top: -6px;
    min-width: 200px;
  }

  /* line 256, resources/assets/styles/layouts/_header_desktop.scss */

  header.header .header-container nav.main-menu-container ul.main-nav li.menu-item-has-children::after {
    content: "\25BE";
    position: absolute;
    right: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
  }

  /* line 266, resources/assets/styles/layouts/_header_desktop.scss */

  header.header .header-container nav.main-menu-container ul.main-nav li ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 11;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
    -o-transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
    transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
  }

  /* line 277, resources/assets/styles/layouts/_header_desktop.scss */

  header.header .header-container nav.main-menu-container ul.main-nav li ul.sub-menu li {
    padding: 2px 10px 0px 5px;
  }

  /* line 280, resources/assets/styles/layouts/_header_desktop.scss */

  header.header .header-container nav.main-menu-container ul.main-nav li ul.sub-menu li a {
    color: #1c4220;
    font-weight: 600;
    text-transform: none;
    font-size: 1em;
  }

  /* line 286, resources/assets/styles/layouts/_header_desktop.scss */

  header.header .header-container nav.main-menu-container ul.main-nav li ul.sub-menu li a:hover {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
    opacity: 1;
  }
}

/* line 302, resources/assets/styles/layouts/_header_desktop.scss */

header.header .nav-second-container {
  margin: auto;
  height: 34px;
  width: 200px;
}

@media screen and (min-width: 1088px) {
  /* line 302, resources/assets/styles/layouts/_header_desktop.scss */

  header.header .nav-second-container {
    width: 300px;
  }
}

/* line 311, resources/assets/styles/layouts/_header_desktop.scss */

header.header .nav-second-container a.nav-icon-link,
header.header .nav-second-container ul.__languages {
  float: right;
}

/* line 323, resources/assets/styles/layouts/_header_desktop.scss */

header.header .nav-second-container .nav-cart-items-count {
  color: #fff;
}

/* line 327, resources/assets/styles/layouts/_header_desktop.scss */

header.header .nav-second-container a.nav-link-cart {
  padding-top: 5px;
}

/* line 330, resources/assets/styles/layouts/_header_desktop.scss */

header.header .nav-second-container a.nav-link-cart .nav-cart-items-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  border-radius: 50%;
  color: #fff;
  padding-left: 5px;
  margin-top: 3px;
}

/* line 345, resources/assets/styles/layouts/_header_desktop.scss */

header.header .nav-second-container .nav-cart-contents {
  z-index: 1;
  display: none;
  position: absolute;
  background-color: #fff;
  color: black;
  top: 80%;
  right: 0;
  padding: 30px 20px 20px 20px;
  border: none;
  -webkit-box-shadow: 0px 3px 6px #0000004B;
          box-shadow: 0px 3px 6px #0000004B;
  min-width: 400px;
}

/* line 358, resources/assets/styles/layouts/_header_desktop.scss */

header.header .nav-second-container .nav-cart-contents .nav-cart-contents-title {
  line-height: calc( 1.2em * 1);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  /* line 358, resources/assets/styles/layouts/_header_desktop.scss */

  header.header .nav-second-container .nav-cart-contents .nav-cart-contents-title {
    font-size: calc( 0.6 * 1.6em);
  }
}

@media screen and (min-width: 769px) {
  /* line 358, resources/assets/styles/layouts/_header_desktop.scss */

  header.header .nav-second-container .nav-cart-contents .nav-cart-contents-title {
    font-size: calc( 0.6 * 1.6em);
  }
}

@media screen and (min-width: 1088px) {
  /* line 358, resources/assets/styles/layouts/_header_desktop.scss */

  header.header .nav-second-container .nav-cart-contents .nav-cart-contents-title {
    font-size: calc( 0.6 * 1.6em);
  }
}

@media screen and (min-width: 1280px) {
  /* line 358, resources/assets/styles/layouts/_header_desktop.scss */

  header.header .nav-second-container .nav-cart-contents .nav-cart-contents-title {
    font-size: calc( 0.6 * 1.6em);
  }
}

/* line 364, resources/assets/styles/layouts/_header_desktop.scss */

header.header .nav-second-container .nav-cart-contents .nav-cart-items {
  border-bottom: 1px solid #1c4220;
  padding-bottom: 20px;
}

/* line 368, resources/assets/styles/layouts/_header_desktop.scss */

header.header .nav-second-container .nav-cart-contents .nav-cart-items .nav-cart-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 372, resources/assets/styles/layouts/_header_desktop.scss */

header.header .nav-second-container .nav-cart-contents .nav-cart-items .nav-cart-item-container .nav-cart-item-image img {
  max-height: 80px;
  max-width: 80px;
  -o-object-fit: contain;
  object-fit: contain;
}

/* line 380, resources/assets/styles/layouts/_header_desktop.scss */

header.header .nav-second-container .nav-cart-contents .nav-cart-items .nav-cart-item-container .nav-cart-item-name {
  width: calc(250px - 15px);
  padding: 0 15px;
}

/* line 384, resources/assets/styles/layouts/_header_desktop.scss */

header.header .nav-second-container .nav-cart-contents .nav-cart-items .nav-cart-item-container .nav-cart-item-name a {
  text-decoration: none;
  color: #1c4220;
  font-weight: 600;
}

/* line 391, resources/assets/styles/layouts/_header_desktop.scss */

header.header .nav-second-container .nav-cart-contents .nav-cart-items .nav-cart-item-container .nav-cart-item-price {
  width: 100px;
}

/* line 397, resources/assets/styles/layouts/_header_desktop.scss */

header.header .nav-second-container .nav-cart-contents .nav-cart-totals {
  margin: 10px 0 20px 0;
}

/* line 400, resources/assets/styles/layouts/_header_desktop.scss */

header.header .nav-second-container .nav-cart-contents .nav-cart-totals .nav-cart-totals-shipping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 405, resources/assets/styles/layouts/_header_desktop.scss */

header.header .nav-second-container .nav-cart-contents .nav-cart-totals .nav-cart-totals-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 600;
}

/* line 413, resources/assets/styles/layouts/_header_desktop.scss */

header.header .nav-second-container .nav-cart-contents .nav-cart-buttons a {
  width: auto;
  margin: 5px 0;
}

/* line 418, resources/assets/styles/layouts/_header_desktop.scss */

header.header .nav-second-container .nav-cart-contents .nav-cart-buttons .btn.checkout {
  width: 100%;
}

/* line 423, resources/assets/styles/layouts/_header_desktop.scss */

header.header .nav-second-container .nav-cart-contents .nav-cart-buttons .btn.add-to-cart {
  width: 100%;
}

/* line 433, resources/assets/styles/layouts/_header_desktop.scss */

.error404 .banner-inner-container {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: auto;
  max-width: 1410px;
  width: calc( 100% * 0.9);
}

@media screen and (min-width: 769px) {
  /* line 433, resources/assets/styles/layouts/_header_desktop.scss */

  .error404 .banner-inner-container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 1088px) {
  /* line 433, resources/assets/styles/layouts/_header_desktop.scss */

  .error404 .banner-inner-container {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

/* stylelint-enable */

/* stylelint-disable */

/* line 2, resources/assets/styles/layouts/_header_mobile.scss */

.mobilemenu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000069;
  display: none;
  z-index: 1;
}

@media screen and (max-width: 1087px) {
  /* line 14, resources/assets/styles/layouts/_header_mobile.scss */

  .tt-block-banner-normal {
    margin-top: 85px;
  }
}

@media screen and (max-width: 1087px) {
  /* line 19, resources/assets/styles/layouts/_header_mobile.scss */

  header.header {
    z-index: 10;
    width: 100%;
    background-color: #1c4220;
    padding: 0;
    top: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 100%;
  }

  /* line 31, resources/assets/styles/layouts/_header_mobile.scss */

  header.header .freeShipping-header {
    font-size: 0.8em;
    padding: 5px;
  }

  /* line 36, resources/assets/styles/layouts/_header_mobile.scss */

  header.header .header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 1087px) and (max-width: 1087px) {
  /* line 45, resources/assets/styles/layouts/_header_mobile.scss */

  header.header .header-container .mobile {
    display: block;
  }

  /* line 49, resources/assets/styles/layouts/_header_mobile.scss */

  header.header .header-container .desktop {
    display: none;
  }
}

@media screen and (max-width: 1087px) {
  /* line 54, resources/assets/styles/layouts/_header_mobile.scss */

  header.header .header-container a.site-logo {
    margin: 10px;
    width: 100px;
    display: block;
  }

  /* line 60, resources/assets/styles/layouts/_header_mobile.scss */

  header.header .header-container .menu-icon {
    cursor: pointer;
    display: inline-block;
    padding: 28px 20px;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  /* line 68, resources/assets/styles/layouts/_header_mobile.scss */

  header.header .header-container .menu-icon .navicon {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    -webkit-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    width: 30px;
  }
}

@media screen and (max-width: 1087px) and (min-width: 1088px) {
  /* line 68, resources/assets/styles/layouts/_header_mobile.scss */

  header.header .header-container .menu-icon .navicon {
    display: none;
  }
}

@media screen and (max-width: 1087px) {
  /* line 81, resources/assets/styles/layouts/_header_mobile.scss */

  header.header .header-container .menu-icon .navicon::before,
  header.header .header-container .menu-icon .navicon::after {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 100%;
  }

  /* line 92, resources/assets/styles/layouts/_header_mobile.scss */

  header.header .header-container .menu-icon .navicon::before {
    top: 9px;
  }

  /* line 96, resources/assets/styles/layouts/_header_mobile.scss */

  header.header .header-container .menu-icon .navicon::after {
    top: -9px;
  }

  /* line 100, resources/assets/styles/layouts/_header_mobile.scss */

  header.header .header-container .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }

  /* line 104, resources/assets/styles/layouts/_header_mobile.scss */

  header.header .header-container .menu-btn:checked > .header-container {
    background-color: #1c4220;
  }

  /* line 108, resources/assets/styles/layouts/_header_mobile.scss */

  header.header .header-container .menu-btn:checked ~ .menu-icon .navicon::before {
    -webkit-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  /* line 112, resources/assets/styles/layouts/_header_mobile.scss */

  header.header .header-container .menu-btn:checked ~ .menu-icon .navicon::after {
    -webkit-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  /* line 116, resources/assets/styles/layouts/_header_mobile.scss */

  header.header .header-container .menu-btn:focus ~ .menu-icon {
    background-color: #1c4220;
  }

  /* line 120, resources/assets/styles/layouts/_header_mobile.scss */

  header.header .header-container .menu-btn:checked ~ .main-menu-container {
    max-height: 1000px;
  }

  /* line 124, resources/assets/styles/layouts/_header_mobile.scss */

  header.header .header-container .menu-btn:not(:checked) ~ .main-menu-container {
    display: none;
  }

  /* line 128, resources/assets/styles/layouts/_header_mobile.scss */

  header.header .header-container .menu-btn:checked ~ .menu-icon:not(.steps) .navicon::before,
  header.header .header-container .menu-btn:checked ~ .menu-icon:not(.steps) .navicon::after {
    top: 0;
  }

  /* line 134, resources/assets/styles/layouts/_header_mobile.scss */

  header.header .header-container .nav-cart-contents {
    display: none !important;
  }

  /* line 138, resources/assets/styles/layouts/_header_mobile.scss */

  header.header .header-container nav.main-menu-container {
    overflow: hidden;
    background-color: #1c4220;
    -webkit-transition: max-height 0.2s ease-out;
    -o-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
    width: 100%;
    max-height: 0;
  }

  /* line 145, resources/assets/styles/layouts/_header_mobile.scss */

  header.header .header-container nav.main-menu-container .nav-search-btn {
    display: none;
  }

  /* line 149, resources/assets/styles/layouts/_header_mobile.scss */

  header.header .header-container nav.main-menu-container ul.main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1em 1.2em;
  }

  /* line 156, resources/assets/styles/layouts/_header_mobile.scss */

  header.header .header-container nav.main-menu-container ul.main-nav li {
    border-bottom: 1px solid #fff;
  }

  /* line 158, resources/assets/styles/layouts/_header_mobile.scss */

  header.header .header-container nav.main-menu-container ul.main-nav li a {
    text-transform: uppercase !important;
    letter-spacing: 1.4px !important;
    font-weight: 600;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 1em 0.2em;
  }

  /* line 168, resources/assets/styles/layouts/_header_mobile.scss */

  header.header .header-container nav.main-menu-container ul.main-nav li.menu-item-has-children {
    position: relative;
  }

  /* line 172, resources/assets/styles/layouts/_header_mobile.scss */

  header.header .header-container nav.main-menu-container ul.main-nav li.menu-item-has-children.expanded a {
    padding-bottom: 0.5em;
  }

  /* line 176, resources/assets/styles/layouts/_header_mobile.scss */

  header.header .header-container nav.main-menu-container ul.main-nav li.menu-item-has-children.expanded span.extract::after {
    content: "-";
    color: #fff;
  }

  /* line 182, resources/assets/styles/layouts/_header_mobile.scss */

  header.header .header-container nav.main-menu-container ul.main-nav li.menu-item-has-children span.extract {
    z-index: 10;
    position: absolute;
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    right: 0;
    color: #1c4220;
    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;
    font-size: 55px;
    top: 25px;
  }

  /* line 195, resources/assets/styles/layouts/_header_mobile.scss */

  header.header .header-container nav.main-menu-container ul.main-nav li.menu-item-has-children span.extract:hover {
    cursor: pointer;
  }

  /* line 200, resources/assets/styles/layouts/_header_mobile.scss */

  header.header .header-container nav.main-menu-container ul.main-nav li.menu-item-has-children span.extract::after {
    content: "+";
    color: #fff;
  }

  /* line 206, resources/assets/styles/layouts/_header_mobile.scss */

  header.header .header-container nav.main-menu-container ul.main-nav li ul.sub-menu {
    display: none;
    margin: 0 10px 10px;
  }

  /* line 210, resources/assets/styles/layouts/_header_mobile.scss */

  header.header .header-container nav.main-menu-container ul.main-nav li ul.sub-menu li.menu-item {
    border: 0;
    padding: 0;
  }

  /* line 214, resources/assets/styles/layouts/_header_mobile.scss */

  header.header .header-container nav.main-menu-container ul.main-nav li ul.sub-menu li.menu-item a {
    text-transform: none !important;
    letter-spacing: 1px !important;
    padding: 5px 0;
  }

  /* line 226, resources/assets/styles/layouts/_header_mobile.scss */

  header.header .nav-second-container {
    margin: 0;
  }

  /* line 230, resources/assets/styles/layouts/_header_mobile.scss */

  header.header .lang-login-cart.mobile {
    padding: 0 1em;
  }

  /* line 233, resources/assets/styles/layouts/_header_mobile.scss */

  header.header .lang-login-cart.mobile ul.__languages li.lang-item a,
  header.header .lang-login-cart.mobile .nav-icon-link span {
    font-size: 12px;
    line-height: 14.4px;
  }

  /* line 239, resources/assets/styles/layouts/_header_mobile.scss */

  header.header .lang-login-cart.mobile #mini-cart-count {
    font-size: 11px;
    padding-top: 5px;
    padding-left: 3px;
  }
}

/* stylelint-enable */

/* line 1, resources/assets/styles/layouts/_categories.scss */

.category-wrapper {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
}

@media screen and (max-width: 768px) {
  /* line 1, resources/assets/styles/layouts/_categories.scss */

  .category-wrapper {
    font-size: calc( calc( 0.9 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 1, resources/assets/styles/layouts/_categories.scss */

  .category-wrapper {
    font-size: calc( calc( 0.9 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 1, resources/assets/styles/layouts/_categories.scss */

  .category-wrapper {
    font-size: calc( calc( 0.9 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 1, resources/assets/styles/layouts/_categories.scss */

  .category-wrapper {
    font-size: calc( calc( 0.9 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.category-wrapper a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 6, resources/assets/styles/layouts/_categories.scss */

.category-wrapper .category-description {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  /* line 6, resources/assets/styles/layouts/_categories.scss */

  .category-wrapper .category-description {
    font-size: calc( calc( 1 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 6, resources/assets/styles/layouts/_categories.scss */

  .category-wrapper .category-description {
    font-size: calc( calc( 1 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 6, resources/assets/styles/layouts/_categories.scss */

  .category-wrapper .category-description {
    font-size: calc( calc( 1 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 6, resources/assets/styles/layouts/_categories.scss */

  .category-wrapper .category-description {
    font-size: calc( calc( 1 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.category-wrapper .category-description a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

@media screen and (min-width: 769px) {
  /* line 6, resources/assets/styles/layouts/_categories.scss */

  .category-wrapper .category-description {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 1088px) {
  /* line 6, resources/assets/styles/layouts/_categories.scss */

  .category-wrapper .category-description {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* line 11, resources/assets/styles/layouts/_categories.scss */

.category-wrapper .woocommerce-result-count {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
}

@media screen and (max-width: 768px) {
  /* line 11, resources/assets/styles/layouts/_categories.scss */

  .category-wrapper .woocommerce-result-count {
    font-size: calc( calc( 0.8 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 11, resources/assets/styles/layouts/_categories.scss */

  .category-wrapper .woocommerce-result-count {
    font-size: calc( calc( 0.8 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 11, resources/assets/styles/layouts/_categories.scss */

  .category-wrapper .woocommerce-result-count {
    font-size: calc( calc( 0.8 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 11, resources/assets/styles/layouts/_categories.scss */

  .category-wrapper .woocommerce-result-count {
    font-size: calc( calc( 0.8 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.category-wrapper .woocommerce-result-count a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 15, resources/assets/styles/layouts/_categories.scss */

.category-wrapper #breadcrumbs {
  padding: 0;
  margin: 0;
}

/* line 22, resources/assets/styles/layouts/_categories.scss */

.archive .content {
  padding-top: 30px;
  padding-bottom: 30px;
  margin: auto;
  max-width: 1200px;
  width: calc( 100% * 0.8);
}

@media screen and (min-width: 769px) {
  /* line 22, resources/assets/styles/layouts/_categories.scss */

  .archive .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 1088px) {
  /* line 22, resources/assets/styles/layouts/_categories.scss */

  .archive .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* line 27, resources/assets/styles/layouts/_categories.scss */

.archive #breadcrumbs {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

/* line 1, resources/assets/styles/layouts/_footer.scss */

footer.page-footer {
  background-color: #1c4220;
  width: 100%;
  margin: auto;
  position: absolute;
  padding-bottom: 3em;
}

/* line 8, resources/assets/styles/layouts/_footer.scss */

footer.page-footer .footer {
  margin: auto;
  max-width: 1200px;
  width: calc( 100% * 0.8);
  padding-top: 30px;
  padding-bottom: 30px;
  padding: 2.5rem 0 4rem;
  line-height: 1.2;
  color: #fff;
  background-color: #1c4220;
}

@media screen and (min-width: 769px) {
  /* line 8, resources/assets/styles/layouts/_footer.scss */

  footer.page-footer .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 1088px) {
  /* line 8, resources/assets/styles/layouts/_footer.scss */

  footer.page-footer .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 1087px) {
  /* line 8, resources/assets/styles/layouts/_footer.scss */

  footer.page-footer .footer {
    margin: auto;
    max-width: 1600px;
    width: calc( 100% * 0.95);
  }
}

/* line 21, resources/assets/styles/layouts/_footer.scss */

footer.page-footer .footer .footer-icons {
  text-align: right;
}

@media screen and (max-width: 768px) {
  /* line 21, resources/assets/styles/layouts/_footer.scss */

  footer.page-footer .footer .footer-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
  }
}

/* line 30, resources/assets/styles/layouts/_footer.scss */

footer.page-footer .footer .footer-icon,
footer.page-footer .footer .logo {
  padding: 0.5em;
}

@media screen and (max-width: 768px) {
  /* line 30, resources/assets/styles/layouts/_footer.scss */

  footer.page-footer .footer .footer-icon,
  footer.page-footer .footer .logo {
    padding-top: 3em;
  }
}

@media screen and (max-width: 768px) {
  /* line 39, resources/assets/styles/layouts/_footer.scss */

  footer.page-footer .footer .some {
    padding-bottom: 4em;
  }
}

/* line 45, resources/assets/styles/layouts/_footer.scss */

footer.page-footer .footer .logo {
  width: 160px;
}

/* line 49, resources/assets/styles/layouts/_footer.scss */

footer.page-footer .footer .logo-trademark.mobile {
  padding-top: 3em;
}

/* line 53, resources/assets/styles/layouts/_footer.scss */

footer.page-footer .footer h4,
footer.page-footer .footer .product .wc-tabs-wrapper h3,
.product .wc-tabs-wrapper footer.page-footer .footer h3,
footer.page-footer .footer .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
.product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount footer.page-footer .footer bdi.varainh,
footer.page-footer .footer .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper footer.page-footer .footer bdi.varainh,
footer.page-footer .footer .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2,
.product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container footer.page-footer .footer h2,
footer.page-footer .footer .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2,
.tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper footer.page-footer .footer h2 {
  line-height: calc( 1.2em * 1);
  font-family: "SohneSchmal", sans-serif;
  letter-spacing: 0.75px;
  color: #1c4220;
  font-weight: 300;
  color: #fff !important;
  padding-bottom: 10px;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  /* line 53, resources/assets/styles/layouts/_footer.scss */

  footer.page-footer .footer h4,
  footer.page-footer .footer .product .wc-tabs-wrapper h3,
  .product .wc-tabs-wrapper footer.page-footer .footer h3,
  footer.page-footer .footer .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
  .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount footer.page-footer .footer bdi.varainh,
  footer.page-footer .footer .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh,
  .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper footer.page-footer .footer bdi.varainh,
  footer.page-footer .footer .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2,
  .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container footer.page-footer .footer h2,
  footer.page-footer .footer .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2,
  .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper footer.page-footer .footer h2 {
    font-size: calc( 1 * 1.6em);
  }
}

@media screen and (min-width: 769px) {
  /* line 53, resources/assets/styles/layouts/_footer.scss */

  footer.page-footer .footer h4,
  footer.page-footer .footer .product .wc-tabs-wrapper h3,
  .product .wc-tabs-wrapper footer.page-footer .footer h3,
  footer.page-footer .footer .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
  .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount footer.page-footer .footer bdi.varainh,
  footer.page-footer .footer .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh,
  .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper footer.page-footer .footer bdi.varainh,
  footer.page-footer .footer .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2,
  .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container footer.page-footer .footer h2,
  footer.page-footer .footer .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2,
  .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper footer.page-footer .footer h2 {
    font-size: calc( 1 * 1.68em);
  }
}

@media screen and (min-width: 1088px) {
  /* line 53, resources/assets/styles/layouts/_footer.scss */

  footer.page-footer .footer h4,
  footer.page-footer .footer .product .wc-tabs-wrapper h3,
  .product .wc-tabs-wrapper footer.page-footer .footer h3,
  footer.page-footer .footer .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
  .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount footer.page-footer .footer bdi.varainh,
  footer.page-footer .footer .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh,
  .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper footer.page-footer .footer bdi.varainh,
  footer.page-footer .footer .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2,
  .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container footer.page-footer .footer h2,
  footer.page-footer .footer .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2,
  .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper footer.page-footer .footer h2 {
    font-size: calc( 1 * 2.0em);
  }
}

@media screen and (min-width: 1280px) {
  /* line 53, resources/assets/styles/layouts/_footer.scss */

  footer.page-footer .footer h4,
  footer.page-footer .footer .product .wc-tabs-wrapper h3,
  .product .wc-tabs-wrapper footer.page-footer .footer h3,
  footer.page-footer .footer .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
  .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount footer.page-footer .footer bdi.varainh,
  footer.page-footer .footer .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh,
  .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper footer.page-footer .footer bdi.varainh,
  footer.page-footer .footer .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2,
  .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container footer.page-footer .footer h2,
  footer.page-footer .footer .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2,
  .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper footer.page-footer .footer h2 {
    font-size: calc( 1 * 2.0em);
  }
}

/* line 63, resources/assets/styles/layouts/_footer.scss */

footer.page-footer .footer a,
footer.page-footer .footer p,
footer.page-footer .footer p a,
footer.page-footer .footer ul li a {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  font-weight: 300 !important;
  text-decoration: none !important;
}

@media screen and (max-width: 768px) {
  /* line 63, resources/assets/styles/layouts/_footer.scss */

  footer.page-footer .footer a,
  footer.page-footer .footer p,
  footer.page-footer .footer p a,
  footer.page-footer .footer ul li a {
    font-size: calc( calc( 0.9 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 63, resources/assets/styles/layouts/_footer.scss */

  footer.page-footer .footer a,
  footer.page-footer .footer p,
  footer.page-footer .footer p a,
  footer.page-footer .footer ul li a {
    font-size: calc( calc( 0.9 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 63, resources/assets/styles/layouts/_footer.scss */

  footer.page-footer .footer a,
  footer.page-footer .footer p,
  footer.page-footer .footer p a,
  footer.page-footer .footer ul li a {
    font-size: calc( calc( 0.9 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 63, resources/assets/styles/layouts/_footer.scss */

  footer.page-footer .footer a,
  footer.page-footer .footer p,
  footer.page-footer .footer p a,
  footer.page-footer .footer ul li a {
    font-size: calc( calc( 0.9 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

footer.page-footer .footer a a,
footer.page-footer .footer p a,
footer.page-footer .footer p a a,
footer.page-footer .footer ul li a a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 73, resources/assets/styles/layouts/_footer.scss */

footer.page-footer .footer ul {
  list-style-type: none;
  margin: 0;
}

/* line 78, resources/assets/styles/layouts/_footer.scss */

footer.page-footer .footer .footer-contact-icon {
  vertical-align: middle;
}

/* line 82, resources/assets/styles/layouts/_footer.scss */

footer.page-footer .footer .trade-copy {
  margin: 2em 1em 1em 2em;
}

@media screen and (min-width: 1088px) {
  /* line 86, resources/assets/styles/layouts/_footer.scss */

  footer.page-footer .footer .one-fifth {
    width: 20%;
    float: left;
    padding: 0 1em;
  }
}

@media screen and (min-width: 769px) {
  /* line 86, resources/assets/styles/layouts/_footer.scss */

  footer.page-footer .footer .one-fifth {
    width: 20%;
    float: left;
    padding: 0 1em;
  }
}

/* stylelint-disable */

/* line 56, resources/assets/styles/layouts/_pages.scss */

.precontent {
  -webkit-box-shadow: -3px -13px 10px 0 #0000000a;
          box-shadow: -3px -13px 10px 0 #0000000a;
  margin: -50px -50px 50px -50px;
  padding: 50px 50px 0 50px;
  background: white;
  background: -webkit-gradient(left top, left bottom, color-stop(65%, white), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, white 65%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, white 65%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, white 65%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

@media screen and (max-width: 768px) {
  /* line 56, resources/assets/styles/layouts/_pages.scss */

  .precontent {
    margin: -50px 0px 50px 0px;
  }
}

/* line 74, resources/assets/styles/layouts/_pages.scss */

.precontent .wrap {
  border-bottom: 1px dashed #57ab27;
  padding-bottom: 50px;
}

/* line 78, resources/assets/styles/layouts/_pages.scss */

.precontent .wrap .addthis_inline_share_toolbox {
  text-align: center;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  /* line 56, resources/assets/styles/layouts/_pages.scss */

  .precontent {
    padding: 30px 20px;
    margin-top: -50px;
  }
}

/* stylelint-enable */

/* KATEGORIAT - RESEPTIT, UUTISET JA TUOTTEET */

/* line 95, resources/assets/styles/layouts/_pages.scss */

.category-top .category-subtitle {
  margin-bottom: 10px;
}

/* KATEGORIAT - RESEPTIT JA TUOTTEET JA BLOGIT */

/* line 102, resources/assets/styles/layouts/_pages.scss */

.archive-wrap {
  margin: auto;
  max-width: 1600px;
  width: calc( 100% * 0.95);
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 769px) {
  /* line 102, resources/assets/styles/layouts/_pages.scss */

  .archive-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 1088px) {
  /* line 102, resources/assets/styles/layouts/_pages.scss */

  .archive-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* line 106, resources/assets/styles/layouts/_pages.scss */

.archive-wrap article.uutiset,
.archive-wrap article.blogit {
  padding-bottom: 50px;
}

/* line 110, resources/assets/styles/layouts/_pages.scss */

.archive-wrap article.uutiset time.updated,
.archive-wrap article.blogit time.updated {
  padding-bottom: 20px;
  display: inline-block;
}

/* Blogit */

/* line 120, resources/assets/styles/layouts/_pages.scss */

.__blogcontent .date {
  color: #3e3e3e;
}

/* line 124, resources/assets/styles/layouts/_pages.scss */

.__blogcontent .alignright {
  float: right;
  padding-left: 20px;
}

/* line 129, resources/assets/styles/layouts/_pages.scss */

.__blogcontent .alignleft {
  float: left;
  padding-right: 20px;
}

/* line 2, resources/assets/styles/layouts/_posts.scss */

.blogit .entry-content {
  margin: auto;
  max-width: 1200px;
  width: calc( 100% * 0.8);
}

/* line 8, resources/assets/styles/layouts/_posts.scss */

.page-template .content {
  margin: auto;
  max-width: 1200px;
  width: calc( 100% * 0.8);
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 769px) {
  /* line 8, resources/assets/styles/layouts/_posts.scss */

  .page-template .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 1088px) {
  /* line 8, resources/assets/styles/layouts/_posts.scss */

  .page-template .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* line 15, resources/assets/styles/layouts/_posts.scss */

.page-template-default .content {
  margin-bottom: 0 !important;
}

/* line 20, resources/assets/styles/layouts/_posts.scss */

.uutiset-template-default .entry-content {
  margin: auto;
  max-width: 1200px;
  width: calc( 100% * 0.8);
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 769px) {
  /* line 20, resources/assets/styles/layouts/_posts.scss */

  .uutiset-template-default .entry-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 1088px) {
  /* line 20, resources/assets/styles/layouts/_posts.scss */

  .uutiset-template-default .entry-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* line 2, resources/assets/styles/layouts/_recipes.scss */

.post-ratings > .post-ratings-image,
.post-ratings > img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 29px;
  height: 27px;
  padding-left: 29px;
  background-image: url(/wp-content/themes/biokia/dist/images/star-white-borders-green.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* line 14, resources/assets/styles/layouts/_recipes.scss */

.post-ratings > .post-ratings-image[src*="rating_on"],
.post-ratings > .post-ratings-image[src*="rating_over"],
.post-ratings > img[src*="rating_on"],
.post-ratings > img[src*="rating_over"] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAEAQAAABQ8GUWAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAAAGAAAABgAPBrQs8AAAAHdElNRQflCwoIICQ1pGAvAAAEnElEQVR42u1aS2gTXRj97iRVi9Q2qIu0iY9aFPEB3UhxU7UigoSCxI0LUZtKEEQQRNx16VZwU3fdKFp80IiPhdRNceFCLS4UqmBtY1U06UJL2+Q7LuZP0zSvmczM/f72/w+EkNf9zjnzzZnJvZfof8gB2LYNvGmTJAdD1oJYjNTZs7IchAD2+4FkEvjyBfD5pPkIGBCNIgeORKT56DcAz54tGIChIWk+msVv3Qpks3kDMhmpMBQKwViMyFhU2+cjdeaMDBfNMMNvchJF+I+EIXD8OMri2DFpfhoMePKkvAEPH0rz81Y8h8NAJlPegPl5oKVFJye9Iah6e4kqned+P2GFhqEZfhMTqIrPn1dkGALd3dXF53D0qDRfDwx49Miyfr53T5qvu+I5FKocfqXCsLlZBzc9IahiscrhtxR+P9Hp01q4eQ3A5zODzS4+fQIM4fkKNwzgSMS++FwWHDkizd+5ARgaqtkADA5K83covqXFDLRaMTcHBINecvT4HOvpMQOtVtTVEZ065SVDZefLwJo1RE1NRIFA/tHURAgESAUC5vPiz9vbidatc0ZxeprozRuiVIoolSKkUqTSafP5n/conV78uTJmZy0bAHR1EYVCC2IKxC19r77ey6PhHmZmFgxZalDB64kJBd67l1QiQSQ7P68fySShu5uIiIDmZvCrV7WH1XLD27dFc5DA2rXAgwfS1DwHP34Mbmgo2RSAUkBfnzRH73D9uqW7S6Cnx7wGrxTMzwPnz9uKCKCrC0ilpKk7x69fwKFDNeUkuK0N+PBBWkLN4LExYOdORxcLYP164MULaS32MTIC3rjRkfh8J6xeDQwMSEuyjtu3zbtWF2FeIa5cKVzT+7eBGejrc1V4cTdEo8CfP9JSizEzA5w86an4fDd0dABTU9KS8/j6Fbxvnxbx+U4IhcCvX0tLB0ZHwZs3axWfN6GhAUgk5MQ/fQpubBQRnzfB7wffvKlf/I0bbqwgOZ4RUkYmQ2p4WL/1z58rlc2KG0BERDh4UL8B7tR0xwC1fA2wNSdYCuBwmNT4uH4DAEIwqIxv35yM4kIHSBx9IiKlSHV2Oh3FuQEi7Z+D89oudMCBA8vZAEcZALS2En38KGcAEVEopNTkZK2/dtgBku2fg7MOXAEGCHKwtumpHH7/Bl++DFy96ujvNQudgsCOHbWTHh4Gb9+eH6u1tXD3uF1s2SJgQDxun+jPn8C5c4AqGb7gEyeA79/tjyuwnQa4c8feUb97F7xhQ/VxAwGgv9+c3rKKgQHN4pWyPCPEY2Pgw4ft1+jsBN6/t2aA5ltx8O7d1UnNzQHXrjmZnQXq682lutnZ6ka3tekzABcuVGYzMgLs2uWe4Xv2gF++rGxAb69GA+7fL80inQYuXvRiry9gGGaATk+Xrn3rlibxhgH+8aOYQCIBDoe9rx8MAoODxfWnpspdXVwm0N5eWDiZBEejnhdeyoMjEWB8vJCLw3VAawZcumQWy2aB/n6w001QTkxobDTX/HP7kG0ugddmQCIBjI4CHR1Swos57d8PvHunZWMlEI+D6+qkRRfx4lWrgHhcmseyw19ja4ZFq7sePAAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMS0xMS0xMFQwODozMjozNiswMDowMATcJecAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjEtMTEtMTBUMDg6MzI6MzYrMDA6MDB1gZ1bAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* line 27, resources/assets/styles/layouts/_recipes.scss */

.recipes-list .post-ratings > .post-ratings-image,
.recipes-list .post-ratings > img {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAEAQAAABQ8GUWAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAAAGAAAABgAPBrQs8AAAAHdElNRQflCwoIICQ1pGAvAAAEnElEQVR42u1aS2gTXRj97iRVi9Q2qIu0iY9aFPEB3UhxU7UigoSCxI0LUZtKEEQQRNx16VZwU3fdKFp80IiPhdRNceFCLS4UqmBtY1U06UJL2+Q7LuZP0zSvmczM/f72/w+EkNf9zjnzzZnJvZfof8gB2LYNvGmTJAdD1oJYjNTZs7IchAD2+4FkEvjyBfD5pPkIGBCNIgeORKT56DcAz54tGIChIWk+msVv3Qpks3kDMhmpMBQKwViMyFhU2+cjdeaMDBfNMMNvchJF+I+EIXD8OMri2DFpfhoMePKkvAEPH0rz81Y8h8NAJlPegPl5oKVFJye9Iah6e4kqned+P2GFhqEZfhMTqIrPn1dkGALd3dXF53D0qDRfDwx49Miyfr53T5qvu+I5FKocfqXCsLlZBzc9IahiscrhtxR+P9Hp01q4eQ3A5zODzS4+fQIM4fkKNwzgSMS++FwWHDkizd+5ARgaqtkADA5K83covqXFDLRaMTcHBINecvT4HOvpMQOtVtTVEZ065SVDZefLwJo1RE1NRIFA/tHURAgESAUC5vPiz9vbidatc0ZxeprozRuiVIoolSKkUqTSafP5n/conV78uTJmZy0bAHR1EYVCC2IKxC19r77ey6PhHmZmFgxZalDB64kJBd67l1QiQSQ7P68fySShu5uIiIDmZvCrV7WH1XLD27dFc5DA2rXAgwfS1DwHP34Mbmgo2RSAUkBfnzRH73D9uqW7S6Cnx7wGrxTMzwPnz9uKCKCrC0ilpKk7x69fwKFDNeUkuK0N+PBBWkLN4LExYOdORxcLYP164MULaS32MTIC3rjRkfh8J6xeDQwMSEuyjtu3zbtWF2FeIa5cKVzT+7eBGejrc1V4cTdEo8CfP9JSizEzA5w86an4fDd0dABTU9KS8/j6Fbxvnxbx+U4IhcCvX0tLB0ZHwZs3axWfN6GhAUgk5MQ/fQpubBQRnzfB7wffvKlf/I0bbqwgOZ4RUkYmQ2p4WL/1z58rlc2KG0BERDh4UL8B7tR0xwC1fA2wNSdYCuBwmNT4uH4DAEIwqIxv35yM4kIHSBx9IiKlSHV2Oh3FuQEi7Z+D89oudMCBA8vZAEcZALS2En38KGcAEVEopNTkZK2/dtgBku2fg7MOXAEGCHKwtumpHH7/Bl++DFy96ujvNQudgsCOHbWTHh4Gb9+eH6u1tXD3uF1s2SJgQDxun+jPn8C5c4AqGb7gEyeA79/tjyuwnQa4c8feUb97F7xhQ/VxAwGgv9+c3rKKgQHN4pWyPCPEY2Pgw4ft1+jsBN6/t2aA5ltx8O7d1UnNzQHXrjmZnQXq682lutnZ6ka3tekzABcuVGYzMgLs2uWe4Xv2gF++rGxAb69GA+7fL80inQYuXvRiry9gGGaATk+Xrn3rlibxhgH+8aOYQCIBDoe9rx8MAoODxfWnpspdXVwm0N5eWDiZBEejnhdeyoMjEWB8vJCLw3VAawZcumQWy2aB/n6w001QTkxobDTX/HP7kG0ugddmQCIBjI4CHR1Swos57d8PvHunZWMlEI+D6+qkRRfx4lWrgHhcmseyw19ja4ZFq7sePAAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMS0xMS0xMFQwODozMjozNiswMDowMATcJecAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjEtMTEtMTBUMDg6MzI6MzYrMDA6MDB1gZ1bAAAAAElFTkSuQmCC);
}

/* line 31, resources/assets/styles/layouts/_recipes.scss */

.recipes-list .post-ratings > .post-ratings-image[src*="rating_on"],
.recipes-list .post-ratings > .post-ratings-image[src*="rating_over"],
.recipes-list .post-ratings > img[src*="rating_on"],
.recipes-list .post-ratings > img[src*="rating_over"] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAEAYAAAD6+a2dAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABgAAAAYADwa0LPAAAAB3RJTUUH5QsKCB8yma7/QgAAC7JJREFUeNrtnH1YVFUex7+/OwM4+dJMliYMjKOYL0mK4a6ICjOIr/FigfS0ruvLEKaJ4tP6+ihkaWvtouhDGtvK5rpmoqmhq+7jgOZLlGbqWOYbAziIr100W0WZ+9s/cGxX6xGRuRcGPv8Nc+85v/M7X879nnPPGaCJJhoj/iaTzd/UsWO7DwZGdjAGBCgdj1IISgegFNyT3lPdtliEV507nUXjxikdTxOyEc6AWu1nMxe2H3zunD7YvMiw7OxZICEBUKmUjk5uGt0I4DdZ3cK4IC6OhmI2TrRrh0vYQX/R631XXOlqDB82TOn45KbRCQDhPEaKSUq6LxHPYp1kuf/vnk6jEYDBJ+qIwcdopLX8CmUMHHjfBZ/CTkXDhjU2U9hoBOD8vurvtNliQSHNRYFwf7tzEYYclUqVI5kkw9ixSscrF41AANWmj1vjLeSNGfPAyyvhxS9ZLI3FFHq8APRPC0sMfWJiqBvFYKuv7wNvuGMK/WIuLQjYPmSI0vG7G48XAJeiJ12vhbmLF1rRYM83hR4rAN85g1Z2jPX3pxk0BAlRUQ97P13GeKwcPlyfah6tT/XzU7o97sJjBUBtqhKqeiUluczdQxeQgRv0llqN6fjMa7nnmkIPFEC16aN0DKdWdbDE+y5fkWxJSZ5qCj1OAP7d6HD75OHD0RxqZNbB0J1LURQVEKBP/aGPgR/+UVLf8TgB8GChGWLcYN7Ws4YyPM8UeowA/CaHc+BSvR5ATxx0w/QtFVtZGxPjv2jgZf9FNZhONhA8RgBYKuD2ZIul1qbvQdwxhVI+hwoVNVhQaiB4gACqzRlNg4TTMrj1JCmLDlssQBoDQoPPX4NvwN3XuHfMmrvro6n0Jxw3Gv1Nnx9rf+EXXio1MBq8AJR6jcs90ZzfafimsMEK4O4K3QF0xK2hQ+Wun0NoM2JiYwO2958asL1dO6XzUVsarAAA2qDWjh9/d8VO7tpnII/GeXk5w70ihD+PHq10NmrdDncVbOBwNnCzZtWftNrKW14bEarTCfOlhbxBpyObtAY2nY5sqk8QqtUijk+pBuh06MvdOEunQxB1x0adjvOwA9e1WkTwq/hCp0MIHecjOh1yOBhFwcE0j5IpslUrpRLIObCz/epVDMQi4PBhHOSu1EMUsYuyESqK2MQiBosiTUV3tKmowH76jiaJIjZRJ+fnosjvSb+lYFHkb2g276mokOYJs+klUfTxvj0CX4ii17LHOnktE8XTKdtOn06prKzr+Mk3P+J6QGZkJEJUE4V9ej3N4Yv8iU6HpbwN0GopQmiLQp0OvXgIbDoduvIknNbpYCQbBet0/BgO4UetFkH8Lo7odPQM/RPHdTqo8QmKNBqlOsbjqEIiOty4wSf5d+gqirDRdPQQRRzkUC4XRdLgGfxUUYHjlIVAUcQh2o4gUeRd0gX0EUWk0FCgooIXUBtKFEUcdL4vhTkc5GczFxotzz1HK7m3NCMvTy433YQy8Hf8GYafOycsl5oLzWNj7z4CXCtcUm/pouDcvJlG43XKDglROuAm6ojHUcrbjx51pggG1dDo6PLkndYie2npfR6gbVTUkbZRzZurF1YJmgurV9MImoJrcXFKx99ELfHCCYRu23ZjSeVNH01i4pXYfVdOrPzxR9fXDzCBRH5sYgOnpZE/RZIxLU3p9jRRQzrSMf546VLH7n4XSkJTU4E3CZCkey97wDSQuYwKqITS05FAlVxusfAiRPPK27eVbl8T9zANGp5bVQU7X+OoSZMcu60XS0KnTPm1jnfx0NNA16yB/IQ3hMz16ykSJyFptUq3v7HCp5CCQFFED47gPfHxZScLtCWV+fk1vf+hF4LOmXe1KJ1itdIK53LV6717IwSH+N8nTyqdiMYGH4EOb5w54xQEia+HhT1sx7t45IUg32uRo32vtW5NLfkFr5YbNpA/VpAxPFzpBHkss6HCqP37qw7c+lTdJi7ufM7elqdTLl2qbXF1thIYuHRoYOBSH5+bLSpX3+6bnY15mE3xDXeJtL7Bc3gttGvXqidIT/E3Y8eW0G4qoZs3H7VcNy0FE/ndMG9qP3D6dPo9PwX/hQt/9UhWE7+MHma0Z+YveA4XzJ9/14zXMW7qEOYyTX5c8c5Fi7idMIgCExNdS5luTluDh+14AnTzJkK5nDWjRrmr41247WXQvfhNDmcD9+mDLqrewKZN9A5akbFtW7nqr+/wCvSD6vx5sqKYWsTGOhbnr7If+eord9crmwBcuDZvklr1ZVVWXh5yMRuVPXvKHUe94QpncqbNVmWl/kJidPT5vvkV9pslJXJVL7sAXLTeHNa687iWLTUXvP9188k1azCfZtG6F15QKh654W1YyPYdO3xihDmqDomJRfad1iL71atyx6GYAH6m+iSP3qxKM2S9/z5OYi+91/C3Wv0avIRnwpqVVRb/5F+LO06ZAuTmAk6nUvHUA1e+m4CqKryJdWhVUKB0NO6G9tFqtlqtSne8i3oggDukYSSumUxKh+F2PkQkfqo/7aw/AjiAjrhVfxLjLvgk2qGq/rRTcQG4zvHjcXxEmYGBSsfjbmgEvqKtzz5rtJgLjRblp8GKC4B23c53/qH+/Ee4HQfyUUxU+Spv4VeUf2eiuADQkdZgQSMSwB2EZrQKM5Vvt/IC6IGluBoRoXQYspODCP5SeQEotg4QEBC5JyCgQwdJ4jRBOHNG6UQoRgL0VSP0esfi/FWOxWVlclev2AggvYSZdEH5/wDF2USdhHTlRkDlHgEfS/G0q0kAvFdqLxQrlwfZz9TdpZI2ojAiAmqZY/DlTAz8z38QhsOYnJ7Oj+MaX1KraQWpaeHcubKfaCqn8VipnABk9wC+JtM/2h/p3Fk4RTmI/f572SrW8EQ8tmuX9LXwGS1ITj7XyrrKPuLnvYwuT+LM4LW0dflymorjFD1okFzhqc46rWw3Gqt3+hQXy1Wv7I8AOkpH+TkZFF/JH2HwDz9wGjPSk5Mdpwrii78zm+/teBelpdb+paVFRWXx+VklQYMHswQmjByJBMziD2q/566mSCNVuYD8XkB+AWxBMA67UQDpYE7LzXW+Lem9uXPnsqSCguIx2dnVXzLXtJiyc/kF9uLcXGHDrTc5qXNnJCCX12Vnu7Zq1XXYPBQB+Fr+R4HMAiDiQ8hAz7pbAXNtj5YG0Ju0OyrKYckvKBk7cmR58m46mX358qOWX1q6d29pqSg6Fue3LvlNcjJCOQ0mkwkJ0LP9xIk6S00eX8Ql+QUgmwfwbxvOHc53785eqkipj81W23JcJ5NoOb8IU0aGao8UAKSn19Uu2ZqiT+1zVp+q0XCGRq/KmDEDe/A17LNm0Ss0ncze3rUuOMFpVaV06uRYvJvOTDt92t3tkG0E4LbCHqnyERR+Zz+8YOArkndwsGNvgaGEZs6Uu+NdOBYX+jsW37jh2rRJG1UzVJEhIQjGKmgKC2udp6lCuTNJvpFAPgHsp2mYW/OGuX55g5cgB12nTnVMbK0tfnvAgLP9Ct4+2+/bb+WKu6Y4Fu+0FtltNkdef7/i42FhLvPJ8/kDtl67VuOCSug1TPEoAVT/nh6NRjiH9u//wMvn8Ts8cssW3qWeq44LCiqLzzcUb8vMrC87aB5M9WFMl/lU+VZl8akuXZDAH3Lc+vUPvN2GMv6b2Vz9gdz+iHZ7Bb6GyIuGl4ODBSe/TIWHDt37PW/DQnQuL0c2RdKAlJSyZdaf7HNqkKgGiu8K8zxjeHS0sINDpJlZWThAS+g1f/97r6s6I7zOT3frdt5n54slhcePuyset48AqifwBp7+nyGtD78FkyS5plWaAp9R6uFdunh6x7s4NyF/vn13Xp73YVWmamJQkOscPxKwD2N/HuHUgnMhgjxgqVyfbfrSMD0vT68x2Qybjx69e0Ckif/Dd445JKCsb1+/feaJ7bOPHdOnmooMU3NzlY7rkfFrbf6jgSdMeL7X872e7+XlpXQ89Z1u6xLiu63z9nblTel4mvBw/gufDLGI4G8VVgAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMS0xMS0xMFQwODozMTo1MCswMDowMEpUolkAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjEtMTEtMTBUMDg6MzE6NTArMDA6MDA7CRrlAAAAAElFTkSuQmCC);
}

/* line 75, resources/assets/styles/layouts/_recipes.scss */

.single-reseptit .category-top h2,
.post-type-archive-reseptit .category-top h2,
.tax-recipe-tax .category-top h2,
.tax-recipe-alg .category-top h2 {
  margin-bottom: 1rem;
}

/* line 90, resources/assets/styles/layouts/_recipes.scss */

.single-reseptit .category-row,
.post-type-archive-reseptit .category-row,
.tax-recipe-tax .category-row,
.tax-recipe-alg .category-row {
  margin-bottom: 2rem;
}

/* line 94, resources/assets/styles/layouts/_recipes.scss */

.single-reseptit #image-modal .modal-content,
.post-type-archive-reseptit #image-modal .modal-content,
.tax-recipe-tax #image-modal .modal-content,
.tax-recipe-alg #image-modal .modal-content {
  width: 800px;
}

/* line 98, resources/assets/styles/layouts/_recipes.scss */

.single-reseptit .recipe-rating,
.post-type-archive-reseptit .recipe-rating,
.tax-recipe-tax .recipe-rating,
.tax-recipe-alg .recipe-rating {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 104, resources/assets/styles/layouts/_recipes.scss */

.single-reseptit .recipe-rating span,
.post-type-archive-reseptit .recipe-rating span,
.tax-recipe-tax .recipe-rating span,
.tax-recipe-alg .recipe-rating span {
  margin-left: 1rem;
}

@media (max-width: 769px) {
  /* line 98, resources/assets/styles/layouts/_recipes.scss */

  .single-reseptit .recipe-rating,
  .post-type-archive-reseptit .recipe-rating,
  .tax-recipe-tax .recipe-rating,
  .tax-recipe-alg .recipe-rating {
    margin: 0 0 1.5rem;
  }
}

/* line 113, resources/assets/styles/layouts/_recipes.scss */

.single-reseptit div.tabs-recipe,
.post-type-archive-reseptit div.tabs-recipe,
.tax-recipe-tax div.tabs-recipe,
.tax-recipe-alg div.tabs-recipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  float: left;
  height: auto;
  width: 100%;
  border-bottom: 1px solid #1c4220;
}

/* line 122, resources/assets/styles/layouts/_recipes.scss */

.single-reseptit div.tabs-recipe button#recipe-gui.active,
.single-reseptit div.tabs-recipe button#recipe-ing.active,
.post-type-archive-reseptit div.tabs-recipe button#recipe-gui.active,
.post-type-archive-reseptit div.tabs-recipe button#recipe-ing.active,
.tax-recipe-tax div.tabs-recipe button#recipe-gui.active,
.tax-recipe-tax div.tabs-recipe button#recipe-ing.active,
.tax-recipe-alg div.tabs-recipe button#recipe-gui.active,
.tax-recipe-alg div.tabs-recipe button#recipe-ing.active {
  background-color: #152a16 !important;
  border-color: #152a16 !important;
}

/* line 128, resources/assets/styles/layouts/_recipes.scss */

.single-reseptit div.tabs-recipe button#recipe-gui:hover,
.single-reseptit div.tabs-recipe button#recipe-ing:hover,
.post-type-archive-reseptit div.tabs-recipe button#recipe-gui:hover,
.post-type-archive-reseptit div.tabs-recipe button#recipe-ing:hover,
.tax-recipe-tax div.tabs-recipe button#recipe-gui:hover,
.tax-recipe-tax div.tabs-recipe button#recipe-ing:hover,
.tax-recipe-alg div.tabs-recipe button#recipe-gui:hover,
.tax-recipe-alg div.tabs-recipe button#recipe-ing:hover {
  border-color: #152a16 !important;
}

@media screen and (min-width: 1088px) {
  /* line 113, resources/assets/styles/layouts/_recipes.scss */

  .single-reseptit div.tabs-recipe,
  .post-type-archive-reseptit div.tabs-recipe,
  .tax-recipe-tax div.tabs-recipe,
  .tax-recipe-alg div.tabs-recipe {
    display: none;
  }
}

@media screen and (min-width: 1088px) {
  /* line 139, resources/assets/styles/layouts/_recipes.scss */

  .single-reseptit #tab2.recipe-ingredients,
  .post-type-archive-reseptit #tab2.recipe-ingredients,
  .tax-recipe-tax #tab2.recipe-ingredients,
  .tax-recipe-alg #tab2.recipe-ingredients {
    display: block !important;
  }
}

@media screen and (max-width: 1087px) {
  /* line 145, resources/assets/styles/layouts/_recipes.scss */

  .single-reseptit .tab_container.columns,
  .post-type-archive-reseptit .tab_container.columns,
  .tax-recipe-tax .tab_container.columns,
  .tax-recipe-alg .tab_container.columns {
    margin-left: 0;
  }

  /* line 148, resources/assets/styles/layouts/_recipes.scss */

  .single-reseptit .tab_container.columns .tab_content,
  .post-type-archive-reseptit .tab_container.columns .tab_content,
  .tax-recipe-tax .tab_container.columns .tab_content,
  .tax-recipe-alg .tab_container.columns .tab_content {
    padding-top: 4em;
  }

  /* line 152, resources/assets/styles/layouts/_recipes.scss */

  .single-reseptit .tab_container.columns h2,
  .post-type-archive-reseptit .tab_container.columns h2,
  .tax-recipe-tax .tab_container.columns h2,
  .tax-recipe-alg .tab_container.columns h2 {
    display: none;
  }

  /* line 156, resources/assets/styles/layouts/_recipes.scss */

  .single-reseptit .tab_container.columns #tab2,
  .post-type-archive-reseptit .tab_container.columns #tab2,
  .tax-recipe-tax .tab_container.columns #tab2,
  .tax-recipe-alg .tab_container.columns #tab2 {
    padding-left: 0;
  }
}

/* line 173, resources/assets/styles/layouts/_recipes.scss */

.single-reseptit .recipe-meta,
.post-type-archive-reseptit .recipe-meta,
.tax-recipe-tax .recipe-meta,
.tax-recipe-alg .recipe-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  color: #1c4220;
}

/* line 179, resources/assets/styles/layouts/_recipes.scss */

.single-reseptit .recipe-meta span,
.single-reseptit .recipe-meta img,
.post-type-archive-reseptit .recipe-meta span,
.post-type-archive-reseptit .recipe-meta img,
.tax-recipe-tax .recipe-meta span,
.tax-recipe-tax .recipe-meta img,
.tax-recipe-alg .recipe-meta span,
.tax-recipe-alg .recipe-meta img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1280px) {
  /* line 173, resources/assets/styles/layouts/_recipes.scss */

  .single-reseptit .recipe-meta,
  .post-type-archive-reseptit .recipe-meta,
  .tax-recipe-tax .recipe-meta,
  .tax-recipe-alg .recipe-meta {
    font-size: 20px;
  }

  /* line 189, resources/assets/styles/layouts/_recipes.scss */

  .single-reseptit .recipe-meta img,
  .post-type-archive-reseptit .recipe-meta img,
  .tax-recipe-tax .recipe-meta img,
  .tax-recipe-alg .recipe-meta img {
    height: 30px;
  }
}

/* line 195, resources/assets/styles/layouts/_recipes.scss */

.single-reseptit .recipe-tax,
.post-type-archive-reseptit .recipe-tax,
.tax-recipe-tax .recipe-tax,
.tax-recipe-alg .recipe-tax {
  margin: 1rem 0 3rem;
}

/* line 203, resources/assets/styles/layouts/_recipes.scss */

.single-reseptit .recipe-info,
.post-type-archive-reseptit .recipe-info,
.tax-recipe-tax .recipe-info,
.tax-recipe-alg .recipe-info {
  padding-right: 2em;
}

/* line 207, resources/assets/styles/layouts/_recipes.scss */

.single-reseptit .recipe-info .recipe-preparation img,
.post-type-archive-reseptit .recipe-info .recipe-preparation img,
.tax-recipe-tax .recipe-info .recipe-preparation img,
.tax-recipe-alg .recipe-info .recipe-preparation img {
  width: 25px;
  height: auto;
}

@media (max-width: 1088px) {
  /* line 203, resources/assets/styles/layouts/_recipes.scss */

  .single-reseptit .recipe-info,
  .post-type-archive-reseptit .recipe-info,
  .tax-recipe-tax .recipe-info,
  .tax-recipe-alg .recipe-info {
    padding-right: 3rem;
  }
}

@media (max-width: 769px) {
  /* line 203, resources/assets/styles/layouts/_recipes.scss */

  .single-reseptit .recipe-info,
  .post-type-archive-reseptit .recipe-info,
  .tax-recipe-tax .recipe-info,
  .tax-recipe-alg .recipe-info {
    padding-right: 0.75rem;
  }
}

/* line 222, resources/assets/styles/layouts/_recipes.scss */

.single-reseptit .recipe-ingredients,
.post-type-archive-reseptit .recipe-ingredients,
.tax-recipe-tax .recipe-ingredients,
.tax-recipe-alg .recipe-ingredients {
  padding-left: 3rem;
}

/* line 225, resources/assets/styles/layouts/_recipes.scss */

.single-reseptit .recipe-ingredients h4,
.single-reseptit .recipe-ingredients .product .wc-tabs-wrapper h3,
.product .wc-tabs-wrapper .single-reseptit .recipe-ingredients h3,
.single-reseptit .recipe-ingredients .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
.product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .single-reseptit .recipe-ingredients bdi.varainh,
.single-reseptit .recipe-ingredients .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper .single-reseptit .recipe-ingredients bdi.varainh,
.single-reseptit .recipe-ingredients .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2,
.product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container .single-reseptit .recipe-ingredients h2,
.single-reseptit .recipe-ingredients .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2,
.tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper .single-reseptit .recipe-ingredients h2,
.post-type-archive-reseptit .recipe-ingredients h4,
.post-type-archive-reseptit .recipe-ingredients .product .wc-tabs-wrapper h3,
.product .wc-tabs-wrapper .post-type-archive-reseptit .recipe-ingredients h3,
.post-type-archive-reseptit .recipe-ingredients .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
.product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .post-type-archive-reseptit .recipe-ingredients bdi.varainh,
.post-type-archive-reseptit .recipe-ingredients .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper .post-type-archive-reseptit .recipe-ingredients bdi.varainh,
.post-type-archive-reseptit .recipe-ingredients .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2,
.product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container .post-type-archive-reseptit .recipe-ingredients h2,
.post-type-archive-reseptit .recipe-ingredients .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2,
.tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper .post-type-archive-reseptit .recipe-ingredients h2,
.tax-recipe-tax .recipe-ingredients h4,
.tax-recipe-tax .recipe-ingredients .product .wc-tabs-wrapper h3,
.product .wc-tabs-wrapper .tax-recipe-tax .recipe-ingredients h3,
.tax-recipe-tax .recipe-ingredients .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
.product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .tax-recipe-tax .recipe-ingredients bdi.varainh,
.tax-recipe-tax .recipe-ingredients .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper .tax-recipe-tax .recipe-ingredients bdi.varainh,
.tax-recipe-tax .recipe-ingredients .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2,
.product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container .tax-recipe-tax .recipe-ingredients h2,
.tax-recipe-tax .recipe-ingredients .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2,
.tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper .tax-recipe-tax .recipe-ingredients h2,
.tax-recipe-alg .recipe-ingredients h4,
.tax-recipe-alg .recipe-ingredients .product .wc-tabs-wrapper h3,
.product .wc-tabs-wrapper .tax-recipe-alg .recipe-ingredients h3,
.tax-recipe-alg .recipe-ingredients .product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount bdi.varainh,
.product .wc-tabs-wrapper .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .tax-recipe-alg .recipe-ingredients bdi.varainh,
.tax-recipe-alg .recipe-ingredients .product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper bdi.varainh,
.product-lift-block.varainh li.product-varainh .woocommerce-Price-amount .product .wc-tabs-wrapper .tax-recipe-alg .recipe-ingredients bdi.varainh,
.tax-recipe-alg .recipe-ingredients .product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container h2,
.product .wc-tabs-wrapper .tt-block-banner-normal .banner-inner-container .tax-recipe-alg .recipe-ingredients h2,
.tax-recipe-alg .recipe-ingredients .tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper h2,
.tt-block-banner-normal .banner-inner-container .product .wc-tabs-wrapper .tax-recipe-alg .recipe-ingredients h2 {
  padding-bottom: 1em !important;
}

/* line 229, resources/assets/styles/layouts/_recipes.scss */

.single-reseptit .recipe-ingredients ul,
.post-type-archive-reseptit .recipe-ingredients ul,
.tax-recipe-tax .recipe-ingredients ul,
.tax-recipe-alg .recipe-ingredients ul {
  margin-top: 0;
}

/* line 232, resources/assets/styles/layouts/_recipes.scss */

.single-reseptit .recipe-ingredients ul ul,
.post-type-archive-reseptit .recipe-ingredients ul ul,
.tax-recipe-tax .recipe-ingredients ul ul,
.tax-recipe-alg .recipe-ingredients ul ul {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

@media (max-width: 1088px) {
  /* line 222, resources/assets/styles/layouts/_recipes.scss */

  .single-reseptit .recipe-ingredients,
  .post-type-archive-reseptit .recipe-ingredients,
  .tax-recipe-tax .recipe-ingredients,
  .tax-recipe-alg .recipe-ingredients {
    padding-left: 3rem;
  }
}

@media (max-width: 769px) {
  /* line 222, resources/assets/styles/layouts/_recipes.scss */

  .single-reseptit .recipe-ingredients,
  .post-type-archive-reseptit .recipe-ingredients,
  .tax-recipe-tax .recipe-ingredients,
  .tax-recipe-alg .recipe-ingredients {
    padding-left: 0.75rem;
    border-left: 0;
  }
}

/* line 249, resources/assets/styles/layouts/_recipes.scss */

.single-reseptit .recipe-guide .guide-row,
.post-type-archive-reseptit .recipe-guide .guide-row,
.tax-recipe-tax .recipe-guide .guide-row,
.tax-recipe-alg .recipe-guide .guide-row {
  margin-bottom: 2rem;
}

/* line 252, resources/assets/styles/layouts/_recipes.scss */

.single-reseptit .recipe-guide .guide-row .guide-steps,
.post-type-archive-reseptit .recipe-guide .guide-row .guide-steps,
.tax-recipe-tax .recipe-guide .guide-row .guide-steps,
.tax-recipe-alg .recipe-guide .guide-row .guide-steps {
  padding-right: 4rem;
}

@media (max-width: 769px) {
  /* line 252, resources/assets/styles/layouts/_recipes.scss */

  .single-reseptit .recipe-guide .guide-row .guide-steps,
  .post-type-archive-reseptit .recipe-guide .guide-row .guide-steps,
  .tax-recipe-tax .recipe-guide .guide-row .guide-steps,
  .tax-recipe-alg .recipe-guide .guide-row .guide-steps {
    padding-right: 0.75rem;
  }
}

/* line 260, resources/assets/styles/layouts/_recipes.scss */

.single-reseptit .recipe-guide .guide-row ol,
.post-type-archive-reseptit .recipe-guide .guide-row ol,
.tax-recipe-tax .recipe-guide .guide-row ol,
.tax-recipe-alg .recipe-guide .guide-row ol {
  margin-left: 50px;
  counter-reset: my-awesome-counter;
  list-style: none;
}

/* line 265, resources/assets/styles/layouts/_recipes.scss */

.single-reseptit .recipe-guide .guide-row ol li,
.post-type-archive-reseptit .recipe-guide .guide-row ol li,
.tax-recipe-tax .recipe-guide .guide-row ol li,
.tax-recipe-alg .recipe-guide .guide-row ol li {
  margin: 0 0 2rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 2.5rem;
  line-height: 30px;
}

/* line 272, resources/assets/styles/layouts/_recipes.scss */

.single-reseptit .recipe-guide .guide-row ol li::before,
.post-type-archive-reseptit .recipe-guide .guide-row ol li::before,
.tax-recipe-tax .recipe-guide .guide-row ol li::before,
.tax-recipe-alg .recipe-guide .guide-row ol li::before {
  background-color: #1c4220 !important;
  border: 1px solid #1c4220 !important;
  content: counter(my-awesome-counter);
  position: absolute;
  left: calc(-1 * 40px - 10px);
  width: 40px;
  height: 40px;
  top: 0;
}

@media (max-width: 769px) {
  /* line 272, resources/assets/styles/layouts/_recipes.scss */

  .single-reseptit .recipe-guide .guide-row ol li::before,
  .post-type-archive-reseptit .recipe-guide .guide-row ol li::before,
  .tax-recipe-tax .recipe-guide .guide-row ol li::before,
  .tax-recipe-alg .recipe-guide .guide-row ol li::before {
    left: calc(-1 * 30px - 10px);
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 769px) {
  /* line 265, resources/assets/styles/layouts/_recipes.scss */

  .single-reseptit .recipe-guide .guide-row ol li,
  .post-type-archive-reseptit .recipe-guide .guide-row ol li,
  .tax-recipe-tax .recipe-guide .guide-row ol li,
  .tax-recipe-alg .recipe-guide .guide-row ol li {
    margin: 0 0 1.5rem 0;
    padding-left: 0;
  }
}

@media (max-width: 769px) {
  /* line 260, resources/assets/styles/layouts/_recipes.scss */

  .single-reseptit .recipe-guide .guide-row ol,
  .post-type-archive-reseptit .recipe-guide .guide-row ol,
  .tax-recipe-tax .recipe-guide .guide-row ol,
  .tax-recipe-alg .recipe-guide .guide-row ol {
    margin-left: 40px;
  }
}

@media (max-width: 769px) {
  /* line 303, resources/assets/styles/layouts/_recipes.scss */

  .single-reseptit .recipe-guide .guide-row .column.is-one-quarter,
  .post-type-archive-reseptit .recipe-guide .guide-row .column.is-one-quarter,
  .tax-recipe-tax .recipe-guide .guide-row .column.is-one-quarter,
  .tax-recipe-alg .recipe-guide .guide-row .column.is-one-quarter {
    display: none;
  }
}

/* line 309, resources/assets/styles/layouts/_recipes.scss */

.single-reseptit .recipe-guide .recipe-guide-img.only-mobile,
.post-type-archive-reseptit .recipe-guide .recipe-guide-img.only-mobile,
.tax-recipe-tax .recipe-guide .recipe-guide-img.only-mobile,
.tax-recipe-alg .recipe-guide .recipe-guide-img.only-mobile {
  display: none;
}

@media (max-width: 769px) {
  /* line 309, resources/assets/styles/layouts/_recipes.scss */

  .single-reseptit .recipe-guide .recipe-guide-img.only-mobile,
  .post-type-archive-reseptit .recipe-guide .recipe-guide-img.only-mobile,
  .tax-recipe-tax .recipe-guide .recipe-guide-img.only-mobile,
  .tax-recipe-alg .recipe-guide .recipe-guide-img.only-mobile {
    display: block;
    margin-top: 1rem;
  }
}

/* line 318, resources/assets/styles/layouts/_recipes.scss */

.single-reseptit .recipe-guide .guide-step-img,
.post-type-archive-reseptit .recipe-guide .guide-step-img,
.tax-recipe-tax .recipe-guide .guide-step-img,
.tax-recipe-alg .recipe-guide .guide-step-img {
  display: block;
  position: relative;
  margin-bottom: 1.5rem;
  font-size: 0;
}

/* line 324, resources/assets/styles/layouts/_recipes.scss */

.single-reseptit .recipe-guide .guide-step-img .recipe-guide-img,
.post-type-archive-reseptit .recipe-guide .guide-step-img .recipe-guide-img,
.tax-recipe-tax .recipe-guide .guide-step-img .recipe-guide-img,
.tax-recipe-alg .recipe-guide .guide-step-img .recipe-guide-img {
  width: 100%;
  height: auto;
}

/* line 329, resources/assets/styles/layouts/_recipes.scss */

.single-reseptit .recipe-guide .guide-step-img .guide-step-img-step,
.post-type-archive-reseptit .recipe-guide .guide-step-img .guide-step-img-step,
.tax-recipe-tax .recipe-guide .guide-step-img .guide-step-img-step,
.tax-recipe-alg .recipe-guide .guide-step-img .guide-step-img-step {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 16px;
  text-transform: uppercase;
  background: #57ab27;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 1.5rem;
  color: #fff;
}

/* line 345, resources/assets/styles/layouts/_recipes.scss */

.single-reseptit .recipe-rate,
.post-type-archive-reseptit .recipe-rate,
.tax-recipe-tax .recipe-rate,
.tax-recipe-alg .recipe-rate {
  background-color: #1c4220;
  text-align: center;
}

/* line 349, resources/assets/styles/layouts/_recipes.scss */

.single-reseptit .recipe-rate span,
.post-type-archive-reseptit .recipe-rate span,
.tax-recipe-tax .recipe-rate span,
.tax-recipe-alg .recipe-rate span {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
}

@media screen and (max-width: 768px) {
  /* line 349, resources/assets/styles/layouts/_recipes.scss */

  .single-reseptit .recipe-rate span,
  .post-type-archive-reseptit .recipe-rate span,
  .tax-recipe-tax .recipe-rate span,
  .tax-recipe-alg .recipe-rate span {
    font-size: calc( calc( 0.8 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 349, resources/assets/styles/layouts/_recipes.scss */

  .single-reseptit .recipe-rate span,
  .post-type-archive-reseptit .recipe-rate span,
  .tax-recipe-tax .recipe-rate span,
  .tax-recipe-alg .recipe-rate span {
    font-size: calc( calc( 0.8 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 349, resources/assets/styles/layouts/_recipes.scss */

  .single-reseptit .recipe-rate span,
  .post-type-archive-reseptit .recipe-rate span,
  .tax-recipe-tax .recipe-rate span,
  .tax-recipe-alg .recipe-rate span {
    font-size: calc( calc( 0.8 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 349, resources/assets/styles/layouts/_recipes.scss */

  .single-reseptit .recipe-rate span,
  .post-type-archive-reseptit .recipe-rate span,
  .tax-recipe-tax .recipe-rate span,
  .tax-recipe-alg .recipe-rate span {
    font-size: calc( calc( 0.8 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.single-reseptit .recipe-rate span a,
.post-type-archive-reseptit .recipe-rate span a,
.tax-recipe-tax .recipe-rate span a,
.tax-recipe-alg .recipe-rate span a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 356, resources/assets/styles/layouts/_recipes.scss */

.single-reseptit .post-ratings span,
.single-reseptit .post-ratings-loading,
.post-type-archive-reseptit .post-ratings span,
.post-type-archive-reseptit .post-ratings-loading,
.tax-recipe-tax .post-ratings span,
.tax-recipe-tax .post-ratings-loading,
.tax-recipe-alg .post-ratings span,
.tax-recipe-alg .post-ratings-loading {
  line-height: calc( 1em * 1.6);
  letter-spacing: normal;
  font-family: "Apercu Pro", sans-serif;
  padding-left: 0.5em;
  text-transform: none !important;
  font-weight: 300 !important;
}

@media screen and (max-width: 768px) {
  /* line 356, resources/assets/styles/layouts/_recipes.scss */

  .single-reseptit .post-ratings span,
  .single-reseptit .post-ratings-loading,
  .post-type-archive-reseptit .post-ratings span,
  .post-type-archive-reseptit .post-ratings-loading,
  .tax-recipe-tax .post-ratings span,
  .tax-recipe-tax .post-ratings-loading,
  .tax-recipe-alg .post-ratings span,
  .tax-recipe-alg .post-ratings-loading {
    font-size: calc( calc( 0.8 * 16px) * 0.9);
  }
}

@media screen and (min-width: 769px) {
  /* line 356, resources/assets/styles/layouts/_recipes.scss */

  .single-reseptit .post-ratings span,
  .single-reseptit .post-ratings-loading,
  .post-type-archive-reseptit .post-ratings span,
  .post-type-archive-reseptit .post-ratings-loading,
  .tax-recipe-tax .post-ratings span,
  .tax-recipe-tax .post-ratings-loading,
  .tax-recipe-alg .post-ratings span,
  .tax-recipe-alg .post-ratings-loading {
    font-size: calc( calc( 0.8 * 16px) * 0.8);
  }
}

@media screen and (min-width: 1088px) {
  /* line 356, resources/assets/styles/layouts/_recipes.scss */

  .single-reseptit .post-ratings span,
  .single-reseptit .post-ratings-loading,
  .post-type-archive-reseptit .post-ratings span,
  .post-type-archive-reseptit .post-ratings-loading,
  .tax-recipe-tax .post-ratings span,
  .tax-recipe-tax .post-ratings-loading,
  .tax-recipe-alg .post-ratings span,
  .tax-recipe-alg .post-ratings-loading {
    font-size: calc( calc( 0.8 * 16px) * 1);
  }
}

@media screen and (min-width: 1280px) {
  /* line 356, resources/assets/styles/layouts/_recipes.scss */

  .single-reseptit .post-ratings span,
  .single-reseptit .post-ratings-loading,
  .post-type-archive-reseptit .post-ratings span,
  .post-type-archive-reseptit .post-ratings-loading,
  .tax-recipe-tax .post-ratings span,
  .tax-recipe-tax .post-ratings-loading,
  .tax-recipe-alg .post-ratings span,
  .tax-recipe-alg .post-ratings-loading {
    font-size: calc( calc( 0.8 * 16px) * 1);
  }
}

/* line 60, resources/assets/styles/common/_typography-variables.scss */

.single-reseptit .post-ratings span a,
.single-reseptit .post-ratings-loading a,
.post-type-archive-reseptit .post-ratings span a,
.post-type-archive-reseptit .post-ratings-loading a,
.tax-recipe-tax .post-ratings span a,
.tax-recipe-tax .post-ratings-loading a,
.tax-recipe-alg .post-ratings span a,
.tax-recipe-alg .post-ratings-loading a {
  text-decoration: underline;
  color: #1c4220;
  font-weight: 600;
}

/* line 367, resources/assets/styles/layouts/_recipes.scss */

.single-reseptit .post-ratings span::before,
.post-type-archive-reseptit .post-ratings span::before,
.tax-recipe-tax .post-ratings span::before,
.tax-recipe-alg .post-ratings span::before {
  content: "\A";
  white-space: pre;
}

/* line 373, resources/assets/styles/layouts/_recipes.scss */

.single-reseptit .post-ratings-loading .post-ratings-image,
.post-type-archive-reseptit .post-ratings-loading .post-ratings-image,
.tax-recipe-tax .post-ratings-loading .post-ratings-image,
.tax-recipe-alg .post-ratings-loading .post-ratings-image {
  padding-right: 0.5em;
}

/* line 378, resources/assets/styles/layouts/_recipes.scss */

.single-reseptit .post-ratings,
.post-type-archive-reseptit .post-ratings,
.tax-recipe-tax .post-ratings,
.tax-recipe-alg .post-ratings {
  vertical-align: text-bottom;
  width: 100%;
  display: inline-block;
  font-size: 0;
  height: 27px;
  text-align: center;
}

/* line 388, resources/assets/styles/layouts/_recipes.scss */

.single-reseptit .recipe-products .column,
.post-type-archive-reseptit .recipe-products .column,
.tax-recipe-tax .recipe-products .column,
.tax-recipe-alg .recipe-products .column {
  text-align: center;
}

/* line 391, resources/assets/styles/layouts/_recipes.scss */

.single-reseptit .recipe-products .column > a,
.post-type-archive-reseptit .recipe-products .column > a,
.tax-recipe-tax .recipe-products .column > a,
.tax-recipe-alg .recipe-products .column > a {
  color: #3e3e3e;
  display: block;
}

/* line 395, resources/assets/styles/layouts/_recipes.scss */

.single-reseptit .recipe-products .column > a .product-name,
.post-type-archive-reseptit .recipe-products .column > a .product-name,
.tax-recipe-tax .recipe-products .column > a .product-name,
.tax-recipe-alg .recipe-products .column > a .product-name {
  margin: 1rem 0;
}

/* stylelint-disable */

/* line 404, resources/assets/styles/layouts/_recipes.scss */

.recipes-list {
  position: relative;
}

/* line 408, resources/assets/styles/layouts/_recipes.scss */

.recipes-list .recipe-list-single a {
  display: block;
}

/* line 412, resources/assets/styles/layouts/_recipes.scss */

.recipes-list .recipe-list-single .single-recipe-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 100%;
}

@media (max-width: 1472px) {
  /* line 412, resources/assets/styles/layouts/_recipes.scss */

  .recipes-list .recipe-list-single .single-recipe-img {
    height: 160px;
  }
}

@media (max-width: 1280px) {
  /* line 412, resources/assets/styles/layouts/_recipes.scss */

  .recipes-list .recipe-list-single .single-recipe-img {
    height: 131px;
  }
}

@media (max-width: 1088px) {
  /* line 412, resources/assets/styles/layouts/_recipes.scss */

  .recipes-list .recipe-list-single .single-recipe-img {
    height: 150px;
  }
}

@media (max-width: 769px) {
  /* line 412, resources/assets/styles/layouts/_recipes.scss */

  .recipes-list .recipe-list-single .single-recipe-img {
    height: 188px;
  }
}

/* line 436, resources/assets/styles/layouts/_recipes.scss */

.recipes-list .recipe-list-single .entry-tile-title {
  text-align: center;
  padding-top: 1em;
  color: #292929;
}

/* line 444, resources/assets/styles/layouts/_recipes.scss */

.recipes-list .recipe-list-single .post-ratings {
  text-align: center;
}

/* line 447, resources/assets/styles/layouts/_recipes.scss */

.recipes-list .recipe-list-single .post-ratings .post-ratings-image {
  width: 14px;
  height: 13px;
  background-size: 14px 13px;
  padding-left: 14px;
}

/* line 454, resources/assets/styles/layouts/_recipes.scss */

.recipes-list .recipe-list-single .post-ratings span {
  display: none;
}

@media (max-width: 480px) {
  /* line 407, resources/assets/styles/layouts/_recipes.scss */

  .recipes-list .recipe-list-single {
    width: 100%;
  }
}

/* line 464, resources/assets/styles/layouts/_recipes.scss */

.recipes-list .category-link {
  font-size: 2.3rem;
  background: #57ab27;
  display: block;
  color: #fff;
  height: 54px;
  width: 54px;
  text-align: center;
  border-radius: 27px;
  position: absolute;
  right: -64px;
  top: 70px;
}

@media (max-width: 1280px) {
  /* line 464, resources/assets/styles/layouts/_recipes.scss */

  .recipes-list .category-link {
    font-size: 2rem;
    height: 46px;
    width: 46px;
    border-radius: 23px;
    line-height: 48px;
  }
}

@media (max-width: 1088px) {
  /* line 464, resources/assets/styles/layouts/_recipes.scss */

  .recipes-list .category-link {
    display: none;
  }
}

/* stylelint-enable */

/* line 494, resources/assets/styles/layouts/_recipes.scss */

.tax-recipe-tax .recipe-filter,
.tax-recipe-alg .recipe-filter {
  border: 1px solid #000;
  text-align: center;
  padding: 1rem;
  display: block;
}

/* line 503, resources/assets/styles/layouts/_recipes.scss */

.reseptit .entry-content {
  margin: auto;
  max-width: 1200px;
  width: calc( 100% * 0.8);
}

/* line 507, resources/assets/styles/layouts/_recipes.scss */

.reseptit .recipe-rate {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-bottom: 60px;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  /* line 507, resources/assets/styles/layouts/_recipes.scss */

  .reseptit .recipe-rate {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 1088px) {
  /* line 507, resources/assets/styles/layouts/_recipes.scss */

  .reseptit .recipe-rate {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* line 514, resources/assets/styles/layouts/_recipes.scss */

.reseptit .recipe-related {
  padding-top: 30px;
  padding-bottom: 30px;
  margin: auto;
  max-width: 1200px;
  width: calc( 100% * 0.8);
}

@media screen and (min-width: 769px) {
  /* line 514, resources/assets/styles/layouts/_recipes.scss */

  .reseptit .recipe-related {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 1088px) {
  /* line 514, resources/assets/styles/layouts/_recipes.scss */

  .reseptit .recipe-related {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* line 1, resources/assets/styles/layouts/_tinymce.scss */

body#tinymce {
  margin: 12px !important;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
  color: #000;
}

/* line 9, resources/assets/styles/layouts/_tinymce.scss */

body#tinymce a {
  color: blue;
  text-decoration: underline;
}

/* line 14, resources/assets/styles/layouts/_tinymce.scss */

body#tinymce ol {
  list-style: decimal;
  padding-left: 1.5rem;
}

/* line 19, resources/assets/styles/layouts/_tinymce.scss */

body#tinymce ul {
  list-style: disc;
  padding-left: 1.5rem;
}

/* line 24, resources/assets/styles/layouts/_tinymce.scss */

body#tinymce blockquote {
  padding: 1rem 0 1rem 3rem;
  border-left: 3px solid grey;
}

/* line 29, resources/assets/styles/layouts/_tinymce.scss */

body#tinymce blockquote:not(:last-child),
body#tinymce dl:not(:last-child),
body#tinymce ol:not(:last-child),
body#tinymce p:not(:last-child),
body#tinymce pre:not(:last-child),
body#tinymce table:not(:last-child),
body#tinymce ul:not(:last-child) {
  margin-bottom: 1em;
}


/*# sourceMappingURL=main.css.map*/