@charset "UTF-8";
@import url("//use.typekit.net/hnl5kkn.css");
:root {
  --bs-blue: #83bcc1;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #279f5b;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #83bcc1;
  --bs-secondary: #6c757d;
  --bs-success: #279f5b;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: "brandon-grotesque", sans-serif;
  font-size: calc(1.265625rem + 0.1875vw);
  font-weight: 400;
  line-height: 1.2;
  color: #2e2d2c;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(46, 45, 44, 0);
}
@media (min-width: 1200px) {
  body {
    font-size: 1.40625rem;
  }
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .ww-content.-news .-item .-date, .ww-content.-magazines .-category, .ww-content.-downloads .-category, .ww-content.-downloads .-price, .ww-content.-downloads .-use, .ww-content.-order .-price, .ww-content.-order .-use, .ww-section .ww-pretitle, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 19px;
  font-family: "poleno", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #279f5b;
}

h1, .h1 {
  font-size: calc(1.4375rem + 2.25vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3.125rem;
  }
}

h2, .h2 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.875rem;
  }
}

h3, .ww-content.-news .-item .-date, .ww-content.-magazines .-category, .ww-content.-downloads .-category, .ww-content.-downloads .-price, .ww-content.-downloads .-use, .ww-content.-order .-price, .ww-content.-order .-use, .ww-section .ww-pretitle, .h3 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  h3, .ww-content.-news .-item .-date, .ww-content.-magazines .-category, .ww-content.-downloads .-category, .ww-content.-downloads .-price, .ww-content.-downloads .-use, .ww-content.-order .-price, .ww-content.-order .-use, .ww-section .ww-pretitle, .h3 {
    font-size: 1.875rem;
  }
}

h4, .h4 {
  font-size: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5625rem;
  }
}

h5, .h5 {
  font-size: calc(1.30078125rem + 0.609375vw);
}
@media (min-width: 1200px) {
  h5, .h5 {
    font-size: 1.7578125rem;
  }
}

h6, .h6 {
  font-size: calc(1.265625rem + 0.1875vw);
}
@media (min-width: 1200px) {
  h6, .h6 {
    font-size: 1.40625rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #279f5b;
  text-decoration: none;
}
a:hover {
  color: #9cbc53;
  text-decoration: none;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: calc(1.30078125rem + 0.609375vw);
  font-weight: 300;
}
@media (min-width: 1200px) {
  .lead {
    font-size: 1.7578125rem;
  }
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: calc(1.30078125rem + 0.609375vw);
}
@media (min-width: 1200px) {
  .blockquote {
    font-size: 1.7578125rem;
  }
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.container,
.container-fluid,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 19px);
  padding-left: var(--bs-gutter-x, 19px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 1286px;
  }
}
.row {
  --bs-gutter-x: 38px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1100px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

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

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

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

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

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }
}
@media (min-width: 1100px) {
  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }
}
@media (min-width: 1400px) {
  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
body {
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 575.98px) {
  body {
    font-size: 20px;
  }
}
body:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 45, 44, 0.8);
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-out;
}
@media (min-width: 768px) {
  body:after {
    display: none;
  }
}

h2,
.h2 {
  margin-bottom: 0.3243em;
  line-height: 0.9;
}
h2 + h2,
h2 + .h2,
.h2 + h2,
.h2 + .h2 {
  margin-top: -0.3243em;
}
h2.-lime,
.h2.-lime {
  color: #9cbc53;
}

h3, .ww-content.-news .-item .-date, .ww-content.-magazines .-category, .ww-content.-downloads .-category, .ww-content.-downloads .-price, .ww-content.-downloads .-use, .ww-content.-order .-price, .ww-content.-order .-use, .ww-section .ww-pretitle, .h3 {
  font-size: 30px;
  line-height: 27px;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  h3, .ww-content.-news .-item .-date, .ww-content.-magazines .-category, .ww-content.-downloads .-category, .ww-content.-downloads .-price, .ww-content.-downloads .-use, .ww-content.-order .-price, .ww-content.-order .-use, .ww-section .ww-pretitle, .h3 {
    font-size: 24px;
  }
}

