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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
      ========================================================================== */
/**
    * 1. Correct the line height in all browsers.
    * 2. Prevent adjustments of font size after orientation changes in
    *    IE on Windows Phone and in iOS.
    */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

/**
    * Add the correct margin in IE 8.
    */
figure {
  margin: 1em 40px;
}

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

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

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

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

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

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

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

/**
    * Add the correct font style in Android 4.3-.
    */
dfn {
  font-style: italic;
}

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

/**
    * Add the correct font size in all browsers.
    */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

/**
    * Hide the overflow in IE.
    */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
      ========================================================================== */
/**
    * 1. Change the font styles in all browsers (opinionated).
    * 2. Remove the margin in Firefox and Safari.
    */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

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

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

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

/**
    * Correct the padding in Firefox.
    */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

/**
    * Remove the default vertical scrollbar in IE.
    */
textarea {
  overflow: auto;
}

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

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

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

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

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

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

/*
    * Add the correct display in all browsers.
    */
summary {
  display: list-item;
}

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

/**
    * Add the correct display in IE.
    */
template {
  display: none;
}

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

/* ## Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

a {
  font-weight: 400;
  color: #142e1c;
}
a:hover {
  color: #0b8933;
}

p,
label,
address,
td,
th,
li,
legend,
time {
  font: 400 1.6rem/2 "Poppins", sans-serif;
  color: #142e1c;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  p,
  label,
  address,
  td,
  th,
  li,
  legend,
  time {
    font-size: 1.5rem;
  }
}

p {
  margin: 0 0 2.4rem 0;
}
p a {
  font-weight: 500;
  color: #0b8933;
  text-decoration: none;
}
p a:hover {
  color: #1a9d43;
}

strong,
b {
  font-weight: 700;
}

em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

figure {
  margin: 0;
}

.smaller,
small {
  font-size: 1.4rem;
  line-height: 1.75;
}

.bigger {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1023px) {
  .bigger {
    font-size: 1.6rem;
  }
}

ul {
  display: block;
  padding: 0;
  margin: 0 0 2.4rem 0;
}
ul li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
ul li:before {
  position: absolute;
  left: 0;
}

ul li {
  padding-left: 1.8rem;
}
ul li:before {
  display: block;
  height: 6px;
  width: 6px;
  background: #142e1c;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 0;
  content: "";
}
@media only screen and (max-width: 1023px) {
  ul li:before {
    top: 12px;
  }
}

blockquote {
  position: relative;
  display: block;
}
blockquote p:before, blockquote p:after {
  display: block;
  position: absolute;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
blockquote p:before {
  content: "“";
}
blockquote p:after {
  content: "”";
}

table {
  margin: 0 0 2.4rem 0;
  padding: 0;
  width: 100%;
}

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

th {
  font-weight: 700;
}

.white-text h1,
.white-text .h1,
.white-text h2,
.white-text .h2,
.white-text h3,
.white-text .h3,
.white-text h4,
.white-text .h4,
.white-text h5,
.white-text .h5,
.white-text h6,
.white-text .h6,
.white-text ul li,
.white-text ol li,
.white-text ul li:before,
.white-text ol li:before,
.white-text label,
.white-text p,
.white-text span,
.white-text i,
.white-text td,
.white-text th,
.white-text a:not(.button) {
  color: #FFF;
}
.white-text ul li:before {
  background: #FFF;
}
.white-text ol li:before {
  color: #FFF;
}

.align-left {
  text-align: left;
}
.align-left .button-wrap {
  justify-content: flex-start;
}

.align-center {
  text-align: center;
}
.align-center .button-wrap {
  justify-content: center;
}

.align-right {
  text-align: right;
}
.align-right .button-wrap {
  justify-content: flex-end;
}

.bg-black {
  background-color: #000;
}

.bg-white {
  background-color: #FFF;
}

.bg-accent {
  background-color: #0b8933;
}

.bg-primary {
  background-color: #142e1c;
}

.bg-secondary {
  background-color: rgba(11, 137, 51, 0.1);
}

.bg-tertiary {
  background-color: #F5F5F7;
}

.has-bg {
  border-radius: 2rem;
}

.color-white {
  color: #FFF !important;
}

.color-accent {
  color: #0b8933 !important;
}

.color-woo {
  color: #720eec !important;
}

* {
  outline: none !important;
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  color: #142e1c;
  background-color: #F5F5F7;
  scroll-behavior: smooth;
}
body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  max-width: 128rem;
  background-color: #FFF;
  z-index: -1;
}

.main,
main {
  padding-top: 11.2rem;
}
.main > :last-child:is(.content-row),
main > :last-child:is(.content-row) {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .main,
  main {
    padding-top: 8.8rem;
  }
}

.wrap {
  max-width: 128rem;
  padding: 0 2.8rem;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.wrap--full-width {
  max-width: 100%;
}
.wrap--wide {
  max-width: 104rem;
}
.wrap--narrow {
  max-width: 94rem;
}
.wrap--text {
  max-width: 71rem;
}
@media only screen and (max-width: 750px) {
  .wrap {
    padding: 0 1.6rem;
  }
}

h1, .h1 {
  font: 700 4.6rem/1.25 "Poppins", sans-serif;
  color: #142e1c;
  padding: 0;
  margin: 0 0 1.6rem 0;
  text-wrap: pretty;
}
@media only screen and (max-width: 1023px) {
  h1, .h1 {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 750px) {
  h1, .h1 {
    font-size: 2.8rem;
    margin-bottom: 1.2rem;
  }
}

h2, .h2 {
  font: 700 3.6rem/1.25 "Poppins", sans-serif;
  color: #142e1c;
  padding: 0;
  margin: 0 0 1.6rem 0;
  text-wrap: balance;
}
@media only screen and (max-width: 1023px) {
  h2, .h2 {
    font-size: 2.3rem;
    margin-bottom: 1rem;
  }
}

h3, .h3 {
  font: 700 2.8rem/1.3 "Poppins", sans-serif;
  color: #142e1c;
  margin: 0 0 1.2rem 0;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  h3, .h3 {
    font-size: 2rem;
  }
}

h4, .h4,
h5, .h5,
h6, .h6 {
  font: 700 2rem/1.25 "Poppins", sans-serif;
  color: #142e1c;
  margin: 0 0 1.2rem 0;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  h4, .h4,
  h5, .h5,
  h6, .h6 {
    font-size: 1.8rem;
  }
}

img {
  display: block;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

img.lazy {
  opacity: 0;
}

img.lazy.loaded {
  opacity: 1;
  transition: all 0.3s ease-out 0.5s;
}

img.lazy:not([src]) {
  visibility: hidden;
}

a[data-fancybox] {
  cursor: zoom-in;
}

.wrap-1-1,
.wrap-16-9,
.wrap-4-3,
.wrap-3-4 {
  display: block;
  position: relative;
  height: 0;
  margin: 0;
  overflow: hidden;
}
.wrap-1-1 img,
.wrap-16-9 img,
.wrap-4-3 img,
.wrap-3-4 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap-1-1 {
  padding: 0 0 100% 0;
}

.wrap-16-9 {
  padding: 0 0 56.25% 0;
}

.wrap-4-3 {
  padding: 0 0 75% 0;
}

.wrap-3-4 {
  padding: 0 0 133.33% 0;
}

.bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  object-fit: cover;
}

.responsive-iframe-wrapper {
  position: relative;
  padding: 0 0 56.25% 0;
  height: 0;
}
.responsive-iframe-wrapper img,
.responsive-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.responsive-iframe-wrapper--4-3 {
  padding: 0 0 75% 0;
}

.google-maps-wrapper {
  position: relative;
  padding: 0 0 40% 0;
  height: 0;
}
.google-maps-wrapper img,
.google-maps-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .google-maps-wrapper {
    padding: 0 0 66.67% 0;
  }
}
@media only screen and (max-width: 480px) {
  .google-maps-wrapper {
    padding: 0 0 100%;
  }
}

.content-row {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.content-row--small {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
.content-row + .content-row {
  padding-top: 0;
  margin-top: 0;
}
@media only screen and (max-width: 1023px) {
  .content-row {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
}

.spacing-row {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.spacing-row--small {
  margin-top: 4.4rem;
  margin-bottom: 4.4rem;
}
@media only screen and (max-width: 1023px) {
  .spacing-row {
    margin-top: 4.4rem;
    margin-bottom: 4.4rem;
  }
}

.small-gap {
  gap: 1.6rem;
}

.medium-gap {
  gap: 3.2rem;
}

.big-gap {
  gap: 6.4rem;
}

.content-gap {
  gap: 8.4rem;
}
@media only screen and (max-width: 1023px) {
  .content-gap {
    gap: 3.2rem;
  }
}

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

.col-2-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (max-width: 750px) {
  .col-2-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-3-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only screen and (max-width: 1023px) {
  .col-3-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 640px) {
  .col-3-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-4-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1023px) {
  .col-4-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .col-4-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-2-1-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
@media only screen and (max-width: 1023px) {
  .col-2-1-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-1-2-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
@media only screen and (max-width: 1023px) {
  .col-1-2-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-3-1-grid {
  display: grid;
  grid-template-columns: minmax(0, 3fr) 0.9fr;
}
@media only screen and (max-width: 1023px) {
  .col-3-1-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-1-3-grid {
  display: grid;
  grid-template-columns: 0.9fr minmax(0, 3fr);
}
@media only screen and (max-width: 1023px) {
  .col-1-3-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.button {
  font: 500 1.6rem/1.25 "Poppins", sans-serif;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 1.2rem 2rem;
  margin: 0;
  cursor: pointer;
  gap: 0.8rem;
  background: #0b8933;
  border: 0.2rem solid #0b8933;
  color: #FFF;
  text-align: center;
  border-radius: 3rem;
  transition: all 0.3s ease-out 0s;
}
.button__text {
  position: relative;
  z-index: 1;
  color: inherit;
  font-weight: inherit;
}
.button__icon {
  color: inherit;
  width: 2rem;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 1;
}
.button:hover {
  color: #FFF;
  background: #1a9d43;
  border-color: #1a9d43;
}
.button--accent-ghost {
  background: transparent;
  border-color: #0b8933;
  color: #0b8933;
}
.button--primary {
  background: #142e1c;
  border-color: #142e1c;
}
.button--secondary {
  background: rgba(11, 137, 51, 0.1);
  border-color: rgba(11, 137, 51, 0.1);
}
.button--small {
  padding: 0.8rem 1.6rem;
  font-size: 1.2rem;
  gap: 0.4rem;
}
.button--small .button__icon {
  width: 1.6rem;
}
.button--full {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .button {
    padding: 1rem 1.6rem;
    font-size: 1.4rem;
  }
  .button--small {
    padding: 0.8rem 1.2rem;
    font-size: 1.2rem;
    gap: 0.4rem;
  }
  .button--small .button__icon {
    width: 1.6rem;
  }
}

.fake-button {
  pointer-events: none;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  background: #142e1c;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-weight: 600;
  transition: all 0.3s ease-out 0s;
}
.play-button__icon {
  width: 2rem;
  position: relative;
  z-index: 1;
}
.play-button--hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.button-wrap {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.button-wrap p {
  margin-bottom: 0;
}

label, legend {
  margin-bottom: 0.6rem;
  display: block;
  position: relative;
}

abbr[title] {
  text-decoration: none;
}

textarea {
  resize: vertical;
}

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

input[type=text],
input[type=number],
input[type=search],
input[type=email],
input[type=tel],
input[type=password],
input[type=date],
input[type=phone],
input[type=url],
select,
textarea {
  display: block;
  position: relative;
  width: 100%;
  padding: 1rem 1.6rem;
  font: 400 1.6rem/1.5 "Poppins", sans-serif;
  color: #142e1c;
  margin: 0;
  border: 1px solid rgba(20, 46, 28, 0.2);
  border-radius: 0.6rem;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=phone]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: #0b8933;
}
@media only screen and (max-width: 1023px) {
  input[type=text],
  input[type=number],
  input[type=search],
  input[type=email],
  input[type=tel],
  input[type=password],
  input[type=date],
  input[type=phone],
  input[type=url],
  select,
  textarea {
    padding: 1.2rem 1.6rem;
  }
}

input[type=checkbox],
input[type=radio] {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
input[type=checkbox] + label, input[type=checkbox] + span, input[type=checkbox] + td,
input[type=radio] + label,
input[type=radio] + span,
input[type=radio] + td {
  display: block;
  position: relative;
  padding: 0 0 0 3rem;
  margin: 0;
  cursor: pointer;
  text-transform: none !important;
}
input[type=checkbox] + label:before, input[type=checkbox] + span:before, input[type=checkbox] + td:before,
input[type=radio] + label:before,
input[type=radio] + span:before,
input[type=radio] + td:before {
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  content: "";
  padding: 0;
  top: 5px;
  left: 0;
  background: #FFF;
  border: 1px solid rgba(20, 46, 28, 0.2);
  border-radius: 0.4rem;
}

input[type=checkbox] + label:before, input[type=checkbox] + span:before, input[type=checkbox] + td:before {
  top: 5px;
}
input[type=checkbox]:checked + label:after, input[type=checkbox]:checked + span:after, input[type=checkbox]:checked + td:after {
  content: "";
  background-image: url("../icons/circle-check-accent.svg");
  background-size: 1.8rem;
  background-repeat: no-repeat;
  height: 1.8rem;
  width: 1.8rem;
  position: absolute;
  left: 0.1rem;
  top: 0.6rem;
}

input[type=radio] + label, input[type=radio] + span, input[type=radio] + td {
  padding-left: 2.4rem;
}
input[type=radio] + label:before, input[type=radio] + span:before, input[type=radio] + td:before {
  border-radius: 50%;
  top: 8px;
  width: 16px;
  height: 16px;
}
input[type=radio]:checked + label:after, input[type=radio]:checked + span:after, input[type=radio]:checked + td:after {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #142e1c;
  display: block;
  position: absolute;
  top: 11px;
  left: 3px;
}
@media only screen and (max-width: 1023px) {
  input[type=radio] + label:before, input[type=radio] + span:before, input[type=radio] + td:before {
    top: 0.7rem !important;
  }
  input[type=radio]:checked + label:after, input[type=radio]:checked + span:after, input[type=radio]:checked + td:after {
    top: 1rem !important;
  }
}

textarea {
  height: 18rem;
}

select {
  appearance: none;
  background: none;
  cursor: pointer;
  background: #FFF url("../icons/angle-down.svg") right 2rem center no-repeat;
  background-size: 1rem;
}

.woocommerce .select2-container,
.woocommerce-page .select2-container {
  width: 100% !important;
}
.woocommerce .select2-container--default .select2-selection--single,
.woocommerce-page .select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 4.6rem;
  padding: 1rem 4.2rem 1rem 1.6rem;
  font: 400 1.6rem/1.5 "Poppins", sans-serif;
  color: #142e1c;
  border: 1px solid rgba(20, 46, 28, 0.2);
  border-radius: 0.6rem;
  background: #FFF url("../icons/angle-down.svg") right 2rem center no-repeat;
  background-size: 1rem;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (max-width: 1023px) {
  .woocommerce .select2-container--default .select2-selection--single,
  .woocommerce-page .select2-container--default .select2-selection--single {
    padding: 1.2rem 4.2rem 1.2rem 1.6rem;
  }
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1.5 !important;
  color: inherit;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__placeholder,
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: rgba(20, 46, 28, 0.6);
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.woocommerce li:before,
.woocommerce-page li:before {
  display: none;
}
.woocommerce .select2-container--default.select2-container--focus .select2-selection--single,
.woocommerce .select2-container--default.select2-container--open .select2-selection--single,
.woocommerce-page .select2-container--default.select2-container--focus .select2-selection--single,
.woocommerce-page .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #0b8933;
}
.woocommerce .select2-dropdown,
.woocommerce-page .select2-dropdown {
  border: 1px solid rgba(20, 46, 28, 0.2);
  border-radius: 0.6rem;
  overflow: hidden;
}
.woocommerce .select2-results__option,
.woocommerce-page .select2-results__option {
  padding: 0.8rem 1.6rem;
  font: 400 1.6rem/1.5 "Poppins", sans-serif;
}
.woocommerce .select2-container--default .select2-results__option--highlighted[aria-selected],
.woocommerce-page .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #0b8933;
  color: #FFF;
}

.gfield_error input[type=text],
.gfield_error input[type=number],
.gfield_error input[type=search],
.gfield_error input[type=email],
.gfield_error input[type=tel],
.gfield_error input[type=password],
.gfield_error input[type=date],
.gfield_error input[type=phone],
.gfield_error input[type=url],
.gfield_error select,
.gfield_error textarea,
.woocommerce-invalid input[type=text],
.woocommerce-invalid input[type=number],
.woocommerce-invalid input[type=search],
.woocommerce-invalid input[type=email],
.woocommerce-invalid input[type=tel],
.woocommerce-invalid input[type=password],
.woocommerce-invalid input[type=date],
.woocommerce-invalid input[type=phone],
.woocommerce-invalid input[type=url],
.woocommerce-invalid select,
.woocommerce-invalid textarea {
  border-color: #f35b6a;
}

.gform_validation_errors {
  margin-bottom: 1rem;
}
.gform_validation_errors .gform-icon {
  margin-right: 0.6rem;
  color: #721c24;
}
.gform_validation_errors p,
.gform_validation_errors h2 {
  border-radius: 0.6rem;
  background-color: #f8d7da;
  font-size: 1.4rem;
  border: 1px solid #f5c6cb;
  color: #721c24;
  padding: 1rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .gform_validation_errors p,
  .gform_validation_errors h2 {
    font-size: 1.4rem;
  }
}

.validation_message {
  margin-top: 1rem;
  border-radius: 0.6rem;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
  font-size: 1.2rem;
  padding: 0.4rem 1rem;
  line-height: 1.5;
}

.gform_confirmation_message {
  border-radius: 0.6rem;
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  padding: 1.6rem;
  line-height: 1.825;
}
.gform_confirmation_message .gform-icon {
  margin-right: 0.6rem;
  color: #155724;
}

.gform_wrapper {
  position: relative;
  padding: 0;
  margin: 0;
}

.gfield--type-honeypot {
  display: none !important;
}

.gform_footer {
  margin-top: 2.6rem;
  display: flex;
  justify-content: flex-end;
  position: relative;
  max-width: max-content;
}

body img.gform_ajax_spinner {
  position: absolute;
  inset: 0 0 0 0;
  height: 100%;
  width: 100%;
  background: rgba(20, 46, 28, 0.4);
  z-index: 100;
  border-radius: 3rem;
  overflow: hidden;
}

.gfield_required,
.required {
  display: inline-block;
  margin-left: 0.2rem;
  color: #0b8933 !important;
}

.ginput_container_fileupload {
  display: block;
  position: relative;
  background: #FFF;
  padding: 20px 20px 10px 20px;
  border: 1px dashed #142e1c;
  text-align: center;
  border-radius: 0.6rem;
  font-size: 0.875em;
}
.ginput_container_fileupload .screen-reader-text {
  display: block;
  font-style: italic;
}

.gform_fields {
  display: grid;
  gap: 2.4rem 1.6rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (max-width: 1023px) {
  .gform_fields {
    grid-template-columns: minmax(0, 1fr);
  }
}

.gfield {
  grid-column: span 2;
}
.gfield .form-header__description {
  padding-bottom: 0;
}
.gfield.gfield_html {
  grid-column: span 2;
}
.gfield.gfield--width-half {
  grid-column: span 1;
}
.gfield.gfield--width-full {
  grid-column: span 2;
}
@media only screen and (max-width: 1023px) {
  .gfield {
    grid-column: span 1;
  }
  .gfield.gfield_html, .gfield.gfield--width-full {
    grid-column: span 1;
  }
}

.gchoice {
  position: relative;
}

.hidden_label label {
  display: none;
}

.gform_hidden {
  display: none;
}

.gform_required_legend,
.charleft {
  display: none;
}

.gfield_description {
  font-size: 1.2rem;
  margin-top: 1.4rem;
  display: block;
}

.inline-form {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: max-content;
  margin: 0 auto;
  justify-content: center;
}
.inline-form .gform_fields {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.inline-form .gform_body {
  flex: 1;
}
.inline-form input[type=text],
.inline-form input[type=email],
.inline-form input[type=tel],
.inline-form input[type=url],
.inline-form input[type=search],
.inline-form input[type=password],
.inline-form input[type=number],
.inline-form textarea,
.inline-form select {
  flex: 1;
  padding: 1.5rem 2rem;
  border: 0.2rem solid rgba(255, 255, 255, 0.3);
  border-radius: 3rem;
  background: rgba(255, 255, 255, 0.1);
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  min-width: 24rem;
  transition: all 0.3s ease-out 0s;
}
.inline-form input[type=text]::placeholder,
.inline-form input[type=email]::placeholder,
.inline-form input[type=tel]::placeholder,
.inline-form input[type=url]::placeholder,
.inline-form input[type=search]::placeholder,
.inline-form input[type=password]::placeholder,
.inline-form input[type=number]::placeholder,
.inline-form textarea::placeholder,
.inline-form select::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.inline-form input[type=text]:focus,
.inline-form input[type=email]:focus,
.inline-form input[type=tel]:focus,
.inline-form input[type=url]:focus,
.inline-form input[type=search]:focus,
.inline-form input[type=password]:focus,
.inline-form input[type=number]:focus,
.inline-form textarea:focus,
.inline-form select:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.15);
}
.inline-form .gform_footer .button {
  background-color: #FFF;
  color: #0b8933;
  border: 0.2rem solid #FFF;
  padding: 1.5rem 2rem;
  justify-content: center;
}
.inline-form .gform_footer .button:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #1a9d43;
  border-color: rgba(255, 255, 255, 0.9);
}
.inline-form .gform_footer {
  margin-top: 0;
}
.inline-form .gfield_description {
  text-align: left;
}
@media only screen and (max-width: 750px) {
  .inline-form input[type=text],
  .inline-form input[type=email],
  .inline-form input[type=tel],
  .inline-form input[type=url],
  .inline-form input[type=search],
  .inline-form input[type=password],
  .inline-form input[type=number],
  .inline-form textarea,
  .inline-form select {
    min-width: 100%;
    padding: 1rem 1.5rem;
  }
  .inline-form .gform_footer .button {
    padding: 1.5rem 1.5rem;
  }
}
@media only screen and (max-width: 560px) {
  .inline-form {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
    max-width: 100%;
  }
  .inline-form .gform_body,
  .inline-form .gform_footer {
    width: 100%;
    max-width: 100%;
  }
  .inline-form .gform_body .button,
  .inline-form .gform_footer .button {
    width: 100%;
  }
  .inline-form .gform_fields {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
  }
  .inline-form .gform_fields .gfield {
    width: 100%;
  }
}

.inline-form_wrapper .gform_validation_errors p {
  text-align: left;
}

.card__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.star-container {
  display: flex;
  align-items: center;
}
.star-container span:last-child {
  margin-right: 0;
}
.star-container .star-container__star,
.star-container .star-container__star-half,
.star-container .star-container__star-empty {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 0.125rem;
}
.star-container__star {
  fill: #0b8933;
}
.star-container__star-half {
  fill: #0b8933;
  stroke: #0b8933;
}
.star-container__star-empty {
  stroke: #0b8933;
}
@media only screen and (max-width: 750px) {
  .star-container .star-container__star,
  .star-container .star-container__star-half,
  .star-container .star-container__star-empty {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.sm-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin: 0 0 2.5rem 0;
  padding: 0;
}
.sm-icons__link {
  display: block;
  height: 2.4rem;
}
.sm-icons__item {
  height: 2.4rem;
  padding-left: 0;
}
.sm-icons__item:before {
  display: none;
}
.sm-icons__icon {
  height: 2.4rem;
  width: auto;
}
@media only screen and (max-width: 1023px) {
  .sm-icons__icon {
    height: 2.4rem;
  }
}

.breadcrumbs {
  margin-bottom: 2.4rem;
  margin-top: 0.6rem;
}
.breadcrumbs__text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin-bottom: 0;
}
.breadcrumbs__text a,
.breadcrumbs__text span {
  color: rgba(20, 46, 28, 0.7);
  text-decoration: none;
  font-size: 1.4rem;
}
.breadcrumbs__divider {
  color: #142e1c;
  margin: 0 0.6rem;
  font-size: 1.4rem;
}
@media only screen and (max-width: 1023px) {
  .breadcrumbs {
    margin-top: 0;
  }
  .breadcrumbs__text a,
  .breadcrumbs__text span {
    font-size: 1.2rem;
  }
}

.default-swiper-wrapper {
  position: relative;
  user-select: none;
}

body .swiper {
  overflow: hidden;
}
body .swiper-slide {
  height: auto;
}
body .swiper-pagination {
  position: relative;
  top: unset;
  left: unset;
  bottom: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 4rem;
}
body .swiper-pagination.swiper-pagination-lock {
  display: none;
}
body .swiper-pagination-bullet {
  background-color: #FFF;
  opacity: 1;
  border: 0.1rem solid rgba(11, 137, 51, 0.4);
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 !important;
  transition: all 0.3s ease-out 0s;
  position: relative;
}
body .swiper-pagination-bullet:hover {
  background-color: #0b8933;
}
body .swiper-pagination-bullet-active {
  background-color: #0b8933;
}
body .swiper-button {
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  border: 0.1rem solid rgba(20, 46, 28, 0.4);
  border-radius: 0;
  background-color: #142e1c;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  transition: all 0.3s ease-out 0s;
}
body .swiper-button__icon {
  width: 2rem;
  color: #FFF;
}
body .swiper-button.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}
body .swiper-button:hover {
  background-color: #f3f3f3;
}
@media only screen and (max-width: 1023px) {
  body .swiper-button {
    width: 3rem;
    height: 3rem;
  }
  body .swiper-button .chevron-icon {
    width: 0.6rem;
  }
  body .swiper-controls {
    gap: 0.6rem;
  }
}

.swiper-controls {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  user-select: none;
}
.swiper-controls .swiper-pagination {
  margin-top: 0;
}

.swiper-buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
  user-select: none;
}

body .fancybox__backdrop {
  background: rgba(20, 46, 28, 0.5);
  backdrop-filter: blur(0.4rem);
}

.site-logo {
  display: block;
  max-width: 16rem;
  width: 100%;
}
.site-logo > img {
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .site-logo {
    max-width: 12rem;
  }
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 2.4rem;
}
.contact-info__link {
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}
.contact-info__link:hover {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.contact-info__icon {
  color: #0b8933;
  width: 1.6rem;
}

.usp-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2.8rem;
}
.usp-list__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 2.8rem;
  position: relative;
}
.usp-list__item:before {
  display: none;
}
.usp-list__item a {
  text-underline-offset: 0.2rem;
}
.usp-list__icon {
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 1.8rem;
  color: #0b8933;
}
.usp-list--horizontal {
  flex-direction: row;
  gap: 3.2rem;
}
.usp-list--small .usp-list__icon {
  width: 1.4rem;
  top: 0.4rem;
}
.usp-list--small .usp-list__item {
  padding-left: 2rem;
  font-size: 1.2rem;
}
.usp-list--big {
  gap: 6.4rem;
}
.usp-list--big .usp-list__icon {
  width: 2.2rem;
  top: 0.8rem;
}
.usp-list--big .usp-list__item {
  padding-left: 3rem;
  font-size: 2rem;
}
@media only screen and (max-width: 1023px) {
  .usp-list__item {
    padding-left: 2.8rem;
  }
  .usp-list__icon {
    top: 0.6rem;
  }
  .usp-list--big {
    gap: 3.2rem;
  }
  .usp-list--big .usp-list__item {
    font-size: 1.6rem;
    padding-left: 2.4rem;
  }
  .usp-list--big .usp-list__icon {
    width: 1.8rem;
    top: 0.6rem;
  }
}
@media only screen and (max-width: 640px) {
  .usp-list--big {
    gap: 2rem;
    flex-direction: column;
  }
  .usp-list--big .usp-list__item {
    font-size: 1.4rem;
    padding-left: 2.4rem;
  }
  .usp-list--big .usp-list__icon {
    width: 1.6rem;
    top: 0.5rem;
  }
}

.search-form {
  position: relative;
}
.search-form__inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.search-form .search-field {
  min-width: 30rem;
}
.search-form .search-icon {
  width: 1.6rem;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  background-color: #FFF;
  max-width: 128rem;
  margin: 0 auto;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

.nav-bar .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.nav-bar__end {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.nav-bar .menu {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  margin-bottom: 0;
  margin-right: 2rem;
}
.nav-bar .menu > .menu-item {
  padding: 2.4rem 0;
}
.nav-bar .menu-item {
  font-weight: 500;
  font-size: 1.6rem;
}
.nav-bar .menu-item a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}
.nav-bar .menu-item a:hover {
  color: #0b8933;
}
.nav-bar .menu-item__toggle-submenu {
  width: 1.4rem;
  transition: all 0.3s ease-out 0s;
}
.nav-bar .menu-item.menu-item-has-children:not(.menu-item-object-plugin) {
  position: relative;
}
.nav-bar .menu-item.menu-item-has-children:not(.menu-item-object-plugin):hover .menu-item__toggle-submenu {
  transform: rotate(180deg);
}
.nav-bar .menu-item.menu-item-has-children:not(.menu-item-object-plugin):hover .sub-menu {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.nav-bar .menu-item.menu-item-object-plugin:hover .menu-item__toggle-submenu {
  transform: rotate(180deg);
}
.nav-bar .menu-item.menu-item-object-plugin:hover .sub-menu {
  transform: translateX(-40%) scale(1);
  visibility: visible;
  opacity: 1;
}
.nav-bar .menu-item.current-menu-item > a, .nav-bar .menu-item.current-menu-ancestor > a, .nav-bar .menu-item.current_page_item > a, .nav-bar .menu-item.current_page_ancestor > a {
  color: #0b8933;
}
.nav-bar .sub-menu {
  position: absolute;
  top: calc(100% - 1.2rem);
  left: 0;
  background-color: #FFF;
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
  transform-origin: center top;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding-bottom: 0;
  min-width: 16rem;
  width: max-content;
  border-radius: 1rem;
  padding: 1rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 0;
  transition: all 0.3s ease-out 0s;
}
.nav-bar .sub-menu .menu-item a:after {
  display: none;
}
.nav-bar .sub-menu .menu-item-plugin-submenu {
  min-width: 28rem;
  padding: 0;
}
.nav-bar .sub-menu .menu-item-plugin-submenu a {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  border-radius: 1rem;
  transition: all 0.3s ease-out 0s;
}
.nav-bar .sub-menu .menu-item-plugin-submenu a:hover, .nav-bar .sub-menu .menu-item-plugin-submenu a:focus {
  background-color: rgba(11, 137, 51, 0.1);
  color: #0b8933;
}
.nav-bar .sub-menu .menu-item-plugin-submenu.current-menu-item a, .nav-bar .sub-menu .menu-item-plugin-submenu.current-page-item a {
  background-color: rgba(11, 137, 51, 0.1);
  color: #0b8933;
}
.nav-bar .plugin-menu-item__content {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.nav-bar .plugin-menu-item__icon {
  width: 4rem;
  height: 4rem;
  min-width: 4rem;
  background: linear-gradient(135deg, #0b8933, #1a9d43);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  flex-shrink: 0;
}
.nav-bar .plugin-menu-item__icon svg {
  width: 2rem;
  height: 2rem;
}
.nav-bar .plugin-menu-item__text {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  flex: 1;
}
.nav-bar .plugin-menu-item__title {
  font-weight: 600;
  color: #142e1c;
  line-height: 1.4;
}
.nav-bar .plugin-menu-item__description {
  font-size: 1.2rem;
  color: rgba(20, 46, 28, 0.7);
  line-height: 1.5;
}
.nav-bar .toggle-mob-nav {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .nav-bar {
    padding: 1rem 0;
  }
  .nav-bar .toggle-mob-nav {
    display: flex;
  }
  .nav-bar .button-wrap, .nav-bar__menu-wrap {
    display: none;
  }
  .nav-bar__end {
    gap: 0.6rem;
  }
}

.menu-item {
  padding-left: 0;
}
.menu-item__toggle {
  display: flex;
}
.menu-item:before {
  display: none;
}

.cart-button {
  position: relative;
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(11, 137, 51, 0.1);
  color: #0b8933;
  font-size: 1.6rem;
  font-weight: 500;
  border: 0;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
}
.cart-button__icon {
  width: 2rem;
  color: inherit;
}
.cart-button:hover {
  background-color: #0b8933;
  color: #FFF;
}
.cart-button .amount-in-cart {
  position: absolute;
  top: 0;
  transform: translate(10%, -20%);
  right: 0;
  background-color: #0b8933;
  color: #FFF;
  font-size: 1.1rem;
  font-weight: 500;
  border-radius: 50%;
  padding: 0.4rem 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.9rem;
  height: 1.9rem;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (max-width: 1023px) {
  .cart-button {
    width: 4rem;
    height: 4rem;
  }
  .cart-button .amount-in-cart {
    transform: translate(5%, -15%);
    padding: 0.3rem 0.4rem;
    font-size: 0.8rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}

.top-bar {
  padding: 0.4rem 0;
  background-color: rgba(11, 137, 51, 0.1);
}
.top-bar .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-bar__usp-list {
  margin-bottom: 0;
}
.top-bar__menu {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.top-bar__menu-link {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.2rem;
  text-decoration: none;
  color: #142e1c;
}
.top-bar__menu-link:hover {
  color: #0b8933;
}
.top-bar__menu-icon {
  width: 1.4rem;
  height: 1.4rem;
  stroke: #0b8933;
}
.top-bar__menu-separator {
  font-size: 1.2rem;
}
@media only screen and (max-width: 1023px) {
  .top-bar {
    padding: 0.6rem 0;
  }
  .top-bar .wrap {
    justify-content: flex-end;
  }
  .top-bar .usp-list {
    display: none;
  }
  .top-bar__menu-link, .top-bar__menu-separator {
    font-size: 1.1rem;
  }
  .top-bar__menu-icon {
    width: 1.4rem;
    height: 1.4rem;
  }
}

.site-footer {
  max-width: 128rem;
  margin: 0 auto;
  border-top-right-radius: 2rem;
  border-top-left-radius: 2rem;
}

.footer-nav {
  padding: 4rem 0;
}
.footer-nav .wrap {
  display: grid;
  grid-template-columns: 2fr repeat(3, minmax(0, 1fr));
  gap: 5.4rem;
}
.footer-nav .site-logo {
  max-width: 16rem;
  margin-bottom: 2.4rem;
}
.footer-nav__title {
  margin-bottom: 2rem;
  font-size: 1.8rem;
}
.footer-nav a {
  text-decoration: none;
}
.footer-nav ul {
  margin-bottom: 0;
}
.footer-nav ul li {
  padding-left: 0;
}
.footer-nav ul li a {
  font-size: 1.4rem;
}
.footer-nav ul li:before {
  display: none;
}
.footer-nav__text p {
  font-size: 1.4rem;
  max-width: 36rem;
}
@media only screen and (max-width: 1023px) {
  .footer-nav .wrap {
    grid-template-columns: 1fr 1fr;
  }
  .footer-nav .site-logo {
    max-width: 12rem;
  }
}
@media only screen and (max-width: 640px) {
  .footer-nav .wrap {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
}

.footer-copyright {
  padding-bottom: 2rem;
}
.footer-copyright .wrap {
  padding-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-copyright .wrap:before {
  content: "";
  height: 0.1rem;
  width: calc(100% - 6.4rem);
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 3.2rem;
  right: 3.2rem;
}
.footer-copyright__menu-list {
  display: table;
  margin-bottom: 0;
}
.footer-copyright__menu-list li {
  display: table-cell;
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
}
.footer-copyright__menu-list li:before {
  display: none;
}
.footer-copyright__menu-list li:after {
  display: inline-block;
  padding: 0 1rem;
  content: "|";
}
.footer-copyright__menu-list li:last-child:after {
  display: none;
}
.footer-copyright__copy,
.footer-copyright a {
  text-decoration: none;
  font-size: 1.4rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .footer-copyright {
    text-align: center;
  }
  .footer-copyright .wrap {
    flex-direction: column;
    gap: 1.6rem;
  }
  .footer-copyright .wrap:before {
    width: calc(100% - 3.2rem);
    left: 1.6rem;
    right: 1.6rem;
  }
  .footer-copyright__copy {
    margin-bottom: 0;
    font-size: 1.2rem;
  }
  .footer-copyright__menu-wrap {
    order: -1;
  }
  .footer-copyright__menu-wrap a {
    font-size: 1.2rem;
  }
  .footer-copyright__menu-wrap .menu {
    display: block;
  }
  .footer-copyright__menu-wrap .menu li {
    display: block;
    padding-right: 0;
  }
  .footer-copyright__menu-wrap .menu li:after {
    display: none;
  }
}

.footer-newsletter {
  background-color: #F5F5F7;
  padding: 2rem 0;
}
.footer-newsletter__wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 5.4rem;
}
.footer-newsletter .gform_wrapper {
  margin-bottom: 0;
}
@media only screen and (max-width: 1280px) {
  .footer-newsletter__wrap {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
  }
}

.toggle-mob-nav {
  transition: all 0.3s ease-out 0s;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  height: 4rem;
  width: 4rem;
  padding: 0;
  left: -1rem;
}
.toggle-mob-nav span {
  display: block;
  position: absolute;
  height: 2px;
  width: 2rem;
  background-color: #142e1c;
  border-radius: 0.6rem;
  opacity: 1;
  left: 50%;
  transform: rotate(0deg) translateX(-50%);
  transition: transform 0.25s ease-in-out;
}
.toggle-mob-nav span:nth-child(1) {
  top: 14px;
}
.toggle-mob-nav span:nth-child(2), .toggle-mob-nav span:nth-child(3) {
  top: 20px;
}
.toggle-mob-nav span:nth-child(4) {
  top: 26px;
}
.toggle-mob-nav--active span:nth-child(1) {
  top: 12px;
  visibility: hidden;
  left: 50%;
}
.toggle-mob-nav--active span:nth-child(2) {
  transform: translateX(-50%) rotate(45deg);
}
.toggle-mob-nav--active span:nth-child(3) {
  transform: translateX(-50%) rotate(-45deg);
}
.toggle-mob-nav--active span:nth-child(4) {
  top: 12px;
  visibility: hidden;
  left: 50%;
}

.overflow-hidden {
  overflow: hidden;
}

.mobile-navigation {
  position: fixed;
  z-index: 255;
  top: 6.8rem;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  transform-origin: center top;
  transform: translateY(-100%);
  background-color: #FFF;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  isolation: isolate;
  --mob-nav-shape-opacity: 0.08;
  transition: all 0.3s ease-out 0s;
}
.mobile-navigation--open {
  visibility: visible;
  transform: translateY(0);
}
.mobile-navigation__inner {
  padding: 3.6rem 2.4rem 3.6rem 2.4rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mobile-navigation__inner:after {
  content: "";
  position: absolute;
  width: 12rem;
  height: 12rem;
  bottom: -4rem;
  right: -4rem;
  border-radius: 50%;
  background: #0b8933;
  opacity: var(--mob-nav-shape-opacity);
  transform: none;
  pointer-events: none;
  z-index: 0;
}
.mobile-navigation__footer {
  padding: 0 2rem;
  position: relative;
  z-index: 1;
}
.mobile-navigation__menu-list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 0;
}
.mobile-navigation .menu-item {
  padding-left: 0;
}
.mobile-navigation .menu-item > a {
  font-size: 1.8rem;
  font-weight: 500;
}
.mobile-navigation .menu-item a {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  text-decoration: none;
}
.mobile-navigation .menu-item__toggle {
  width: 5.2rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 5;
}
.mobile-navigation .menu-item__toggle--active svg {
  transform: rotate(180deg);
}
.mobile-navigation .menu-item__toggle-submenu {
  width: 1.4rem;
  transition: all 0.3s ease-out 0s;
}
.mobile-navigation .menu-item.current-menu-item > a, .mobile-navigation .menu-item.current-menu-ancestor > a, .mobile-navigation .menu-item.current_page_item > a, .mobile-navigation .menu-item.current_page_ancestor > a {
  color: #0b8933;
}
.mobile-navigation .menu-item .sub-menu {
  display: none;
  margin-bottom: 0;
}
.mobile-navigation .menu-item .sub-menu li a {
  padding-left: 3rem;
}
.mobile-navigation .menu-item .sub-menu .menu-item-plugin-submenu {
  padding-left: 0;
}
.mobile-navigation .menu-item .sub-menu .menu-item-plugin-submenu > a {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 0;
  border-radius: 1rem;
  transition: all 0.3s ease-out 0s;
}
.mobile-navigation .menu-item .sub-menu .menu-item-plugin-submenu:first-child > a {
  padding-top: 1.6rem;
}
.mobile-navigation .menu-item .sub-menu .menu-item-plugin-submenu:last-child > a {
  padding-bottom: 0;
}
.mobile-navigation .menu-item .sub-menu .menu-item-plugin-submenu.current-menu-item .plugin-menu-item__title, .mobile-navigation .menu-item .sub-menu .menu-item-plugin-submenu.current-page-item .plugin-menu-item__title {
  color: #0b8933;
}
.mobile-navigation .menu-item .plugin-menu-item__content {
  display: flex;
  gap: 1rem;
  width: 100%;
}
.mobile-navigation .menu-item .plugin-menu-item__icon {
  width: 3.6rem;
  height: 3.6rem;
  min-width: 3.6rem;
  background: linear-gradient(135deg, #0b8933, #1a9d43);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  flex-shrink: 0;
}
.mobile-navigation .menu-item .plugin-menu-item__icon svg {
  width: 1.8rem;
  height: 1.8rem;
}
.mobile-navigation .menu-item .plugin-menu-item__text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  flex: 1;
  min-width: 0;
}
.mobile-navigation .menu-item .plugin-menu-item__title {
  font-weight: 700;
  color: #142e1c;
  line-height: 1.4;
  font-size: 1.4rem;
}
.mobile-navigation .menu-item .plugin-menu-item__description {
  font-size: 1.2rem;
  color: rgba(20, 46, 28, 0.7);
  line-height: 1.5;
}

.mob-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(20, 46, 28, 0.5);
  backdrop-filter: blur(0.4rem);
  z-index: 254;
  pointer-events: none;
  visibility: hidden;
}
.mob-nav-overlay--active {
  visibility: visible;
  pointer-events: auto;
}

.section-header {
  margin-bottom: 3.2rem;
}
.section-header .section-title {
  margin-bottom: 0;
}
.section-header .section-title + .section-content {
  margin-top: 1.2rem;
}
.section-header--small {
  max-width: 64rem;
}
.section-header--center {
  margin-inline: auto;
  text-align: center;
}
.section-header--big-margin {
  margin-bottom: 5.4rem;
}
.section-header--small-margin {
  margin-bottom: 2.4rem;
}
.section-header--no-margin {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .section-header {
    margin-bottom: 2.4rem;
  }
  .section-header--big-margin {
    margin-bottom: 3.2rem;
  }
}

.section {
  max-width: 128rem;
  margin: 0 auto;
}

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

.section-media .responsive-iframe-wrapper {
  margin-bottom: 0;
}

.section-footer {
  margin-top: 5.4rem;
}
.section-footer--center {
  display: flex;
  justify-content: center;
}
.section-footer--space-between {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 2rem;
  justify-content: space-between;
}
.section-footer--small-margin {
  margin-top: 3.2rem;
}
@media only screen and (max-width: 1023px) {
  .section-footer {
    margin-top: 3.2rem;
  }
  .section-footer--small-margin {
    margin-top: 2.4rem;
  }
}

.hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 8rem;
}
.hero--text .hero__content {
  text-align: center;
}
.hero--text .button-wrap {
  justify-content: center;
}
.hero--front-page {
  padding-top: 4rem;
}
.hero--front-page h1 {
  max-width: 44rem;
  margin-inline: auto;
}
.hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.hero__shape {
  position: absolute;
  border-radius: 50%;
  --hero-shape-opacity: 0.08;
  opacity: 0;
  background: #0b8933;
  transition: all 0.3s ease-out 0s;
  transform: scale(0.7);
  will-change: opacity, transform;
  animation: hero-shape-in 500ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.hero__shape--1 {
  width: clamp(120px, 15vw, 200px);
  height: clamp(120px, 15vw, 200px);
  top: clamp(-30px, -3vw, -50px);
  right: clamp(-30px, -3vw, -50px);
  animation-delay: 0ms;
}
.hero__shape--2 {
  width: clamp(90px, 12vw, 150px);
  height: clamp(90px, 12vw, 150px);
  bottom: 0;
  left: clamp(5%, 8vw, 10%);
  animation-delay: 150ms;
}
.hero__shape--3 {
  width: clamp(60px, 8vw, 100px);
  height: clamp(60px, 8vw, 100px);
  top: 50%;
  right: clamp(10%, 15vw, 20%);
  animation-delay: 450ms;
}
.hero__shape--4 {
  width: clamp(70px, 10vw, 120px);
  height: clamp(70px, 10vw, 120px);
  top: 0;
  left: clamp(10%, 15vw, 20%);
  animation-delay: 300ms;
}
@keyframes hero-shape-in {
  from {
    opacity: 0;
    transform: scale(0.7);
  }
  to {
    opacity: var(--hero-shape-opacity);
    transform: scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero__shape {
    animation: none;
    opacity: var(--hero-shape-opacity);
    transform: none;
  }
}
@media only screen and (max-width: 1023px) {
  .hero {
    margin-bottom: 4.4rem;
  }
  .hero--front-page {
    padding-top: 4rem;
  }
  .hero--front-page h1 {
    max-width: 31rem;
    font-size: 3.2rem;
  }
  .hero--front-page .section-content {
    max-width: 38rem;
    margin-inline: auto;
  }
  .hero--text .section-content p {
    font-size: 1.5rem;
  }
  .hero--text .section-content {
    max-width: 40rem;
    margin-inline: auto;
  }
  .hero__shape--1 {
    width: clamp(100px, 12vw, 150px);
    height: clamp(100px, 12vw, 150px);
  }
  .hero__shape--2 {
    width: clamp(80px, 10vw, 120px);
    height: clamp(80px, 10vw, 120px);
  }
  .hero__shape--3 {
    width: clamp(50px, 6vw, 80px);
    height: clamp(50px, 6vw, 80px);
  }
  .hero__shape--4 {
    width: clamp(60px, 8vw, 100px);
    height: clamp(60px, 8vw, 100px);
  }
}
@media only screen and (max-width: 640px) {
  .hero__shape {
    --hero-shape-opacity: 0.08;
  }
  .hero__shape--1 {
    width: clamp(80px, 15vw, 120px);
    height: clamp(80px, 15vw, 120px);
    top: clamp(-20px, -4vw, -30px);
    right: clamp(-20px, -4vw, -30px);
  }
  .hero__shape--2 {
    width: clamp(60px, 12vw, 90px);
    height: clamp(60px, 12vw, 90px);
    left: 5%;
  }
  .hero__shape--3 {
    width: clamp(40px, 8vw, 60px);
    height: clamp(40px, 8vw, 60px);
    right: 10%;
  }
  .hero__shape--4 {
    width: clamp(50px, 10vw, 70px);
    height: clamp(50px, 10vw, 70px);
    left: 10%;
  }
}

.content-two-columns .col-2-grid {
  max-width: 104rem;
  margin-inline: auto;
  width: 100%;
}
.content-two-columns--reverse .section-media {
  order: -1;
}

.text__inner {
  padding: 3.2rem;
}

@media only screen and (max-width: 750px) {
  .blogs {
    overflow: hidden;
  }
  .blogs .swiper {
    overflow: visible;
    clip-path: inset(-100vw -100vw -100vw 0);
  }
}

.logo-slider .swiper-slide {
  display: flex;
}
.logo-slider .swiper-slide .logo-container {
  flex: 1;
}

.logo-container {
  background-color: #F5F5F7;
  border-radius: 1rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-container__image {
  max-width: 10rem;
}

.usps .wrap {
  display: flex;
  justify-content: center;
}
.usps .usp-list {
  margin-bottom: 0;
}

.statistics {
  position: relative;
}
.statistics__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .statistics__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .statistics__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.statistics__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease-out 0s;
}
.statistics__value {
  font-size: 3.2rem;
  font-weight: 700;
  color: #0b8933;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 640px) {
  .statistics__value {
    font-size: 2rem;
  }
}
.statistics__label {
  font-size: 1.4rem;
  color: rgba(20, 46, 28, 0.7);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 640px) {
  .statistics__label {
    font-size: 1rem;
  }
}
.statistics__icon {
  width: 32px;
  height: 32px;
  margin-bottom: 1rem;
  color: #0b8933;
  opacity: 0.8;
}
@media only screen and (max-width: 640px) {
  .statistics__icon {
    width: 24px;
    height: 24px;
  }
}

.testimonials {
  position: relative;
}
.testimonials .wrap {
  overflow: hidden;
}
.testimonials .swiper {
  overflow: visible;
}
.testimonials .swiper-slide {
  height: auto;
}

.plugins {
  position: relative;
}
.plugins .wrap {
  overflow: hidden;
}
.plugins__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .plugins__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .plugins__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.plugins .swiper {
  overflow: visible;
}
.plugins .swiper-slide {
  height: auto;
}
.icon-cards {
  position: relative;
}
.icon-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3rem;
  margin-top: 2rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .icon-cards__grid {
    gap: 5rem;
    grid-template-columns: minmax(0, 1fr);
  }
}

.icon-card {
  text-align: center;
  max-width: 32rem;
  margin-inline: auto;
  background-color: #FFF;
  border-radius: 1rem;
  transition: all 0.3s ease-out 0s;
}
.icon-card__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 2rem auto;
  background: linear-gradient(135deg, #0b8933, #1a9d43);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 24px;
  box-shadow: 0 2px 8px rgba(11, 137, 51, 0.2);
  transition: all 0.3s ease-out 0s;
}
.icon-card__icon svg {
  width: 28px;
  height: 28px;
}
.icon-card__title {
  margin: 0 0 1.5rem 0;
  font-family: "Poppins", sans-serif;
}
.icon-card__text {
  line-height: 1.7;
  margin: 0;
  color: rgba(20, 46, 28, 0.7);
  text-wrap: pretty;
}
@media only screen and (max-width: 640px) {
  .icon-card__icon {
    width: 48px;
    height: 48px;
  }
  .icon-card__icon svg {
    width: 24px;
    height: 24px;
  }
}

.cta-banner .wrap {
  overflow: hidden;
}
.cta-banner .wrap:before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.cta-banner .wrap:after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.support-step-blocks__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  .support-step-blocks__list {
    grid-template-columns: 1fr;
  }
}
.support-step-blocks__item {
  padding-left: 0;
  position: relative;
}
.support-step-blocks__item:before {
  display: none;
}
.support-step-blocks__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.support-step-blocks__button {
  width: 100%;
  background-color: #FFF;
  border: 0.2rem solid rgba(11, 137, 51, 0.1);
  border-radius: 1rem;
  padding: 2rem;
  text-align: left;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease-out 0s;
}
.support-step-blocks__button:hover {
  border-color: #0b8933;
}
.support-step-blocks__button:focus {
  outline: none;
  border-color: #0b8933;
  box-shadow: 0 0 0 2px rgba(11, 137, 51, 0.15);
}
.support-step-blocks__input:checked + .support-step-blocks__button {
  border-color: #0b8933;
  background-color: rgba(11, 137, 51, 0.1);
  box-shadow: 0 0 0 2px rgba(11, 137, 51, 0.15);
}
.support-step-blocks__button-title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #142e1c;
  display: block;
}
.support-step-blocks__button-description {
  font-size: 1.6rem;
  color: rgba(20, 46, 28, 0.7);
  line-height: 1.75;
  display: block;
}
@media only screen and (max-width: 640px) {
  .support-step-blocks {
    margin-top: 2rem;
  }
  .support-step-blocks__list {
    gap: 1rem;
  }
  .support-step-blocks__button {
    padding: 1.5rem;
  }
  .support-step-blocks__button-title {
    font-size: 1.6rem;
  }
  .support-step-blocks__button-description {
    font-size: 1.4rem;
  }
}

.contact-section__content--hidden {
  display: none;
}

.contact-form-wrapper {
  max-width: 64rem;
  margin-inline: auto;
}
.contact-form-wrapper--hidden {
  display: none;
}

.contact-form__back {
  margin-bottom: 2rem;
}

.question {
  background-color: rgba(11, 137, 51, 0.1);
  padding-inline: 2rem;
  margin-bottom: 1.2rem;
  border-radius: 1rem;
}
.question:last-child {
  margin-bottom: 0;
}
.question__text {
  padding: 1.2rem 0;
  font-size: 1.6rem;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0;
  gap: 1rem;
  color: #142e1c;
}
.question__icon {
  transition: all 0.3s ease-out 0s;
  color: #142e1c;
  width: 0.8rem;
}
.question__answer {
  padding-bottom: 2rem;
  display: none;
}
.question__answer p, .question__answer ul {
  padding-bottom: 1.6rem;
  font-size: 1.4rem;
  margin-bottom: 0;
  color: #142e1c;
}
.question__answer .responsive-video-wrapper {
  padding-bottom: 56.25%;
}
.question__answer p:last-child:not(.responsive-video-wrapper) {
  padding-bottom: 0;
}
.question__open, .question__close {
  font-size: 2rem;
  font-weight: 500;
  color: #142e1c;
  pointer-events: none;
}
.question__close {
  display: none;
  color: #142e1c;
}
.question--active .question__open {
  display: none;
}
.question--active .question__close {
  display: block;
}
@media only screen and (max-width: 1280px) {
  .question__text {
    padding: 1.2rem 0;
    font-size: 1.5rem;
    line-height: 1.75;
  }
  .question__answer {
    padding-inline: 0;
  }
  .question__answer p {
    font-size: 1.4rem;
  }
}

.post-single__title {
  font-size: 4.4rem;
}
@media only screen and (max-width: 1023px) {
  .post-single__title {
    font-size: 2.4rem;
  }
  .post-single .wrap--text {
    margin-top: 2rem;
  }
}

.post-card {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  flex: 1;
}
.post-card a {
  text-decoration: none;
}
.post-card img {
  border-radius: 1rem;
  overflow: hidden;
}
.post-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 1.6rem;
  padding-inline: 2rem;
}
.post-card__content .button {
  margin-top: auto;
  max-width: max-content;
}
.post-card__title a {
  text-decoration: none;
}
.post-card .post-info p,
.post-card .post-info time {
  font-size: 1.2rem;
}
.post-card:hover .button {
  background: #0b8933;
  border-color: #0b8933;
  color: #FFF;
}

.blog-post-image {
  margin-bottom: 2rem;
}
.blog-post-image img {
  border-radius: 2rem;
}

.post-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 2rem;
  margin-bottom: 2.4rem;
}
.post-info__icon {
  width: 1.6rem;
  margin-right: 0.8rem;
  color: #0b8933;
}
.post-info p,
.post-info time {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.post-info__reading-time {
  padding-bottom: 0;
  font-size: 1.4rem;
}
@media only screen and (max-width: 1023px) {
  .post-info {
    margin-bottom: 1.8rem;
  }
  .post-info__icon {
    width: 1.4rem;
  }
  .post-info p,
  .post-info time {
    font-size: 1.2rem;
  }
}

.post-share {
  max-width: max-content;
  margin-inline: auto;
  margin-top: 5.4rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  justify-content: center;
  flex-wrap: wrap;
  padding-inline: 2rem;
}
.post-share__text {
  margin-bottom: 0;
  font-weight: 500;
}
.post-share .sm-icons {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .post-share {
    margin-top: 4rem;
  }
}

.pagination {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin-top: 5.4rem;
  margin-bottom: 0;
}
.pagination__icon {
  width: 1.2rem;
  color: #142e1c;
}
.pagination .page-numbers {
  display: flex;
  height: 4.4rem;
  width: 4.4rem;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #142e1c;
  border: 0.1rem solid #142e1c;
  border-radius: 50%;
  font-weight: 400;
  color: #FFF;
  transition: all 0.3s ease-out 0s;
}
.pagination .page-numbers:hover {
  background: #0b8933;
  border-color: #0b8933;
  color: #FFF;
}
.pagination .page-numbers svg {
  width: 1.6rem;
  color: inherit;
}
.pagination .page-numbers.current {
  background-color: #142e1c;
  color: #FFF;
  font-weight: 700;
}
.pagination .page-numbers.current:hover {
  background-color: #142e1c;
  color: #FFF;
}
@media only screen and (max-width: 1023px) {
  .pagination .page-numbers {
    height: 4rem;
    width: 4rem;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1023px) {
  .pagination {
    margin-top: 4.4rem;
  }
}

.blog .cta-banner {
  margin-bottom: 0;
}
.blog .cta-banner .wrap {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.blog .testimonials {
  margin-top: 0;
}
.blog .testimonials .wrap {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.testimonial-card {
  background-color: #FFF;
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid rgba(11, 137, 51, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.testimonial-card__quote {
  line-height: 1.7;
  margin: 0 0 1.5rem 0;
  color: rgba(20, 46, 28, 0.7);
  flex-grow: 1;
  font-family: "Poppins", sans-serif;
}
.testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: auto;
}
.testimonial-card__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0b8933, #1a9d43);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-weight: 700;
  font-size: 1.6rem;
  flex-shrink: 0;
  font-family: "Poppins", sans-serif;
}
.testimonial-card__info {
  display: flex;
  flex-direction: column;
}
.testimonial-card__name {
  font-weight: 600;
  color: #142e1c;
  margin: 0;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
}
.testimonial-card__role {
  font-size: 1.4rem;
  color: rgba(20, 46, 28, 0.7);
  margin: 0;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
}
.testimonial-card__rating {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  color: #0b8933;
}
.testimonial-card__rating .star-container {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.testimonial-card__rating .star-container .star-container__star,
.testimonial-card__rating .star-container svg {
  width: 16px;
  height: 16px;
  margin-right: 0;
}

.post-type-archive-plugin .hero {
  margin-bottom: 4.4rem;
}
.post-type-archive-plugin .plugins {
  margin-top: 4.4rem;
}
@media only screen and (max-width: 640px) {
  .post-type-archive-plugin .hero {
    margin-bottom: 3rem;
  }
  .post-type-archive-plugin .plugins {
    margin-top: 3rem;
  }
}

.plugin-card {
  height: 100%;
}
.plugin-card a {
  text-decoration: none;
}
.plugin-card__content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  flex-grow: 1;
}
@media only screen and (max-width: 640px) {
  .plugin-card__content {
    padding: 1.5rem;
  }
}
.plugin-card__icon {
  width: 56px;
  height: 56px;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #0b8933, #1a9d43);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  flex-shrink: 0;
}
.plugin-card__icon svg {
  width: 28px;
  height: 28px;
}
.plugin-card__title {
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 1rem 0;
  font-family: "Poppins", sans-serif;
}
.plugin-card__description {
  margin: 0 0 2rem 0;
  flex-grow: 1;
  font-size: 1.4rem;
  color: rgba(20, 46, 28, 0.7);
}
.plugin-card__link {
  background-color: #FFF;
  border-radius: 1rem;
  transition: all 0.3s ease-out 0s;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(11, 137, 51, 0.08);
}
.plugin-card__link:hover {
  background-color: rgba(20, 46, 28, 0.08);
}
.plugin-card__link:hover .button {
  background-color: #142e1c;
  border-color: #142e1c;
}
.plugin-card__purchase {
  padding: 1.5rem 2rem;
  border-top: 1px solid rgba(11, 137, 51, 0.08);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media only screen and (max-width: 640px) {
  .plugin-card__purchase {
    padding: 1.5rem;
  }
}
.plugin-card__price {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}
.plugin-card__price-amount {
  font-size: 2.8rem;
  font-weight: 700;
  color: #142e1c;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}
.plugin-card__price-period {
  font-size: 1.2rem;
  color: rgba(20, 46, 28, 0.5);
  line-height: 1;
  font-family: "Poppins", sans-serif;
}
.plugin-card__button {
  width: 100%;
}

.plugin-detail {
  margin-top: 4.4rem;
}
.plugin-detail__header {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 640px) {
  .plugin-detail__header {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.plugin-detail__icon {
  width: 6rem;
  height: 6rem;
  background: linear-gradient(135deg, #0b8933, #1a9d43);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  flex-shrink: 0;
}
.plugin-detail__icon svg {
  width: 3.2rem;
  height: 3.2rem;
}
.plugin-detail__title-group {
  flex: 1;
}
.plugin-detail__title {
  margin-bottom: 0.25rem;
}
.plugin-detail__subtitle {
  font-size: 2.4rem;
  color: rgba(20, 46, 28, 0.7);
  margin: 0;
  line-height: 1.6;
}
.plugin-detail__gallery-wrap {
  border-radius: 1rem;
  border: 1px solid rgba(11, 137, 51, 0.08);
  padding: 2rem 0 2rem 2rem;
  background-color: rgba(11, 137, 51, 0.1);
}
.plugin-detail__gallery-wrap img {
  border-radius: 0.6rem;
}
.plugin-detail__gallery-slide {
  height: auto;
}
.plugin-detail__gallery-link {
  display: block;
  text-decoration: none;
}
.plugin-detail__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 35rem;
  gap: 3rem;
}
@media only screen and (max-width: 1023px) {
  .plugin-detail__content {
    grid-template-columns: minmax(0, 1fr);
    gap: 4.8rem;
  }
}
.plugin-detail__main {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.plugin-detail__section h2 {
  margin-bottom: 1.5rem;
}
.plugin-detail__sidebar {
  position: sticky;
  top: calc(118px + 1.5rem);
  height: fit-content;
}
@media only screen and (max-width: 1023px) {
  .plugin-detail__sidebar {
    position: fixed;
    bottom: 1rem;
    top: unset;
    right: 1.6rem;
    left: 1.6rem;
    width: calc(100% - 3.2rem);
    z-index: 1000;
    transform: translateY(100%);
    transition: all 0.3s ease-out 0s;
  }
}
.plugin-detail__card {
  background-color: #FFF;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  border: 1px solid rgba(11, 137, 51, 0.08);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.plugin-detail__actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.plugin-detail__price {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}
.plugin-detail__price-amount {
  font-size: 2.4rem;
  font-weight: 700;
  color: #142e1c;
}
.plugin-detail__price-period {
  font-size: 1.4rem;
  color: rgba(20, 46, 28, 0.7);
}
.plugin-detail__meta {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(11, 137, 51, 0.1);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.plugin-detail__meta-item {
  font-size: 1.4rem;
  color: rgba(20, 46, 28, 0.7);
  line-height: 1.6;
}
.plugin-detail__meta-item strong {
  color: #142e1c;
}
.plugin-detail__section--faq h2 {
  margin-bottom: 1.8rem;
}
@media only screen and (max-width: 640px) {
  .plugin-detail {
    margin-top: 2.4rem;
  }
  .plugin-detail__icon {
    width: 4.8rem;
    height: 4.8rem;
  }
  .plugin-detail__icon svg {
    width: 2.4rem;
    height: 2.4rem;
  }
  .plugin-detail__title {
    margin-bottom: 1rem;
  }
  .plugin-detail__subtitle {
    font-size: 1.6rem;
  }
  .plugin-detail__header {
    margin-bottom: 2rem;
  }
  .plugin-detail__meta {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    display: none;
  }
  .plugin-detail__card {
    padding: 1.5rem;
  }
  .plugin-detail__price-amount {
    font-size: 2rem;
  }
  .plugin-detail__meta-item {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 1023px) {
  body.scrolled .plugin-detail__sidebar {
    transform: translateY(0);
  }
}

.woocommerce-checkout .site-header,
.woocommerce-cart .site-header {
  position: relative;
}
.woocommerce-checkout main,
.woocommerce-cart main {
  padding-top: 0;
}

.woocommerce-notices-wrapper,
.woocommerce-NoticeGroup {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 2.4rem;
}
.woocommerce-notices-wrapper:empty,
.woocommerce-NoticeGroup:empty {
  display: none;
}

.woocommerce-message,
.woocommerce-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.6rem;
  background: rgba(11, 137, 51, 0.1);
  border: 0.1rem solid rgba(20, 46, 28, 0.1);
  color: #142e1c;
  line-height: 1.5;
  margin-bottom: 0;
  border-radius: 1rem;
}
.woocommerce-message a,
.woocommerce-info a {
  font-size: 1.4rem;
}
.woocommerce-message:empty,
.woocommerce-info:empty {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .woocommerce-message,
  .woocommerce-info {
    padding: 1rem 1.4rem;
    font-size: 1.2rem;
  }
  .woocommerce-message a,
  .woocommerce-info a {
    margin-left: 1rem;
    font-size: 1.1rem;
    padding: 0.6rem 1rem;
  }
}

.woocommerce-error {
  padding: 1rem 2rem;
  overflow: hidden;
  border-radius: 0.3rem;
  background-color: #f8d7da;
  border: 0.1rem solid #f5c6cb;
  color: #842029;
  padding-left: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.woocommerce-error li {
  color: #842029;
  padding-left: 0;
  font-size: 1.4rem;
}
.woocommerce-error li a {
  text-decoration: none;
  color: #842029;
}
.woocommerce-error li:before {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .woocommerce-error li:before {
    top: 1rem;
  }
}

#mollie-notice.woocommerce-error {
  margin-bottom: 2rem;
}

.password-input {
  position: relative;
  display: block;
}

.password-input .show-password-input {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  border: 0;
  transform: translateY(-50%);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../icons/eye.svg");
  background-repeat: no-repeat;
  background-size: 2rem;
  width: 2rem;
  height: 1.8rem;
}
.password-input .show-password-input.display-password {
  background-image: url("../icons/eye-slash.svg");
}

.woocommerce__dashboard-wrap {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 3.2rem;
}
.woocommerce__account-container .wc-item-meta {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-top: 0.8rem;
}
.woocommerce__account-container .wc-item-meta li {
  display: flex;
  align-items: center;
  padding-left: 0;
  gap: 0.6rem;
}
.woocommerce__account-container .wc-item-meta li:before {
  display: none;
}
.woocommerce__account-container .wc-item-meta strong,
.woocommerce__account-container .wc-item-meta p {
  font-size: 1.2rem;
  line-height: 1.5;
}
.woocommerce__account-container .wc-item-meta p {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .woocommerce__account-container .wc-item-meta dt,
  .woocommerce__account-container .wc-item-meta dd,
  .woocommerce__account-container .wc-item-meta p {
    font-size: 1.2rem;
  }
  .woocommerce__account-container .wc-item-meta dt,
  .woocommerce__account-container .wc-item-meta dd {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .woocommerce__dashboard-wrap {
    gap: 2.6rem;
    grid-template-columns: minmax(0, 1fr);
  }
}

.woocommerce-MyAccount-navigation ul {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.woocommerce-MyAccount-navigation ul li {
  padding-left: 0;
}
.woocommerce-MyAccount-navigation ul li:before {
  display: none;
}
.woocommerce-MyAccount-navigation ul li a {
  background-color: rgba(11, 137, 51, 0.1);
  border: 0.1rem solid white;
  padding: 1rem 2rem;
  border-radius: 0.6rem;
  text-decoration: none;
  display: block;
  color: #0b8933;
  transition: all 0.3s ease-out 0s;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #0b8933;
  color: #FFF;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #0b8933;
  color: #FFF;
}
@media only screen and (max-width: 1023px) {
  .woocommerce-MyAccount-navigation ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.8rem;
  }
  .woocommerce-MyAccount-navigation ul li a {
    font-size: 1.4rem;
    padding: 0.6rem 1.2rem;
  }
}

.woocommerce-account .col2-set {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6rem;
}
@media only screen and (max-width: 1023px) {
  .woocommerce-account .col2-set {
    grid-template-columns: minmax(0, 1fr);
    gap: 3.2rem;
  }
}
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register {
  margin: 0;
}
.woocommerce-account .my_account_orders .button {
  padding: 0.8rem 1.6rem !important;
  font-size: 1.4rem !important;
}
.woocommerce-account .order_details .button {
  padding: 0.8rem 1.6rem !important;
  font-size: 1.4rem !important;
}
@media only screen and (max-width: 1023px) {
  .woocommerce-account .content-row--small {
    padding-top: 2.4rem;
  }
  .woocommerce-account .my_account_orders td,
  .woocommerce-account .my_account_orders th {
    color: #142e1c !important;
  }
  .woocommerce-account .my_account_orders th {
    padding: 0 0 1.6rem 0 !important;
  }
  .woocommerce-account .order_details .button {
    padding: 0.6rem 1.6rem !important;
    font-size: 1.2rem !important;
  }
}

.woocommerce-form-register {
  background-color: transparent;
  box-shadow: unset;
  padding: 2rem 0 0 0;
}
.woocommerce-form-register > :last-child {
  margin-bottom: 0;
}

.woocommerce-ResetPassword {
  max-width: 52rem;
}
.woocommerce-ResetPassword .form-row:not(.form-row-first) {
  margin-bottom: 0 !important;
}

#customer_login h2:not(.h3) {
  display: none;
}

.woocommerce-Address {
  max-width: max-content;
}
.woocommerce-Address address {
  margin: 0;
}
.woocommerce-Address .title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  gap: 1.2rem 2.4rem;
}
.woocommerce-Address .title h2 {
  margin: 0;
  font-size: 2.4rem;
}
.woocommerce-Address .title .edit {
  text-decoration: none;
  background: #0b8933;
  color: #FFF;
  border-radius: 50px;
  padding: 1rem 1.6rem;
  font-size: 1.2rem;
}
.woocommerce-Address .title .edit:hover {
  background: #1a9d43;
}

.woocommerce-MyAccount-content .woocommerce-address-fields > :last-child {
  margin-top: 3rem;
  margin-bottom: 0;
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper {
  padding-inline: 0;
}
.woocommerce-MyAccount-content .form-title,
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2.4rem;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 1023px) {
  .woocommerce-MyAccount-content .form-title {
    font-size: 2.2rem;
    margin-bottom: 1.2rem;
  }
}

.edit-account {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
}
.edit-account p {
  margin-bottom: 0;
}
.edit-account em {
  display: block;
  font-size: 1.1rem;
  line-height: 1.5;
  padding-top: 0.8rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.edit-account legend {
  margin-bottom: 0;
}
.edit-account fieldset {
  grid-column: span 2;
  padding: 0;
  border: 0.1rem solid rgba(20, 46, 28, 0.2);
  border-radius: 0.6rem;
  padding: 1.6rem;
}
.edit-account fieldset legend {
  padding: 0 0.6rem;
  font-weight: 500;
}
.edit-account fieldset .form-row {
  padding-bottom: 1.2rem;
}
.edit-account fieldset > :last-child {
  padding-bottom: 0;
}
.edit-account .clear {
  display: none;
}
.edit-account .woocommerce-Button {
  margin-top: 1.6rem;
}
@media only screen and (max-width: 1023px) {
  .edit-account {
    grid-template-columns: 1fr;
  }
  .edit-account fieldset {
    margin-top: 1.2rem;
    grid-column: span 1;
  }
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-address-fields__field-wrapper {
  display: grid;
  gap: 2.4rem;
  grid-template-columns: repeat(2, 1fr);
}
.woocommerce-billing-fields__field-wrapper > *,
.woocommerce-address-fields__field-wrapper > * {
  margin-right: unset;
  grid-column: span 2;
}
.woocommerce-billing-fields__field-wrapper #billing_first_name_field,
.woocommerce-billing-fields__field-wrapper #billing_last_name_field,
.woocommerce-address-fields__field-wrapper #billing_first_name_field,
.woocommerce-address-fields__field-wrapper #billing_last_name_field {
  grid-column: span 1;
}
.woocommerce-billing-fields__field-wrapper .clear,
.woocommerce-address-fields__field-wrapper .clear {
  display: none;
}
.woocommerce-billing-fields__field-wrapper .required,
.woocommerce-address-fields__field-wrapper .required {
  text-decoration: none;
  color: #0b8933;
}
.woocommerce-billing-fields__field-wrapper label,
.woocommerce-address-fields__field-wrapper label {
  margin-bottom: 0.8rem;
}
.woocommerce-billing-fields__field-wrapper p.form-row,
.woocommerce-address-fields__field-wrapper p.form-row {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .woocommerce-billing-fields__field-wrapper,
  .woocommerce-address-fields__field-wrapper {
    gap: 1.6rem 1.2rem;
  }
}

mark {
  background-color: transparent;
  color: #142e1c;
}

table.woocommerce-orders-table {
  margin-bottom: 0;
}
table.woocommerce-orders-table td {
  vertical-align: middle;
  padding: 1.6rem 1.6rem 0 0;
  margin: 0;
}
table.woocommerce-orders-table .woocommerce-orders-table__cell-order-number {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
table.woocommerce-orders-table .woocommerce-orders-table__cell-order-number a {
  font-weight: 700;
  color: #0b8933;
  text-decoration: none;
}
table.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  max-width: max-content;
}
@media only screen and (max-width: 1023px) {
  table.woocommerce-orders-table {
    margin-bottom: 0;
  }
  table.woocommerce-orders-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.woocommerce-orders-table tbody td {
    padding-top: 0;
    padding-inline: 0;
    padding-bottom: 1.6rem;
  }
  table.woocommerce-orders-table tbody td:last-child {
    padding-bottom: 3.2rem;
  }
  table.woocommerce-orders-table tbody td:last-child:before {
    content: "";
    height: 0.1rem;
    width: 100%;
    position: absolute;
    bottom: 2.2rem;
    transform: translateY(50%);
    left: 0;
    right: 0;
    background-color: #FFF;
    border-radius: 0.3rem;
  }
  table.woocommerce-orders-table tbody tr {
    position: relative;
  }
  table.woocommerce-orders-table tbody tr:last-child td:last-child {
    padding-bottom: 0;
  }
  table.woocommerce-orders-table tbody tr:last-child td:last-child:before {
    display: none;
  }
  table.woocommerce-orders-table .woocommerce-orders-table__cell {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  table.woocommerce-orders-table .amount {
    margin-left: auto;
    margin-right: 0.5rem;
  }
  table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-number {
    padding-left: 0;
  }
  table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-total {
    justify-content: flex-end;
  }
  table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions {
    padding-right: 0;
    padding-bottom: 0;
  }
  table.woocommerce-orders-table th:before {
    content: attr(data-title) ": ";
    font-weight: 700;
  }
  table.woocommerce-orders-table td:not(.woocommerce-orders-table__cell-order-actions):before {
    content: attr(data-title) ": ";
    font-weight: 700;
  }
}

.woocommerce-order-details .woocommerce-table--order-details {
  max-width: 54rem;
}
.woocommerce-order-details .woocommerce-table--order-details td {
  text-align: right;
}
.woocommerce-order-details .woocommerce-table--order-details .product-total {
  text-align: right;
}
.woocommerce-order-details .woocommerce-table--order-details .product-name {
  text-align: left;
}
.woocommerce-order-details .woocommerce-table--order-details td,
.woocommerce-order-details .woocommerce-table--order-details th {
  padding-bottom: 1.2rem;
}
@media only screen and (max-width: 1023px) {
  .woocommerce-order-details .woocommerce-table--order-details td,
  .woocommerce-order-details .woocommerce-table--order-details th {
    font-size: 1.4rem;
  }
}

.woocommerce-customer-details .col-1 {
  padding: 2.4rem;
  border-radius: 1.5rem;
}
.woocommerce-customer-details .col-1 h2:before {
  background-color: #142e1c;
}
.woocommerce-customer-details .col-2 {
  padding: 2.4rem;
  background-color: #F5F5F7;
  border-radius: 2rem;
}
.woocommerce-customer-details .col2-set {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
  margin-bottom: 3.2rem;
}
.woocommerce-customer-details .col2-set p,
.woocommerce-customer-details .col2-set address {
  margin-bottom: 0;
}
.woocommerce-customer-details .col2-set p.woocommerce-customer-details--phone {
  margin-top: 1.6rem;
}
@media only screen and (max-width: 750px) {
  .woocommerce-customer-details .col2-set {
    margin-bottom: 0;
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
  .woocommerce-customer-details .col-1 {
    padding: 0 2.4rem;
  }
}

.woocommerce-table--order-downloads {
  margin-bottom: 0;
}
.woocommerce-table--order-downloads .download-remaining,
.woocommerce-table--order-downloads .download-expires {
  display: none;
}
.woocommerce-table--order-downloads .download-product {
  padding-inline: 1.6rem;
}
.woocommerce-table--order-downloads th,
.woocommerce-table--order-downloads td {
  padding-top: 1.6rem;
}

.woocommerce-view-order .woocommerce-order-downloads {
  margin-bottom: 3.6rem;
}
.woocommerce-view-order .woocommerce-order-downloads h2,
.woocommerce-view-order .woocommerce-order-details h2,
.woocommerce-view-order .woocommerce-customer-details h2 {
  font-size: 2rem;
}
.woocommerce-view-order .woocommerce-order-details .shop_table:not(.woocommerce-table--order-details) {
  display: block;
  border: 0.1rem solid rgba(20, 46, 28, 0.2);
  border-radius: 1rem;
  padding: 1rem;
  max-width: max-content;
}
.woocommerce-view-order .woocommerce-order-details .shop_table:not(.woocommerce-table--order-details) tr {
  display: block;
}
.woocommerce-view-order .woocommerce-order-details .shop_table:not(.woocommerce-table--order-details) tr th,
.woocommerce-view-order .woocommerce-order-details .shop_table:not(.woocommerce-table--order-details) tr td {
  display: block;
  width: 100%;
}

.account-license-keys {
  margin-bottom: 3.6rem;
}
.account-license-keys__groups {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.account-license-keys__group {
  margin-bottom: 3.2rem;
}
.account-license-keys__group:last-child {
  margin-bottom: 0;
}
.account-license-keys__group-title {
  margin-bottom: 2rem;
  color: #0b8933;
}
.account-license-keys__list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.account-license-keys__item {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  padding: 2rem 1.6rem;
  border-radius: 1rem;
  background-color: rgba(11, 137, 51, 0.1);
}
.account-license-keys__rows {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.account-license-keys__row {
  display: grid;
  grid-template-columns: minmax(0, 16rem) minmax(0, 1fr);
  gap: 1.2rem;
  align-items: start;
}
@media only screen and (max-width: 750px) {
  .account-license-keys__row {
    grid-template-columns: minmax(0, 1fr);
  }
}
.account-license-keys__label, .account-license-keys__value {
  min-width: 0;
  font-size: 1.5rem;
}
.account-license-keys__label {
  font-weight: 700;
}
.account-license-keys__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.account-license-keys__key {
  display: inline-block;
  max-width: 100%;
  word-break: break-all;
}
.account-license-keys .button {
  font-size: 1.2rem;
  padding: 0.6rem 1.6rem;
  background-color: transparent;
  color: #0b8933;
  border-color: #0b8933;
}
.account-license-keys .button:hover {
  background-color: #0b8933;
  color: #FFF;
}
.account-license-keys__group-inner {
  background-color: rgba(11, 137, 51, 0.1);
  border-radius: 1rem;
  padding: 2.4rem;
}
.account-license-keys .account-license-keys__download-button {
  background-color: #0b8933;
  border-color: #0b8933;
  color: #FFF;
  margin-bottom: 2.4rem;
}
.account-license-keys .account-license-keys__download-button:hover {
  background-color: transparent;
  color: #0b8933;
  border-color: #0b8933;
}

.account-license-activations .dashicons {
  display: none;
}
.account-license-activations__list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.account-license-activations__item {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  min-width: 0;
}
.account-license-activations__rows {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.account-license-activations__row {
  display: grid;
  grid-template-columns: minmax(0, 16rem) minmax(0, 1fr);
  gap: 1.2rem;
  align-items: start;
}
@media only screen and (max-width: 750px) {
  .account-license-activations__row {
    grid-template-columns: minmax(0, 1fr);
  }
}
.account-license-activations__label, .account-license-activations__value {
  min-width: 0;
  font-size: 1.5rem;
}
.account-license-activations__label {
  font-weight: 700;
}
.account-license-activations__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.account-license-activations__action-form {
  margin: 0;
}
.account-license-activations__footer {
  margin-top: 1.6rem;
}
.account-license-activations .button {
  font-size: 1.2rem;
  background-color: #d63638;
  border-color: #d63638;
  padding: 0.6rem 1.6rem;
}

.account-license-keys__hook-output {
  display: none;
}

.purchase-new-license {
  color: #0b8933;
  text-decoration: none;
  margin-left: 0.6rem;
  font-weight: 700;
}

.cart-empty {
  margin-bottom: 2.4rem;
  background-color: rgba(11, 137, 51, 0.1);
  color: #0b8933;
  border-color: transparent;
  padding: 1.2rem;
  border-radius: 1rem;
  max-width: 40rem;
}

.cart-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.4fr);
  gap: 5.2rem;
}
@media only screen and (max-width: 1023px) {
  .cart-container {
    grid-template-columns: minmax(0, 1fr);
    gap: 3.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .cart-container {
    gap: 0;
  }
}

.wc-proceed-to-checkout .checkout-button {
  width: 100%;
}

.cart_totals .shop_table,
.woocommerce-checkout-review-order .shop_table,
#order_review .shop_table {
  margin-bottom: 2.4rem;
  border-collapse: separate;
}
.cart_totals .shop_table td,
.cart_totals .shop_table th,
.woocommerce-checkout-review-order .shop_table td,
.woocommerce-checkout-review-order .shop_table th,
#order_review .shop_table td,
#order_review .shop_table th {
  padding: 0.8rem 1.4rem;
  font-size: 1.4rem;
  margin: 0;
}
.cart_totals .shop_table th.product-name,
.cart_totals .shop_table th.product-total,
.woocommerce-checkout-review-order .shop_table th.product-name,
.woocommerce-checkout-review-order .shop_table th.product-total,
#order_review .shop_table th.product-name,
#order_review .shop_table th.product-total {
  padding-top: 0;
}
.cart_totals .shop_table tbody td,
.cart_totals .shop_table tbody th,
.woocommerce-checkout-review-order .shop_table tbody td,
.woocommerce-checkout-review-order .shop_table tbody th,
#order_review .shop_table tbody td,
#order_review .shop_table tbody th {
  vertical-align: middle;
}
.cart_totals .shop_table .product-name,
.woocommerce-checkout-review-order .shop_table .product-name,
#order_review .shop_table .product-name {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  line-height: 1.5;
}
.cart_totals .shop_table td.product-name,
.woocommerce-checkout-review-order .shop_table td.product-name,
#order_review .shop_table td.product-name {
  font-size: 1.2rem;
}
.cart_totals .shop_table .tiny-thumbnail-wrap,
.woocommerce-checkout-review-order .shop_table .tiny-thumbnail-wrap,
#order_review .shop_table .tiny-thumbnail-wrap {
  width: 3.2rem;
  flex-shrink: 0;
}
.cart_totals .shop_table .tiny-thumbnail-wrap img,
.woocommerce-checkout-review-order .shop_table .tiny-thumbnail-wrap img,
#order_review .shop_table .tiny-thumbnail-wrap img {
  border-radius: 0.6rem;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .cart_totals .shop_table td,
  .cart_totals .shop_table th,
  .woocommerce-checkout-review-order .shop_table td,
  .woocommerce-checkout-review-order .shop_table th,
  #order_review .shop_table td,
  #order_review .shop_table th {
    padding-inline: 1rem;
  }
  .cart_totals .shop_table.shop_table_responsive thead,
  .cart_totals .shop_table.shop_table_responsive th,
  .woocommerce-checkout-review-order .shop_table.shop_table_responsive thead,
  .woocommerce-checkout-review-order .shop_table.shop_table_responsive th,
  #order_review .shop_table.shop_table_responsive thead,
  #order_review .shop_table.shop_table_responsive th {
    display: none;
  }
  .cart_totals .shop_table.shop_table_responsive tr td,
  .woocommerce-checkout-review-order .shop_table.shop_table_responsive tr td,
  #order_review .shop_table.shop_table_responsive tr td {
    display: block;
    text-align: right;
    clear: both;
    margin: 0;
    padding: 0.8rem 0 0 0;
  }
  .cart_totals .shop_table.shop_table_responsive tr td.product-thumbnail,
  .woocommerce-checkout-review-order .shop_table.shop_table_responsive tr td.product-thumbnail,
  #order_review .shop_table.shop_table_responsive tr td.product-thumbnail {
    text-align: center;
    width: 100%;
  }
  .cart_totals .shop_table.shop_table_responsive tr td.product-thumbnail a,
  .woocommerce-checkout-review-order .shop_table.shop_table_responsive tr td.product-thumbnail a,
  #order_review .shop_table.shop_table_responsive tr td.product-thumbnail a {
    margin: 0 auto;
  }
  .cart_totals .shop_table.shop_table_responsive tr td:after,
  .woocommerce-checkout-review-order .shop_table.shop_table_responsive tr td:after,
  #order_review .shop_table.shop_table_responsive tr td:after {
    content: "";
    display: block;
    clear: both;
  }
  .cart_totals .shop_table.shop_table_responsive tr td[data-title]::before,
  .woocommerce-checkout-review-order .shop_table.shop_table_responsive tr td[data-title]::before,
  #order_review .shop_table.shop_table_responsive tr td[data-title]::before {
    content: attr(data-title) ": ";
    font-weight: 600;
    float: left;
  }
  .cart_totals .shop_table.shop_table_responsive .product-name,
  .woocommerce-checkout-review-order .shop_table.shop_table_responsive .product-name,
  #order_review .shop_table.shop_table_responsive .product-name {
    font-size: 1.2rem;
    gap: 0.6rem;
  }
}
@media only screen and (max-width: 360px) {
  .cart_totals .shop_table .tiny-thumbnail-wrap,
  .woocommerce-checkout-review-order .shop_table .tiny-thumbnail-wrap,
  #order_review .shop_table .tiny-thumbnail-wrap {
    display: none;
  }
}

.cart_totals {
  border: 0.1rem solid #F5F5F7;
  border-radius: 1rem;
  overflow: hidden;
  padding: 1.4rem;
}
.cart_totals h2 {
  font-size: 2.2rem;
}
.cart_totals .shop_table {
  margin-bottom: 2rem;
}
.cart_totals .shop_table th,
.cart_totals .shop_table td {
  font-size: 1.6rem;
  padding-inline: 0;
}
@media only screen and (max-width: 1023px) {
  .cart_totals .shop_table th,
  .cart_totals .shop_table td {
    font-size: 1.4rem;
  }
}
.cart_totals .shop_table tbody tr:first-child td,
.cart_totals .shop_table tbody tr:first-child th {
  padding-top: 0.4rem;
}
.cart_totals .shop_table tbody tr:last-child td,
.cart_totals .shop_table tbody tr:last-child th {
  padding-bottom: 0;
}
@media only screen and (max-width: 750px) {
  .cart_totals {
    position: fixed;
    bottom: 1rem;
    left: 1.6rem;
    right: 1.6rem;
    z-index: 100;
    background-color: #FFF;
    padding: 1.4rem;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  }
  .cart_totals h2 {
    font-size: 1.9rem;
  }
}

.woocommerce-checkout-review-order .shop_table {
  margin-bottom: 0;
}

.cart_totals .shop_table tr td:last-child,
.cart_totals .shop_table tr th:last-child,
.woocommerce-checkout-review-order .shop_table tr td:last-child,
.woocommerce-checkout-review-order .shop_table tr th:last-child,
#order_review .shop_table tr td:last-child,
#order_review .shop_table tr th:last-child {
  text-align: right;
}

table.woocommerce-cart-form__contents {
  margin-bottom: 0;
}
table.woocommerce-cart-form__contents thead .product-remove .screen-reader-text,
table.woocommerce-cart-form__contents thead .product-thumbnail .screen-reader-text {
  display: none;
}
table.woocommerce-cart-form__contents td {
  vertical-align: middle;
  padding: 1.6rem 1.6rem 1.6rem 0;
  font-weight: 700;
}
table.woocommerce-cart-form__contents .product-remove {
  padding: 1rem 2rem;
  max-width: 6%;
}
table.woocommerce-cart-form__contents .product-remove a {
  background-color: #d63638;
  width: 2rem;
  height: 2rem;
  display: block;
  color: #FFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 0;
}
table.woocommerce-cart-form__contents .product-remove a:before {
  content: "X";
  font-size: 1.2rem;
}
table.woocommerce-cart-form__contents .product-thumbnail {
  width: 6.4rem;
}
table.woocommerce-cart-form__contents .product-thumbnail img {
  border-radius: 0.6rem;
}
table.woocommerce-cart-form__contents .product-name {
  width: 36%;
  padding-left: 2rem;
  padding-right: 1rem;
  line-height: 1.5;
  vertical-align: middle;
}
table.woocommerce-cart-form__contents .product-name a {
  text-decoration: none;
}
table.woocommerce-cart-form__contents td.product-name {
  font-size: 1.5rem;
}
table.woocommerce-cart-form__contents .product-quantity {
  width: 15%;
}
table.woocommerce-cart-form__contents .product-quantity .quantity {
  max-width: 9.4rem;
}
table.woocommerce-cart-form__contents .product-quantity .quantity label {
  display: none;
}
table.woocommerce-cart-form__contents .product-quantity .screen-reader-text {
  display: none;
}
table.woocommerce-cart-form__contents td.product-price,
table.woocommerce-cart-form__contents td.product-subtotal {
  font-size: 1.6rem;
}
table.woocommerce-cart-form__contents td.product-price .amount,
table.woocommerce-cart-form__contents td.product-subtotal .amount {
  line-height: 1;
}
table.woocommerce-cart-form__contents td.product-price ins,
table.woocommerce-cart-form__contents td.product-subtotal ins {
  text-decoration: none;
}
table.woocommerce-cart-form__contents td.product-price del .amount,
table.woocommerce-cart-form__contents td.product-subtotal del .amount {
  font-size: 1.8rem;
}
table.woocommerce-cart-form__contents .product-subtotal {
  text-align: right;
}
table.woocommerce-cart-form__contents .variation {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.8rem;
}
table.woocommerce-cart-form__contents .variation dt,
table.woocommerce-cart-form__contents .variation dd {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  padding: 0.3rem 0.4rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #F5F5F7;
}
table.woocommerce-cart-form__contents .variation p {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1rem;
}
@media only screen and (max-width: 1023px) {
  table.woocommerce-cart-form__contents .variation dt,
  table.woocommerce-cart-form__contents .variation dd,
  table.woocommerce-cart-form__contents .variation p {
    font-size: 1.2rem;
  }
  table.woocommerce-cart-form__contents .variation dt,
  table.woocommerce-cart-form__contents .variation dd {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 750px) {
  table.woocommerce-cart-form__contents {
    margin-bottom: 0;
  }
  table.woocommerce-cart-form__contents thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.woocommerce-cart-form__contents tbody tr:first-child td.product-remove {
    padding-top: 0;
  }
  table.woocommerce-cart-form__contents tbody tr:nth-last-child(2) td.product-subtotal {
    border-bottom: 0;
  }
  table.woocommerce-cart-form__contents td {
    padding: 0 0 1rem 0;
    margin: 0;
    font-size: 1.4rem !important;
  }
  table.woocommerce-cart-form__contents td.product-remove {
    display: block;
    width: 100%;
    position: relative;
    padding: 0;
    right: 0;
    top: 0;
    padding-top: 2rem;
    max-width: 100%;
  }
  table.woocommerce-cart-form__contents td.product-remove:before {
    display: none;
  }
  table.woocommerce-cart-form__contents td.product-remove .remove {
    position: absolute;
    right: 0;
  }
  table.woocommerce-cart-form__contents td.product-thumbnail {
    display: block;
    width: 4.4rem;
    height: 4.4rem;
    padding-bottom: 0;
  }
  table.woocommerce-cart-form__contents td.product-thumbnail:before {
    display: none;
  }
  table.woocommerce-cart-form__contents tbody td.product-name {
    display: block;
    width: 100%;
    padding: 2rem 0 1rem 0;
    font-size: 1.5rem !important;
  }
  table.woocommerce-cart-form__contents td.product-quantity,
  table.woocommerce-cart-form__contents td.product-price,
  table.woocommerce-cart-form__contents td.product-subtotal {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    vertical-align: unset;
    padding-top: 0.8rem;
    position: relative;
  }
  table.woocommerce-cart-form__contents td.product-quantity:before,
  table.woocommerce-cart-form__contents td.product-price:before,
  table.woocommerce-cart-form__contents td.product-subtotal:before {
    content: attr(data-title) ": ";
  }
  table.woocommerce-cart-form__contents .product-subtotal {
    border-bottom: 1px solid #F5F5F7;
  }
}
table.woocommerce-cart-form__contents .actions {
  display: none;
}

table.woocommerce-cart-form__contents thead th,
table.woocommerce-orders-table thead th,
table.woocommerce-table--order-downloads thead th {
  padding: 0.4rem 0;
  color: #142e1c;
  font-weight: 700;
  background-color: rgba(11, 137, 51, 0.1);
}
table.woocommerce-cart-form__contents thead th:first-child,
table.woocommerce-orders-table thead th:first-child,
table.woocommerce-table--order-downloads thead th:first-child {
  padding-left: 1.6rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
table.woocommerce-cart-form__contents thead th:last-child,
table.woocommerce-orders-table thead th:last-child,
table.woocommerce-table--order-downloads thead th:last-child {
  padding-right: 1.6rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.checkout-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.6fr);
  gap: 5.2rem;
}
.checkout-container .woocommerce-checkout-payment .payment_method_mollie_wc_gateway_corangeitcard input {
  position: relative !important;
}
.checkout-container .woocommerce-checkout-payment .mollie-components iframe {
  height: 2rem !important;
  display: initial !important;
}
.checkout-container h3,
.checkout-container .h3 {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2.2rem;
  padding: 1rem 1.4rem;
  background-color: rgba(11, 137, 51, 0.1);
  color: #0b8933;
  border-radius: 0.6rem;
}
.checkout-container__order-payment .usp-list {
  margin-inline: auto;
  max-width: max-content;
  margin-top: 3.2rem;
}
@media only screen and (max-width: 1023px) {
  .checkout-container {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
  .checkout-container h3:not(#ship-to-different-address),
  .checkout-container .h3 {
    font-size: 1.8rem;
    padding: 1rem;
  }
  .checkout-container__order-payment .usp-list {
    margin-top: 4.4rem;
  }
}

.woocommerce-terms-and-conditions {
  background-color: rgba(11, 137, 51, 0.1);
  padding: 1.6rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.woocommerce-terms-and-conditions p {
  font-size: 1.4rem;
}

.payment-method-title {
  margin-top: 4rem;
}

.woocommerce-checkout-review-order-table {
  margin-bottom: 4rem;
}

.checkout-scroll-sitebar {
  position: sticky;
  top: 3.2rem;
}
.checkout-scroll-sitebar .usp-list {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .checkout-scroll-sitebar {
    margin-top: 3.2rem;
    position: relative;
    top: unset;
  }
}

.order-overview {
  border: 0.1rem solid #F5F5F7;
  border-radius: 1rem;
  overflow: hidden;
}
.order-overview h3 {
  border-radius: 0;
  color: #142e1c;
  background-color: unset;
  margin-bottom: 0;
}

.woocommerce-privacy-policy-text p {
  color: rgba(20, 46, 28, 0.7);
  font-size: 1.1rem;
}

.woocommerce-terms-and-conditions-wrapper abbr.required {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .woocommerce-terms-and-conditions-wrapper input[type=checkbox] + label, .woocommerce-terms-and-conditions-wrapper input[type=checkbox] + span, .woocommerce-terms-and-conditions-wrapper input[type=checkbox] + td {
    font-size: 1.4rem;
    padding-left: 2.8rem;
  }
  .woocommerce-terms-and-conditions-wrapper input[type=checkbox] + label:before, .woocommerce-terms-and-conditions-wrapper input[type=checkbox] + span:before, .woocommerce-terms-and-conditions-wrapper input[type=checkbox] + td:before {
    width: 1.6rem;
    height: 1.6rem;
  }
  .woocommerce-terms-and-conditions-wrapper input[type=checkbox]:checked + label:after, .woocommerce-terms-and-conditions-wrapper input[type=checkbox]:checked + span:after, .woocommerce-terms-and-conditions-wrapper input[type=checkbox]:checked + td:after {
    background-size: 1.4rem;
    height: 1.4rem;
    width: 1.4rem;
    left: 0.1rem;
    top: 0.6rem;
  }
}

.payment_method_mollie_wc_gateway_creditcard label {
  position: relative;
}

@media only screen and (max-width: 1023px) {
  #place_order {
    width: 100%;
  }
}

.wc_payment_methods {
  margin-bottom: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.wc_payment_methods li {
  padding: 1rem;
  border-radius: 0.6rem;
  background-color: rgba(11, 137, 51, 0.1);
}
.wc_payment_methods li > label {
  padding-right: 30px;
}
.wc_payment_methods li img {
  position: absolute;
  right: 0;
  top: 3px;
}
.wc_payment_methods li:before {
  display: none;
}
.wc_payment_methods li p {
  padding-bottom: 0.4rem;
  font-size: 1.4rem;
}
.wc_payment_methods li:last-child {
  margin-bottom: 1rem;
}

.payment_box {
  padding-top: 1rem;
  padding-inline: 2.4rem;
  position: relative;
  z-index: 20;
}
.payment_box p {
  font-size: 1.3rem;
  margin-bottom: 0;
}

.woocommerce-form-login-toggle {
  background: unset;
  border: 0;
  padding: 0;
  justify-content: flex-start;
}
.woocommerce-form-login-toggle .showlogin {
  padding: 0;
  margin-left: 0.6rem;
}

.woocommerce-checkout .woocommerce-form-login p:first-child {
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
}

.checkout_coupon,
.woocommerce-form-login,
.woocommerce-form-register,
.woocommerce-ResetPassword {
  padding: 2rem;
  border-radius: 1.5rem;
  background-color: #F5F5F7;
  margin: 1rem 0 3.6rem 0;
  max-width: 64rem;
}
.checkout_coupon label,
.woocommerce-form-login label,
.woocommerce-form-register label,
.woocommerce-ResetPassword label {
  margin-bottom: 0.8rem;
}
.checkout_coupon p:not(.form-row),
.woocommerce-form-login p:not(.form-row),
.woocommerce-form-register p:not(.form-row),
.woocommerce-ResetPassword p:not(.form-row) {
  margin-bottom: 1.4rem;
}
.checkout_coupon .form-row-last,
.woocommerce-form-login .form-row-last,
.woocommerce-form-register .form-row-last,
.woocommerce-ResetPassword .form-row-last {
  margin-bottom: 0;
}
.checkout_coupon .form-row,
.woocommerce-form-login .form-row,
.woocommerce-form-register .form-row,
.woocommerce-ResetPassword .form-row {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1023px) {
  .checkout_coupon,
  .woocommerce-form-login,
  .woocommerce-form-register,
  .woocommerce-ResetPassword {
    max-width: 100%;
  }
}

.create-account {
  margin-bottom: 2rem;
}

.woocommerce-form-login-toggle,
.woocommerce-form-coupon-toggle {
  margin-bottom: 2.4rem;
  font-size: 1.4rem;
}
.woocommerce-form-login-toggle a,
.woocommerce-form-coupon-toggle a {
  font-size: 1.4rem;
}
.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  padding: 0;
  display: block;
  color: #142e1c;
  margin-bottom: 0;
}
.woocommerce-form-login-toggle .woocommerce-info a,
.woocommerce-form-coupon-toggle .woocommerce-info a {
  padding: 0;
  margin-left: 0.4rem;
  color: #0b8933;
  font-size: 1.4rem;
}

.woocommerce-form-login {
  background: rgba(11, 137, 51, 0.1);
}
.woocommerce-form-login .woocommerce-form-login__submit {
  margin-top: 0.6rem;
}
.woocommerce-form-login .form-row-last {
  margin-bottom: 2.4rem;
}
.woocommerce-form-login .lost_password {
  margin-bottom: 0 !important;
}
.woocommerce-form-login__rememberme {
  margin-bottom: 1.6rem;
}

.checkout_coupon .form-row-last {
  margin-bottom: 0;
}

.secure-checkout-notice {
  background-color: rgba(11, 137, 51, 0.1);
  padding: 1.6rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
  position: relative;
  padding-left: 3.6rem;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 2.4rem;
  margin-bottom: 0;
  color: #305e3e;
}
.secure-checkout-notice svg {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 1.5rem;
  left: 1rem;
}

.woocommerce-order-pay h1 {
  text-align: center;
}
.woocommerce-order-pay #order_review {
  max-width: 64rem;
  margin: 0 auto;
}
.woocommerce-order-pay .product-subtotal {
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .woocommerce-order-pay #order_review p,
  .woocommerce-order-pay #order_review label,
  .woocommerce-order-pay #order_review address,
  .woocommerce-order-pay #order_review td,
  .woocommerce-order-pay #order_review th,
  .woocommerce-order-pay #order_review li {
    font-size: 1.4rem;
  }
}

.woocommerce-order-received .breadcrumbs {
  margin-bottom: 2.4rem;
}
.woocommerce-order-received .woocommerce-order h2 {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2.2rem;
  margin-bottom: 1.6rem;
  color: #0b8933;
}
.woocommerce-order-received .woocommerce-order table .button {
  padding: 0.8rem 1.6rem !important;
  font-size: 1.4rem !important;
  margin-bottom: 1rem;
}
.woocommerce-order-received .newsletter {
  margin-bottom: 0;
}
.woocommerce-order-received .mollie-instructions {
  margin-bottom: 0;
}
.woocommerce-order-received .order_details tfoot > :last-child td,
.woocommerce-order-received .order_details tfoot > :last-child th {
  padding-bottom: 0 !important;
}
.woocommerce-order-received .woocommerce-order {
  max-width: 84rem;
}
.woocommerce-order-received .col2-set {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4rem;
}
@media only screen and (max-width: 750px) {
  .woocommerce-order-received .col2-set {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
.woocommerce-order-received .col-1,
.woocommerce-order-received .col-2 {
  background-color: #FFF;
  padding: 2.4rem;
  border-radius: 2rem;
}
.woocommerce-order-received .col-1 h2,
.woocommerce-order-received .col-1 h3,
.woocommerce-order-received .col-1 p,
.woocommerce-order-received .col-1 label,
.woocommerce-order-received .col-1 a,
.woocommerce-order-received .col-1 address,
.woocommerce-order-received .col-2 h2,
.woocommerce-order-received .col-2 h3,
.woocommerce-order-received .col-2 p,
.woocommerce-order-received .col-2 label,
.woocommerce-order-received .col-2 a,
.woocommerce-order-received .col-2 address {
  color: #142e1c;
}
.woocommerce-order-received .col-1 address,
.woocommerce-order-received .col-2 address {
  margin-bottom: 0;
}
.woocommerce-order-received .col-1 button,
.woocommerce-order-received .col-2 button {
  background-color: #0b8933;
}
.woocommerce-order-received .col-2 {
  background-color: #F5F5F7;
}
.woocommerce-order-received .woocommerce-table--order-details {
  margin-bottom: 4.4rem;
}
.woocommerce-order-received .woocommerce-table--order-details td,
.woocommerce-order-received .woocommerce-table--order-details th {
  padding-bottom: 1.6rem;
}
@media only screen and (max-width: 750px) {
  .woocommerce-order-received .col-1 {
    padding: 0 2.4rem;
  }
}
@media only screen and (max-width: 640px) {
  .woocommerce-order-received .woocommerce-order p,
  .woocommerce-order-received .woocommerce-order label,
  .woocommerce-order-received .woocommerce-order address,
  .woocommerce-order-received .woocommerce-order td,
  .woocommerce-order-received .woocommerce-order th,
  .woocommerce-order-received .woocommerce-order li {
    font-size: 1.4rem;
  }
  .woocommerce-order-received .woocommerce-table--order-details {
    margin-bottom: 2.4rem;
  }
  .woocommerce-order-received p.woocommerce-thankyou-order-received {
    font-size: 1.6rem;
  }
}

.woocommerce-order-details.mollie-instructions {
  margin-bottom: 2.4rem !important;
}
.woocommerce-order-details.mollie-instructions p {
  margin-bottom: 0;
}

.order-again {
  display: none;
}

.woocommerce-customer-details {
  margin-top: 3.6rem;
}

.woocommerce-thankyou-order-details {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 4.4rem;
}
.woocommerce-thankyou-order-details li {
  margin: 0;
  padding: 0.6rem 1rem;
  border: 1px solid rgba(20, 46, 28, 0.1);
  border-radius: 0.6rem;
}
.woocommerce-thankyou-order-details li strong {
  display: block;
}
.woocommerce-thankyou-order-details li:before {
  display: none;
}
.woocommerce-thankyou-order-details .amount {
  font-size: 2.4rem;
}
.woocommerce-thankyou-order-details .woocommerce-order-overview__total {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .woocommerce-thankyou-order-details {
    padding: 0;
    margin-bottom: 2.8rem;
  }
}

section.error404 {
  margin-top: 8rem;
  margin-bottom: 12rem;
}
@media only screen and (max-width: 1023px) {
  section.error404 {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }
}

.page-default__content {
  max-width: 74rem;
}

.page-wide h1 {
  margin-bottom: 3.2rem;
}

@media only screen and (max-width: 1023px) {
  .page-template-page-wide .breadcrumbs {
    margin-bottom: 1.2rem;
  }
  .page-template-page-wide h1 {
    margin-bottom: 2.4rem;
  }
}
.page-template-page-wide.woocommerce-order-received h1 {
  margin-bottom: 1.2rem;
}
.page-template-page-wide.woocommerce-checkout h1 {
  margin-bottom: 2.4rem;
}/*# sourceMappingURL=main.css.map */