h4,
.h4 {
  font-style: normal;
  color: inherit;
  margin-bottom: 0;
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav a {
  display: block;
}

input:not([type=checkbox]):not([type=radio]),
select,
textarea,
button {
  display: block;
  background-color: transparent;
  border: 4px solid;
  color: inherit;
  padding: 9px 15px 10px;
}
input:not([type=checkbox]):not([type=radio]):focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

input:not([type=checkbox]):not([type=radio]),
select,
textarea {
  width: 100%;
}

input[type=checkbox],
input[type=radio] {
  opacity: 0;
  position: absolute;
  left: 20px;
  z-index: -1;
}
input[type=checkbox] + i,
input[type=radio] + i {
  display: block;
  position: relative;
  width: 55px;
  height: 55px;
  flex: 0 0 auto;
  border: 4px solid;
  margin-right: 15px;
}
input[type=checkbox] + i:after,
input[type=radio] + i:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  background-color: #2e2d2c;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-out;
}
input[type=checkbox]:checked + i:after,
input[type=radio]:checked + i:after {
  opacity: 1;
  visibility: visible;
}

label {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

select {
  font-family: "poleno", sans-serif;
}

a {
  transition: 0.2s ease-out;
}

::-webkit-input-placeholder {
  font-family: "poleno", sans-serif;
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  font-family: "poleno", sans-serif;
  color: inherit;
  opacity: 1;
}

::placeholder {
  font-family: "poleno", sans-serif;
  color: inherit;
  opacity: 1;
}

a.btn {
  display: inline-block;
  border: 4px solid;
  transition: 0.2s ease-out;
}
a.btn:hover {
  background-color: #279f5b;
  color: #fff;
  border-color: #279f5b;
}

.logo img {
  display: block;
  width: 100%;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url("../img/lifeform.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 70% auto;
  z-index: 10;
}
@media (min-width: 768px) {
  .site-header {
    height: 271px;
    background-size: 60% auto;
  }
}
.site-header img {
  display: block;
  width: 100%;
}
.site-header nav ul {
  display: flex;
}
.site-header nav a {
  color: #2e2d2c;
  transition: 0.2s ease-out;
}
.site-header nav a.active {
  color: #279f5b;
}
.site-header nav li:hover > a, .site-header nav li.current-menu-item > a, .site-header nav li.current-menu-ancestor > a {
  color: #279f5b;
}
.site-header .container {
  position: relative;
  padding-top: 30px;
  padding-bottom: 5.5%;
}
@media (min-width: 768px) {
  .site-header .container {
    padding-bottom: 0;
  }
}
.site-header .ww-social {
  display: none;
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .site-header .ww-social {
    display: flex;
  }
}
.site-header .logo {
  display: block;
  width: 80px;
}
@media (min-width: 768px) {
  .site-header .logo {
    width: 100px;
  }
}
@media (min-width: 1100px) {
  .site-header .logo {
    width: 170px;
  }
}
.site-header .wattwil {
  position: absolute;
  display: none;
  top: 80px;
  width: 150px;
}
@media (min-width: 768px) {
  .site-header .wattwil {
    left: 137px;
    display: block;
  }
}
@media (min-width: 1100px) {
  .site-header .wattwil {
    left: 227px;
    width: 230px;
  }
}
@media (min-width: 1300px) {
  .site-header .wattwil {
    top: 63px;
    left: 23.72%;
  }
}
@media (max-width: 767.98px) {
  .site-header .col-auto {
    position: absolute;
    left: 0;
  }
}
.site-header .nav-toggle {
  position: relative;
  background: none transparent !important;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  cursor: pointer;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .site-header .nav-toggle {
    display: none;
  }
}
.site-header .nav-toggle span {
  display: block;
  position: absolute;
  height: 1px;
  width: 28px;
  background: #279f5b;
  opacity: 1;
  left: 6px;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.site-header .nav-toggle span:nth-child(1) {
  top: 10px;
}
.site-header .nav-toggle span:nth-child(2), .site-header .nav-toggle span:nth-child(3) {
  top: 50%;
}
.site-header .nav-toggle span:nth-child(4) {
  bottom: 10px;
}
.site-header .service-nav {
  font-size: 16px;
  margin-bottom: 23px;
}
.site-header .service-nav li:not(:last-child) {
  margin-right: 10px;
}
.site-header .site-nav {
  display: none;
  font-family: "poleno", sans-serif;
  width: 100%;
  margin-bottom: 16px;
  margin-left: -20px;
}
@media (min-width: 1300px) {
  .site-header .site-nav {
    width: 92.6%;
  }
}
@media (min-width: 768px) {
  .site-header .site-nav {
    display: block;
  }
}
@media (min-width: 1100px) {
  .site-header .site-nav {
    margin-left: auto;
  }
}
.site-header .site-nav > ul > li {
  font-family: "poleno", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
@media (min-width: 1100px) {
  .site-header .site-nav > ul > li {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .site-header .site-nav > ul > li {
    font-size: 25px;
  }
}
.site-header .site-nav > ul > li:not(:last-child) {
  margin-right: 10px;
}
@media (min-width: 1100px) {
  .site-header .site-nav > ul > li:not(:last-child) {
    margin-right: 18px;
  }
}

.site-main {
  overflow: hidden;
}
@media (min-width: 1400px) {
  .site-main {
    overflow: visible;
  }
}

.site-footer {
  background-position: bottom right;
  background-repeat: no-repeat;
  border-top: 5px solid #2e2d2c;
  padding: 25px 0;
  background-size: 60% auto;
}
@media (min-width: 768px) {
  .site-footer {
    padding: 55px 0;
    background-image: url(../img/footer.png);
  }
}
@media (min-width: 1400px) {
  .site-footer {
    background-size: contain;
  }
}
.site-footer a {
  color: inherit;
}
.site-footer a:hover {
  color: #279f5b;
}
.site-footer .row > * {
  margin-bottom: 25px;
}
@media (min-width: 1100px) {
  .site-footer .row > * {
    margin-bottom: 75px;
  }
}
.site-footer .row > *:first-child p:first-child {
  margin-bottom: 7px;
}
.site-footer .row > *:last-child .-title {
  color: #9cbc53;
}
.site-footer .-title {
  font-family: "poleno", sans-serif;
  color: #279f5b;
}

.mob-nav {
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  transform: translateY(-100%);
  transition: 0.2s ease-out;
  overflow-y: auto;
  padding-top: 120px;
  padding-bottom: 30px;
  z-index: 8;
  font-family: "poleno", sans-serif;
}
@media (min-width: 768px) {
  .mob-nav {
    display: none;
  }
}
.mob-nav .ww-social {
  margin-bottom: 25px;
  padding: 0 15px;
}
.mob-nav li.current-menu-ancestor > div > a,
.mob-nav li.current_page_item > div > a {
  color: #279f5b;
}
.mob-nav a.active {
  color: #279f5b;
}
.mob-nav > ul {
  display: block;
  border-top: 1px solid #f6f6f6;
}
.mob-nav > ul a {
  padding: 10px 15px;
}
.mob-nav > ul > li {
  border-bottom: 1px solid #f6f6f6;
}
.mob-nav > ul > li > div > .-toggle {
  width: 50px !important;
}
.mob-nav > ul > li > div > a {
  padding: 15px;
}
.mob-nav > ul > li ul {
  display: none;
}
.mob-nav > ul > li li:first-child {
  border-top: 1px solid #f6f6f6;
}
.mob-nav > ul > li li:not(:last-child) {
  border-bottom: 1px solid #f6f6f6;
}
.mob-nav > ul > li li a {
  padding: 10px 30px;
}
.mob-nav .link-wrapper {
  display: flex;
}
.mob-nav .link-wrapper > a {
  flex: 0 1 100%;
}
.mob-nav .link-wrapper .-toggle {
  position: relative;
  flex: 0 0 auto;
  border-width: 0;
  border-radius: 0;
  background-color: #83bcc1;
  color: #fff;
  outline: none;
  cursor: pointer;
  width: 40px;
  text-align: center;
}
.mob-nav .link-wrapper .-toggle span {
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
}
.mob-nav .link-wrapper .-toggle span:last-child {
  transition: 0.2s ease-out;
  transform: translate(-50%, -50%) rotate(90deg);
}
.mob-nav .subnav-open > .link-wrapper .-toggle span:last-child {
  opacity: 0;
}

.nav-open:after {
  opacity: 1;
  visibility: visible;
}
.nav-open .site-header {
  position: fixed;
}
.nav-open .mob-nav {
  transform: translateY(0);
}
.nav-open .nav-toggle span:nth-child(1),
.nav-open .nav-toggle span:nth-child(4) {
  top: 50%;
  width: 0%;
  left: 50%;
}
.nav-open .nav-toggle span:nth-child(2) {
  transform: rotate(45deg);
}
.nav-open .nav-toggle span:nth-child(3) {
  transform: rotate(-45deg);
}

.ww-section {
  position: relative;
  z-index: 0;
}
.ww-section:not(.-gallery):not(.-left_right) {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .ww-section:not(.-gallery):not(.-left_right) {
    padding: 72px 0;
  }
}
.ww-section.-green:not(.-left_right) {
  background-color: #279f5b;
}
.ww-section.-green .ww-button.-green {
  color: #9cbc53;
}
.ww-section.-green .ww-button:not(.-green):hover {
  background-color: #9cbc53;
  border-color: #9cbc53;
}
.ww-section:not(.-left_right).-blue {
  background-color: #83bcc1;
}
.ww-section:not(.-left_right).-lime {
  background-color: #9cbc53;
}
.ww-section:not(.-left_right).-grey {
  background-color: #f6f6f6;
}
.ww-section.-blue, .ww-section.-lime, .ww-section.-green {
  color: #fff;
}
.ww-section.-blue input[type=checkbox] + i:after,
.ww-section.-blue input[type=radio] + i:after, .ww-section.-lime input[type=checkbox] + i:after,
.ww-section.-lime input[type=radio] + i:after, .ww-section.-green input[type=checkbox] + i:after,
.ww-section.-green input[type=radio] + i:after {
  background-color: #fff;
}
.ww-section.-blue .ww-pretitle,
.ww-section.-blue h2,
.ww-section.-blue .h2, .ww-section.-lime .ww-pretitle,
.ww-section.-lime h2,
.ww-section.-lime .h2, .ww-section.-green .ww-pretitle,
.ww-section.-green h2,
.ww-section.-green .h2 {
  color: inherit;
}
.ww-section.-blue .ww-content:not(.-slider) li:before, .ww-section.-lime .ww-content:not(.-slider) li:before, .ww-section.-green .ww-content:not(.-slider) li:before {
  color: #fff;
}
.ww-section .ww-pretitle {
  font-family: "poleno", sans-serif;
  margin-bottom: 3px;
  color: #9cbc53;
}
.ww-section .ww-title {
  font-size: 2.2223em;
}
.ww-section .section-info {
  margin-bottom: 43px;
}
.ww-section .section-info.-white {
  color: #fff;
}
.ww-section .section-info.-white .ww-pretitle,
.ww-section .section-info.-white h2,
.ww-section .section-info.-white .h2 {
  color: inherit;
}
.ww-section.-intro img {
  display: block;
  width: 100%;
}
.ww-section.-intro h1,
.ww-section.-intro .h1 {
  line-height: 0.9;
}
.ww-section.-intro h1 .-green,
.ww-section.-intro .h1 .-green {
  color: #9cbc53;
}
.ww-section.-intro .container {
  position: relative;
}
.ww-section.-intro .row {
  margin-bottom: 0 !important;
}
.ww-section.-intro .-image {
  display: none;
  position: absolute;
  right: 0;
  top: -90px;
  width: 43%;
}
@media (min-width: 768px) {
  .ww-section.-intro .-image {
    display: block;
  }
}
@media (min-width: 768px) {
  .ww-section.-intro .-background {
    margin-bottom: -40px;
  }
}
.ww-section.-intro_post {
  position: relative;
  z-index: -1;
  padding-bottom: 0 !important;
}
@media (min-width: 768px) {
  .ww-section.-intro_post .-spacer {
    padding-top: 70px;
  }
}
@media (min-width: 1100px) {
  .ww-section.-intro_post .-spacer {
    padding-top: 150px;
  }
}
.ww-section.-intro_post .-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.ww-section.-intro_post .-background img {
  display: block;
  width: 100%;
}
.ww-section.-left_right {
  position: relative;
  z-index: 0;
}
.ww-section.-left_right.-green .-box:after {
  background-color: #279f5b;
}
.ww-section.-left_right.-grey .-box:after {
  background-color: #f6f6f6;
}
.ww-section.-left_right.-lime .-box:after {
  background-color: #9cbc53;
}
.ww-section.-left_right .-image.-right {
  text-align: right;
}
.ww-section.-left_right .-image img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 1400px) {
  .ww-section.-left_right .-image img {
    width: 50%;
  }
}
.ww-section.-left_right .-box {
  position: relative;
  padding: 47px 0 46px;
}
@media (min-width: 1400px) {
  .ww-section.-left_right .-box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
  }
}
.ww-section.-left_right .-box:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}
@media (min-width: 1400px) {
  .ww-section.-left_right .-box:after {
    width: 54.9%;
  }
}
.ww-section.-left_right .-box.-left:after {
  left: 0;
}
.ww-section.-left_right .-box.-right:after {
  right: 0;
}
.ww-section .row:not(.-noMargin):not(:last-child) {
  margin-bottom: 82px;
}
.ww-section .row > *:not(:last-child) {
  margin-bottom: 34px;
}
@media (min-width: 768px) {
  .ww-section .row > *:not(:last-child):not(.col-lg-4) {
    margin-bottom: 0;
  }
}
@media (min-width: 1100px) {
  .ww-section .row > *:not(:last-child) {
    margin-bottom: 0;
  }
}

.ww-content:not(.-slider) ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ww-content:not(.-slider) li {
  position: relative;
  padding-left: 25px;
}
.ww-content:not(.-slider) li:before {
  position: absolute;
  top: 0px;
  left: 0;
  content: "O";
  color: #279f5b;
  font-weight: 900;
}
.ww-content.-collapsible {
  background-color: #fff;
  box-shadow: 0px 1.5px 20px 0px rgba(0, 0, 0, 0.2);
  padding-bottom: 30px;
  max-width: 605px;
  margin-left: auto;
  margin-right: auto;
}
.ww-content.-collapsible:not(:last-child) {
  margin-bottom: 36px;
}
.ww-content.-collapsible ul > li:before {
  color: #2e2d2c;
}
.ww-content.-collapsible img {
  display: block;
  width: 100%;
}
.ww-content.-collapsible .-image {
  position: relative;
  margin-bottom: 32px;
}
.ww-content.-collapsible .-image:after {
  content: "";
  position: absolute;
  right: 25px;
  bottom: 0;
  transform: translateY(33.333%);
  width: 22.4793%;
  height: 37.2152%;
  background-image: url("../img/logo_left.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ww-content.-collapsible .-wrap {
  padding: 0px 35px;
}
.ww-content.-collapsible .ww-pretitle {
  color: #83bcc1;
}
.ww-content.-collapsible .-content .-wrap {
  padding-top: 10px;
}
.ww-content.-collapsible .-text {
  margin-bottom: 1.2em;
}
.ww-content.-collapsible .-partner h4, .ww-content.-collapsible .-partner .h4 {
  display: inline-block;
  background-color: #279f5b;
  color: #fff;
  padding: 2px 10px 0;
}
.ww-content.-collapsible .-partner .-item {
  display: block;
  position: relative;
}
.ww-content.-collapsible .-partner img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.ww-content.-collapsible .-partner .-spacer {
  padding-top: 100%;
}
.ww-content.-collapsible .-toggle[aria-expanded=true] .-more {
  display: none;
}
.ww-content.-collapsible .-toggle[aria-expanded=false] .-less {
  display: none;
}
.ww-content.-download_list ul li:before {
  content: "";
  width: 18px;
  height: 14px;
  top: 6px;
  background-image: url("../img/download.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 576px) {
  .ww-content.-download_list ul li:before {
    top: 8px;
  }
}
.ww-content.-download_list ul li a {
  color: inherit;
}
.ww-content.-download_list ul li a:hover {
  color: #9cbc53;
}
.ww-content.-downloads .-item {
  background-color: #fff;
  box-shadow: 1.5px 0px 20px rgba(0, 0, 0, 0.2);
  max-width: 390px;
  margin: 0 auto;
}
@media (min-width: 1100px) {
  .ww-content.-downloads .-item {
    margin-bottom: 34px;
  }
}
.ww-content.-downloads .-item:hover .-image .-overlay {
  opacity: 1;
  visibility: visible;
}
.ww-content.-downloads .-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #f6f6f6;
}
.ww-content.-downloads .-image img {
  display: block;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.ww-content.-downloads .-image .-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9cbc53;
  color: #fff;
  padding: 25px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-out;
}
.ww-content.-downloads .-infos {
  padding: 25px;
}
.ww-content.-downloads .-name {
  color: #9cbc53;
  margin-bottom: 24px;
}
.ww-content.-downloads .ww-button {
  color: #2e2d2c;
}
.ww-content.-downloads .ww-button:hover {
  color: #fff;
}
.ww-content.-image {
  display: block;
  margin: 0;
  padding: 0;
}
.ww-content.-image picture,
.ww-content.-image img {
  display: block;
  width: 100%;
}
.ww-content.-image_text picture, .ww-content.-image_text img {
  display: block;
  width: 100%;
}
.ww-content.-image_text .-box {
  background-color: #f6f6f6;
  padding: 25px 0 25px;
}
@media (min-width: 576px) {
  .ww-content.-image_text .-box {
    padding: 65px 0 54px;
    margin-top: -10%;
  }
}
.ww-content.-magazines .-magazine {
  display: block;
  max-width: 390px;
  margin: 0 auto;
}
.ww-content.-magazines img {
  display: block;
  width: 100%;
}
.ww-content.-magazines .-image {
  margin-bottom: 35px;
}
.ww-content.-magazines .-title {
  color: #9cbc53;
  margin-bottom: 15px;
}
.ww-content.-magazines .ww-button {
  color: #2e2d2c;
}
.ww-content.-magazines a:hover .ww-button {
  color: #fff;
  background-color: #279f5b;
  border-color: #279f5b;
}
.ww-content.-map .-map {
  position: relative;
  z-index: 0;
}
.ww-content.-map .-map.-has_overlay {
  padding-top: 42.735%;
}
.ww-content.-map .-map.-has_overlay .acf-map {
  top: 42.735%;
}
.ww-content.-map .-spacer {
  padding-top: 85.9829%;
}
.ww-content.-map .-overlay {
  position: absolute;
  top: 0;
  right: -23.0769%;
  bottom: -10px;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
.ww-content.-map .-overlay img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom right;
}
.ww-content.-map .acf-map {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
}
.ww-content.-news img {
  display: block;
  width: 100%;
}
.ww-content.-news ul li {
  padding: 0;
}
.ww-content.-news ul li:before {
  display: none;
}
.ww-content.-news .-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  pointer-events: none;
}
.ww-content.-news .-background img {
  min-height: 200px;
  object-fit: cover;
  object-position: left center;
}
.ww-content.-news .-carousel-wrap {
  margin: 0 -19px;
  width: calc(100% + 38px);
}
.ww-content.-news .-carousel {
  z-index: 0;
  margin: -27px 0 -20px;
}
.ww-content.-news .-item {
  padding: 20px 19px;
}
.ww-content.-news .-item a {
  display: block;
  color: #2e2d2c !important;
  background-color: #fff;
  box-shadow: 1.5px 0px 20px rgba(0, 0, 0, 0.2);
  max-width: 390px;
  margin: 0 auto;
}
.ww-content.-news .-item a:hover .ww-button {
  color: #fff;
  background-color: #279f5b;
  border-color: #279f5b;
}
.ww-content.-news .-item .-infos {
  padding: 25px;
}
.ww-content.-news .-item .-date {
  color: #83bcc1;
}
.ww-content.-news .-item .-title {
  color: #2e2d2c;
}
.ww-content.-news .slick-list {
  margin-bottom: 23px;
}
.ww-content.-news .slick-arrow {
  display: none !important;
  position: absolute;
  top: 47.2%;
  z-index: 1;
  background-color: #83bcc1;
  color: #fff;
  border-width: 0;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
}
@media (min-width: 576px) {
  .ww-content.-news .slick-arrow {
    display: flex !important;
  }
}
.ww-content.-news .slick-arrow img {
  display: block;
  width: 24px;
}
.ww-content.-news .slick-arrow.slick-prev {
  left: 19px;
}
@media (min-width: 768px) {
  .ww-content.-news .slick-arrow.slick-prev {
    left: 0;
  }
}
.ww-content.-news .slick-arrow.slick-next {
  right: 19px;
}
@media (min-width: 768px) {
  .ww-content.-news .slick-arrow.slick-next {
    right: 0;
  }
}
.ww-content.-news .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 9px;
}
@media (min-width: 576px) {
  .ww-content.-news .slick-dots {
    margin: 0;
  }
}
.ww-content.-news .slick-dots li {
  margin: 0 10px;
  flex: 0 1 100%;
}
@media (min-width: 576px) {
  .ww-content.-news .slick-dots li {
    margin: 0 19px;
  }
}
.ww-content.-news .slick-dots li button {
  display: block;
  width: 100%;
  border-width: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  color: transparent;
  background-color: #f6f6f6;
  transition: 0.3s ease-out;
  height: 10px;
}
.ww-content.-news .slick-dots li.slick-active button {
  background-color: #83bcc1;
}
.ww-content.-order h2,
.ww-content.-order .h2 {
  color: inherit;
}
.ww-content.-order .ww-pretitle,
.ww-content.-order .-title {
  color: inherit;
}
.ww-content.-order .row:not(.-items) {
  margin-bottom: 0 !important;
}
.ww-content.-order .-intro {
  margin-bottom: 56px;
}
.ww-content.-order .-items {
  margin-bottom: 33px;
}
.ww-content.-order .-item {
  background-color: #fff;
  box-shadow: 1.5px 0px 20px rgba(0, 0, 0, 0.2);
  max-width: 390px;
  margin: 0 auto;
}
@media (min-width: 1100px) {
  .ww-content.-order .-item {
    margin-bottom: 34px;
  }
}
.ww-content.-order .-item:hover .-image .-overlay {
  opacity: 1;
  visibility: visible;
}
.ww-content.-order .-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #f6f6f6;
}
.ww-content.-order .-image img {
  display: block;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.ww-content.-order .-image .-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9cbc53;
  color: #fff;
  padding: 25px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-out;
}
.ww-content.-order .-infos {
  padding: 25px;
}
.ww-content.-order .-use {
  color: #9cbc53;
}
.ww-content.-order .-price {
  color: #83bcc1;
  margin-bottom: 24px;
}
.ww-content.-order .-buttons {
  display: flex;
}
.ww-content.-order .-buttons * {
  flex: 0 0 auto;
}
.ww-content.-order .-buttons a {
  margin-left: auto;
}
.ww-content.-order .-buttons input {
  display: none;
}
.ww-content.-order .-buttons .-amount {
  flex: 0 0 auto;
  text-align: right;
  margin-left: auto;
  width: 135px;
}
@media (min-width: 768px) {
  .ww-content.-order .-buttons .-amount {
    width: 150px;
  }
}
.ww-content.-order .-button,
.ww-content.-order .-amount {
  font-family: "poleno", sans-serif;
  color: #2e2d2c;
  font-style: normal;
  border: 4px solid;
  padding: 5px 16px 4px;
}
.ww-content.-order .-button {
  cursor: pointer;
  user-select: none;
}
.ww-content.-order .-button.-add, .ww-content.-order .-button.-substract {
  text-align: center;
  margin-right: 0px;
  width: 50px;
}
@media (min-width: 768px) {
  .ww-content.-order .-button.-add, .ww-content.-order .-button.-substract {
    margin-right: 10px;
    width: 53px;
  }
}
.ww-content.-order .-fields .col-12,
.ww-content.-order .-fields .col-6 {
  margin-bottom: 15px;
}
.ww-content.-order .-fields label,
.ww-content.-order .-fields button {
  font-family: "poleno", sans-serif;
}
@media (min-width: 768px) {
  .ww-content.-partner .row {
    margin-bottom: -34px;
  }
  .ww-content.-partner .row > * {
    margin-bottom: 34px !important;
  }
}
.ww-content.-partner img {
  position: absolute;
  display: block;
  top: 10%;
  left: 20%;
  height: 80%;
  width: 60%;
  object-fit: contain;
  object-position: center;
}
.ww-content.-partner .-item {
  position: relative;
  display: block;
  box-shadow: 0px 1.5px 20px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.ww-content.-partner .-spacer {
  padding-top: 50%;
}
.ww-content.-socialwall .-wrapper {
  margin: -19px;
}
.ww-content.-socialwall #sbi_images {
  margin: -19px;
}
.ww-content.-socialwall .sbi_item {
  padding: 19px !important;
}
.ww-content.-socialwall #sbi_load {
  text-align: left !important;
  padding: 0 19px;
}
.ww-content.-socialwall .sbi_load_btn {
  display: inline-block !important;
  position: relative !important;
  padding: 9px 15px 10px;
  border: 4px solid !important;
  font-family: "poleno", sans-serif !important;
  font-size: 1em !important;
  color: inherit !important;
  font-weight: 400 !important;
  transition: 0.2s ease-out !important;
  text-align: center !important;
  background: transparent !important;
  border-radius: 0 !important;
}
.ww-content.-socialwall .sbi_load_btn:hover {
  box-shadow: none !important;
  background-color: #279f5b !important;
  border-color: #279f5b !important;
}
.ww-content.-teaser .-item {
  position: relative;
  display: block;
  z-index: 0;
  color: inherit;
  padding: 0 35px 30px;
  text-align: center;
  text-decoration: none !important;
}
.ww-content.-teaser .-item:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 135px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f6f6f6;
}
.ww-content.-teaser .-item.-placeholder:after {
  top: 71px;
}
.ww-content.-teaser .-item.-placeholder .-image {
  width: 121px;
  height: 121px;
}
.ww-content.-teaser .-item:not(.-placeholder) .-image {
  border-radius: 50%;
  overflow: hidden;
}
.ww-content.-teaser .-image {
  margin: 0 auto 25px;
  width: 270px;
  height: 270px;
}
.ww-content.-teaser .-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ww-social {
  font-family: "poleno", sans-serif;
  font-size: 20px;
  display: flex;
  align-items: center;
  color: #83bcc1;
}
.ww-social img {
  display: block;
  width: 21px;
}
.ww-social .-facebook {
  padding: 0 5px;
  margin-left: 2px;
  margin-right: 4px;
}

.ww-button {
  display: inline-block;
  position: relative;
  padding: 13px 52px 15px;
  border: 4px solid;
  font-family: "poleno", sans-serif;
  font-size: 1.1111em;
  color: inherit;
  font-weight: 400;
  transition: 0.2s ease-out;
  text-align: center;
}
.ww-button:not(.-back) {
  margin-top: 28px;
}
.ww-button:hover, .ww-button:active {
  background-color: #279f5b;
  border-color: #279f5b;
  color: #fff;
  text-decoration: none;
}
.ww-button.-green {
  color: #279f5b;
}
.ww-button.-green:hover {
  color: #fff;
}
.ww-button.-solid {
  color: #fff;
  background-color: #279f5b;
  border-color: #279f5b;
}
.ww-button.-solid:hover, .ww-button.-solid:active {
  background-color: transparent;
  color: #2e2d2c;
  border-color: #2e2d2c;
}
.ww-button.-back {
  float: right;
}
.ww-button.-link, .ww-button.-download, .ww-button.-toggle {
  padding: 13px 17px 15px;
  text-align: left;
}
.ww-button.-link i, .ww-button.-download i, .ww-button.-toggle i {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.ww-button.-link, .ww-button.-download {
  width: 360px;
}
.ww-button.-download i {
  font-size: 44px;
}
.ww-button.-toggle i {
  right: 17px;
  font-size: 21px;
  transition: transform 0.2s ease-out;
}

.ww-clearfloat {
  display: block;
  clear: both;
}

.single .ww-title {
  font-size: 1.7778em;
}
